body {
	margin: 0;
	padding: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 11px;
	color: #333;
	background: #fff url('../images/body.png') repeat-x left top;
}

a {
	color: #D21C1B;
}

a:link { color: #D21C1B; text-decoration: none; }
a:visited { color: #D21C1B; text-decoration: none;}
a:hover { color: #D21C1B; text-decoration: underline;}
a:active { color: #D21C1B; text-decoration: none;}

.clear {
	clear: both;
}

.invisible, hr {
	display: none;
}

hr.line {
	height: 1px;
	border: none;
	border-bottom: 1px solid #E2E2E2;
	display: block;
}

img {
	border: none;
	/*display: block;*/
}
.page {
	width: 954px;
	margin: 0 auto;
}
#searchform {
	margin: 0;
	padding: 0;
	float: right;
	width: 270px;
	height: 21px;
	padding: 16px 0 0 133px;
	background: url('../images/search.png') no-repeat left top;
}
#searchform fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#search {
	display: block;
	height: 12px;
	border: none;
	width: 150px;
	font-family: "Myriad Pro", verdana, arial, sans-serif;
	font-size: 11px;
	color: #999;
	background: #fff;
}
.header {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 96px;
	margin: 4px 0 1px 0;
	background: url('../images/header.png') no-repeat left bottom;
}
.logo {
	float: left;
	margin:20px 20px 0 0;
	width: 215px;
	height: 66px;
	overflow: hidden;
}
.logo h1 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	position: relative;
}
.logo h1 a {
	margin: 0;
	padding: 0;
	width: 215px;
	height: 66px;
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/logo.png') no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.header_text {
	float: left;
	padding-top: 20px;
	width: 170px;
	height: 39px;
	overflow: hidden;
	position: relative;
}
.header_text span {
	position: absolute;
	display: block;
	width: 170px;
	height: 39px;
	overflow: hidden;
	background: url('../images/header_text.png') no-repeat;
}
.menu {
	float: right;
	width: 600px;
	position:relative;
	/*padding-top: 10px;*/
	padding-top: 65px;
	margin: 0;
	position: relative !important;
	z-index: -10;
}
.menu ul {
	width: 499px;
	float: right;
	position:relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li {
	display: inline;
	padding: 0;
	margin: 0;
}
.menu ul a {
	float: left;
	height: 24px;
	background: #003966;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.menu ul a:hover, .bottommenu ul a:hover {
	text-decoration: underline;
}
.menu ul a  {
	
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.menu .hunt a {
	width: 70px;
	background-color: #003966;
	background: url('../images/menu01.png') no-repeat left top;
}
/*
.menu .hunt a span {
	background: url('../images/menu01.png') no-repeat left top;
}
*/
.menu .focus a {
	width: 95px;
	background-color: #194C75;
	background: url('../images/menu02.png') no-repeat left top;
}
/*
.menu .focus a span {
	background: url('../images/menu02.png') no-repeat left top;
}
*/
.menu .expertise a {
	width: 112px;
	background-color: #336185;
	background: url('../images/menu03.png') no-repeat left top;
}
/*
.menu .expertise a span {
	background: url('../images/menu03.png') no-repeat left top;
}
*/
.menu .companies a {
	width: 91px;
	background-color: #4C7494;
	background: url('../images/menu04.png') no-repeat left top;
}
/*
.menu .companies a span {
	background: url('../images/menu04.png') no-repeat left top;
}
*/
.menu .careers a {
	width: 58px;
	background-color: #6688A3;
	background: url('../images/menu05.png') no-repeat left top;
}
/*
.menu .careers a span {
	background: url('../images/menu05.png') no-repeat left top;
}
*/
.menu .contact a {
	width: 73px;
	background-color: #7F9CB2;
	background: url('../images/menu06.png') no-repeat left top;
}
/*
.menu .contact a span {
	background: url('../images/menu06.png') no-repeat left top;
}
*/
.sidebar {
	float: left;
	width: 243px;
}
.content {
	float: left;
	width: 710px;
}
.leftmenu {
	float: left;
	width: 204px;
	height: 133px;
	padding: 33px 0 0 39px;
	margin-bottom: 1px;
	overflow: hidden;
	background: #7FA4BC url('../images/leftmenu.jpg') no-repeat left top;
}
.leftmenu2 {
	height: 142px;
	padding-top: 24px;
	clear: left;
}
.leftmenu ul {
	margin: 0;
	padding: 6px 0 0 0;
	list-style-type: none;
}

.leftmenu ul li {
	padding: 0px;
	margin: 0px;
	height: 15px;
}

.leftmenu a,.leftmenu a:visited,.leftmenu a:active {
	padding: 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}
.leftmenu a:hover {
	color: #000;
	text-decoration: underline;
}
.leftmenu h2, .leftmenu h2 span, .leftmenu2 h2, .leftmenu2 h2 span {
	height: 13px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -999em;
}
.leftmenu h2 span {
	top: 0;
	left: 0;
	position: absolute;
	width: 98px;
	height: 13px;
	overflow: hidden;
	background:  url('../images/areas_of_focus.png') no-repeat left top;
}
.leftmenu2 h2 span {
	top: 0;
	left: 0;
	position: absolute;
	width: 114px;
	height: 13px;
	overflow: hidden;
	background:  url('../images/areas_of_expertise.png') no-repeat left top;
}
.flash {
	float: left;
	width: 710px;
	height: 333px;
	margin-bottom: 1px;
	padding-left: 1px;
	overflow: hidden;
	position: relative;
}

.flash_new {
	float: left;
	width: 711px;
	height: 334px;
	overflow: hidden;
	position: relative;
}

.flash_new .main_image {
	padding-left: 1px;
}

#flash_front {
	width: 711px;
	height: 334px;
	margin-bottom: 1px;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	
}

#flash_back {
	width: 711px;
	height: 334px;
	margin-bottom: 1px;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#flash_end {
	position: absolute;
	z-index: -2;
}

#info_box{
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	height: 81px;
	width: 710px;
	/*
	height: 60px;
	width: 690px;
	*/
	position: absolute;
	margin-top: 334px;
	margin-left: 1px;
	background-color: #000000;
	color: #FFFFFF;
	z-index:-3;
	/*padding: 10px;*/
	padding: 0px;
	font-size: 1.0em;
	line-height: 1.1em;
}

