body
{
	background-color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#contact-wrapper,
#wrapper
{
	width: 100%;
	background-color: #004720;
	text-align: left;
}
#wrapper
{
	background: #fff url('../images/bg.gif') repeat-x 0 0;
}
#contact
{
	display: none;
	position: relative;
	width: 960px;
	height: 295px;
	margin: 0 auto;
	padding: 10px;
}
#header
{
	position: relative;
	width: 960px;
	height: 186px;
	margin: 0 auto;
	overflow: auto;
}
#logo,
#tagline
{
	text-indent: -9999px;
	overflow: hidden;
}
#logo a
{
	display: block;
	position: absolute;
	left: 9px;
	top: 16px;
	width: 217px;
	height: 98px;
	background: transparent url('../images/logo.gif') no-repeat 0 0;
}
ul#nav-actions
{
	position: absolute;
	right: 0;
	top: 3px;
	width: 335px;
	height: 38px;
	background: transparent url('../images/sprite.gif') no-repeat 0 0;
	margin: 0;
}
ul#nav-actions li
{
	position: absolute;
	top: 0;
	margin: 0;
	list-style: none;
}
ul#nav-actions li,
ul#nav-actions a
{
	display: block;
	height: 38px;
}
ul#nav-actions li a,
#nav-contact
{
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}
#nav-contact 	{ left: 0; width: 147px; background: transparent url('../images/contact_us_down.gif') no-repeat 0 0; }
#nav-contact:hover { background-position:  0 -38px; }
#nav-contact.contact-toggle-up { background-image: url('../images/contact_us_up.gif'); }

#nav-proposal 	{ left: 148px; width: 186px; }
#nav-proposal a:hover	{ background: transparent url('../images/sprite.gif') no-repeat -336px 0; }

ul#nav
{
	position: absolute;
	bottom: 18px;
	left: 13px;
	width: 907px;
	height: 38px;
	background: transparent url('../images/sprite.gif') no-repeat 0 -38px;
	margin: 0;
}
ul#nav li
{
	position: absolute;
	top: 0;
	margin: 0;
	list-style: none;
}
ul#nav li,
ul#nav a
{
	display: block;
	height: 38px;
}
ul#nav li a
{
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}
#nav-home 		{ left: 0; width: 78px; }
#nav-reserve 	{ left: 78px; width: 145px; }
#nav-insurance  { left: 223px; width: 186px; }
#nav-transition { left: 409px; width: 170px; }
#nav-experience { left: 580px; width: 145px; }
#nav-about 		{ left: 724px; width: 104px; }
#nav-news 		{ left: 828px; width: 79px; }

#nav-home a:hover		{ background: transparent url('../images/sprite.gif') no-repeat 0 -76px; }
#nav-reserve a:hover	{ background: transparent url('../images/sprite.gif') no-repeat -78px -76px; }
#nav-insurance a:hover  { background: transparent url('../images/sprite.gif') no-repeat -223px -76px; }
#nav-transition a:hover { background: transparent url('../images/sprite.gif') no-repeat -409px -76px; }
#nav-experience a:hover { background: transparent url('../images/sprite.gif') no-repeat -580px -76px; }
#nav-about a:hover 		{ background: transparent url('../images/sprite.gif') no-repeat -724px -76px; }
#nav-news a:hover		{ background: transparent url('../images/sprite.gif') no-repeat -828px -76px; }

#home #nav-home							{  left:   0px; width:  78px; background: transparent url('../images/sprite.gif') no-repeat 0 -114px; }
#reserve-studies #nav-reserve  			{  left:  77px; width: 146px; background: transparent url('../images/sprite.gif') no-repeat -78px -114px; }
#insurance-appraisals #nav-insurance    {  left: 222px; width: 187px; background: transparent url('../images/sprite.gif') no-repeat -224px -114px; }
#transition-studies #nav-transition  	{  left: 408px; width: 171px; background: transparent url('../images/sprite.gif') no-repeat -411px -114px; }
#our-experience #nav-experience		  	{  left: 578px; width: 146px; background: transparent url('../images/sprite.gif') no-repeat -582px -114px; }
#about-us #nav-about 					{  left: 723px; width: 105px; background: transparent url('../images/sprite.gif') no-repeat -728px -114px; }
#news #nav-news 						{  left: 827px; width:  80px; background: transparent url('../images/sprite.gif') no-repeat -833px -114px; }

#home #nav-home a:hover,
#reserve-studies #nav-reserve a:hover,
#insurance-appraisals #nav-insurance a:hover,
#transition-studies #nav-transition a:hover,
#our-experience #nav-experience a:hover,
#about-us #nav-about a:hover,
#news #nav-news a:hover
{
	background: none;
}

#footer
{
	position: relative;
	border: 1px solid #eeeeec;
	width: 960px;
	/*margin: 0 auto 25px;*/
	font-size: 0.8em;
	color: #333;
	background: transparent url('../images/logo_footer.gif') no-repeat center right;
	overflow: auto;
	clear: both;
	margin: 25px auto;
}
#home #footer
{
	margin-top:0px;
}
#footer div
{
	float: left;
}
#footer p,
#footer ul
{
	margin: 0 0 0 25px;
}
#footer p
{
	margin-top: 2px;
}
#footer ul
{
	margin-top: 15px;
}
#footer li
{
	display: inline;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding-right: 9px;
	border-right: 1px solid #ccc;
}
#footer li.last
{
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}
#footer a
{
	color: #333;
}
#footer a:hover
{
	color: #007836;
	text-decoration: underline;
}
ul#footer-actions
{
	float: left;
	margin: 0;
	width: 248px;
	background: transparent url('../images/bg_footer.gif') no-repeat center left;
}
ul#footer-actions li
{
	border-right: none;
	margin: 0 !important;
	padding: 0 !important;
}
ul#footer-actions a
{
	display: block;
	width: 218px;
	background: transparent url('../images/button_arrow.gif') no-repeat 10px center;
	padding: 8px 0 8px 28px;
}
ul#footer-actions a:hover
{
	color: #007836;
	text-decoration: underline;
}

#content
{
	position: relative;
	width: 960px;
	margin: -3px auto 0 auto;
	overflow: auto;
}
#nav-left
{
	float: left;
	position: relative;
	background: transparent url('../images/bg_left_nav.gif') no-repeat 0 0;
	width: 249px;
	min-height: 337px;
	height: auto !important;
  	height: 337px;
}
#nav-left h2
{
	position: absolute;
	top: 17px;
	left: 17px;
	color: #fff;
	font: 2.2em Georgia, "Times New Roman", Times, serif;
}
#nav-left ul
{
	position: absolute;
	top: 58px;
	left: 8px;
	width: 241px;
	margin: 0;
	list-style-type: none;
}
#nav-left li
{
	margin: 0;
	font-family: Arial,serif;
	font-size: 1.2em;
}
#nav-left li a
{
	display: block;
	width: 219px;
	height: 25px;
	color: #333;
	padding: 8px 11px 0 11px;
	background: transparent url('../images/button_arrow.gif') no-repeat 224px center;
}
#nav-left li a:hover
{
	color: #007836;
	text-decoration: underline;
}
#nav-left li a.current
{
	color: #007836;
	background: transparent url('../images/bg_left_nav_current.gif') no-repeat 0 0;
}
#nav-left li a.current:hover { text-decoration: none;  }

#info
{
	float: left;
	position: relative;
	width: 508px;
}
#info.col-wide
{
	width: 711px
}
#info .padding
{
	padding: 25px 10px 0px 22px;
	overflow: auto;
}
#info .top,
#info #webrexswf
{
	display: block;
	background-color: #ececea;
	border: 1px solid #cfcfcf;
	padding: 4px;
	margin-bottom: 18px;
	overflow: hidden;
}
#info h1
{
	color: #007836;
	font: normal 2.7em Georgia, "Times New Roman", Times, serif;
}
#info h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #007836;
	margin-bottom: 0em;
	padding-bottom: 0.5em;
}
#info h3 {
	font-size: 1.25em;
	color: #444457;
	padding-bottom: 0.5em;
	margin-bottom: 0px;
}
#info p, 
#info li {
	font-size: 1.1em;
	line-height: 1.4em;
}
#info li { padding-bottom: 0.25em; }
#info td { font-size: 1.1em; }
#info a:link, 
#info a:visited,
a.insight-url:link, 
a.insight-url:visited,
#home #feature a:link,
#home #feature a:visited
{
	color: #007836;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
#info a:hover, 
#info a:active,
a.insight-url:hover, 
a.insight-url:active,
#home #feature a:hover, 
#home #feature a:active
{
	color: #007836;
	text-decoration: none;
	border-bottom: 1px solid #007836;
}
#info .staff {
	padding: 10px;
	float: right;
}
#info  .col1 {
	width: 320px;
	float: left;
	margin-right: 25px;
}
#info  .col2 {
	width: 320px;
	float: left;
}
#info hr {
	background: #eeeeec;
	height: 1px;
	border-width: 0px;
	border-style: none;
	margin: 0px 0px 1.5em;
	padding: 0px;
	clear: both;
}
#info #flashObject { padding: 25px 0px 0px 22px; }
#sidebar
{
	float: left;
	position: relative;
	width: 203px;
	overflow: hidden;
}
#sidebar blockquote
{
	background-color: #dedfe6;
	margin: 25px 0 0 0;
	padding: 12px;
	font: italic 1.5em/1.2em Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #444457;
}
#sidebar p
{
	text-align: right;
	font-size: 1em;
}
#sidebar p.quote-bottom
{
	padding-top: 32px;
	background: transparent url('../images/quote_bottom2.gif') no-repeat 145px 0;
}
.col-wide #sidebar p.quote-bottom
{
	padding-top: 32px;
	background: transparent url('../images/quote_bottom2.gif') no-repeat 620px 0;
}
.col-wide #sidebar blockquote
{ 
margin: 0px 0 0; 
}
#sidebar strong
{
	color: #444457;
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
}

