@charset "UTF-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #8fb1e8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2e4574;
}

/*Keywords */

#keywords {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 20px; 
	height: 20px;	
}

/* Shadows for page */

#topShadow {
	background-image: url(../images/top_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
}

#middleShadow {
	background-image: url(../images/middle_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#bottomShadow {
	background-image: url(../images/bottom_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
}

#container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
		width: 700px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navbar {
	background-color:#5980d1;
	height:27px;
	background-image: url(../images/masthead02.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#slideShow {
	background-image: url(../images/masthead03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 278px;	
}

#mainContent {
	padding: 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContentSub {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:-20px;
	background: #FFFFFF;
}

#mainContentContact {
	padding: 0 40px 30px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:-20px;
	background: #FFFFFF;
}

#contactLeft {
	width:180px;
	float:left;

	margin-top: 40px;
}

#contactRight {
	width:380px;
	float:right;
	margin-top: 20px;
}

#footer {
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	background-color: #305093;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#top_nav {
	background-image: url(../images/main_page_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
}

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

#top_nav li {
	margin: 0px;
	padding: 1px 15px;
	display: inline;
	line-height: 250%;
	border-right-color: #324a7c;
	border-right-style: solid;
	border-right-width: 1px;
}

li a:visited {
	text-decoration: none;
	color: #142E62;
}

#top_nav li a:link {
	text-decoration: none;
	color: #142E62;
}

#top_nav li a:hover {
	text-decoration: none;
	color: #fff;
}

#botNav {
	font-size: 10px;
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-bottom: 30px;
	margin-top:10px;
}

#botNav a:visited {
	color: #fff;
}

#botNav a:link {
	color: #fff;
}

#botNav a:hover {
	color: #324a7c;
}

#activePage {
	color: #FFF;


}

#activePageBot {
	color: #324a7c;
	text-decoration: none

}

#spacer {
	clear:both;
}

#spacerOffer {
	clear:both;
	margin-top:30px;
}

.imgBorder {
	border: 1px solid #305093;
}

#slideShowBorder {
	border-bottom: 1px solid #305093;
}

.unitsList {
	line-height: 200%;
	
}

.panelPics {
	text-align:center;
	margin-top: 30px;
	
}