
/* ----------------------------------- default ----------------------------------- */
html, body {
	height:100%;
	min-width:978px;
	color:#595959;
	font-size:14px;
	line-height:18px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background:url(../images/bg.gif) top center repeat-x;
}
a {			color:#562a10; text-decoration:underline; }
a:hover {	color:#900; text-decoration:underline; }

strong, b { font-weight:bold;}

.clear {	clear:both;	font-size:0; }





/*------------------------------------ content wrapper ------------------------------------ */
#wrapper {
	width:978px;
	min-width:978px;
	margin:0 auto;
}


/*------------------------------------ logo for print only ------------------------------------*/
#printLogo {display:none;}



/*------------------------------------ main content column ------------------------------------*/
#contentWrapper {
	width:738px;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	overflow:hidden;
}

#content {
	width:688px;
	display:block;
	padding:25px;
	margin:0;
	clear:left;
	background:url(../images/bg_left_border.jpg) top left no-repeat;
}
#content.home {
	background:none;
}



/*------------------------------------ header ------------------------------------*/
#header {
	margin:23px 25px 10px 10px;
	width:738px;
	height:38px;
	text-align:right;
}
/* ----------------------- search form ----------------------- */
#header form.search {
	display:block;
	float:right;
	overflow:hidden;
	height:22px;
	margin:8px 0;
	padding:0;
}
#header form.search input {
	display:block;
	float:left;
	width:180px;
	height:16px;
	font-size:12px;
	line-height:14px;
	color:#515151;
	background:#cbcbcb;
	margin:0 5px;
	padding:2px 3px;
	border:1px solid #000;
}
#header form.search button img, #header form.search button {
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:22px;
	line-height:22px;
	border:none;
	background:none; 
	cursor:pointer; 
	_cursor:hand; /*alternate cursor for IE*/
}


/* ----------------------- login form ----------------------- */
#header form.login {
	display:block;
	float:right;
	overflow:hidden;
	height:22px;
	margin:8px 30px 8px 0;
	padding:0;
}
#header form.login label {
	color:#fefefe;
	font-size:12px;
	line-height:14px;
	height:14px;
	display:block;
	float:left;
	width:70px;
	text-align:right;
	margin:4px 0;
	padding:0;
}
#header form.login input {
	display:block;
	float:left;
	width:100px;
	height:16px;
	font-size:12px;
	line-height:14px;
	color:#515151;
	background:#cbcbcb;
	margin:0 5px;
	padding:2px 3px;
	border:1px solid #000;
}
#header form.login button img, #header form.login button {
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:22px;
	line-height:22px;
	border:none;
	background:none; 
	cursor:pointer; 
	_cursor:hand; /*alternate cursor for IE*/
}




/*----------------------- homepage flash -----------------------*/
#flash {
	width:737px;
	height:467px;
	float:left;
	display:inline;
	z-index:90;
}

/*----------------------- right column image -----------------------*/
#subpageIMG {
	float:right;
	display:inline;
	width:260px;
	height:390px;
	overflow:hidden;
	margin:-25px -25px 15px 10px;
	padding:0;
	border-left:1px solid #b7b89b;
	border-right:1px solid #b7b89b;
	border-bottom:10px solid #b7b89b;
}


/*---------------------- general styles -------------------------*/
#content h1 {
	width:706px;
	display:block;
	position:relative;
	top:-25px;
	left:-25px;
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	line-height:52px;
	padding:0 15px;
	margin:0;
	color:#d8dac8;
	font-weight:normal;
	text-transform:uppercase;
	text-align:right;
	background:url(../images/bg_page_title.jpg) top left repeat-x;
	border-top:1px solid #6d712f;
	border-left:1px solid #6d712f;
	border-right:1px solid #6d712f;
}
#content h2, #content .heading2 {
	font-size:22px;
	line-height:26px;
	padding-top:10px;
	color:#663;
	font-weight:bold;
}
#content h3, #content .heading3 {
	font-size:16px;
	line-height:20px;
	padding-top:10px;
	font-weight:bold;
}
#content h4, #content .heading4 {
	font-size:16px;
	line-height:20px;
	padding-top:10px;
	font-weight:normal;
}

#content p {
	padding:5px 0;
}

#content ul {
	list-style:outside;
	margin-left:30px;
	margin-bottom:10px;
}
#content ol {
	margin-left:30px;
	margin-bottom:10px;
}
#content li {
	padding:4px 0;
}





