/* CSS Document */
body {
	background:#FFFFFF;
	margin:0;
	padding:0 0 20px 0;
	font:normal 12px/16px Arial,Helvetica,sans-serif;	
	background-image:url(../images/layout/gradient01.png);
	/*background-image:url(../images/layout/bigBlue.jpg);*/
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f1f7fe;
}
img{
	border:0px;
	behavior: url(iepngfix.htc);
}
#container {
	position:relative;
	width:781px;
	left:50%;
	margin-left:-390px;
	background: url(../images/layout/bg.png) repeat-y center;
	overflow:auto;
	z-index:100;
}
/*#container[id]
{
	background-image:url(../images/layout/bg.png);	
}*/

#pageHeader {
	position:relative;
	top:0px;
	width:781px;
	height:245px;
	background: url(../images/layout/header.png) no-repeat right;
	z-index:-1;
}
#navigationdiv
{
	position:absolute;
	float:left;
	top:144px;
	padding-left:16px;
	width: 600px;
	height: 26px;	
}
#content {	
	position:relative;
	width:697px;
	margin-left:42px;
	margin-top:-70px;
	z-index:-1;
}
#contentBase{
	position:relative;
	left:50%;
	margin-left:-390px;
	background: url(../images/layout/bottom.png);
	width:781px;
	height:62px;
}
#content a, #content a:link, #content a:visited{
	text-decoration: none;
	color:#0099FF;
	border-bottom: 1px dotted #005a9c;
}
/*#contentBase[id]
{
	background-image:url(../images/layout/bottom.png);	
}*/
#topLeft {
	width:49%;
	position:absolute;
	top:0;
	left:0;
	height:245px;
	background:url(../images/layout/topLeft_bg.gif) repeat-x;
}
#topRight {
	width:49%;
	position:absolute;
	top:0;
	right:0;
	height:245px;
	background:url(../images/layout/topRight_bg.gif) repeat-x;

}

#imageTopLeft{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-675px;
	background-image:url(../images/layout/imageTopLeft.png);
	background-repeat:no-repeat;
	height:245px;
	width:285px;
}
#imageTopRight{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:390px;
	background-image:url(../images/layout/imageTopRight.png);
	background-repeat:no-repeat;
	height:245px;
	width:285px;
}
#content h1{
	font-size:24px;
	color:#F7941D;
}
#content h2{
	font-size:18px;
	color:#003366;
}
.highlight{
	color:#0099FF;
	font-weight:bold;
}
.pullQuote{
font-family: Georgia,Times,serif;
font-size: 15px;
color:#666666;
}
/*#promoShell{
	position:relative;
	width:195px;
	float:right;
	border:dashed;
	border-color:#F7941D;
	border-width:1px;
	margin-top:25px;
	margin-left:10px;
	padding:0px;
	text-align:center;
}*/	
#promo{
	position:relative;
	width:175px;
	float:right;
	border:dashed;
	border-color:#F7941D;
	border-width:1px;
	margin-top:40px;
	margin-left:10px;
	padding:10px;
	text-align:center;
}

<style type="text/css">
/*Rotator*/
/* rotator in-page placement */
    div#rotator {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-675px;
	height:144px;
}
/* rotator css */
	div#rotator ul li {
	/*float:left;*/
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-374px;
	list-style: none;
	z-index:400;
}
/* rotator image style */	
	div#rotator ul li img {
	background: #FFF;
	
}
    div#rotator ul li.show {
	z-index:500;
}
</style>