@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	margin: 0;
	padding:0;
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a img {
	border:none;
}

a {
	color:#003c79;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#277b9e;
}

.meta {
font-style:italic;
font-size:10px;
margin: 0 0 10px 0;
}

#wrapper {
	width:840px;
	margin: 0 auto;
	position: relative;
}

hr.blog {
width: 500px;
height:1px;
background-color:#acb8be;
border:none;
margin: 0 0 20px 0;
float:left;
}

#header {
	width:840px;
	height:170px;
	border-left: 1px solid #455262;
	border-bottom:1px solid #455262;
	border-right:1px solid #455262;
	-moz-border-radius: 0 0 12px 12px;
-webkit-border-radius: 0 0 12px 12px;
-khtml-border-radius: 0 0 12px 12px;
border-radius: 0 0 12px 12px;
background-image:url(images/header-bg.jpg);
background-repeat:repeat-x;
float:left;
}

#top-nav {
	width:840px;
	height: 28px;
	float: left;
	
}

.logo {
	width:305px;
	height:127px;
	float: right;
}

#slider {
	width: 800px;
	height:350px;
	background-color:#003c79;
	float:left;
	margin: 0 20px;
	border-left: 1px solid #fff;
	border-right:1px solid #fff;
}

#flashcontent {
width:800px;
height:350px;
}


#main-nav {
	background-image:url(images/midnav-bg.jpg);
	background-repeat:repeat-x;
	width: 800px;
	height:35px;
	float:left;
	margin: 0 20px;
	border-left: 1px solid #fff;
	border-right:1px solid #fff;
}


#content-wrap {
	background-image:url(images/content-bg.jpg);  
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#fff;
		-moz-border-radius: 12px 12px 0 0;
-webkit-border-radius: 12px 12px 0 0;
-khtml-border-radius: 12px 12px 0 0;
border-radius: 12px 12px 0 0;
width:820px;
border-left: 1px solid #455262;
	border-top:1px solid #455262;
	border-right:1px solid #455262;
float: left;
	min-height: 275px;
	padding: 10px 0 50px 20px;
	
}  

#content-wrap-home {
	background-image:url(images/content-bg-home.jpg);  
	background-repeat:repeat-x;
	background-color:#fff;
	background-position:top left;
	background-color:#fff;
		-moz-border-radius: 12px 12px 0 0;
-webkit-border-radius: 12px 12px 0 0;
-khtml-border-radius: 12px 12px 0 0;
border-radius: 12px 12px 0 0;
width:820px;
border-left: 1px solid #455262;
	border-top:1px solid #455262;
	border-right:1px solid #455262;
float: left;
	min-height: 275px;
	padding: 0 0 25px 20px;
	 
}

	
	#footer {
		background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#acb8be;
	width:840px;
	height: 75px;
	float:left;
	border-left: 1px solid #455262;
	border-right:1px solid #455262;
	border-bottom:1px solid #455262;
	
		-moz-border-radius: 0 0 12px 12px;
-webkit-border-radius: 0 0 12px 12px;
-khtml-border-radius: 0 0 12px 12px;
border-radius: 0 0 12px 12px;
color:#455262;
text-align: center;
padding: 15px 0;
font-size: 9px;
margin: 0 0 50px 0;
}

#footer a {
color:#fff;
}

#post-it {
	background-image:url(images/post-it.png);
	width:210px;
	height:175px;
position: absolute;
left:-30px;

}

#icons {
	float: left; 
	width: 100px;
	height: 20px; 
	margin: 10px 0 0 180px;
}

#map_1 {
border:3px solid #455262;
}

.column3 {
	width:253px;
	float: left;
	margin: 20px 20px 0 0;
	overflow: hidden;
	padding: 0px;
	font-size:11px;
	color:#777;
	line-height: 16px;

}

.column3 ul {
margin: 0 0 0 15px;
padding: 0;
}


.column3 li {
margin: 0 0 8px 0;
padding: 0;
}


.lighter {
color:#fff  !important;
}