#home #content
{
	margin: -13px auto 0 auto;
}
#home #slideshow-outer{
	background-color: #444457;
	height:318px;
	width:563px;
	padding:10px 20px 15px 19px;
	float:left;
}
#home #feature
{
	float: left;
	width: 358px;
	height: 343px;
	background: #fff url('../images/bg_home_feature.gif') repeat-x bottom left;
}
#home #feature h1
{
	background-color: #727393;
	color: #fff;
	padding: 22px;
	font: 3.1em Georgia, "Times New Roman", Times, serif;
}
#home #feature p
{
	color: #333;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.4em;
}
#home #features-sub
{
	float: left;
	background: #fdfdfb url('../images/bg_features_sub.gif') no-repeat 0 0;
	width: 960px;
/*	min-height: 296px;
	height: auto !important;
  	height: 296px;*/
}
#home #features-sub div
{
	float: left;
	padding: 7px 11px;
}
#home h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444457;
	margin-bottom: 18px;
}
#home #features-sub p
{
	font-size: 1.1em;
	line-height: 1.5em;
}
#home #features-sub blockquote
{
	color: #fff;
	margin: 0;
	background-color: #007836;
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
	padding: 11px;
	text-align: justify;
}
#home #sub-1
{
	width: 280px;
}
#home #sub-2
{
	width: 278px;
}
#home #sub-3
{
	width: 315px;
	margin-left: 12px;
}
#home #sub-3 strong
{
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	color: #444457;
}
#home #sub-3 p
{
	text-align: right;
	line-height: 1.3em;
	background: transparent url('../images/quote_bottom.gif') no-repeat 250px 0;
	padding-top: 32px;
}
.button a
{
	display: block;
	background: #fff url('../images/button_arrow.gif') no-repeat 8px center;
	border: 1px solid #eeeeec;
	padding: 8px 0 8px 27px;
	color: #333;
	margin-right: 20px;
	line-height: normal;
	font-size: .9em;
}
.button a:hover
{
	color: #007836;
	text-decoration: underline;
}
#home #footer
{
	background: none;
}
#home #footer p,
#home #footer ul
{
	margin-left: 10px;
}
#home #footer li
{
	margin-right: 2px;
	padding-right: 5px;
}
#home ul#footer-actions
{
	float: right;
	width: 359px;
	background: transparent url('../images/logo_footer_home.gif') no-repeat center right;
}
#home ul#footer-actions a
{
	width: 160px;
}

