/****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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/****Styles****/


body {
	background-color: #444444;
	
}

h2 {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #993333;
}


h3 {
	color: #993333;
	margin-bottom: 10px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
}

#directory h3 {
	margin-left: 10px;
}


p {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 13px;
	color: #474747;
	line-height: 1.2em;

}

.ampersand {
	font-family: Arial, Helvetica, sans-serif;
}

.bio {
	font-size: 11px;
	line-height: 1.2em;
}

a {
	color: #993333;
	text-decoration: none;
	
}

a:hover {
	color: #993333;
	text-decoration: underline;
}

#logo {
	margin-top: 2px;
	margin-left: 8px;
	float: left;
	
	
}

#content_wrapper {
	border: 1px solid #cccccc;
	height: 565px;
	margin: 50px auto 0;
	width: 960px;
}

#header {
	background-color: #000000;
	border-bottom: 1px solid #cccccc;
	height: 29px;
	width: 960px;
}

/***Content Areas***/

#content {
	height: 490px;
	width: 960px;
	background: url("../images/content_bg.gif") no-repeat;
}

#content_top {
	height: 149px;
	width: 960px;
	border-bottom: 1px solid #cccccc;
}



#content_left {
	
	border-right: 1px solid #999999;
	height: 310px;
	float: left;
	margin-top: 15px;
	width: 144px;

}

#content_center {
	
	float: left;
	height: 340px;
	width: 655px;
}

#content_right {
	height: 340px;
	float: left;
	width: 160px;
}

#center_copy {
	padding: 10px 15px 10px 30px;

}

#center_copy_client {
	padding: 0px 15px 10px 30px;	
}

#center_copy_right {
	float:right;
	height:285px;
	margin-right:-170px;
	width:285px;	
}

#center_copy_left {
	float: left;
	height: 285px;
	width: 480px;
}

#center_copy ul {
	margin-left: 0px;	
}

#center_copy li {
	background: transparent url(../images/bullet-arrow.gif) no-repeat scroll 0px 7px;
	color: #474747;
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 5px;
}

#center_copy_left li, #center_copy_right li {
	background: transparent url(../images/bullet-arrow.gif) no-repeat scroll 0px 2px;
}

#contact_right {
	margin-top: 20px;
}

#featured_properties {
	float: left;
	height: 340px;
	width: 960px;

}

#featured_properties p {
	color: #993333;
	margin-top: 2px;
	margin-left: 15px;
	vertical-align: middle;
	
}

#property_1 {
	float: left;
	height: 170px;
	width: 400px;
}

#property_2 {
	float: left;
	height: 170px;
	width: 400px;
}

#property_3 {
	float: left;
	height: 170px;
	width: 400px;
}

#property_4 {
	float: left;
	height: 170px;
	width: 400px;
}

#property_thumb {
	display: block;
	float: left;
	height: 120px;
	margin-top: 5px;
	width: 200px;
}

#fp_thumb {
	border: 1px solid #474747;
	height: 120px;
	width: 200px;
}

#property_thumb p {
	margin-top: 2px;
	text-align: center;
}

#property_info {
	float: left;
	height: 170px;
	width: 198px;
}

#property_info p {
	color: #474747;
	
}

#property_info_copy {
	display: table-cell;
	height: 120px;
	vertical-align: middle;
	
}


#headshot {
	margin-bottom: 10px;
	border: 1px solid black;
}

#footer {
	border-top: 1px solid #cccccc;
	height: 44px;
	background-color: #000000;
	width: 960px;
}

/***Navigation***/

#nav {
	width: 960px;
	height: 45px;
	
}


#nav ul {
	list-style: none;
	padding-top: 6px;
	margin: 0;
	float: right;
	

}

#nav li {
	border-left: 1px solid #303030;
	float: left;
	margin: 0 0em;
	font-family: Helvetica, arial, sans-serif;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	
}

#nav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 10px 10px;

	
}

#nav li a:hover {
	display: block;	
}

#nav li:hover {
	background: #222222;

	

}

#top_links {
	height: 30px;
	width: 960px;
	
}