#info_box .left,#info_box .right{
	width: 345px;
	float: left;
}

#info_box .right{
	text-align: right;
}

#info_box .header{
	font-size: 1.4em;
	background: none;
}

.slideshow_image {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 236px;
	height: 166px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.slideshow_image img{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 236px;
	height: 166px;
	cursor: pointer;
}

.slideshow_image img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.bottom {
	width: 920px;
	padding: 7px 15px 0 19px;
	background: url('../images/bottom.png') no-repeat left top;
}
/*
.bottom_left {
	float: left;
	width: 642px;
	height: 95px;
	line-height: 110%;
	padding: 10px 25px 0 15px;
	overflow: hidden;
	color: #fff;
	background: #000 url('../images/bottom_left.png') no-repeat left top;
}
.bottom_left h3 {
	padding: 0;
	margin: 0;
	position: relative;
	width: 328px;
	height: 15px;
	overflow: hidden;
	font-size: 1em;
}
.bottom_left h3 span {
	top: 0;
	left: 0;
	position: absolute;
	width: 328px;
	height: 15px;
	overflow: hidden;
	background:  url('../images/welcome.png') no-repeat left top;
}
*/

.bottom_left{
	float: left;
	padding: 10px 0px 0px 0px;
	width: 682px;
	background: url('../images/bottom_left_bg.jpg') left top repeat-y;
}

.bottom_left .content-text{
	float: left;
	width: 642px;
	/*height: 95px;*/
	line-height: 110%;
	padding: 0px 25px 10px 15px;
	/*overflow: hidden;*/
	color: #fff;
	background: url('../images/bottom_left.jpg') no-repeat left bottom;
}
.bottom_left h3 {
	padding: 0;
	margin: 0;
	position: relative;
	width: 328px;
	height: 15px;
	overflow: hidden;
	font-size: 1em;
}
.bottom_left h3 span {
	top: 0;
	left: 0;
	position: absolute;
	width: 328px;
	height: 15px;
	overflow: hidden;
	background:  url('../images/welcome.png') no-repeat left top;
}

.bottom_right {
	float: right;
	width: 236px;
	overflow: hidden;
}
.bottommenu a {
	float: left;
}
.bottommenu ul {
	width: 236px;
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
.bottommenu li {
	float: left;
	padding: 0;
	margin: 0;
}
.bottommenu ul a, .bottommenu ul a {
	float: left;
	height: 25px;
	background: #003966;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.bottommenu ul a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	cursor: pointer;
}
.bottommenu .news a {
	width: 75px;
	background-color: #FF7173;
	background: url('../images/bottommenu01.png') no-repeat left top;
}
/*
.bottommenu .news a span {
	background: url('../images/bottommenu01.png') no-repeat left top;
}
*/
.bottommenu .archives a {
	width: 68px;
	background-color: #DE3131;
	background: url('../images/bottommenu02.png') no-repeat left top;
}
/*
.bottommenu .archives a span {
	background: url('../images/bottommenu02.png') no-repeat left top;
}
*/
.bottommenu .feed a {
	width: 93px;
	background-color: #D21D1C;
	background: url('../images/bottommenu03.png') no-repeat left top;
}
/*
.bottommenu .feed a span {
	background: url('../images/bottommenu03.png') no-repeat left top;
}
*/
.bottom_right p {
	margin: 0;
	width: 220px;
	height: 58px;
	padding: 12px 8px 0 8px;
	line-height: 115%;
	overflow: hidden;
	font-size: 11px;
	background: url('../images/bottom_right.png') no-repeat left top;
}
.footer {
	width: 909px;
	padding: 7px 19px 14px 26px;
	font-size: 10px;
	color: #CCC;
}
.footer span {
	float: left;
}
.footer a {
	float: right;
	margin-top: -3px;
	width: 112px;
	height: 40px;
	position: relative;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/virtual_office.png') no-repeat;
}

.Corporate a{
	color:#000000;
	}
		
.CorporateProfile {
	display:block;
	height:55px;
	background:url('../images/pdf.png') no-repeat;
	text-align:left;
	padding-left:48px;
	padding-top:15px;
	}








/*
.footer a {
	display: block;
	width: 112px;
	height: 39px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/virtual_office.png') no-repeat;
}
*/

.cleaner {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}
/* -- subpage start --*/
.subpage .header {
	margin-bottom: 0;
}
.banner {
	padding-bottom: 1px;
	border-bottom: 7px solid #D21C1B;
	margin-bottom: 5px;
}
.main {
	width: 100%;
	/*padding: 4px 0 12px 0;*/
	padding: 0px 0 0px 0;
	margin: 4px 0px;
	background: url('../images/main.png') repeat-y left top;
}
.left {
	float: left;
	width: 230px;
	overflow: hidden;
}
.right {
	float: right;
	width: 690px;
	overflow: hidden;
}
.subpage h3 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.subpage .left h3 {
	padding: 0 0 8px 8px;
	border-bottom: 1px solid #ccc;
}
.subpagemenu {
	margin: 0;
	padding: 8px 0 36px 8px;
	list-style-type: none;
	line-height: 135%;
}
.subpagemenu a {
	text-decoration: none;
	color: #000 !important;
}

.subpagemenu a:hover, .col ul a:hover {
	text-decoration: underline;
	color: #000 !important;
}
.subpagemenu a.thispage, .choose label {
	font-weight: bold;
}

ul.submenu {
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
}

ul.submenu li{
	background-image: url(../images/bullet_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.virtual_office {
	position: relative;
	display: block;
	margin-left: 68px;
	width: 112px;
	height: 39px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/virtual_office.png') no-repeat;
}
.virtual_office span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 112px;
	height: 39px;
	cursor: pointer;
	background: url('../images/virtual_office.png') no-repeat;
}
.text {
	padding-bottom: 8px;
	font-size: 13px;
	line-height: 135%;
}
.choose {
	padding: 0 0 6px 6px;
}
.choose * {
	vertical-align: middle;
}
.choose select {
	margin-left: 9px;
}
.greybox {
	position: relative;
	/*width: 443px;*/
	width: 600px;
	/*height: 176px;*/
	height: 208px;
	padding: 0 17px 0 16px;
	/*margin-left: 90px;*/
	margin-left: 20px;
	overflow: hidden;
	/*background: #CDCDCD url('../images/greybox.png') no-repeat left top;*/
	background: #FFFFFF url('../images/greybox.png') no-repeat left top;
}

.greybox_content {
	/*position: absolute;*/
}

.greybox a {
	text-decoration: none;
}
.greybox .left_year {
	float: left;
	font-size: 80px;
	color: #000;
	
}
.greybox .right_year {
	float: right;
	/*padding: 16px 12px 0 0;*/
	padding: 16px 0px 0 0;
	font-size: 58px;
	color: #E4E4E4;
	cursor: pointer;
	
}
.greybox p {
	margin: 0;
	padding: 0;
	/*width: 432px;*/
	width: 600px;
	font-size: 13px;
}

.greybox p#description_year {
	margin: 0;
	padding: 0;
	/*width: 432px;*/
	width: 600px;
	font-size: 13px;
	background: #CDCDCD url('../images/greybox.png') no-repeat -20px -20px;
}

.greybox .arrow_left {
	position: absolute;
	display: block;
	width: 11px;
	height: 16px;
	left: 20px;
	/*top: 151px;*/
	top: 181px;
	cursor: pointer;
}

.greybox .arrow {
	position: absolute;
	display: block;
	width: 11px;
	height: 16px;
	/*left: 448px;*/
	left: 605px;
	/*top: 151px;*/
	top: 181px;
	cursor: pointer;
}
.footer2 {
	width: 996px;
	margin: 0 auto;
	padding-top: 2px;
	font-size: 11px;
}
.blue_bar {
	font-size: 0;
	line-height: 0.0;
	height: 3px;
	margin-bottom: 1px;
	background: #004780 url('../images/bluebar.png') no-repeat left top;
}
.footer2_content {
	width: 972px;
	height: 157px;
	padding: 24px 0 0 24px;
	background: #060606 url('../images/footer2.png') no-repeat left top;
}

html>body .footer2_content {
	min-height: 157px;
	height: auto;
}
.footer2 .col {
	float: left;
	padding-right: 10px;
	height: 125px;
}

.footer2 .col ul li{
	padding: 0px;
	margin: 0px;
	height: 15px;
}

.col1 {
	width: 136px;
	padding-left: 40px;
}
.col2 {
	width: 156px;
	padding-top: 13px;
}
.col3 {
	width: 185px;
}
.col4 {
	width: 208px;
}
.col5 {
	width: 195px;
}
.col h4 {
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.col ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
}
.col ul a,.col ul a:visited,.col ul a:active {
	color: #999;
	text-decoration: none;
}

.col ul a:hover {
	color: #999 !important;
	text-decoration: underline;
}
.copyright {
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #CCCCCC;
	margin-top: 5px;
}
.img_right {
	margin:0 0 15px 15px;
	float:right;}
	
a.peoplenameb{
	color:#003966;
	font-weight:bold;
}

/* -- subpage end --*/


/*** Drop Menu ***/
ul#main-nav li ul {
	width: 175px !important;
	position: absolute !important;
	display: none;
	margin: 0px;
	padding: 0px;
	top: 23px;
	left: 0px;
	z-index: 999;
}

ul#main-nav li:hover ul,
ul#main-nav li ul.msiefix{
	display: block !important;
	z-index: 999;
	}
