@charset "utf-8";
/* CSS Document */
/*body - background-color: #003768;*/
body {
	margin: 0px;
	background-color: #053456;
	font-family:"Arial", Times, serif;
	color: #000;
}
.clear { clear: both; }
.center { margin: 0px auto; width: 778px; }
#header {
	background:url(../images/bkg-header.gif);
	background-repeat:repeat-x;
	height: 142px;
	overflow: hidden;
}
#logo {
	position: relative;
	float: left;
	padding: 0px 40px 0px 17px;
}
#offices {
	position: relative;
	float: left;
	padding-top: 20px;
}
.officeaddress {
	float: left;
}
.officeaddresspaddingcenter {
	padding: 0px 70px;
}
.officeaddress h3 {
	margin: 0px;
	font-size: 17px;
	color: #ffffff;
	padding: 0px 0px 7px;
}
.officeaddress p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-size: 14px;
	color: #ffffff;
}
/*color: #003768;*/
#nav {
	background:url(../images/bkg-nav.gif);
	height: 39px;
}
#page {
	background:url(../images/bkg-page-tile.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #f1f1f1;
	overflow: hidden;
	height: 1%;
}
#pagetopgradient {
	background:url(../images/bkg-content.gif);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	height: 1%;
}
#pagetopshim {
	background:url(../images/bkg-page-header.gif);
	background-repeat:no-repeat;
	background-position: top center;
	overflow: hidden;
	height: 1%;
}
#pagebottomgradient {
	background: url(../images/bkg-footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 108px;
	overflow: hidden;
	height: 1%;
}
#pagebottomshim {
	background: url(../images/bkg-page-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: hidden;
	height: 1%;
}
#homepagegraphic {
	padding: 0px 5px 0px 3px;
	position: relative;
	float: left;
}

#sidenav {
	width: 216px;
	padding: 0px 5px 0px 3px;
	position: relative;
	float: left;
}
#sidenav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidenav ul li {
	padding: 0px;
	display: block;
}
#sidenav ul li a {
	border-bottom: 1px solid #d9d9d9;
	text-decoration: none;
	display: block;
	padding: 13px 0px 13px 24px;
	color: #000;
	background: url(../images/pic-bullet.gif);
	background-position: 8px 18px;
	background-repeat: no-repeat;
	height: 1%;
}
#sidenav ul li a:hover {
	background: url(../images/pic-bullet-rollover.gif);
	background-color: #333333;
	background-position: 8px 18px;
	background-repeat: no-repeat;
	color: #fff;
}
/*background-color: #003768;*/
#sidenav p {
	text-align: center;
	font-size: 12px;
	margin: 15px 0px;
}
#content {
	width: 480px;
	padding: 25px;
	position: relative;
	float: left;
}
#content h1 {
	margin: 0px;
	padding: 0px 0px 19px;
	font-weight: normal;
	font-size: 22px;
	color: #000;
}
#content h2 {
	margin: 0px;
	padding: 0px 0px 19px;
	font-weight: normal;
	font-size: 18px;
	color: #003054;
}
#content h3 {
	margin: 0px;
	padding: 0px 0px 19px;
	font-weight: normal;
	font-size: 14px;
	color: #000;
}
#content p {
	margin: 0px;
	padding: 0px 0px 12px;
	line-height: 21px;
}
#footer {
	position: relative;
	text-align: center;
	margin-top: -75px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
#footer a {
	text-decoration: none;
	color: #ddd;
	font-size: 14px;
}
#footer a:hover {
	color: #eee;
	text-decoration: underline;
}				