#top_links ul {
	list-style: none;
	padding-top: 4px;
	margin: 0px;
	float: right;
}

#top_links li {
	border-right: 1px solid #303030;
	display: block;
	float: left;
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	margin: 0 0em;
	padding: 5px 10px;
	text-transform: uppercase;
}

#top_links li a {
	color: #ffffff;
	text-decoration: none;

}

#top_links li a:hover {

	
}

#top_links li:hover {
	background: #222222;

}

#top_properties {
	float: left;
}

/***Sub-Navigation***/

#left_nav {
	height: 100px;
	margin-left: 20px;
	width: 140px;
}

#left_nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 0px;
	
	

}

#left_nav li {
	background: transparent url(../images/bullet-arrow.gif) no-repeat scroll 0px 2px;
	color: #474747;
	display:block;
	font-family:Helvetica,arial,sans-serif;
	font-size:11px;
	margin:15px 0 0;
	padding-left: 10px;
	text-transform:uppercase;
}

#left_nav a {
	color: #474747;
	padding-top: 10px;
	text-decoration: none;
}

#left_nav li a:hover {
	color: #993333;
	text-decoration: underline;


}

#featured_properties_nav {
	height: 100px;
	margin-top: 5px;
	margin-left: 20px;
	width: 140px;
}

#featured_properties_nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 0px;
}

#featured_properties_nav li {
	background: transparent url(../images/bullet-arrow.gif) no-repeat scroll 0px 2px;
	color: #474747;
	display:block;
	font-family:Helvetica,arial,sans-serif;
	font-size:11px;
	margin:15px 0 0;
	padding-left: 10px;
	text-transform:uppercase;
}

#featured_properties_nav a {
	color: #474747;
	padding-top: 10px;
	text-decoration: none;
}

#featured_properties_nav li:hover {
	color: #993333;
	text-decoration: underline;
}

#featured_properties_nav h3 {
	margin-top: 10px;
}


/***End Sub-Navigation***/

/***Client List***/



#ld_col1 {
	float: left;
	width: 160px;
	
}

#ld_col2 {
	float: left;
	width: 160px;
}

#ld_col3 {
	float: right;
	width: 160px;
	
}

#cr_col1 {
	float: left;
	width: 134px;
}

#cr_col2 {
	float: left;
	margin-left: 15px;
	width: 136px;
}

/***End Client List***/
#directory {
	margin-left: -10px;
	margin-top: 10px;
}

#directory li {
	background: none;
	font-size: 12px;
	margin: 10px 0px;
	text-transform: none;
}

#closure {
	width:960px;
	height: 20px;
	margin: 10px auto 0;
	text-align: right;
}

#closure span {
	font-family: Helvetica, arial, sans-serif;
	color: #cccccc;
	font-size: 10px;
}

#services_center_copy {
	font-size: 13px;
	padding:10px 10px 10px 25px;
}

#services_center_copy p {
	font-size: 13px;	
}

#services_links li {
	background: none;
	margin-left: 10px;
	width: 90px;
	word-wrap: break-word;	
}

#services_landing {
	margin-top: 10px;
	width:750px;
}

#services_landing ul {
	float: left;
	margin-top: 15px;
}

#services_landing li {
	display: inline;
}

#services_landing li a {
	color: #474747;
	font-family:Helvetica,arial,sans-serif;
	font-size:13px;
	font-weight: bold;
	margin-right: 80px;
	text-transform:uppercase;
	
}

#services_landing li a:hover {
	text-decoration: underline;
	color: #993333;
}

#brokerage_image {
	border:1px solid #000000;
	height:111px;
	margin-right:79px;
	margin-top:0;
	width:154px;
}

#development_image {
	border:1px solid #000000;
	margin-right:79px;
	margin-top:10px;
	width:166px;
}

#construction_image {
	border:1px solid #000000;
	height:111px;
	margin-top:10px;
	width:174px;
}

.bell_bio {
	font-size: 10px;
	line-height: 1em;	
}

.hargather{
	font-size: 11px;
	line-height: 11px;
}

.jamie{
	font-size: 14px;
}