/* ------------------------------------------------ cms form styles ------------------------------------------------ */
#content form {
	clear:left;/*
	color:#630;*/
	font-size:13px;
	line-height:14px;
}
#content form * {
	font-size:13px;
}
#content input, #content select {/*
	color:#3b3b3b;*/
	margin-right:5px;
}

#content form table.cmsForm {
	margin:20px auto 0 auto;
}
#content form table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 5px 0;
	text-align:left;
}
#content form table.cmsForm tr td.formName {
	width:25%;
	text-align:right;
}

#content #checkbox {
	float:left;
	clear:both;
	display:block;
}


/* ------------------------------------------------ client list table ------------------------------------------------ */
#content table#clientList {
	width:430px;
	max-width:430px;
	border:none;
	border-collapse:collapse;
	border-color:#fff;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
}
#content table#clientList * {
	border:none;
	border-collapse:collapse;
	border-color:#fff;
}
#content table#clientList td {
	width:33% !important;
	min-width:33% !important;
	vertical-align:top;
	margin:0;
	padding:0;
	border-collapse:collapse;
}

#content table#clientList tbody td ul li {
	padding:3px 0;
}
#content table#clientList tbody td p {
	padding:3px 0;
}







/* ------------------------------------------------ bio styles ------------------------------------------------ */

/* ----------------------- bio listings ----------------------- */
#content table.bioList {
	margin-top:10px;
	width:650px;
}

#content table.bioList a {
	text-decoration:none;
}
#content table.bioList a:hover {
	text-decoration:underline;
}

#content table.bioList td {
	padding:0 0 5px 0;
	text-align:left;
}
#content table.bioList td img {
	padding:3px;
	margin-left:20px;
	margin-right:8px;
	vertical-align:top;
	border:1px solid #c5c6ac;
	width:60px;
}
#content table.bioList td a:hover img {
	background:#c5c6ac;
}

/* ----------------------- bio detail pages ----------------------- */
#content .bioPhoto {
	float:left;
	display:inline;
	width:200px;
	overflow:hidden;
	margin:10px 10px 10px 0;
	border:1px solid #663;
	text-align:center;
}
#content .bioPhoto img {
	margin:auto;
	text-align:center;
	width:190px;
	max-width:190px;
	overflow:hidden;
	padding:5px;
	background:#fff;
}

#content .bioText {
	float:left;
	display:inline;
	width:410px;
	padding-bottom:10px;
}


/* ------------------------------------------------ property search ------------------------------------------------ */


/* ----------------------- search form ----------------------- */
#content form.searchPage {
	background:#e5e5d9;
	border:1px solid #c5c6ac;
	padding:5px;
	margin:0;
}

#content form.searchPage label {
	text-align:right;
	padding:0 3px 0 0;
}

#content form.searchPage h3 {
	display:block;
	float:left;
	padding:0;
	margin-right:5px;
}
#content form.searchPage h4 {
	display:block;
	padding:0;
}
#content form.searchPage .searchPageButton {
	padding:5px 0 0 0;
	margin-top:10px;
	text-align:center;
	background:#dfdfce;
	border-top:1px solid #c5c6ac;
	border-left:1px solid #c5c6ac;
}



/* ----------------------- search results table list ----------------------- */
#content table.searchResults {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}
#content table.searchResults a {
	text-decoration:none;
}
#content table.searchResults a:hover {
	text-decoration:underline;
}

#content table.searchResults thead td {
	background:#c5c6ac;
	padding:5px 3px 5px 5px;
	color:#663;
	font-weight:bold;
}

#content table.searchResults tbody td {
	padding:5px;
	vertical-align:top;
	border-bottom:1px solid #c5c6ac;
}






/* ----------------------- property detail page ----------------------- */
#content h3.galleryLink a {
	clear:right;
	float:right;
	display:inline;
	width:260px;
	overflow:hidden;
	margin:10px 0 0 0;
	text-align:center;
	padding:3px 0;
}

#content .propertyPhoto {
	clear:right;
	float:right;
	display:inline;
	width:260px;
	overflow:hidden;
	margin:0 0 10px 0;
	border:1px solid #663;
	text-align:center;
}
#content .propertyPhoto img {
	margin:auto;
	text-align:center;
	width:250px;
	max-width:250px;
	overflow:hidden;
	padding:5px;
	background:#fff;
}
#content .propertyPhoto a:hover img {
	background:#c5c6ac;
}

#content p.propertyAddress {
	width:400px;
	overflow:hidden;
	margin:-10px 0 5px 0;
}


