@charset "utf-8";
/* CSS Document */
html { margin:0; padding:0; }

body {background:#cccccc; margin:0; padding:0; font:12px Arial, Helvetica, sans-serif; color:#000;}
h1 { font:bold 22px Times; color: #660000; margin:1px; }
h2 { font:18px Times; color: #666666; margin:1px; }
h3 { font:bold 16px Arial; color: #fff; margin:0 0 3px 0; padding:3px; background:#660000;}
img { border: none; margin: 0px; padding: 0px; }
p {margin: 0px; padding:0 0 10px 0; text-align:justify;} 
input {color:#900;}
form {margin:0;padding:0;}
a { outline: none; }

/* Page layouts */	
div#wrapper { width:815px; margin-right: auto; margin-left: auto; text-align: left;}
div#header {width:815px; height:151px; background:#fff url(images/headerbkg.gif); }
div#topNav { width:815px; height:40px; background: #cccccc url(images/topNavBkg.gif) no-repeat top left; font:bold 12px Arial; color:#333; text-align:center;}
div#topNav a:link, #topNav a:visited, #topNav a:active { color:#333; text-decoration:none; }
div#topNav a:hover { color:#660000; }	

ul.topnavlinks { list-style-type: none; padding:7px 0 0 0; margin:0; }
ul.topnavlinks li { display: inline; padding-left: 15px; padding-right: 15px; }	

div#hero { width:815px; height:210px; background:#fff url(images/spotlights/sl_bkg.jpg) 0 0 no-repeat;}

div#threePods {width:815px; height:200px;}
div#threePods .pod {float:left; width:260px; height:200px; background:#fff url(images/pod_bkg.jpg) 0 0 no-repeat; }

div#ContentWrapper { width:815px; min-height:400px; overflow:hidden; background:#fff url(images/ContentWrapper_bkg.gif) 0 0 repeat-y;}
div#ContentWrapper a:link, #ContentWrapper a:visited, #ContentWrapper a:active { color:#660000; }
div#ContentWrapper a:hover {color:#660000;}

div#leftContent {float:left; width:480px; margin-right:25px;}
div#rightContent {float:left; width:240px;}

div#bottom { clear:both; width:815px; height:19px; background:#fff url(images/footerbkg.gif);}

.bold {font-weight:bold;}
.left { text-align:left; }
.right { text-align:right; }
.em {font-style:italic;}
.centered {margin-left:auto; margin-right:auto; text-align:center;}
.pad { padding:15px; }
.contentpad { padding:10px 35px; }
.pad_tb { padding:10px 0; }
.pad_title { padding:7px 0 6px 0; }
.mright {margin-right:9px;}
div.hrGray {clear:both;margin:0 0 3px 0;height:1px;background:#666666;border-bottom:1px solid #333;overflow:hidden;width:100%;}
.contactPod {float:left; width:225px; background:#e2e2e2; padding:10px; min-height:150px; border-right:3px solid #ccc; border-bottom:3px solid #ccc;}

#rotator
{
	/*border: 1px solid #000;*/
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 815px;
	height: 210px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 815px;
	height: 210px;
}

#SLimageContainer {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 815px;
	height: 210px;
}

#SLimageContainer img {
	display:none;
	position:absolute;
	height: 210px;
	width: 815px;
	top:0; left:0;
}


/*Form elements*/
select {font:8pt arial;}
/*End Form elements*/

.fixer_5 {clear:both;overflow:hidden;width:1px;height:5px;}
.fixer_10 {clear:both;overflow:hidden;width:1px;height:10px;}
.fixer_20 {clear:both;overflow:hidden;width:1px;height:20px;}
.fixer_30 {clear:both;overflow:hidden;width:1px;height:30px;}


#footer { clear:both; margin-left:auto; margin-right:auto; text-align:center; font:8pt Arial; color: #333; padding-top:3px;}
#footer a:link, #footer a:visited, #footer a:active { color:#333; text-decoration:none; }
#footer a:hover {color:#ff0000;text-decoration:none;}	

ul.footernav {
	list-style-type: none;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
ul.footernav li {
	display: inline;
	}
