/* CSS Document */

/*************** Begin Debugging Code ***************/
  /** { border: 2px dotted red }
  * * { border: 2px dotted green }
  * * * { border: 2px dotted orange }
  * * * * { border: 2px dotted blue }
  * * * * * { border: 1px solid red }
  * * * * * * { border: 1px solid green }
  * * * * * * * { border: 1px solid orange }
  * * * * * * * * { border: 1px solid blue }
/*************** End Debugging Code ***************/
/*	Global Reset
	------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
	list-style: none;
}

/*	Clearfix
/*------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*------------------------------------------------------ */


body#services {
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	width: 827px;
	margin: 0 auto;
	color:#221e1f;
	background:  url(../img/bg_inner.gif) top center no-repeat;
}
			body#properties {
				text-align: left;
				font-family: arial, helvetica, sans-serif;
				font-size: 14px;
				width: 827px;
				margin: 0 auto;
				color:#221e1f;
				background:  url(../img/bg_properties.gif) top center no-repeat;
			}	
						body#about {
							text-align: left;
							font-family: arial, helvetica, sans-serif;
							font-size: 14px;
							width: 827px;
							margin: 0 auto;
							color:#221e1f;
							background:  url(../img/bg_aboutus.gif) top center no-repeat;
						}			
									body#research {
										text-align: left;
										font-family: arial, helvetica, sans-serif;
										font-size: 14px;
										width: 827px;
										margin: 0 auto;
										color:#221e1f;
										background:  url(../img/bg_research.gif) top center no-repeat;
									}
												body#career {
													text-align: left;
													font-family: arial, helvetica, sans-serif;
													font-size: 14px;
													width: 827px;
													margin: 0 auto;
													color:#221e1f;
													background:  url(../img/bg_career.gif) top center no-repeat;
												}
															body#contact {
																text-align: left;
																font-family: arial, helvetica, sans-serif;
																font-size: 14px;
																width: 827px;
																margin: 0 auto;
																color:#221e1f;
																background:  url(../img/bg_contact.gif) top center no-repeat;
															}



/*body#services #nav li a#active, body#properties #nav li a#active, body#about #nav li a#active, body#research #nav li a#active, body#career #nav li a#active, body#contact #nav li a#active
{ color:#fff; background: #2e4a7a; padding: 8px; }*/


a:link {
	color: #2c4979; text-decoration: underline;
}
a:visited {
	color: #5a6475; text-decoration: none;
}
a:active {
	color: #2c4979; text-decoration: underline;
}
a:hover {
	color: #7d7d7d; text-decoration: none;
}
h1 { text-indent: -9999px; }

h3 {	
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	color: #2c4979;
}
h4 {	
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.pad-btm { padding-bottom: 10px; }


#container {
	margin: 0 auto;
	width: 864px;
	text-align: left;
}

#header {
	position: relative;
	z-index: 5;
	margin: 0 auto;
	margin-bottom: 19px;
	height: 138px;
	width: 827px;
	background:  none;
}
	#header .title a{ 
		float: left; 
		background: url(../img/img_logo.gif) 0 0 no-repeat;
		height: 87px;
		width: 186px;
		display: block;
		cursor: pointer;
		margin: 8px 44px 0 21px;
	}
	
	#header .topHdr { 
		float: left; 
		height: 23px;
		padding-top: 43px; 
		width: 576px;
	}

