body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #333333;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
   background: url(images/bg.jpg) repeat-x;
   background-color:#90a9c5;
   margin: 0 auto;
   padding: 0;
   line-height: 17px;
	}

#sitedescription  {display: none;}

/* All link definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

.clear {
	clear: both;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	text-transform: none;
	letter-spacing: -0.4px;
	font-size: 22px;
	line-height: 25px;
	color: #013f87;
	margin: 0;
	margin-left: 0;
	padding-bottom:5px;
}

h2 {
	font-size: 18px;
	color: #0A4589;
	line-height: 19px;
	margin: 0;
	margin-left: 0;
	padding-bottom:3px;
}

h3 {
	font-size : 14px;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	color: #333333;
	padding-bottom: 0px;
	line-height:14px;
}

h4 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #333333;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

ul {
	margin: 0;
	padding-left: 30px;
	line-height: 20px;
}

#homepage {
	width: 1017px;
	height:auto;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 11px;
	background:url(images/content_bg.png) repeat-y;
}

#page {
	width: 1017px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}

#header {
	width: 1000px;
	height: 155px;
	margin-left:11px;
	background:url(images/header.png) no-repeat;

}

#anchor {
	height: 30px;
	width: 930px;
	float: right;
	padding-top: 5px;
	padding-bottom:60px;
	padding-right: 35px;
	margin-left: 30px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

#anchor ul { list-style: none; margin: 0; padding:0; }
#anchor li { display: inline; padding: 0px 0px 0px 15px; }
#anchor a:link, #anchor a:visited, #anchor a:active { color: #ffffff; text-decoration: none; font-weight: normal; }
#anchor a:hover {color: #cccccc; text-decoration: underline; font-weight: normal;}


.small {
	font-size:10px;
	}


/* MAIN NAV */
.chromestyle {
	text-align: left;
	height: 25px;
	font-weight: bold;
	font-size: 16px;
	color: #013f87;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	border: none;
	border: solid 0px #013f87;
	padding-left: 20px;
	margin: 0;
	text-align: left;
}

.chromestyle ul li {
	display: inline;
	margin: 0;
	padding: 0px;
}

.chromestyle ul li a {
	color: #013f87;
	padding: 2px 20px;
	margin: 0;
	text-decoration: none;

}

/*script dynamically adds a class of "selected" to the current active menu item*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	background: none; /*THEME CHANGE HERE*/
	color: #ffffff;
}


/*Style for Drop Down Menu*/
.dropmenudiv {
	text-transform: none;
	position: absolute;
	top: 0;
	border: none;
	border-bottom-width: 0;
	font-size: 12px;
	line-height:18px;
	z-index: 100;
	background-color: #003E87;
	visibility: hidden;
	white-space: nowrap;
	text-align:left;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 10px 5px 8px;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #CCD8E7;
}


/* INTERIOR STYLES*/

#homecontent {
	float: left;
	margin-left: 20px;
	width: 990px;
	clear: both;
}


#content {
	float: left;
	width: 990px;
	min-height: 550px;
	padding-top: 0px;
	clear: both;
}


.post {
	float: right;
	width: 655px;
	min-height: 300px;
	margin: 0 30px 0 24px;
	padding-right: 20px;
	padding-bottom: 175px;
	overflow: auto;
	line-height: 17px;
}


#home_left {
	float:left;
	width: 270px;
	min-height: 235px;
	margin: 0 auto;
	margin-top:25px;
	padding-left: 10px;
	padding-right: 0px;
}

.home_left {
	font-size: 15px;
	font-weight:bold;
	color:#003366;
	display: block;
	text-decoration: none;
	}

.home_left ul li a {
	color: #013f87;
	padding-left: 0px;
	margin: 0;
	line-height: 30px;
	text-decoration: none;
}

.home_left ul {
	list-style:none;
}


#home_right {
	float:right;
	background:url(images/mainpic_bg.jpg) no-repeat;
	width: 660px;
	height: 235px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
}

ul#home_gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}



#home_bottom {
	background:url(images/home_bottom_bg.png) no-repeat;
	height:300px;
	width: 950px;
	margin: 0 auto;
	vertical-align:top;

}

#left {
	float:left;
	width: 270px;
	min-height: 500px;
	margin: 0 auto;
	margin-top:25px;
	padding-left: 10px;
	padding-right: 0px;
}

#right {
	float:right;
	width: 655px;
	margin: 0 auto;
	margin-top:25px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 539px;
	height:auto !important;
	height: 539px; 
}


.home_news {
	font-size: 11px;
	line-height:13px;
	font-weight: normal;
	}

.home_contact {
	font-size: 11px;
	line-height:12px;
	}

#footer {
	background:url(images/footer_bg.png) repeat-x;
	text-align:left;
	width: 1000px;
	height: 155px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 11px;
	color: #333333;
	margin-left:11px;
	clear:both;
}

#footer ul { list-style: none; margin: 0; padding: 0; }
#footer li { display: inline; padding: 0px 15px 0px 0px; }
#footer a, #footer a:link, #footer a:visited { color: #333333; text-decoration: none; font-weight: normal;}
#footer a:hover {color: #666666; text-decoration: underline; font-weight: normal;}






/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;
	margin-left: -30px;
	#margin-top: 0px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */
	div#rotator ul li img {
	border:0px solid #ccc;
	padding: 0px;

}
    div#rotator ul li.show {
	z-index:500;
}