ul#main-nav li ul.inside_hunt {margin-left:0;}
ul#main-nav li ul.areas_of_focus {margin-left:70px;}
ul#main-nav li ul.areas_of_expertise {margin-left:165px;}
ul#main-nav li ul.the_companies {margin-left:277px;}
ul#main-nav li ul.careers {margin-left:368px; width:131px !important;}

ul#main-nav li ul li {
	width:175px;
	border-bottom:1px solid #000000;
	/*margin-bottom: 1px;*/
	border-top:none;
}
ul#main-nav li ul.careers li {width:131px !important;}

ul#main-nav li ul li:hover {
	
}

ul#main-nav li ul li a{
	width:165px;
	position: relative;
	background:none;
	background-color:#000000;
	display: block !important;
	opacity: 0.9;
	padding: 3px 5px 0 5px;
	font-size: 1.0em;
	color: #FFFFFF;
	text-align:left;
	text-indent: 0px !important;
}
ul#main-nav li ul.careers li a {width:121px !important;}

ul#main-nav li ul li a:hover{
	background:none;
	background-color:#D21C1B;
	color: #FFFFFF;
}




/*** Rankings ***/
.rankings {
	width: 48%; 
	float: left;	
	padding-bottom: 10px;
}

.rankings .image {
	padding: 3px;
	margin-right: 5px;
	float: left;
	border: 1px solid #D3D1D2;
}
/*** END Rankings ***/

