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

body {
	text-align: center;
	min-width: 760px;
	background-color: #335e8b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/body-bkgrnd.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#content-left h1 {
	font-size: 20px;
	font-weight: bold;
	color: #7fb0cc;
	margin-bottom: -5px;
}
*html #content-left h1 {
	padding-top:10px
}
.right {
	float: right;
	padding-left: 10px;
}
.left {
	float: left;
	padding-right: 10px;
}
#content-right h2 {
	font-size: 12px;
	font-weight: bold;
	color: #335e8b;
	margin-bottom: -11px;
}

#masthead {
	background-image: url(images/masthead.jpg);
	height: 152px;
	background-repeat: no-repeat;
}
#wrapper {
	width: 764px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	background-image: url(images/wrapper-bkgrnd.jpg);
}
.our-services {
	background-image: url(images/our-services.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	height: 30px;
	width: 138px;
	margin-bottom: -10px;
	margin-left: 55px;
}
img {
	border: 0;
}

#masthead img {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 30px;
}
*html #masthead img {
	padding-bottom: 27px;
}

#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin: -2px;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
* html #nav, #nav ul {
	margin: 0px;
}

#nav a:link {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-right: 7em;
}
#nav a:visited {
	display: block;
	color: #CFF;
	text-decoration: none;
	margin-right: 7em;
}
#nav a:hover {
	display: block;
	color: #FF3;
	text-decoration: none;
	margin-right: 7em;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-left: 5px;
	background-color: #82b1cd;
	border-top-width: 3px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #416e9d;
	border-bottom-color: #416e9d;
	margin-right: 2em;
	width: 21em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#content-right {
	float: right;
	width: 282px;
}
#content-right h1, #content-right h2, #content-right p, #content-right h3  , #content-right h4, #content-right h5{
	padding-right:20px;
}

#content-left {
	float: left;
	width: 450px;
	padding-right: 20px;
}
#content-left h1, #content-left h2, #content-left p, #content-left h3{
	padding-left:20px;
}
#footer {
	clear: both;
	font-size: 10px;
	line-height: 12px;
	background-color: #FFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AAA;
	border-bottom-color: #AAA;
}
#content-left h2 {
	font-size: 16px;
	font-weight: bold;
	color: #335e8b;
	margin-bottom: -5px;
}
#content-right h3 {
	font-size: 13px;
	font-style: oblique;
	line-height: 15px;
	color: #335e8b;
	display: block;
	padding-top: 5px;
	margin-bottom: -8px;
}
#content-left ul {
	padding-left: 70px;
}
.center {
	text-align: center;
}
.subhead {
	font-size: 18px;
	font-weight: bold;
	color: #5f9dc1;
	text-align: center;
}
#content-left h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #335e8b;
	text-transform: uppercase;
	margin-bottom: -6px;
}
#content-right h4 {
	font-size: 13px;
	font-style: oblique;
	line-height: 17px;
	color: #335e8b;
	display: block;
	padding-top: 5px;
	font-weight: normal;
}
*html #content-right h4 {
	margin-bottom: 0px;
}

#content-right h2 a:link {
	font-size: 12px;
	font-weight: bold;
	color: #335e8b;
	margin-bottom: -15px;
}
#content-right h2 a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #5f9dc1;
	margin-bottom: -11px;
}
#content-right h2 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #06C;
	margin-bottom: -11px;
}
#content-right h5 {
	font-size: 13px;
	font-style: oblique;
	line-height: 17px;
	color: #335e8b;
	display: block;
	font-weight: normal;
	text-align: right;
	margin-top: -7px;
}
*html #content-right h5 {
	margin-top: 0px;
}

