@charset "UTF-8";

* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
a {
	color:#000;
	}
a:hover {
	text-decoration:none;
	}
p {
	margin-bottom:5px;
	}
hr {
	width:100%;
	border-color:#2d5677;
	border-style:solid none;
	border-width:1px 0 0 0;
	margin:7px auto;
	}
	
body {
	background:#285842;
	font-size:10px;
	line-height:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	color:#000;
	}
#body_container {
	min-width:1046px;
	width:expression(document.body.clientWidth < 1047 ? "1046px" : "100%" );
	background:#fff url(../images/body_rpt.jpg) top repeat-x;
	}
#container {
	width:937px;
	margin:0 auto;
	border-left:#18110d 1px solid;
	border-right:#18110d 1px solid;
	}
.container_home {
	background:#fff url(../images/main_bkgrnd.jpg) top center no-repeat;
	}
.container_int {
	background:#fff url(../images/main_bkgrnd_int.jpg) top center no-repeat;
	}
.top_nav {
	width:907px;
	text-align:right;
	color:#fff;
	font-size:1.5em;
	line-height:1.4em;
	padding:5px 15px 6px 0;
	}
.top_nav li {
	display:inline;
	}
.top_nav a {
	color:#fff;
	text-decoration:none;
	}
.top_nav a:hover {
	text-decoration:underline;
	}
	

#nav {
	width:937px;
	height:49px;
	overflow:hidden;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	display:block;
	}
#nav li {
	float:left;
	}
#nav a {
	text-indent:-1000em;
	overflow:hidden;
	display:block;
	height:49px;
	}

/************ For Dropdowns ************/
#nav li ul {
	position: absolute;
	width:165px;
	left: -999em;
	list-style-type:none;
	background-color:#2d2d2d;
	border-right:1px solid #673ca1;
	border-bottom:1px solid #673ca1;
	border-left:1px solid #673ca1;
	}
#nav li ul li a {
	text-indent:0;
	background-color:#000;
	background-image:none;
	font-size:1.4em;
	line-height:1.2em;
	color:#fff;
	height:auto;
	width:155px;
	text-decoration:none;
	padding:3px 5px;
	}
#nav li ul li a:hover {
	background-image:none;
	background:#673ca1;
	color:#fff;
	text-decoration:none;
	}	
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
	margin-top:-7px;
	margin-left:20px;
	}
	
/************ For Secont Flyout ************/
#nav li ul ul {
	border:1px solid #002b6c;
	}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}
#nav li li:hover ul, #nav li li.sfhover ul {
	left: auto;
	margin:-20px 0 0 130px;
	}
/************ End Secont Flyout ************/
	
/************ End Dropdowns ************/	
	
.home a {
	width:90px;
	background: url(../images/home.png) top center no-repeat;
	}
.home a:hover {
	background:url(../images/home.png) bottom center no-repeat;
	}
.about a {
	width:104px;
	background: url(../images/about.png) top center no-repeat;
	}
.about a:hover {
	background:url(../images/about.png) bottom center no-repeat;
	}
.news a {
	width:86px;
	background: url(../images/news.png) top center no-repeat;
	}
.news a:hover {
	background:url(../images/news.png) bottom center no-repeat;
	}
.projects a {
	width:88px;
	background: url(../images/projects.png) top center no-repeat;
	}
.projects a:hover {
	background:url(../images/projects.png) bottom center no-repeat;
	}
.members a {
	width:110px;
	background: url(../images/members.png) top center no-repeat;
	}
.members a:hover {
	background:url(../images/members.png) bottom center no-repeat;
	}
.links a {
	width:70px;
	background: url(../images/links.png) top center no-repeat;
	}
.links a:hover {
	background:url(../images/links.png) bottom center no-repeat;
	}

.logo a {
	width:475px;
	height:95px;
	margin-left:438px;
	text-indent:-1000em;
	display:block;
	}
.contact_info {
	width:325px;
	height:73px;
	text-align:right;
	color:#fff;
	font-size:1.35em;
	line-height:1.4em;
	margin-left:475px;
	}
.contact_info a {
	color:#fff;
	}