/*** Awards ***/
.awards {
	/*width: 48%; */
	width: 100%;
	float: left;	
	padding-bottom: 10px;
	padding-right: 10px;
}

.awards .image {
	padding: 3px;
	padding-bottom: 7px;
	margin-right: 5px;
	float: left;
	border: 1px solid #D3D1D2;
}
/*** END Awards ***/

.dontfillmeout {
	display: none;
}

/*** Search Jobs Form ***/
.positions_left {
	float: left;
	width: 38%;
	border-right: 1px solid #CCCCCC;
	min-height: 375px;
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
}

.positions_left .disclaimer{
	padding: 20px;
	color: #666666;
}

#positions_form{
	margin: 0px;
	padding: 10px 10px 0px 0px;
}

#positions_form fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
	
}

#positions_form fieldset ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

#positions_form fieldset ol li label{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 90px !important;
	text-align: right;
	padding-right: 10px;
	vertical-align: baseline;
}

#positions_form fieldset ol li img {
	display: inline;
	vertical-align: baseline;
}

#positions_form fieldset ol li{
	
	float: left;
	line-height: 28px;
}

#positions_form fieldset ol li select {
	float: right;
}

#positions_form fieldset ol li select,#positions_form fieldset ol li input {
	font-size: 10px;
}

#positions_form .submit{
	text-align: right;
}

