	/* Division Layout  */
	/* Copyright 2005 by Amies Communications. */ 

	/* Fix a bug in Mozilla */

html { 
	min-width:1000px;
	 }


.head, .subhead {
	font-family:/*Lucida Sans, Trebuchet MS,*/ Arial, Helvetica, sans-serif;
	}

.head {
	font-weight:500;
	font-size:18px;
	color:#6C3B1D;
	margin-top: 50px;
	margin-bottom:40px;
	}
	
	
	
.subhead {
	font-weight:600;
	margin-top: 15px;
	margin-bottom: -0px;
	}


	/* Set body */

body	{	
	width:1000px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	text-align:center;
	border:0;
	color:#16366F;
	background-color:#CCCCCC;
	font-family:/*Lucida Sans, Trebuchet MS,*/ Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/background_fade.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	}

	/* Set base rules */

td	{
	font-family:/*Lucida Sans, Trebuchet MS,*/ Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
h1	{
	font-size:13px;
	font-weight:bold;
	}
	
h2	{
	font-size:13px;
	font-weight:bold;
	}


p	{
	margin-bottom:5px;
	font-size:13px;
	text-align:left;
	line-height:115%;
	letter-spacing:.2px;
	
	}
	
	
ul 	{
	padding-left:5px;
	list-style-position:outside;
	margin-left:35px;
	margin-bottom:20px;
	text-align:left;
	}


li 	{
	margin-bottom:7px;
	
	}

img 	{
	border:0px;
	}



/*IE CSS Bug Fix*/
* html li {
	margin:0 0 0 25px;
}


	/* news links	*/

a.newsLink:visited {
	font-size:13px;
	text-decoration:none;
	color: #bb4d21;
	background:transparent; 
	}
	
a.newsLink:link {
	font-size:13px;
	font-weight:normal; 
	text-decoration:none;
	color:#6C3B1D;
	background:transparent; 
	}


a.newsLink:hover {
	font-size:13px;
	font-weight:normal; 
	text-decoration:underline;
	color:#8A9CA8;
	background:transparent; 
	}


a.newsLink:active {
	font-size:13px;
	font-weight:normal; 
	text-decoration:none;
	color:#615C58;
	background:transparent;  
	}

/* Set links	*/
a:link, a:visited {
	font-size:13px;
	font-weight:normal; 
	text-decoration:none;
	color:#6C3B1D;
	background:transparent; 
	}


a:hover {
	font-size:13px;
	font-weight:normal; 
	text-decoration:underline;
	color:#8A9CA8;
	background:transparent; 
	}


a:active {
	font-size:13px;
	font-weight:normal; 
	text-decoration:none;
	color:#6C3B1D;
	background:transparent;  
	}
	
	/* Form settings */
	
input { 
	font-size:11px;
	font-weight:normal;
	color:#000000;
	margin:0;
	padding:1px 0 0 1px;
}

select {
	font-size:11px;
	font-weight:normal;
	color:#000000;
	border:1px solid #00559C;
	width:125px;
	height:14px;
	margin:0;
	padding:0;
}


	/* Editor layout divisions */

#buttons {
	width:85px;
	display:inline; /*IE CSS Bug Fix*/
	background-color:#FF0000;
}

#editarea {
	width:85px;
	display:inline; /*IE CSS Bug Fix*/
	background-color:#FF0000;
}


#fadeEdit {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	width:2000px;
	height:2000px;
	background-color:#EEEEEE;
	visibility:hidden;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
}

iframe#editContent_window {
	border:2px solid #000000;
	background-color:#C0C0C0;
	position:absolute;
	top:105px;
	left:425px;
	margin-top:105px;
	margin-left:425px;
	width:580px;
	height:500px;
	z-index:1010;
	margin:0;
	visibility:hidden;
}

	/* Primary layout divisions */
	
#wrapper	{
 	overflow:hidden;
	background-color:#FFF7E6;
	/*border-top:5px solid #004270;*/
	border-right:1px solid #8A4623;
	border-left:1px solid #8A4623;
	width:1000px;
	text-align:left;
	margin:0;
	padding:0;
}

#header {
	float:left;
	display:inline;
	width:296px;
	height:108px;
	margin:0;
	padding:0;
}

#header_right {
	float:right;
	display:inline;
	background-image:url(images/top_bar.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:704px;
	height:108px;
	text-align:left;
	margin:0;
	padding:0;
}
/*IE CSS Bug Fix*/
* html #header_right {
	width: 704px;
	w\idth: 702px;
}

#page_title { 
	/*background-image:url(images/bak_main_shadow.gif);
	background-position:top left;
	background-repeat:repeat-x;*/
	color:#4c4845;
	text-align:right;
	margin:0;
	padding: 10px 0 10px 0;
	font-size:16px;
	font-weight:bold;
	/*font-style:italic;*/
	text-transform:uppercase;
	/*border:1px solid #000000;*/
}