.column1 {
	width:230px;
	float: left;
	margin: 20px 20px 0 0;
	padding: 0 15px 0 0;
	overflow: hidden;
		font-size:11px;
	color:#777;
	line-height: 16px;
}

.column1 p {
width:230px;
}
 
.column2 {
	width:520px;
	float: left;
	margin: 20px 20px 0 10px;
	padding: 0px;
	overflow: hidden;
}
 
 
.column3 h1 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #000;
	width:253px;  
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase; 
}

.column1 h1 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #277b9e;
	width:230px;  
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase; 
}

.column1 h2 {
	margin: 5px 0 0 0;
	padding: 0;
	color: #003c79;
	width:230px;  
	font-size:11px; 
	font-weight:bold;
	font-style:italic;
	float: left;
}


.column1 .author p {
	font-size:10px;
	font-weight:bold;
	color:#000;
	margin: 0 0 3px 0;
	float: left;
	width:230px;
}
 
h1 {
	font-size: 18px;
	color:#277b9e;
	padding: 0; 
	margin: 0 0 10px 0;   
}

.column2 p {
	color:#000;
	font-size:12px;
	line-height:25px;
	margin: 10px 0 5px 0;
	padding: 0;
}

.ddsg-wrapper .column2 ul {
font-size:12px;
font-style:italic;
color:#455262; 
margin: 5px 0 15px 30px !important;
padding: 0 0 0 0;
float: left;
}

.ddsg-wrapper.column2 li {
margin: 10px 0 8px 0;}

.column2 ul {
font-size:12px;
font-style:italic;
color:#455262; 
margin: 0 0 15px 30px;
padding: 0 0 0 0;
}	

.column2 li {
margin: 0 0 8px 0;}
	
	
.column2 h2 {
font-size:14px;
font-weight:bold;
font-style:italic;
margin: 0px 0 15px 10px;
background-color:#acb8be;
width:475px;
color:#fff;
padding: 10px;
}

.column2 h3 {
font-size:13px;
font-weight:bold;
margin: 25px 0 5px 0;
color:#003c79;
text-transform:uppercase;
}

.sidebar-box {
margin: 0 0 25px 0;
float: left;
}

.gfield_label {
display:none !important;
}

.gform_fields {
list-style:none;
margin: 0;
padding: 0;

}


.large {
background-color: #fff;
border: 1px solid #455262;
width: 280px;
height: 14px;
padding: 3px;
color:#777;
}

.sidebar-box .medium {
background-color: #fff;
border: 1px solid #455262;
width: 180px;
height: 14px;
padding: 3px;
color:#777;
} 

.sidebar-box li {
list-style:none;
margin: 8px 0 0 0;
}

.sidebar-box ul{
margin: 0 0 8px 0;
padding: 0;

}

.sidebar-box .button, .column2 .button {
float: left;
border:none;
background-color:#455262;
margin:0;
color:#fff;
text-transform:uppercase;
font-size:9px;
padding: 3px;
font-weight:bold;
cursor:pointer;
}

.sidebar-box .button:hover, .column2 .button:hover {
background-color:#277b9e;

}


#post-it li {
list-style:none;
margin: 5px 0 0 0;
}

#post-it ul{
margin: 59px 0 5px 30px;
padding: 0;

}

#post-it .medium{
background-color: #fff;
border: 1px solid #455262;
width: 140px;
height: 14px;
padding: 3px;
color:#777;
}


#post-it .button {
float: left;
border:none;
background-color:#455262;
margin:0 0 0 30px;
color:#fff;
text-transform:uppercase;
font-size:9px;
padding: 3px;
font-weight:bold;
cursor:pointer;
}

#post-it .button:hover {
background-color:#277b9e;

}

/*****************************search****************************/
#search {
width: 220px; 
height: 20px;
margin: 5px 0 0 0;
padding: 0;
z-index:99;

}


#s {
background-color: #fff;
border: 1px solid #455262;
float: left;
width: 150px;
height: 14px;
padding: 3px;
color:#777;
}