#contact-actions,
#contact-form-wrapper
{
	float: left;
	position: relative;
}
#contact-form-wrapper
{
	border-left: 1px solid #027335;
	padding-left: 20px;
	/*height: 277px;*/
}
#contact-actions
{
	padding-right: 102px;
}
#contact h4
{
	color: #fff;
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	margin: 5px 0;
}
#contact #contact-actions h4
{
	margin: 5px 0 0 5px;
}
#contact p
{
	color: #fff;
	font-size: 1em;
	line-height: 2em;
	margin-bottom: 8px;
}
#contact p.contact-phone
{
	font-size:1.25em;
}
#contact-response
{
	background-color: #04602c;
	border-top: 1px solid #2a754b;
	border-left: 1px solid #2a754b;
	padding: 10px;
	margin-top: 12px;
}
#contact pre
{
	color: #fff;
	font-size: 1.3em;
}
#contact a
{
	color: #dab136;
}
#contact input
{
 	width: 200px;
	padding: 5px;
	background: #fff url('../images/bg_form_field.jpg') no-repeat 0 0;
	border: 1px solid #CDCDCD;
}
#feedback-wrapper
{
	position: absolute;
	left: 255px;
	top: 68px;
}
#feedback
{
	padding: 5px;
	width: 450px;
	height: 125px;
	background: #fff url('../images/bg_form_field.jpg') no-repeat 0 0;
	border: 1px solid #CDCDCD;
}
input#contact-submit
{
	position: absolute;
	top: 241px;
	left: 572px;
	width: 148px;
	height: 37px;
	padding: 0;
	border: none;
	background: transparent url('../images/sprite.gif') no-repeat -523px 0;
}
input#inforeq-submit, input#rqfrm_inforeqSubmit
{
/*	position: absolute;
	top: 213px;
	left: 572px;*/
	width: 148px;
	height: 37px;
	padding: 0;
	border: none;
	background: transparent url('../images/sprite.gif') no-repeat -523px 0;
}
.optional
{
	color: #d9f7e6;
}
.warning
{
	color: #dab136;
}
#mpo,
#orc
{
	text-indent: -9999px;
	overflow: hidden;
}
#mpo a,
#orc a
{
	display: block;
	position: absolute;
	left: 5px;
	top: 44px;
	width: 207px;
	height: 50px;
	background: transparent url('../images/sprite.gif') no-repeat 0 -152px;
}
#mpo a:hover { background-position: -207px -152px; }
#orc a
{
	top: 110px;
	background-position: -414px -152px;
}
#orc a:hover { background-position: -621px -152px; }
#obj-desc1,
#obj-desc2
{
    position: absolute;
    width: 183px;
    background: transparent url('../images/quote_bottom2.gif') no-repeat 15px bottom;
    overflow: auto;
    padding: 0;
}
#obj-desc1 span,
#obj-desc2 span
{
    display: block;
    padding: 10px;
    margin-bottom: 27px;
    background-color: #DEDFE6;
}
#rqfrm_requestedLiterature input{
	float:left;
	margin:0px;
	padding:0;
}
#rqfrm_requestedLiterature p{
	font-size:0.9em;
	margin:0 0 0.75em 20px;
	padding:0;
}
.rfp-ad1 {
	display:block;
	float:right;
	width:219px;
	height:137px;
	background: transparent url('../images/rfp-ad-purple.jpg') no-repeat 0 0;
	text-indent: -5000px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom: 0px !important;
}
#managerArchive li{
	height:90px;
	margin-left:0;
	padding-left:90px;
	list-style: none;
	background:transparent url(../images/managers/chick-bricker.jpg) no-repeat scroll 0 0;
}
/*#managerArchive .chickBricker{
	background:transparent url(../images/managers/chick-bricker.jpg) no-repeat scroll 0 0;
}
#managerArchive .betteWeseman{
	background:transparent url(../images/managers/chick-bricker.jpg) no-repeat scroll 0 0;
}*/
.new
{
	position: absolute;
	left: 374px;
	top: 115px;
	width: 42px;
	height: 27px;
	background: transparent url('../images/new.gif') no-repeat 0 0;
	text-indent: -9999px;
}
#insurance-appraisals .new
{
	top: 109px;
	background-image: url('../images/new_current.gif');
}
#home #feature .iap
{
	text-indent: -9999px;
	overflow: hidden;
}
#home #feature .iap a,
a.rfp-ad2
{
	display: block;
	width: 316px;
	height: 61px;
	background: transparent url('../images/insurance_appraisals_proposal.gif') no-repeat 0 0;
	border-bottom: 0px !important;
}
a.rfp-ad2
{
	float: right;
	text-indent: -5000px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#home #feature .iap a:hover,
a.rfp-ad2:hover
{
	background-position: 0 -61px;
}

#nav-left li.multiline a.current
{
	background:url("../images/bg_left_nav_multiline_current.gif") no-repeat scroll 0 0 transparent;
	color:#007836;
}
#nav-left li.multiline a
{
	display: block;
	width: 219px;
	height: 38px;
	color: #333;
	padding: 8px 11px 0 11px;
	background: transparent url('../images/button_arrow.gif') no-repeat 224px center;
}