* { padding: 0; margin: 0; border: 0; outline: none;}
body {
	margin: 0px;
}

/* structure -------------------------------------------------------- */

hr { display: none; }

#headerwrap {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-image: url(../img/bgrd-headerwrap.gif);
	background-repeat: repeat-x;
}
#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
}
#logo {
	float:left;
	width: 480px;
	height: 100px;
	margin: 0 auto;
}
#contactinfo {
	float:left;
	width: 320px;
	height: 100px;
	margin: 0 auto;
	background-image: url(../img/bgrd-date.gif);
	background-repeat: no-repeat;
}
#navwraplarge {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background-image: url(../img/bgrd-navwraplarge.gif);
	background-repeat: repeat-x;
}
#navwrapsmall {
	position: relative;
	width: 737px;
	height: 30px;
	background-image: url(../img/bgrd-navwrapsmall.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-left: 63px;
}
#qpwraplarge {
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bgrd-qpwraplarge.gif);
	background-repeat: repeat-x;
	background-color: #EAE7D2;
	padding-top: 27px;
	padding-bottom: 10px;
}
#qpwrapsmall {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#quote {
	float:left;
	width: 480px;
	margin: 0 auto;
	padding-top: 12px;
}
#pic {
	float:left;
	width: 320px;
	margin: 0 auto;
}
#colswraplarge {
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bgrd-colswraplarge.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 20px;
}
#colswrapsmall {
	width: 800px;
	margin: 0 auto;
}
#lc {
	float:left;
	width: 275px;
	margin: 0 auto;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
	padding-right: 20px;
}
#mc {
	float:left;
	width: 265px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 25px;
}
#rc {
	float:left;
	width: 180px;
	margin: 0 auto;
}
#lcrc {
	float:left;
	width: 600px;
	margin: 0 auto;
	padding-right: 20px;
}
.teammemberwrap {
	margin: 0 auto;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D6C1;
}
.teampic {
	width: 175px;
	float:left;
	margin: 0 auto;
}
.teambio {
	width: 425px;
	float: right;
	margin: 0 auto;
}
.teambio2 {
	width: 600px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DED7C6;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}
#footwraplarge {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background-image: url(../img/bgrd-footwraplarge.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}
#footwrapsmall {
	width: 800px;
	margin: 0 auto;
}
#lf {
	float:left;
	width: 300px;
	margin: 0 auto;
}
#rf {
	float:left;
	width: 500px;
	margin: 0 auto;
	text-align: right;
}

/* nav -------------------------------------------------------- */

ul#nav {
	position: relative;
	height: 30px;
	width: 330px;
	background:   url("../img/nav.gif") no-repeat;
	margin: 0px;
	}
	ul#nav li {
	float: left;
	list-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
		}
	ul#nav li a {
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	top: 0;
	height: 30px;
		}
		
ul#nav li#nav-home a 					{ left: 0px; width: 54px; background:   url("../img/nav.gif") no-repeat; }
ul#nav li#nav-team a 					{ left: 54px; width: 107px; background:   url("../img/nav.gif") -54px 0 no-repeat; }
ul#nav li#nav-services a 				{ left: 161px; width: 92px; background:   url("../img/nav.gif") -161px 0 no-repeat; }
ul#nav li#nav-contact a 				{ left: 253px; width: 77px; background:   url("../img/nav.gif") -253px 0 no-repeat; }
			
ul#nav li#nav-home a:hover  			{ background-position: -0px -30px; }
ul#nav li#nav-team a:hover  			{ background-position: -54px -30px; }
ul#nav li#nav-services a:hover  		{ background-position: -161px -30px; }
ul#nav li#nav-contact a:hover  			{ background-position: -253px -30px; }

ul#nav li#nav-home a.active  			{ background-position: -0px -60px; }
ul#nav li#nav-team a.active  			{ background-position: -54px -60px; }
ul#nav li#nav-services a.active  		{ background-position: -161px -60px; }
ul#nav li#nav-contact a.active  		{ background-position: -253px -60px; }

/* content -------------------------------------------------------- */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #B08D3F;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #142C43;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
}
h4 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #B08D3F;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h5 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #F3F3F3;
	line-height: 20px;
	padding-left: 5px;
}
#contactinfo p {
	text-align: right;
	color: #B08D3F;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: 30px;
}
#contactinfo a {
	color: #B08D3F;
	text-decoration: underline;
}
#contactinfo a:hover {
	color: #fff;
	text-decoration: underline;
}
#lc p, #mc p {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #36393D;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#lcrc p {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #36393D;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#lcrc img {
	background-color: #F1F1EF;
	border: 1px solid #B08D3F;
	padding: 3px;
}
#lcrc ul {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #194874;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 50px;
}
#lcrc a {
	color: #B08D3F;
	text-decoration: underline;
}
#lcrc a:hover {
	color: #0F5391;
	text-decoration: underline;
}
#readmore {
	text-align: right;
}
#readmore a {
	color: #B08D3F;
	text-decoration: underline;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 9px;
}
#readmore a:hover {
	color: #0F5391;
	text-decoration: underline;
}
#footwrapsmall a {
	color: #A1A1A1;
	text-decoration: underline;
}
#footwrapsmall a:hover {
	color: #0F5391;
	text-decoration: underline;
}
#rc ul {
	list-style-type: none;
	margin: 0px;
}
#rc li {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #DBE1E6;
}
#rc li a {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	display: block;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
	color: #002446;
	background-color: #EEF4F9;
}
#rc a:hover {
	background-color: #DBE1E6;
	color: #002446;
	font-size: 16px;
}
#lf p {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #a1a1a1;
}
#rf p {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #a1a1a1;
	margin-bottom: 5px;
}
#rf img {
	margin-right: 5px;
	margin-left: 5px;

}

