{!-- -*- Mode: CSS; -*- --} 
/* <style type="text/css"> */
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* Basic Styles------------------------------------------------*/
img { behavior: url(/iepngfix.htc); 
}
body{
	background-color: #c7bfaa;
}
#divHeaderBackground {
	background-image:url(/images/header_background.jpg);
	background-repeat: repeat-x;
	height: 303px;
}
#divContentBackground {
	background-image:url(/images/horizontal_dropshadow.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#divNavBackground {
	background-image:url(/images/mainnav_backgroundfull2.gif);
	background-repeat: repeat-x;
}
p, ul, li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
a:link, a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3c362d;
	line-height: 24px;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3c362d;
	padding-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b15e14;
	padding-bottom: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3c362d;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3c362d;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3c362d;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1.subHead {
	font-size: 14px;
	color: #b15e14;
}
/* Header Styles------------------------------------------------*/
#divHeaderWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1018px;
}
#divHeader {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}
#divLogo {
	position: absolute;
	left: 15px;
}
#divSecondaryNav {
	height: 30px;
}
#divSecondaryNav ul{
	text-align: right;
	margin-right: 15px;
}
#divSecondaryNav li {
	display: inline;
	color: #FFFFFF;
	line-height: 30px;
}
#divSecondaryNav a:link, #divSecondaryNav a:visited{
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#divSecondaryNav a:hover{
	text-decoration: underline;
}
#divBranding {
	background-image: url(/images/branding_banner.jpg);
	width: 743px;
	height: 267px;
	float:left;
}
#divQuickLinks {
	float: left;
	width: 245px;
	height: 267px;
	margin: 0;
	padding: 0;
	background-image:url(/images/quicklink_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#divQuickLinks ul{
	margin-top: 9px;
}
#divQuickLinks li{
	display:block;
	width: 235px;
	height: 72px;
	background-image:url(/images/quicklink_full.jpg);
	margin-bottom: 8px;
	margin-left: 8px;
	text-align: right;
	padding: 0px;
}
#divQuickLinks a:link, #divQuickLinks a:visited{
	color: #3c362d;
	font-size: 22px;
	background: url(/images/bullet_yellow.gif) no-repeat left center;
	text-align: left;
	display: block;
	padding: 0 0 0 20px;
	margin: 0px 0px 0px 20px;
	line-height: 75px;
	text-decoration: none;
	font-weight: 200;
}
#divQuickLinks a#blueBullet {
	background: url(/images/bullet_blue.gif) no-repeat left center;
}
#divQuickLinks a#greenBullet {
	background: url(/images/bullet_green.gif) no-repeat left center;
}
#divQuickLinks a:hover, #divQuickLinks a:hover#blueBullet, #divQuickLinks a:hover#greenBullet{
	color: #1e1b16;
	background: url(/images/bullet_white.gif) no-repeat left center;
}
/* Main Nav Styles------------------------------------------------*/
#divNavWrapper {
	margin: 0px auto 0px auto;
	width: 1018px;
}
#divMainNav {
	clear: both;
	height: 46px;
	width: 989px;
	border-right: 1px solid #bd6a21;
	border-left: 1px solid #bd6a21;
	margin-left: auto;
	margin-right: auto;
}
ul.menu li {
	margin: 0;
	padding-top: 0;
	float:left;
	text-align:center;
	list-style-type: none;
	border-right: 1px solid #bd6a21;
	height: 46px;
	
}
ul.menu li a:link, ul.menu li a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	background: url(/images/tab_background.gif) no-repeat top center;
	padding: 14px 10px 16px 10px;
}
ul.menu li.current a:link, ul.menu li.current a:visited {
	background: url(/images/tab_background_hover.gif) no-repeat top center;
}
ul.menu li a:hover {
	background: url(/images/tab_background_hover.gif) no-repeat top center;
}
/* Content Container Styles------------------------------------------------*/
#divContentWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1018px;
	background-image:url(/images/content_background.gif);
	background-repeat: repeat-y;
}
#divContentInside {
	background-image:url(/images/dropshadow.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 1018px;
}
#divContent {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(/images/maincontent_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/* SideNavStyles------------------------------------------------*/
#divSideNav {
	float: left;
	width: 173px;
}
#divSideNav h2{
	margin: 0px 15px 0px 15px;
	padding: 10px 0 0 0;
	line-height: 20px;
	border-top: 1px solid #aca490;
}
#divSideNav ul{
	margin: 0px 15px 0px 15px;
}
#divSideNav a:link, #divSideNav a:visited{
	line-height: 20px;
	color: #666666;
}
#divSideNav a:hover{
	color: #333333;
}
#divSideNav ul.especially_for {
	padding: 0 0 20px 0;
}
#divSideNav ul.especially_for li {
	padding: 0;
	margin: 0 0 5px 0;
}
#divSideNav ul.especially_for li a:link,  #divSideNav ul.especially_for li a:link{
	padding: 0;
	margin: 0;
	text-decoration: underline;
}
div#divLogin {
	width: 173px;
	background-repeat: no-repeat; 
	background-position: top;
	margin-top: 10px;
	padding-bottom: 0;
}
#divLogin a:link, #divLogin a:visited {
	display: block;
	width: 60px;
	margin: 10px 0 10px 0;
	font-size: 10px;
	line-height: 14px;
	float: left;
	padding: 0;
}
#divLogin a#password {
	padding-left: 10px;
	float: left;
}
#divLogin form {
	margin: 0 15px 0 15px;
	paddding: 0;
}
#divLogin input.field {
	width: 130px;
	height: 23px;
	background-image: url(/images/login_background.gif);
	background-repeat: repeat-x;
	padding: 9px 0 0 5px;
	margin-bottom: 5px;
	border: 0;
	color: #9c9b93;
}
#divLogin label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
#divLogin input.login_button {
	width: 64px;
	height: 30px;	
	border: 0px;
	color: #666666;
	padding: 5px 0 0 5px;
	margin-top: 10px;
	float: left;
	background-image: url(/images/login_button.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
/* Main Content Styles------------------------------------------------*/
#divMainContent {
	float: left;
	width: 565px;
	background-image:url(/images/border_fade.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 400px;
}
#divMainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	list-style: disc;
	padding-left: 30px;
	padding-bottom: 10px;
}
#divFeaturedArticle  {
	margin: 0px 15px 0px 15px;
	color:#666666;
	width: 535px;
	padding-bottom: 15px;
}
#divFeaturedArticle p {
	padding-bottom: 5px;
}
#divFeaturedArticle h1 {
	padding: 25px 0 0 0;
	margin-bottom: 10px;	
}
#divFeaturedArticle a:link, #divFeaturedArticle a:visited{
	text-decoration: underline;
}
#divFeaturedArticle a:hover{
	color: #333333;
}
#divFeaturedArticle h1 a:link, #divFeaturedArticle h1 a:visited {
	color: #3c362d;
	text-decoration: none;
	font-size: 16px;
}
#divFeaturedArticle h1 a:hover{
	color: #3c362d;
	text-decoration: underline;
	font-size: 16px;
}
div.information input {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	width: 400px;
	height: 20px;
	border: 0px;
	color: #666666;
	padding: 5px 0px 0px 5px;
	margin-top: 5px;
	float: left;
	border-top: 1px solid #aca490;
	border-bottom: 1px solid #aca490;
}
div.information label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
div.information br {
	clear: both;
}
div.comments textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	width: 400px;
	margin-top: 10px;
	padding: 5px 0px 0px 5px;
	border: 0px;
	color: #666666;
	margin-top: 5px;
	float: left;
	border-top: 1px solid #aca490;
	border-bottom: 1px solid #aca490;
	line-height: 16px;
}
div.comments label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
div.information input.submit_button {
	width: 64px;
	height: 30px;	
	border: 0px;
	color: #666666;
	padding: 5px 0px 0px 5px;
	margin-top: 10px;
	float: left;
	background-image: url(/images/submit_button.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
div.information br {
	clear: both;
}
#divNewsWire {
	clear: both;
	margin: 0px 15px 0px 15px;
}
#divNewsWire h1{
	padding: 0;
	margin: 0;
}
#divNewsWire h2{
	padding: 5px 0px 10px 0px;
}
#divNewsWire p{
	padding-bottom: 10px;
	
}
#divNewsWire a:link, a:visited{
	text-decoration: underline;	
}
#divNewsWire a:hover {
	color: #333333;	
}
/* Quick Features (Links) Styles------------------------------------------------*/
#divQuickFeatures {
	clear: both;
	height: 244px;
	background-image:url(/images/featuredlinks_background.gif);
	width: 990px;
}
#divQuickFeatures h2{
	padding: 20px 8px 5px 8px;
}
#divQuickFeatures p{
	padding: 0px 8px 10px 8px;
}
#divQuickFeatures ul {
	display: inline;
}
#divQuickFeatures li {
	display: block;
	width: 175px;
	height: 218px;
	float: left;
	margin: 14px 9px 0px 9px;
	border: 1px solid #cdc7b4;
}
#divQuickFeatures a {
	display: block;
	width: 175px;
	height: 218px;
}
li#memberCenter {
	background-image:url(/images/membercenter2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
li#memberCenter a:hover {
	background-image:url(/images/membercenter2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
li#photoGallery{
	background-image:url(/images/gallery2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
li#photoGallery a:hover {
	background-image:url(/images/gallery2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
li#spotlight{
	background-image:url(/images/spotlight2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
li#spotlight a:hover {
	background-image:url(/images/spotlight2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
li#newTools{
	background-image:url(/images/newtools2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
li#newTools a:hover {
	background-image:url(/images/newtools2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
li#interviewTeaser{
	background-image:url(/images/interviewteaser2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#divQuickFeatures ul li#interviewTeaser a:hover {
	background-image:url(/images/interviewteaser2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#divQuickFeatures a:link, #divQuickFeatures a:visited {text-decoration: none;}
/* Secondary Content Styles------------------------------------------------*/
#divSecondaryContent {
	float: left;
	width: 252px;
	margin-top: 0px;
	width: 251px;
}
#divSecondaryContent h2{
	margin: 55px 15px 0px 15px;
	padding: 15px 0 0 0;
	line-height: 20px;
	border-top: 1px solid #aca490;
	color: #666666;
}
#divSecondaryContent p {
	margin: 0px 45px 10px 15px;
	line-height: 20px;
}
#divSecondaryContent li{
	display: block;
	margin: 0px 15px 10px 15px;
}
#divSecondaryContent a:link, #divSecondaryContent a:visited{
	text-decoration: underline;	
}
#divSecondaryContent a:hover{
	color:#333333;	
}
#divSearch {
	margin: 0;
	padding: 0;
}
#divSearch form {
	display: inline;
	margin: 0;
	padding: 0;
}
#divSearch input {
	width: 137px;
	height: 23px;
	background-image: url(/images/search_background.gif);
	background-repeat: repeat-x;
	margin: 12px;
	padding: 7px 0 0 4px;
	border: 0px;
	float: left;
	color: #9c9b93;
}
#divSearch input.search_button {
	width: 64px;
	height: 30px;	
	border: 0px;
	color: #666666;
	padding: 5px 0 0 5px;
	margin: 12px 15px 0 0;
	float: right;
	background-image: url(/images/search_button.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
/* Footer Styles------------------------------------------------*/
#divFooterBackground{
	width: auto;
	height: 30px;
	background-color: #c7bfaa;
	border-top: 3px solid #3a342c;

}#divFooter {
	margin: 0px auto 0px auto;
	width: 990px;
}
#divCopyright {
	float: left;
}
#divCopyright li{
	display: inline;
	color: #3a342c;
	line-height: 30px;
	font-size: 10px;
	padding-left: 10px;
}
#divRssFeed {
	float: right;
	background: url(/images/rssfeed.jpg) no-repeat right center;
	margin-right: 10px;
}
#divRssFeed li{
	display: inline;
}
#divRssFeed a:link, #divRssFeed a:visited{
	text-align: right;
	color: #3a342c;
	line-height: 30px;
	font-size: 10px;
	padding-right: 25px;
	text-decoration: none;
}
#divRssFeed a:hover {
	text-decoration: underline;
}
#divRssFeed ul{
	padding-right: 10px;
}
div.sidebar_content h2{
	margin: 0px 15px 0px 15px;	
	border-top: 1px solid #aca490;
	padding-top: 12px;
	padding: 0;
}
div.sidebar_content ul{
	margin: 0px 15px 0px 15px;	
}
#divFeaturedArticle img.image-right {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	float: right;
}
#divFeaturedArticle img.image-left {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	float: left;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b15e14;
}
.caption {
	border-top: 1px solid #CCCCBB;
	border-bottom: 1px solid #CCCCBB;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}
.table-right {
	margin-left: 10px;
	float: right;
}
.table-left {
	margin-right: 10px;
	float: left;
}
#divClear {
	clear: both;
}
/* Multiple Article Styles------------------------------------------------*/
div.update_entry {
	border-bottom: 1px solid #aca490;
	margin-bottom: 10px;
}
div#homepage_feature {
	border-bottom: 4px double #aca490;
	margin-bottom: 6px;
}
#divFeaturedArticle div.update_entry  h2 a:link,#divFeaturedArticle div.update_entry  h2 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3c362d;
}
#divFeaturedArticle div.update_entry h2 a:hover{
	text-decoration: underline;
	color: #b15e14;
}
div.update_entry p.more{
	text-align: right;
	clear:both;
}
#divNewsWire div.more_articles{
	margin-bottom: 20px;
	text-align: right;
}
#divLoggedIn ul{
	margin-bottom: 15px;
}
#divLoggedIn a:link, #divLoggedIn a:visited {
	text-decoration: underline;
}
#divLoggedIn h2 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}
/* Linklist------------------------------------------------*/
div#divFeaturedArticle ul.linklist {
	text-indent: none;
	padding: 0;
	margin: 0;
}
div#divFeaturedArticle ul.linklist li {
	list-style-type: none;
	text-indent: none;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #aca490;
	margin: 0 0 10px 10px;
}
div#divFeaturedArticle a:link, div#divFeaturedArticle a:visited{
	text-decoration: none;
	color: #3c362d;
	font-weight: bold;
}
div#divFeaturedArticle a:hover {
	text-decoration: underline;
	color: #b15e14;
}
div#divFeaturedArticle ul.linklist p.more {
	color: #b15e14;
	font-weight: bold;
	border-bottom: 1px solid #aca490;
	border-top: 1px solid #aca490;
	padding: 5px; 0 5px 0;
	background-color: #e1d9c5;
}
div#divFeaturedArticle ul.linklist p.more span.pages{
	color: #3c362d;
}
div#divFeaturedArticle p.keyword_list {
	border-bottom: 1px solid #aca490;
	border-top: 1px solid #aca490;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	background-color: #e1d9c5;
}
div#divFeaturedArticle ul.linklist p.more a:link, div#divFeaturedArticle ul.linklist p.more a:visited {
	text-decoration: none;
	color: #3c362d;
}
div#divFeaturedArticle ul.linklist p.more a:hover {
	text-decoration: underline;
	color: #b15e14;
}
div#divFeaturedArticle p.events {
	border-bottom: 1px solid #aca490;
	margin-bottom: 20px;
}
div#divFeaturedArticle p.row1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	background-color: #f9f6eb;
	padding: 5px;
}
div#divFeaturedArticle p.row2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	background-color: #e1d9c5;
	padding: 5px;
}
/* Member Area------------------------------------------------*/
div#divMemberContent {
	padding: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