.contact_info a:hover {
	text-decoration:none;
	}
div.container_int p.contact_info {
	margin-left:600px;
	}
	
#content {
	width:897px;
	padding:20px;
	min-height:400px;
	height:auto !important;	
	height:400px;
	background:#fff;
	font-size:1.3em;
	line-height:1.6em;
	}
#content h1 {
	color:#2d5677;
	font-size:1.42em;
	line-height:1.2em;
	margin-bottom:5px;
	}
#content h2 {
	color:#000000;
	font-size:1.3em;
	line-height:1.2em;
	margin-bottom:5px;
	}
#content h3 {
	color:#000000;
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:5px;
	font-weight:normal;
	}
#content p {
	margin-bottom:10px;
	}
#content ul {
	margin-left:40px;
	margin-bottom:10px;
	}
#content ol {
	margin-left:40px;
	margin-bottom:10px;
	}
#content li {
	margin-left:10px;
	}
#content a {
	color:#426900;
	text-decoration:underline;
	}
#content a:hover {
	text-decoration:none;
	}
.welcome_img {
	width:681px;
	height:66px;
	float:left;
	display:inline;
	}
.left_column {
	width:611px;
	background:#fff;
	font-size:1.3em;
	line-height:1.6em;
	padding:0 30px 0 40px;
	}
.left_column h1 {
	color:#2d5677;
	font-size:1.42em;
	line-height:1.2em;
	margin-bottom:5px;
	}
.left_column p {
	margin-bottom:25px;
	}
.coverage {
	width:150px;
	margin-top:20px;
	margin-left:10px;
	float:left;
	display:inline;
	}
.coverage ul {
	margin-left:20px;
	}
.right_column {
	width:218px;
	margin-top:115px;
	margin-bottom:10px;
	padding:0 10px 90px 10px;
	font-size:1.3em;
	line-height:1.3em;
	color:#110c0a;
	background:#dee4c7 url(../images/right_btm.jpg) bottom no-repeat;
	float:left;
	display:inline;
	}
.right_column a {
	color:#006633;
	text-decoration:none;
	}
.right_column a:hover {
	text-decoration:underline;
	}
.right_column hr {
	width:100%;
	border-color:#2d5677;
	border-style:solid none;
	border-width:1px 0 0 0;
	margin:7px auto;
	} 
.right_column h1 {
	font-size:1.2em;
	color:#006633;
	padding-bottom:5px;
	text-align:center;
	line-height:1.3em;
	font-weight:normal;
	}
#footer_container {
	min-width:1046px;
	width:expression(document.body.clientWidth < 1047 ? "1046px" : "100%" );
	background:#285842 url(../images/footer_rpt.png) top repeat-x;
	padding-top:15px;
	}
#footer {
	width:963px;
	margin:0 auto;
	background:#285842 url(../images/footer_leaf.png) top left no-repeat;
	padding-left:83px;
	padding-top:5px;
	}
.footer_left {
	width:330px;
	color:#fff;
	padding-top:15px;
	margin-left:10px;
	font-size:1.3em;
	line-height:1.3em;
	float:left;
	display:inline;
	}
.footer_left li {
	display:inline;
	}
.footer_left a {
	color:#fff;
	text-decoration:none;
	}
.footer_left a:hover {
	color:#fff;
	text-decoration:underline;
	}
.footer_right {
	width:523px;
	margin-left:90px;
	padding-right:10px;
	text-align:right;
	color:#fdf6d9;
	font-size:1.2em;
	line-height:1.3em;
	float:left;
	display:inline;
	}
.disclaimer {
	width:700px;
	text-align:center;
	margin:0 auto;
	font-size:0.9em;
	color:#ffffff;
	text-align:right;
	padding:10px 0 10px 0;
	}

p.no_marg {
	margin:0;
	}
.right {
	float:right;
	display:inline;
	}
.left {
	float:left;
	display:inline;
	}
.image {
	padding:10px;
	}
.green_callout {
	padding:5px;
	text-align:center;
	color:#000000;
	background-color:#d2e5c1;
	margin:10px 0;
	}
		
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}