#searchField {
width: 163px;
height: 30px;
float: left;
margin: 0;

}
#searchButton input {
float: left;
background-image:none;
background-color:#455262;
margin:0;
color:#fff;
font-size:9px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
float: left;
padding: 4px;
border:none;

}

#searchButton:hover input {
background-color:#277b9e;
cursor:pointer;
}





/*****************************topnav****************************/
#topnav {
width: 800px;
float: left;
padding: 0;
margin: 8px 0 0 172px;
list-style: none;
z-index:21;
font-size: 9px;
}

#topnav ul {
margin: 0px;
padding: 0px;
list-style: none;
z-index:21;
}

#topnav a, #topnav a:visited {
display:block;
text-decoration: none;
text-transform: uppercase;
margin: 0;
padding: 0 30px 0 9px;
color: #fff;
}

#topnav a:hover {
color: #003c79 !important;
}

#topnav li.current_page_item a,
#topnav li.current_page_ancestor a {
color: #455262;
}

#topnav li li.current_page_item a,
#topnav li li.current_page_ancestor a {
color: #888888 !important;
}

#topnav li {
float: left;
margin: 0px;
padding: 0px;
z-index:21;
background-image:none;
}

#topnav li:hover,
#topnav li.current_page_item,
#topnav li.current_page_ancestor {
background-repeat: no-repeat;
background-position: left top;
}	

#topnav li li {
float: left;
clear:left;
}


/* nav drop down menu style */	

#topnav li li a,
#topnav li li a:link,
#topnav li li a:visited {
width: auto;
float: none;
margin: 0 0 0 5px;
color: #666;
width: 160px;
}

#topnav li li {
padding:8px 0;
}

#topnav li li a:hover, #topnav li li a:active {
color: #888888 !important;
}

#topnav li ul {
position: absolute;
width: 190px;
left: -999em;
padding: 10px 0 5px 0;
z-index:21;
background-color: #EAC01D;
background-image:url(images/nav-bg.jpg);
background-repeat: repeat-x;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 2px solid #000;
}

#topnav li ul li {
display:block;
float:left;
position:relative;
margin-top:-10px;
}

#topnav li:hover ul {
left: auto;
display: block;
z-index:21;
}	


/*****************************mainnav****************************/
#mainnav {
width: 800px;
float: left;
padding: 0;
margin: 0;
list-style: none;
z-index:21;

}

#mainnav ul {
margin: 0px;
padding: 0px;
list-style: none;
z-index:21;
}

#mainnav a, #mainnav a:visited {
display:block;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
margin: 8px 0 0 0;
padding:0 15px 0 40px;
color: #fff;

}

#mainnav a:hover {
color: #c4d4dd !important;
}

#mainnav li.current_page_item a,
#mainnav li.current_page_ancestor a {
color: #89b6d3;
}

#mainnav li li.current_page_item a,
#mainnav li li.current_page_ancestor a {
color: #89b6d3 !important;
}

#mainnav li {
float: left;
margin: 0px;
padding: 0px;
z-index:21;
background-image:none;
}

#mainnav li:hover,
#mainnav li.current_page_item,
#mainnav li.current_page_ancestor {
background-repeat: no-repeat;
background-position: left top;
}	

#mainnav li li {
float: left;
clear:left;
}


/* nav drop down menu style */	

#mainnav li li a,
#mainnav li li a:link,
#mainnav li li a:visited {
width: auto;
float: none;
margin: 0 0 0 5px;
color: #666;
width: 160px;
}

#mainnav li li {
padding:8px 0;
}

#mainnav li li a:hover, #mainnav li li a:active {
color: #888888 !important;
}

#mainnav li ul {
position: absolute;
width: 190px;
left: -999em;
padding: 10px 0 5px 0;
z-index:21;
background-color: #EAC01D;
background-image:url(images/nav-bg.jpg);
background-repeat: repeat-x;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 2px solid #000;
}

#mainnav li ul li {
display:block;
float:left;
position:relative;
margin-top:-10px;
}

#mainnav li:hover ul {
left: auto;
display: block;
z-index:21;
}









	
	
	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