#positions_form .button{
	font-size: 10px;
	margin-left: 100px;
	margin-top: 5px;
}


#positions_search_form{
	margin: 0px;
	padding: 10px 10px 0px 0px;
}

#positions_search_form fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
	
}

#positions_search_form fieldset ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

#positions_search_form fieldset ol li label{
	padding: 0px;
	margin: 0px;
	/*float: right;*/
	float: left;
	/*text-align: right;*/
	text-align: left;
	padding-right: 10px;
	vertical-align: baseline;
}

#positions_search_form fieldset ol li img {
	display: inline;
	vertical-align: baseline;
}

#positions_search_form fieldset ol li{
	
	float: left;
	line-height: 28px;
}

#positions_search_form fieldset ol li select {
	/*float: right;*/
}

#positions_search_form fieldset ol li select,#positions_form fieldset ol li input {
	font-size: 10px;
}

#positions_search_form .submit{
	text-align: right;
}

#positions_search_form .button{
	font-size: 10px;
}

.positions_right {
	float: left;
	width: 56%;
	padding: 0px;
	padding-left: 20px;
	
}

.position .company {
	text-align: right;
	font-size: 0.8em;
}


/*** End Search Jobs Form ***/

/*** NEWS ***/
.news_item {
	width: 684px;
	padding: 5px;
	margin: 0px;
}

.odd_news {
	background-color: #FFFFFF;
	background-image: url(../images/bg_news.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

.news{}

.news .title {
	width: 60%;
	float: left;
	border-right: 1px solid #CCCCCC;
	padding: 0px;
}

.news .info {
	width: 38%;
	float: left;
	font-weight: bold;
	padding-left: 10px;
}

.news .info .date {
	float: left;
	width: 50%;
}

.news .info .rss {
	float: left;
	width: 50%;
	text-align: right;
}

.news .image {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #D3D1D2;
}

.news .body {
	clear: both;
	padding: 10px 0px;
}

.news .source {
	border-top: 1px solid #CCCCCC;
	font-style: italic;	clear: both;
	padding-top: 10px;
}
/*** END NEWS ***/
.odd {
	background-color: #F0F0EE;
}

.even {
	background-color: #FFFFFF;
}

.success, .failure {
	text-align: center;
	
}

.success div, .failure div{
	padding: 3px;
	width: 250px !important;
	text-align: center;
	margin: 0 auto;
}

/*** SEARCH TABS ***/
ul#search_tabs {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	color: #FFFFFF;
	list-style-type: none;
	border-bottom: 1px solid #003966;
	float: left;
}

ul#search_tabs li{
	padding: 0px;
	margin: 0;
	float: left;
	display: block;
	width: 20%;
	text-align: center;
}