.profileTitles {
	font-size:15px;
	text-decoration:underline;
	font-weight:bold;
}

#contentarea {
	float:left;
	display:inline;
	width:605px;
	background-color:#FFF7E6;
	padding:15px 0 0 15px;
	margin:5px 0 0 0;
}
/*IE CSS Bug Fix*/
* html #contentarea {
	width: 605px;
	w\idth: 630px;
}

#contentarea_right {
	float:right;
	width:69px;
	padding:0;
	margin:0;
}

#prefooter {
	color:#4c4845;
	padding:0;
	margin:0;
	width:1000px;
}

#footer {
	color:#4c4845;
	padding:0;
	width:1000px;
	height:25px;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

a.footerLink:link, a.footerLink:visited   {
	font-size:10px;
	color:#4c4845;
}

	/* Navigation layouts */
	
.srgliving	{
	font:normal 12px/15px arial;
}

#nav_side {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:296px;
}

#nav_main {
	margin:45px 0 0 35px;
	padding:0;
	width:600px;
	height:30px;
}

#nav_sub {
	margin:10px 0 0 65px;
	padding:0;
	width:580px;
	height:20px;
	text-align:left;
}

a.subnavLink:link, a.subnavLink:visited {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	text-decoration:none;
	text-transform:uppercase;
	color:#ff6719; 
}

a.subnavLink:link:hover, a.subnavLink:visited:hover {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	text-decoration:underline;
	text-transform:uppercase;
	color:#ff6719; 
}

a.subnavLinkHi:link, a.subnavLinkHi:visited {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	color:#56321B;
}

a.subnavLinkHi:link:hover, a.subnavLinkHi:visited:hover {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	text-decoration:underline;
	text-transform:uppercase;
	color:#a00; 
}


/* Page tag */

#logoSpace {
	margin-bottom:10px;
}

	/* Content layout divisions */

/* >>>>> BEGIN LAYOUT TEMPLATES <<<<<< */

/* ~~~~~~~~ LAYOUT A ~~~~~~~~ */
/* >> Left Align */
#layout_a {
	/*color:#000000;
	font-weight:bold;*/
	text-align:left;
	padding:0;
	margin: 0 10px 0 0;
	/*border:1px solid #000000;*/
}

/* ~~~~~~~~ LAYOUT B ~~~~~~~~ */
/* >> Center Align */
#layout_b {
	width:580px;
	float:left;
	display:inline;
	text-align:center;
	padding:0;
	margin:0;
}

/* ~~~~~~~~ LAYOUT C ~~~~~~~~ */
/* >> Right Align */
#layout_c {
	float:right;
	position: relative;
	display:inherit;
	text-align:center;
	padding:0;
	margin:10px 20px 10px 10px;
	/*border:1px solid #000000;*/
}

/* ~~~~~~~~ LAYOUT D ~~~~~~~~ */
/* >> Flash */
#layout_d {
	text-align:left;
}

/* ~~~~~~~~ LAYOUT E ~~~~~~~~ */
/* >> Right-Aligned Image */
#layout_e {
	text-align:left;
	/*margin:15px 25px 0 455px;*/
}

/* ~~~~~~~~ LAYOUT F ~~~~~~~~ */
/* >> Left Text Column Layout */
#layout_f {
	clear:left;
	float:left;
	display:inline;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding:15px 15px 15px 0px;
	margin:15px 15px 15px 80px;
	width:450px;
}
/*IE CSS Bug Fix*/
* html #layout_f {
	width: 450px;
	w\idth: 410px;
}

/* ~~~~~~~~ LAYOUT G ~~~~~~~~ */
/* >> lefthand navigation */
#layout_g {
	
	border:1px solid #E8C323;
	background-color:#EEEEEE;
	text-align:justify;
	padding:0;
	margin:0;
	width:220px;
}
/*IE CSS Bug Fix*/
* html #layout_g {
	width: 220px;
	w\idth: 250px;
}

/* ~~~~~~~~ LAYOUT Ga ~~~~~~~~ */
/* >> Mini Bio Layout */
#layout_g_a {
	text-align:left;
	padding:0;
	width:200px;
	height:95px;
}

/* ~~~~~~~~ LAYOUT H ~~~~~~~~ */
/* >> Homepage Layout */
#layout_h {
	text-transform: uppercase;	
}



/* ~~~~~~~~ LAYOUT I ~~~~~~~~ */
/* >> New Layout */
#layout_i {
	/*float:left;
	display:inline;	
	width:480px;
	border:1px solid #000000;*/
	text-align:left;	
	margin:10px 20px 0 20px;
}

