@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
}	

#container {
	width:960px;
	height:auto;
	margin:0px auto;
	clear:none;
}	
#left_container {
	width:260px;
	height:auto;
	float:left;
	margin-right:10px;
}	
#right_container {
	width:690px;
	height:auto;
	float:left;
}
#search {
	width:260px;
	margin-bottom:10px;
	height:40px;
	background-image:url(images/background_search.jpg);
	background-repeat:no-repeat;
	float:left;
}	
#find_left {
	width:260px;
	margin-bottom:10px;
	height:241px;
	background-image:url(images/background_find.png);
	background-repeat:no-repeat;
	float:left;
}
#contact_left {
	width:260px;
	margin-bottom:10px;
	height:159px;
	background-image:url(images/background_contact.png);
	background-repeat:no-repeat;
	float:left;
}
#images_link {
	width:auto;
	height:auto;
	float:right;
	border-right:1px solid #FFFFFF;
}	
#navigation {
	height:36px;
	background-image:url(images/background_nav.jpg);
	background-repeat:repeat-x;
	float:right;
	width:690px;
}	
#backround_main {
	background-image:url(images/background_main_2.png);
	background-repeat:repeat-y;
	float:right;
	width:690px;
	border-top:1px solid #003574;
}	
#main_bottom {
	background-image:url(images/background_main_bottom.png);
	background-repeat:no-repeat;
	width:690px;
	height:11px;
	float:right;
}
#left_text {
	float:right;
	width:175px;
	height:auto;
	margin-top:21px;
}	
#contact_box {
	float:right;
	width:145px;
	height:auto;
	margin-top:21px;
}	
#main_box {
	width:650px;
	margin-left:15px;
	margin-top:15px;
	float:left;
	height:223px!important;
}	
#main_box_secondary {
	width:650px;
	margin-left:15px;
	margin-top:15px;
	float:left;
	height:166px!important;
}	
#main_box_contact {
	width:650px;
	margin-left:15px;
	margin-top:15px;
	float:left;
	height:auto!important;
}	
#inthenews {
	float:right;
	margin-right:15px;
	margin-top:15px;
	width:140px;
	height:auto;	
}	
#search_2 {
	width:200px;
	height:28px;
	margin-top:7px;
	margin-right:8px;
	float:right;
	text-align:right;
}	
#read_more {
	float:right;
	padding-bottom:10px;
}	
#footer {
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:450px;
	padding-bottom:25px;
}	
#secondary {
	width:690px;
	height:201px;
	float:right;
}	
#contact_list {
	width:325px;
	height:auto;
	float:left;
	padding-bottom:2px;
}	

/*NAVIGATION & TEXT*/
.nav{
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	font-size:10pt; 
	line-height:100%;
	margin:0px;
	padding:0px;		
	float:left;
	width:172px;
}

	.nav ul{
		margin:0px;padding:0px;	float:left;	width:100%;
		}
		
	.nav li{
		border-right:1px solid #003574;
		float:left;
		display:block;
		padding:0px;
		margin:0px;
		width:172px;
		height:36px;
		text-align:center;
		}
		
.nav li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	padding:11px 10px;
	margin:0px;	
	}
	
	.nav li a span{
		color:#696969;
		text-transform:lowercase;
		display:block;
		font-size:90%;
		}
	
	.nav li a:hover, .nav li a:hover span{
		color:#CCCCCC!important;
		}
		
* html .nav li a:hover{
	}
	
.nav li.rhs{
	border-right:none;
	float:right;
	display:block; 
	}

.nav li.rhs a:hover, .nav li.rhs a:hover span{
	background:#ff9933;
	}

.nav{
	list-style:none;
	font-size:10pt; 
	line-height:100%;
	margin:0px;
	padding:0px;		
	float:left;
	width:100%;
	}

	.nav ul{
		margin:0px;padding:0px;	float:left;	width:100%;
		}
		
	.nav li{
		float:left;
		display:block;
		padding:0px;
		margin:0px;
		}

.contact_title {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.contact_location {
	color:#999999;
	font:italic!important;
	font-size:15px;
	line-height:17px;
	font-weight:lighter!important;
}
.contact_text {
	color:#92adc7;
	font-size:12px;
	line-height:17px;
	font-weight:lighter!important;
}
a.contact_text:link, a.contact_text:visited, a.contact_text:active {
	text-decoration:none!important;
	border-bottom:1px dotted #FCB034;
	line-height:17px;
}
a.contact_text:hover {
	border-bottom:1px solid #FCB034;
}		
.news_text {
	color:#CCCCCC;
	font-size:11px;
	line-height:15px;
}
.news_text_bold {
	color:#CCCCCC;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
}
a.news_text:link, a.news_text:visited, a.news_text:active {
	text-decoration:none;
	border-bottom:1px dotted #3a6495;
}	
a.news_text:hover {
	border-bottom:1px solid #CCCCCC;
}	
.date {
	color:#FCB034;
	font-size:11px;
	font-weight:bold;
}
.header {
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}	
.main {
	font-size:13px;
	line-height:21px;
	color:#e0edfa;
}	
.footer_text {
	color:#999999;
	font-size:10px;
}	
a.footer_text:link, a.footer_text:visited, a.footer_text:active {
	text-decoration:none;
	border-bottom:1px dotted;
}
a.footer_text:hover {
	border-bottom:1px solid;
}		
.titles {
	color:#FFFFFF;
	font-size:20px;
	line-height:35px;
	margin-left:15px;
}	
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
