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

@import "nav-h.css";

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bodyBG.gif) repeat-x top;
	}
	
h1 {
	font-size:18px;
	color:#005288;
	/*border-bottom:1px dotted #d0d6d2;*/
	margin-right:10px;
	}
	
h2 {
	font-size:14px;
	padding-top:7px;
	}
	
	
.newsItem p {
	font-size:11px;
	margin:0;
	padding:0 10px 0 0;
	}
	
h4.newsDate {
	font-size:11px;
	margin:0;
	}
	
p {
	font-size:13px;
	}
	
a {
	text-decoration:underline;
	color:#005288;
	}
	
a:hover {
	color:#777;
	}
	
ul {
	font-size:12px;
	list-style-type:square;
	}
	

	
.frame {
	width:814px;
	margin:0 auto;
	/*height:600px;
	background:#cc0000;*/
	}
	
.allHolder {
	width:814px;
	/*height:94px;
	background:#ebebeb;*/
	padding-bottom:10px;
	}
	
.header {
	width:814px;
	height:94px;
	background:url(../images/headerBG.gif) no-repeat top;
	float:left;
	}
	
.bigImageHolder {
	width:814px;
	height:178px;
	float:left;
	}
	
.content {
	background:url(../images/contentBG.gif) repeat-y top;
	float:left;
	/*height:200px;*/
	}
	
.homeContent {
	background:url(../images/homeContentBG.gif) no-repeat top;
	float:left;
	/*height:200px;*/
	}
	
.homeContentLeft {
	width:525px;
	/*height:300px;*/
	padding:30px 25px 20px 50px;
	/*background:#cc0000;*/
	float:left;
	}
	
.homeContentRight {
	width:214px;
	/*height:300px;
	background:#ccc;*/
	float:right;
	padding-top:30px;
	}
	
.subLeft {
	width:170px;
	float:left;
	margin-left:7px;
	}
	
.subLeftUlHolder {
	background:#005288;
	padding-top:15px;
	float:left;
	width:170px;
	}
	
.leftNavFooter {
	width:170px;
	height:22px;
	float:left;
	background: url(../images/leftNavFooter.gif) no-repeat right;
	/*margin-left:7px;*/
	}
	
.subLeft ul {
	list-style-type:none;
	margin-left:15px;
	padding:0;
	}
	
.subLeft ul li {
	margin-bottom:5px;
	}
	
.subLeft ul li a {
	color:#fff;
	text-decoration:none;
	}
	
.subLeft ul li a:hover {
	color:#fff;
	text-decoration:underline !important;
	}
	
.subLeft ul li a:visited {
	color:#fff;
	text-decoration:none;
	}
	
.subLeft ul li a.active {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
	
.floatLeft {
	float:left;
	}
	
.subRight {
	width:562px;
	padding:30px 25px 20px 50px;
	float:right;
	}
	
.fullWidth {
	/*width:725px;
	clear:both;*/
	float:left;
	padding:30px 25px 20px 50px;
	}
	
.bottomGraphic {
	float:left;
	width:814px;
	height:30px;
	background:url(../images/bottomGraphic.gif) no-repeat top;
	}
	
.footer {
	width:800px;
	float:left;
	padding-left:14px;
	padding-top:10px;
	font-size:11px;
	text-align:center;
	}
	
.testimonial {
	border-bottom:1px dotted #ccc;
	}
	
.newsPageItem {
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
	margin-bottom:7px;
	}
	
p.newsDate {
	color:#005288;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
	}
	
p.newsContent {
	margin:0;
	padding:0;
	}
	
.newsItem {
	width:200px;
	padding:0 7px 7px 7px;
	float:left;
	}
	
.contactTable {
	font-size:12px;
	}
	
.newsletterHolder {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	}
	
.newsletterHolder p {
	padding:3px;
	margin:0;
	}
	
.breadHolder {
	width:562px;
	float:left;
	height:20px;
	line-height:20px;
	border-bottom:1px dotted #ccc;
	margin-bottom:14px;
	}
	
ul.bread {
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
ul.bread li {
	display:inline;
	padding-right:7px;
	}
	
.logoButton {
	float:left;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	