ul#search_tabs li a{
	color: #7F9CB2;
	padding: 5px;
	background-color: #003966;
	display: block;
	border-right: 1px solid #FFFFFF;
}

ul#search_tabs li a:hover{
	background-color: #E03540;
	text-decoration: none;
	color: #FFFFFF;
}

ul#search_tabs li a.selected{
	background-color: #E03540;
	text-decoration: none;
	color: #FFFFFF;
}


ul#search_tabs li a.tab:active{
	text-decoration: none;
}


ul.search_results{

}

ul.search_results li{
	padding-bottom: 10px;
}

.search_title {
	font-weight: bold;
}
/*** END SEARCH TABS ***/


/*** Board of Directors ***/
.board {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
}

.board img{
	border: 5px solid #CCCCCC;
}	
/*** END Board of Directors ***/

/*** NOTE: The styles below are just an example. 
 Please review the styles in detail as to eliminate styles not needed for 
 the particular site the form is to be on
***/

#contact-form fieldset {
	margin: 5px 0 5px 0;
	padding: 0;
	border: none;
	
}
#contact-form legend{
	margin-left: 5px;
	padding: 0;
	color: #0072BC;
	font-weight: bold;
	font-size: 18px;
}
#contact-form fieldset ol{
	padding: 5px 0;
	margin: 10px 0 0 0;
	list-style: none;
	
	background-color: #C8C8C8;
	background-image:url(../images/bg_690.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#contact-form fieldset li{
	line-height: 20px;
	vertical-align: middle;
	padding: 5px 0px;
	
}
#contact-form fieldset span.notification{
	font-size: 11px;
}
#contact-form fieldset.submit{
	float: none;
	width: auto;
	border-style: none;
	
}
#contact-form label {
	float: left;
	width: 40%;
	margin-right: 5px;
	text-align: right;
}

#contact-form .text{
	padding: 0px;
}


#contact-form .box img{
	border: 3px solid #93C3E2;
}

#contact-form label span.required{
	font-weight: bold;
}

/*** END Contact Form ***/

/** Snapshot Page **/
	.snapshot_double {
		float:left;
		width:66%;
		}
	.snapshot_inner_column {
		float:left;
		width:49%;
		}
	.snapshot_inner_column2 {
		float:left;
		width:26%;
	}
	.snapshot_last_row {
		margin-top:20px;
	
	}
	.snapshot_vertdiv {
		border-right:#000000 1px solid;
	}
	.snapshot_address {
		padding-left:10px;
		float:left;
		width:20%;
	}
	.snapshot_column ul,
	.snapshot_inner_column ul,
	.snapshot_address ul {
		margin:0 !important;
		padding:0 !important;
		list-style: none;
	
	}
	.snapshot_wide_column {
		float:left;
		width:100%;
		}
	.snapshot_projects_column {
		float:left;
		width:60%;
		}
	.snapshot_projects_column2 {
		float:left;
		width:60%;
		line-height:1.8em;
		}
	.snapshot_number_column {
		float:left;
		width:25%;
		text-align:right;
		/*border:#FF0000 1px solid;*/
		}
	.snapshot_number_column2 {
		float:left;
		width:25%;
		text-align:right;
		line-height:1.8em;
		}
	.snapshot_column {
		float:left;
		width:33%;
		}
	.snapshot_graph,
	.snapshot_graph2 {
		float:left;
		width:234px;
		margin-bottom:10px;
		background:url(../images/hunt_snapshot_bg.gif) left repeat-y;
		*background:none;
		}
		.snapshot_graph_2009{
		float:left;
		width:234px;
		margin-bottom:10px;
		background:url(../images/graph_background_2009.jpg) left repeat-y;
		*background:none;
		}
		.snapshot_graph2 {
		width:234px;
		background:none;
		}
	.snapshot_graph img,
	.snapshot_graph2 img {
		border:none;
		margin:0;
		padding:0;
		}
	.snapshot_printer {
		background:url(../images/icon_printer.jpg) right no-repeat;
		padding:2px 20px 0 0;
		width:100px;
		height:16px;
		float:right;
		font-size:1.2em;
		text-align:right;
		cursor:pointer;
		}
		.snapshot_pdf {
			background:url(../images/pdf_snapshot.jpg) left no-repeat;
		padding:2px 0px 0 15px;
		width:100px;
		height:16px;
		float:right;
		font-size:1.2em;
		text-align:right;
		cursor:pointer;
		}
	.subpage h3.snapshot_subhead {
		color:#003F71;
		/*width:200px;*/
		font-size:1.2em;
		font-weight:bold;}
	.subpage h3.snapshot_rankings {
		color:#003F71;
		/*width:200px;*/
		font-size:1.1em;
		font-weight:bold;}
	a h3.snapshot_inner_column, a h3.snapshot_column{
		cursor:pointer;
		}
	.snapshot_double p, .snapshot_inner_column p, .snapshot_wide_column p, .snapshot_projects_column p, .snapshot_number_column p, .snapshot_column p {
		margin:0;
		margin: 0 0 10px 0;
		}
	.snapshot_double ul, .snapshot_inner_column ul, .snapshot_wide_column ul, .snapshot_projects_column ul, .snapshot_number_column ul, .snapshot_column ul {
		padding:0;
		margin:0;
		padding-left:15px;
		}
	.snapshot_odd {
		background-color:#ffffef;
		display:block;
		}
		.snapshot_odd_new {
		background-color:#f0f0f0;
		display:block;
		}
	.snapshot_note {
		font-size:0.85em;
		line-height:1.2em;
		}
	.snapshot_section_title{padding: 0 !important; margin: 0 !important;background: none; color: #900; font-weight: bold; margin: 5px 0 !important; width: 100%; clear: left;}
	.snapshot_hunt_at_a_glace{float: left; clear: left; width: 390px !important;}
	.snapshot_list_left{float: left; text-align: left; padding: 0 !important; margin: 0 !important; background: none !important;}
	.snapshot_list_right{float: right; text-align: padding: 0 !important; margin: 0 !important;}
	.snapshot_list_odd{background-color:#f0f0f0;}
	.hunt_at_a_glance_list{list-style: none; padding: 0 !important; margin: 0 !important; width: 100%; float: left;}
	.hunt_at_a_glance_list li{list-style: none; padding: 0 !important; margin: 0 !important; padding: 3px 5px 3px 0 !important; width: 100%;clear: left; display: block; float: left;}
		
		
/*** Property Search Styles ***/
#property {
	padding: 10px 0px;
	clear: both;
}

#property .images {
	
}