div#divMemberContent th {
	font-weight: bold;
}
div#divMemberSearch { float: left; width: 30%; margin-bottom: 40px; background-color: #e1d9c5; padding: 15px;}
div#divMemberResults { float: right; width: 60%; padding-bottom: 40px;}
div#divMemberResults a:link, div#divMemberResults a:visited { text-decoration: underline; }
div#divMemberResults a:hover { text-decoration: underline; color: #b15e14; }
.tableborder { padding: 5px;}
div#divMemberContent h2 { font-size: 16px; margin-bottom: 10px;}
div#member_search_fields p { margin-top: 5px;}
div#member_search_fields h3, td.memberlistHead h3 { padding: 0; margin: 0; margin-top: 15px; font-size: 14px; border-top: 1px solid #aca490; padding-top: 10px;}
div.search_button { padding: 0; margin: 0; margin-top: 15px;}
td.memberListing { padding-bottom: 5px;}
div#divContractorAddress p { line-height: 18px; }
div#divContractorAddress a:link, div#divContractorAddress a:visited { font-weight: normal; text-decoration: underline; }
h2.memberCenter { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #b15e14; padding-bottom: 5px;}
div.memberCenterGroup {padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #b15e14; border-bottom: 1px solid #b15e14;}

/* </style> */ 



