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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	margin: 10px;
}

#wrapper {
	border: 1px solid #999999;
}

#header {
}


#navigation {
	background-color: #004D88;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004D88;
	border-bottom-style: solid;
	border-bottom-color: #004D88;
	border-bottom-width: 1px;
	text-align: center;
}

#navigation li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	color: #B8D0E2;
	font-size: 13px;
}


#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}



#navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#navigation a:hover {
	color: #005596;
	background-color: #B8D0E2;
	
}

#navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
	
}

a:link {
	color: #004D88;
	text-decoration: none;
}



a:visited {
	text-decoration: none;
	color: #004D88;
}

 a:hover {
	color: #005596;
	background-color: #B8D0E2;
	
}

a:active {
	color: #004D88;
	text-decoration: none;
	
}

#testimonial-home {
	background-color: #BAD2E7;
	padding: 25px 25px 25px 15px;
}

#testimonial-home img {
	padding-right: 10px;

}


#home-subheader {
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #004D88;
	#padding-top: 10px;	
	#margin-top: -10px;


}


#subnavigation {
	list-style-image: none;
	list-style-type: none;
	color: #004D88;
}

#subnavigation li {
	list-style-image: none;
	list-style-type: none;
	font-size: 13px;
	line-height: 30px;
	padding: 0px;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #999999;
	line-height: 12px;
}
h1 {
	font-size: 20px;
	padding-top: 9px;
}


.photocredit {
	font-size: 9px;
	font-style: italic;
}