#content {
	z-index: 1;
	position: relative;
	top: 0;
	width: 827px;
	color: #2c4979;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
		
	#top {
	position: relative;
	top: -50px;
	width: 827px;
		}
		#top .colA { 
			width: 261px;
			height: auto;
			float: left;
			}
			#top .colA .midLeft { float: left; width: 260px; margin-left: 21px; padding-top: 70px; }
			#top .colA .midLeft p.first { font-size: 14px; }
			#top .colA .midLeft p { font-size: 12px; }
			#top .colA .midLeft h3.first { margin-bottom: 7px; }

		#top .colB { 
			width: 550px;
			height: auto;
			float: left;
			margin: 35px 0 5px 12px;
			font-size:  12px;
			}
			#top .colB h2 { 
				width: 550px;
				margin: 10px 0 12px 0; 
				padding: 5px 0 5px 6px; 
				background: #d4d4d4; 
				font-size: 12px;
				text-transform: uppercase; 
				color: #fff;
			}
			#top .colB h3 { font-size: 14px; padding-bottom: 2px; }
			#top .colB h4 { 
				font-size: 11px; 
				font-weight: bold; 
				color: #7d7d7d;
				padding: 5px 0 5px 0; 
				width: 555px; 
				border-top: 1px solid #eaeaea; 
				border-bottom: 1px solid #eaeaea; 
			}
			#top .colB h3, #top .colB h4 { margin-bottom: 5px; }
			#top .colB p { margin: 10px 0 10px 0; }
				
				#top .colB ul.inner li { 
					margin-left: 20px;
					list-style-position: inside;
					list-style-type: square;
					padding: 5px 0 5px 8px;
				}			
						#top .colB ul.tertiary li a { 
							list-style-position: inside;
							list-style-type: square;
							padding: 5px 0 5px 8px;
							background: none;
							display: block;
							text-decoration: none;
							border-bottom: 1px solid #eee;
						}			
						#top .colB ul.tertiary li a:hover { 
							list-style-position: inside;
							list-style-type: square;
							padding: 5px 0 5px 8px;
							background: #eee;
							display: block;
							text-decoration: underline;
						}

		/*#top .colC { 
			width: 270px;
			height: auto;
			float: left;
			margin: 55px 0 0 23px;
			font-size:  12px;
			}*/
	
		#top .inner_mod { 
			width: 248px; 
			height: 116px; 
			position: relative; 
			top: 15px; 
			left: 3px;
			margin-right: 65px;
			z-index: 1;
			float: left; 
		}
		
		
		
	
	
	#midBtm { 
		width: 827px;
		height: 200px;
		padding: 0 0 0 56px;
		clear: both;
		margin: 0 auto;
		}
		
		#midBtm dl.first 	{ margin: 0 0 55px -11px; }
		#midBtm dl 	{ width: 146px; height: 146px; margin: 0 -16px 15px 58px; padding:2px; font-size:105%; float: left; }
		#midBtm dt	{ color: #3878BF; font-weight:bold; padding: 1px 0 0 0; }
		#midBtm dt img	{ height: 146px; width: 146px; float: left; padding: 0 5px 0 5px; }
			#midBtm dt img a  { border: none; }
		
		#midBtm dd	{ font-size:80%; text-align: center; line-height: 1.35em; width: 175px; float: left; }
			
			#midBtm dd a#capital, #midBtm dd a#mgmt, #midBtm dd a#group, #midBtm dd a#hills {
				position: relative;
				top: 7px;
				left: -10px;
				margin: 0 auto;
				width: 146px;
				display: block;
				background: #fff;
				border-top: 1px solid #eaeaea;
				border-bottom: 1px solid #eaeaea;
				text-decoration: none;
			}
			
		
	#btm { 
		position: relative;
		top: 0;
		width: 827px;
		height: auto;
		clear: both;
		margin-bottom: 20px;
		padding-top: 10px;
		}
		btm ul	{ padding-top: 10px; margin-left: 28px; }
			
			#btm .btmLeft { float: left; width: 251px; margin-right: 18px; }
			#btm .btmCenter { float: left; width: 257px; height: auto; margin-right: 27px; }
			#btm .btmRight { float: left; width: 270px; height: auto; margin-top: 2px; }
				
				#btm .btmLeft, #btm .btmCenter, #btm .btmRight { position: relative; top: 10px; float: left; }
				
				#btm h4.hdr#press { 
					background: url(../img/hdr_bg_mod.gif) -5px 0 no-repeat; 
					width: 257px; 
					height: 30px;
					padding-left: 5px;
					padding-top: 6px;
				}
				#btm h4.hdr { 
					background: url(../img/hdr_bg_mod.gif) top center no-repeat; 
					width: 251px; 
					height: 30px;
					padding-left: 5px;
					padding-top: 6px;
		}

		/*  */

#footer {
	background-color: #2c4979;
	height: 37px;
	color: #fff;
	margin: 0;
	top: 10px;
	position: relative;
	font-size: 12px;
	width: 100%;
	clear: both;
}

	#footer .wrap {
		width: 827px;
		margin: 0 auto;
		padding-left: 22px;
	}

#footer p {
	position: relative;
	float: left;
	text-align:left;
	font-size: 12px;
	line-height:14px;
	padding: 10px 0 0 10px;
}
#footer p.copy { padding: 10px 0 0 210px;
}

#footer ul li {
	display: inline;
	float: left;
	margin: 10px 15px 0 0;
	font-weight: bold;
	cursor: pointer;
}

#footer ul li a{ color: #fff; }

.clear { text-indent: -9999px; }

.clear { text-indent: -9999px; }








/*---------------FORM CSS---------------*/
label { display: none; }	
/*select, textfield, textarea { border: 1px solid #e5e5e5; }*/
fieldset, fieldset:hover { border: none; color: #fff; font-size: 11px; }
/*fieldset:hover { background: #f7f7f7; }*/
	/*************************************/
	fieldset { width: 251px; margin: 0; padding: 0; }
		fieldset #button { width: 48px; float: left; font-size: 1em; }
		fieldset select { margin-top: 3px; float: left; font-size: 1em; }
		fieldset input { margin-right: 3px; float: left; font-size: 1em; }
		
			fieldset input.firstName { width: 89px; }
			fieldset input.lastName { width: 95px; }
			fieldset select.specialty { width: 80px;  }
			fieldset select.language { width: 83px; margin-left: .15em;}
			fieldset select.location { width: 82px; margin-left: .15em	; }
	/*************************************/
	#btm .btmRight {
		width: 270px;
		height: 53px;
		margin-bottom: 42px;
	}	
	#btm .btmRight table.top { margin-bottom: 5px; }
	
	#btm .btmRight table.top, #btm .btmRight table.bottom { 
		width: 270px; 
		font-size: 11px;
		padding: 2px; 
		border-left: 1px solid #2c4979;
		border-right: 1px solid #2c4979;
		border-top: 1px solid #7d7d7d;		
		border-bottom: 1px solid #7d7d7d;
 	}
	 #btm .btmRight table.top label.show, #btm .btmRight table.bottom label.show { display: block; color: #fff; float: left; padding: 3px 0 0 3px; }
	 #btm .btmRight table.top a, #btm .btmRight table.bottom a { display: block; color: #fff; float: left; padding: 0 0 2px 7px; }
	 #btm .btmRight table.top input, #btm .btmRight table.bottom input { display: block; color: #000; float: left; font-size: 11px; }
		.btmRight table.top td.blue, .btmRight table.bottom td.blue { background-color: #2c4979; color: #000; }
		.btmRight table.top .textfield, .btmRight table.bottom .textfield {  
			background-color: #eaeaea;
			width: 120px; 
			color: #000; 
			height: auto;
			border: none;
			padding: 5px;
		}
		.btmRight td.left {  
			width: 130px; 
			color: #000; 
			height: 17px;
			border: none;
		}
/*-------Tables CSS Import--------*/
@import url("tables.css");