#property .images .main_image{
	float: left;
	width: 429px;
}

#property .images .other_images{
	float: left;
	width: 250px;
}

#property .images .other_images img{
	border: 1px solid #D61C1F;
}

#property .details {
	clear: both;
	float: left;
	padding-top: 10px;
}

#property .details p{
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

#property .details .name, #property .details .title {
	font-size: 1.2em;
	color: #003966;
	font-weight: bold;
}

#property .details .address {
	font-weight: bold;
}

#property .details .status {
	font-style: italic;
	font-color: #CCCCCC;
}

#property .pdf {
	width: 226px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	background: url(../images/bg_226_darkblue.jpg) left;
}

#property .pdf p{
	padding: 0px;
	margin: 0px;
	background: url(../images/bg_226_darkblue_top.jpg) top left no-repeat;
}

#property .pdf p img{
	padding-left: 8px;
	padding-top: 12px;
}

#property .pdf span{
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 226px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	text-indent: 10px;
	background: url(../images/bg_226_darkblue_bottom.jpg) top left no-repeat;
}

#property .pdf span a{
	color: #FFFFFF;
	padding-left: 15px;
	background: url(../images/pdf_icon_darkblue.gif) left no-repeat;
}


#property .aerial {
	width: 226px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	background: url(../images/bg_226_lightblue.jpg) left;
}

#property .aerial p{
	padding: 0px;
	margin: 0px;
	background: url(../images/bg_226_lightblue_top.jpg) top left no-repeat;
}

#property .aerial p img{
	padding-left: 8px;
	padding-top: 12px;
}

#property .aerial span{
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 226px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	text-indent: 10px;
	background: url(../images/bg_226_lightblue_bottom.jpg) top left no-repeat;
}

#property .aerial span a{
	color: #FFFFFF;
	padding-left: 20px;
	background: url(../images/map_icon.gif) left no-repeat;
}

#property .details .details_1 {
	float: left;
	width: 229px;
}

#property .details .details_2 {
	float: left;
	padding-left: 10px;
	width: 440px;
}