#content table.propertyDetails {
	width:420px;
	max-width:420px;
	border:none;
	border-collapse:collapse;
	border-color:#fff;
}
#content table.propertyDetails table {
	width:420px;
	max-width:420px;
	border:none;
	border-collapse:collapse;
	border-color:#fff;
}
#content table.propertyDetails table * {
	border:none;
	border-collapse:collapse;
	border-color:#fff;
}
#content table.propertyDetails table td {
	width:40% !important;
	min-width:40% !important;
}

#content table.propertyDetails table td ul li {
	padding:3px 0;
}
#content table.propertyDetails table td p {
	padding:3px 0;
}

#content table.propertyDetails th {
	background:#c5c6ac;
	padding:5px 3px 5px 5px;
	color:#663;
	font-weight:bold;
}
#content table.propertyDetails td {
	padding:2px 0;
	vertical-align:top;
}
#content table.propertyDetails td.category {/*
	width:50%;*/
	width:190px;
	min-width:190px;
}
#content table.propertyDetails td.details {/*
	width:50%;*/
	width:230px;
	min-width:230px;
}

#content table.propertyDetails a.abutton {
	float: left;
	margin: 2px 0;
	padding: 4px 0;
	width: 105px;
	background: #c5c6ac;
	text-align: center;
	text-decoration: none;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	color: #663;
}

#content table.propertyDetails a.abutton:hover
{
  background: #663;
  color: #c5c6ac;
}




/* ---------------------------------------- photo gallery -------------------- */

#content ul.propertyGallery {
	margin:10px 0;
	padding:0;
}

#content ul.propertyGallery li {
	float:left;
	padding:0;
	list-style:none;
	text-align:center;
	overflow:hidden;
	margin:0 3px 10px 0;
	width:225px;
}

#content ul.propertyGallery img {
	padding:5px;
	background:#fff;
	border:1px solid #663;
}
#content ul.propertyGallery li a img  {
	margin:0 0 5px 0;
	padding:4px;
	background:#fff;
	border:1px solid #663;
	height:120px;
}


#content ul.propertyGallery li a:hover img  {
	background:#c5c6ac;
}










/* ------------------------------------------------- sidebar ----------------------------------- */
#sidebar {
	width:240px;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	border:0;
}


/* ----------------- sidebar wrapper divs ----------------- */ 
#logo {
	float:left;
	display:inline;
}
#linksWrapper {
	height:320px;
	min-height:320px;
	display:block;
	clear:both;
}
#locations {
	padding:0 10px 0 18px; 
}
#pledge {
	padding:25px 10px 20px 18px;
	background:url(../images/bg_w.jpg) top center no-repeat;
	color:#6d712f;
}



/* ----------------- main links ----------------- */ 
ul.sideLinks {
	padding:0; 
	margin:25px 10px 0 0;
	list-style:none; 
	text-align:right;
}
ul.sideLinks li {
	float:right;
	display:block;
	position:relative;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	height:24px;
	background:url(../images/nav_bgsmall.jpg) 174px 2px no-repeat;
}
ul.sideLinks li a {
	display:block; 
	text-decoration:none; 
	color:#6d712f; 
	width:165px;
	margin:0; 
	padding:0 18px 0 0;
	font-size:12px;
	line-height:14px;
	height:24px; 
}
ul.sideLinks li a:hover {
	margin:0;
	color:#333; 
	text-decoration:none; 
	background:url(../images/nav_bgsmall_over.jpg) 174px 2px no-repeat;
}












/*------------------------------------ sitemap ------------------------------------*/
#content p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	font-size:16px; 
	line-height:18px;
	font-weight:bold;
}
#content p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	font-size:16px; 
	line-height:18px;
}
#content p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-size:14px; 
	line-height:16px;
}
#content p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-size:14px; 
	line-height:16px;
}
#content p.level1 a {
	font-size:16px; 
	line-height:20px;
	font-weight:bold;
}






/*------------------------------------ footer ------------------------------------*/
#footer {
	clear:both;
	margin:15px 0;
	padding:0;
	border-top:1px solid #595959;
	text-align:center;
	color:#6d712f;
	font-size:12px;
	line-height:18px;
}
#footer ul {
	margin:5px 0;
}

#footer ul li {
	display:inline;
	padding:0 12px;
}
#footer ul a {
	color:#6d712f;
	text-decoration:none;
}
#footer ul a:hover {	
	text-decoration:underline;
}

#footer .copyright, #footer .copyright a {
	color:#7a7a7a;
}

