@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #1b2938;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #607A95;
}

a:hover {
	color: #1C2938;
}

#layout {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}

#blueheader {
	width: 980px;
	height: 25px;
	background-color: #607a95;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 980px;
	height: 99px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#navigation {
	width: 980px;
	height: 30px;
	background-color: #464646;
	margin: 0px;
	padding: 0px;
}

#navigationleft {
	float: left;
	width: 210px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

* html #navigationleft {
	display: inline;
}

#navigationright {
	float: left;
	width: 560px;
	height: 22px;
	color: #999;
	margin: 0px;
	padding: 8px 210px 0px 0px;
	text-align: center;
}

* html #navigationright {
	display: inline;
}

#navigationright a:link, #navigationright a:visited  {
	color: #999;
	text-decoration: none;
}

#navigationright a:hover  {
	color: #FFF;
	text-decoration: none;
}

#content {
	width: 980px;
	background-image: url(../images/contentback.png);
	background-repeat: repeat-y;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#homecontent {
	width: 980px;
	height: 400px;
	background-image: url(../images/homecontentback.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#leftcontent {
	float: left;
	width: 645px;
	margin: 0px;
	padding: 25px 25px 25px 60px;
}

* html #leftcontent {
	display: inline;
}

#leftcontenthome {
	float: left;
	width: 435px;
	height: 282px;
	margin: 0px;
	padding: 118px 0px 0px 295px;
}

* html #leftcontenthome {
	display: inline;
}

#rightcontent {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 25px;
}

* html #rightcontent {
	display: inline;
}

#footer {
	clear: both;
	width: 980px;
	background-image: url(../images/footerback.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #FFF;
}

#footerleftcontent {
	float: left;
	width: 730px;
	margin: 0px;
	padding: 0px;
}

* html #footerleftcontent {
	display: inline;
}

#footerrightcontent {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 25px;
}

* html #footerrightcontent {
	display: inline;
}

#clear {
	clear: both;
}

/* Contact Page Styles */

#contactinfo {
	float: left;
	width: 340px;
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
	border-right: 1px solid #CCC;
}

* html #contactinfo {
	display: inline;
}

#contactform {
	float: left;
	width: 270px;
}

* html #contactform {
	display: inline;
}
	

/* Text Styles */

.pageheadings {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
}

.headings {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #617A94;
}

.subheadings {
	font-size: 16px;
}

.captions {
	font-size: 10px;
}

.imageleft {
	padding: 0px 10px 10px 0px;
}

.imageright {
	padding: 0px 0px 10px 10px;
}

.morelinks a:link, .morelinks a:visited, a.morelinks:link, a.morelinks:visited {
	display: block;
	font-weight: bold;
	color: #617A94;
	text-decoration: none;
	border-left: 3px solid #617A94;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 5px 0px;
}

.morelinks a:hover, a.morelinks:hover {
	color: #1C2938;
	border-left: 3px solid #000;
}