.pdf_doc {
	background: url(../images/pdf_icon_normal.gif) left center no-repeat;
	padding-left: 15px;
}
/*** END Property Search Styles ***/

#property_search_area {
	height: 35px;
	background: #FFFFFF url(../images/map_search_bg.jpg) right center repeat-y;
	padding-right: 10px;
	position: relative;	
	margin-top: 100px;
	margin-bottom: 60px;
}

#property_search_form {
	float: right;
	display: inline;
	padding-top: 7px;
}

#property_search_form label{
	font-weight: bold;
}

#property_search_map {
	position: absolute;
	width: 205px;
	height: 125px;
	background: url(../images/map_search.gif) top left no-repeat;
	top: -47px;
	left: 24px;
	text-indent: -99999px;
	overflow: hidden;
}

#property_search_form #keyword_search{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	width:225px;
}

#property_search_form #property_submit{
	width: 58px;
	height: 21px;
	background: url(../images/property_search_submit.gif) left center no-repeat;
	border: none;
}

#property_search_form #property_reset{
	width: 49px;
	height: 21px;
	background: url(../images/property_search_reset.gif) left center no-repeat;
	border: none;
}

#property_search_results {
	display: none;
}


#commercial, #land_development {
	width: 223px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#multi_family {
	width: 226px;
	float: left;
	padding: 0px 0px;
	margin: 0px 8px;
}

#commercial img, #land_development img, #multi_family img {
	padding: 0px;
	margin: 0px;
	float: left;
}


.property_category_toggle {
	cursor: pointer;
}


ul.property_categories, ul.property_items {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
	display: none;
	overflow: hidden;
}

ul.property_categories {
	padding-top: 7px;
}

ul.property_items {
	border-bottom: 1px solid #91ADD5;
}

ul.commercial{
	background: url(../images/commercial_bg.jpg) left top repeat-y;
}

ul.multi_family_housing {
	background: url(../images/multi_family_bg.jpg) left top repeat-y;
	padding-left: 3px;
}

ul.land_development {
	background: url(../images/land_development_bg.jpg) left top repeat-y;
	padding-left: 3px;
}

ul.property_categories li {
	font-size: 1.2em;
	width: 224px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}

ul.property_categories li a {
	color: #F1CFA9;
	display: block;
	background: url(../images/property_bg.jpg) left top repeat-y;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 210px;
	border-bottom: 1px solid #91ADD5;
	padding-left: 10px;
	text-decoration: none;
	cursor: pointer;
}

ul.property_categories li a.first {
	border-top: 1px solid #91ADD5;
}

ul.property_items li{
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	
}

ul.property_items li a{
	padding: 0px;
	margin: 0px;
	border: none;
	color: #FFFFFF;
	display: block;
	background: url(../images/property_bullet.jpg) left center no-repeat;
	width: 190px;
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto;
}

ul.property_items li a:hover{
	color: #F1CFA9;
}

ul li ul.commercial {	
	width: 220px;
	padding: 0px;
}

ul li ul.multi_family_housing{
	width: 220px;
	background: #31678B;
	padding: 0px;
	margin: 0px;	
}

ul li ul.land_development{
	width: 220px;
	background: #648499;
	padding: 0px;
	margin: 0px;
}

ul li ul.commercial li a{
	background-color: #03366B;	
}

ul li ul.multi_family_housing li a{
	background: #31678B url(../images/property_bullet_family.jpg) left center no-repeat;
}

ul li ul.land_development li a{	
	background: #648499 url(../images/property_bullet_land.jpg) left center no-repeat;
}

.printer_friendly {
	width: 94px;
	height: 16px;
	background: url(../images/printer_friendly.gif);
	overflow: hidden;
	display: block;
	text-indent: -99999px;
	float: right;
	clear: both;
}

#property_search_button{
	padding: 0;
	margin: 0;
	background:url(../images/property_search_button.jpg) top left no-repeat;
	text-indent: -99999px;
	right: 105px;
	top: 45px;
	height: 37px;
	width: 176px;
	position: absolute !important;
	z-index: 100;
	float: left;
	overflow: hidden;
}
#search_header{height: 37px !important; position: relative;}
#property_search_button a{
	display: block;
	height: 37px;
	width: 176px;
	text-indent: -9999px;
	position: relative;
	/*cursor: pointer;*/
}
;