/* ~~~~~~~~ LAYOUT J ~~~~~~~~ */
/* >> Press List Layout  */
#layout_j {

	
}

/* ~~~~~~~~ LAYOUT K ~~~~~~~~ */
/* >> Press Detail Layout  */
#layout_k {
	float:left;
	display:inline;
	color:#000000;
	font-weight:bold;
	text-align:left;
	margin:10px 0 0 35px;
	width:480px;
	
}

/* ~~~~~~~~ LAYOUT M ~~~~~~~~ */
/* >> Left Text Column Layout */
#layout_m {

	/*clear:left;
	float:left;
	display:inline;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding:15px 15px 15px 0px;
	margin:15px 15px 15px 80px;
	width:280px;*/
}
/*IE CSS Bug Fix
* html #layout_m {
	width: 450px;
	w\idth: 410px;
}*/

/* ~~~~~~~~ LAYOUT N ~~~~~~~~ */
/* >> DOCUMENT MANAGER LAYOUT */
#layout_n {
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding:0;
	margin:0 0 0 20px;
}
/*IE CSS Bug Fix
* html #layout_n {
	width: 450px;
	w\idth: 410px;
}*/

/* BIO */

#bio{
	border:1px solid #ACC6DD;
	background-color:#EEEEEE;	
}
.bioName{
	font-size:12px;
	font-weight:bold;
}

.bioTitle{
	color:#666666;
}
.bioPhoto{
	border:1px solid #000000;
	margin:0 10px 10px 0;
}
.bioText{
	font-size:11px;
	margin-left:15px;
	padding:4px 0 4px 0;
}







/* >>>>> BEGIN MODULES LAYOUT <<<<<< */
	
/*put custom div styles here*/


#home_pp {
	color:#15366E; 
	text-align:justify;
	line-height:220%;
	width:340px;
	margin:50px 0 45px 115px;
	padding:0;
}

	
	/* Setup custom classes */

.onclass {
	background-color:#C0C0C0;
	margin:0;
	padding:0;
}



	/* Setup module classes */




/* >>>>> STYLES ADDED 09/21/05 BY DHERSH <<<<<< */

	
	/* About - Capital Partners */
	
#title_td_grayborders {
	background-color:#FFFDF5;
	border: #A2AEAE solid; border-width: 1px 1px 1px 1px;
	font-family:/*Lucida Sans, Trebuchet MS,*/ Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#td_alternate_grayborders {
	background-color:#FEFAEE;
	border: #C9D0CC solid; border-width: 1px 1px 1px 1px;
	font-family:/*Lucida Sans, Trebuchet MS,*/ Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	


	/* About - Employment */
	
#title_td_grayborders {
	background-color:#FFFDF5;
	border: #A2AEAE solid; border-width: 1px 1px 1px 1px;
	font-family:/*Lucida Sans, Trebuchet MS,*/ Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#td_alternate_grayborders {
	background-color:#FEFAEE;
	border: #C9D0CC solid; border-width: 1px 1px 1px 1px;
	font-family:/*Lucida Sans, Trebuchet MS,*/ Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	

	/*  General - List Tables with Arrow Style Bullets */
	
#list_table {
	width:630px;
	border: 0;
	border-color: #316AC5;
	margin-left: 30px;
		}
/*IE CSS Bug Fix*/	
* html #list_table {
	width: 630px;
	w\idth: 470px;
}	

#td_arrows {
	color:#8A4623;
	font-family:/*Lucida Sans, Trebuchet MS,*/ Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;	
		}	
		

	/* Commercial - Leasing Services */
	
#leasing_table {
	width:90%;
	border: 1px solid;
	border-color: #BDC8C2;
	margin-left: 30px;
		}
#leasing_td {
		padding:5px 8px 5px 8px;
		text-align:left;
		background-color:#FEFAEE;
		border-collapse:separate;
		color:#16366F;
		font-family:/*Lucida Sans, Trebuchet MS, */Arial, Helvetica, sans-serif;
		font-size:12px;
		}
#leasing_dotted_td {		
		padding:0px 0px 0px 0px;
		background-color:#FEFAEE;
		font-family:/*Lucida Sans, Trebuchet MS,*/ Arial, Helvetica, sans-serif;
		font-size:11px;
		}


	/* Residential - Multi-family - Property Management - Managed Properties */
	
#title_td {
	background-color:#FEFAEE;
	border: #003366 solid; border-width: 0px 0px 1px 0px;
	font-family:/*Lucida Sans, Trebuchet MS, */Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#contrast_row {
	background-color:#DFE1D6;
	font-family:/*Lucida Sans, Trebuchet MS,*/ Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#alternate_row {
	background-color:#FEFAEE;
	font-family:/*Lucida Sans, Trebuchet MS,*/ Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	