@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height: 18px;
	background-color: #040d24;
}
.leftheader {
	font-weight: bold;
}
select {
	width: auto;
}
#sidebar1, #sidebar2, #topten, .toptentable {
	font-size: 10px;
}
.validateEmail {
	background-color: #ffffff;
	margin: 1px;
	padding:1px;
	border: dashed 1px red;
}
#smpic img {
	max-width: 150px;
	border: solid 1px black;
}
a {
	color: #0018c8;
	text-decoration: underline;
}
input, textarea {
	margin: 3px 0 3px 0px;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 1px;
	color: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.toptentable a {
	font-weight: bold;
}
.calSpacer {
	height: 30px;
}
.tableHeader {
	font-weight: bold;
	background-color: gray; 
	color: white;
}
.row1, .erow1 {
	background-color: white;
	color: #000000;
}
.row2, .erow2 {
	background-color: #f3f3f3;
	color: #000000;
}
#container { 
	width: 955px; 
	background-color: white; 
	margin: 0 auto; 
	text-align: left; 
} 
#headerimage {
	background-image: url(../images/header.jpg);
	height: 220px;
	background-repeat: no-repeat;
	background-position: top center;
}
#esnavigation {
	height: 25px;
	color: #000000;
	text-align: center;
	float: left;
	padding-left:10px;
	padding-right:10px;
}
#esnavigation a, #esnavigation a:hover, #esnavigation a:active, #esnavigation a:visited {
	color: inherit;
	text-decoration: none;
}
#esnavigation li, #esnavigation li:hover {
	list-style: none;
	display: inline;
	padding: 5px;
	font-size: 13px;
	font-weight:bold;
}
#esnavigation li:hover, #esnavigation .selected {
	color: #ffffff;
	background-color: #000000;
}
h1,h3 {
	color: #ffffff;
	font-size: 10px;
	background-color: gray;
	padding: 5px;
	clear:left;
	width: 100%;
}
#sidebar1 {
	clear:left;
	float: left;
	width: 185px;
	padding: 5px;
}

#mainContent {
	width: 560px;
	/* IE<6: 528px */
	/* IE<7: 529px, Others: 560px */
	float: left;
	margin-top: 8px;
	/* IE<8: margin-top is 5px, Others: 9px */
} 
#welcome {
	background-image: url(../images/bg-center.jpg);
	padding: 0 10px 5px 10px;
}
#news {
	padding: 0 10px 5px 10px;
}
#news h2 {
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
#sidebar2 {
	float: right; 
	width: 185px;
	padding: 5px;
	margin-top: 4px;
}
#special {
	background-image: url(../images/bg-right.jpg);
	padding: 0 10px 5px 10px;
	color: #ffffff;
}
#special .aHtopRow {
	font-weight: bold;
}
#special a {
	text-transform: uppercase;
}
#topten {
	background-image: url(../images/bg-right.jpg);
	padding: 0 10px 5px 10px;
}
#events {
	background-image: url(../images/bg-right.jpg);
	padding: 0 10px 5px 10px;
}
#latestposts {
	background-image: url(../images/bg-right.jpg);
	padding: 0 10px 5px 10px;
}
#footer { 
	width:100%;
	height:25px;
	background-color: #000000;
	color: #ffffff;
} 
#footer a {
	color: #ffffff;
}
#footer div {
	padding: 5px;
	padding-bottom: 10px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mediaImage {
	max-width:95%;
}
