@charset "utf-8";
/* CSS Document */


a[href $='.doc'] {
   padding-right: 18px;
   background: transparent url(http://www.kentgop.com/images/icon_doc.gif) no-repeat center right;
}
a[href $='.pdf'] {
   padding-right: 18px;
   background: transparent url(http://www.kentgop.org/images/icon_pdf.gif) no-repeat center right;
}
a[href $='.xls'] {
   padding-right: 18px;
   background: transparent url(http://www.kentgop.com/images/icon_xls.gif) no-repeat center right;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H1 {
	font-size:21px;
	color:#999999;
}

a:link {
	text-decoration: none;
	color:#377dab;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#015a94;
}
a:active {
	text-decoration: none;
}


body {
	background-image: url(http://198.63.45.117/images/sc_gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}




/*TEXT*/
.contact_us {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}






/*NAVIGATION*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute; /* Menu position that can be changed at will  */
	top: 81px;
	/*left: 10px;*/
	z-index:99999;
	width: 799px; /* precision for Opera */
	font-size:100%;
	color:white;
	/* background-image:url(../img_files/tab_bg.gif); */
	/* background-position:top; */
	/* background-repeat:repeat-x; */

}
#menu dl {
	float: left;
	width: 75px;
	height:100%;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	/*background-color:black;*/
	margin: 0px;
}
#menu dd {
	display: none;
}
#menu li {
	text-align: left;
	background: #015a94;
	/*opacity: .8;
	filter: alpha(opacity=80);*/
	width:175px;
	height:100%;
}
#menu li a, #menu dt a {
	color: white;
	text-decoration: none;
	display: block;
	height: 16px;
	border: 0 none;
	margin:0px 0px 0px 3px;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: black;
	color:#8fb6d0;
	margin:0px 0px 0px 3px;
}





/* Express Order Shopping Cart Styles */

#shoppingcart {
	/* position: absolute; */
	top: 50px;
	left: 50px;
	height: 100px;
	width: 560px;
	background: #eee;
	border: 1px solid #444;
}

#shoppingcart p {
	margin: 0 1em 1em;
}

h1 {
	font-size: 140%;
	margin: 0.5em 1em;
}

#booklist, #contents {
	/* position: absolute; */
	top: 175px;
	left: 50px;
	width: 560px;
	background: #ddd;
	border: 1px solid #333;
}

#booklist ul {
	list-style-type: none;
}

#booklist ul li {
	margin: 0 1em 1em;
}

#contents table {
	font-size: 90%;
	border-collapse: collapse;
}

#contents table td {
	border: 1px solid #999;
	/* width: 20%; */
}

#contents p, #contents button {
	margin: 1em;
}