/*--------------------------------------------------------------------------------------------------
Sitewide main DIV content styling and generic classes...
--------------------------------------------------------------------------------------------------*/
/* Mass Reset
================================================================================================================ */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,select { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
input, textarea, select { padding: 1px; font-size: 100%; font-family: inherit }
a img,fieldset,iframe,img { border: none; }
a,a:link,a:hover,a:visited,a:active,fieldset,legend { background-color: transparent } 
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }
body, html { background-color:transparent } 
html { font-size:100%; margin-bottom: 1px; min-height: 100%; } /* ensures inclusion of vertical scroll bar */
body { font-size: 62.5%; } /* Type size equalizer */
* html body { font-size: 63%; height: 100%; } /* @ IE Type size equalizer tweak */

body {
	background-color: #5D7321;
	font-family:"lucida grande",verdana,helvetica,arial,sans-serif;
	text-align:center;
	color:#333;
	font-size: 12px;
}

/* General Style Info */
a {
	color:#4B3408;
	text-decoration:underline;
}
a:hover {
	color:#770D23;
	text-decoration:none;
}

a img {
	border:none;
}

p {
	line-height:175%;
	margin-bottom:10px;
}

h1, h2, h3, h4 {
	font-weight:normal;
}

h1 {
	color: #4f5e1b;
/*	color: #770D23;*/
/*	font-family:georgia,times,serif;*/
	font-family: "Helvetica", helvetica, verdana, arial, sans-serif;
	font-size: 150%;
	/*font-size: 180%;*/
	margin-bottom: 20px;
	padding-left: 150px;
	letter-spacing: .04em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	color:#4B3408;
	font-size: 130%;
	font-weight: bold;
	line-height: 130%;
	margin:0 0 10px 0;
}

h3 {
	color:#4B3408;
	font-size: 115%;
	font-weight: normal;
	line-height: 170%;
	margin:0;
}

h4 {
	color:#770D23;
	font-size: 13px;
	font-weight:bold;
}


ul {
margin: 10px 0 20px 0px;
}
li {
margin: 0 0 10px 0;
line-height: 150%;
}

/* Layout */

#container {
	background-color: #fff;
	border: 1px solid #27300D;
	margin: 0 auto 0 auto;
	position: relative;
	text-align:left;
	width: 798px;
}

#header {
	height: 51px;
}
#header a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#nav {
	background-color:#35430C;
	border-bottom: 1px solid #27300D;
	height: 27px;
	padding: 0 5px 0 15px;
	text-align:right;
}
#subnav {
	background-color:#fff;
	background-image: url(/app/webroot/img/subnav_filler.jpg);
	background-repeat: repeat-x;
	padding:0;
	margin: 0;
	height: 24px;
	text-align:right;
	vertical-align: top;
}
#subnav img {
	border-bottom: 2px solid #fff;
}
#subnav img.here {
	border-bottom: 2px solid #770D23;
}
#header_logo {
	left: 8px;
	position: absolute;
	top: 0px;
	/top: 2px;
}

#home_links {
	text-align:center;
}
#home_links a {
	font-size:13px;
	font-weight:bold;
	margin:0 15px 0 15px;
}
#home_links img {
	margin:0 5px 0 5px;
}

#content_area {
	margin: 25px 20px 10px 20px;
	background-color: #fff;
	color: #333;
}

#content {
	background-color: #fff;
	border-left: 1px solid #C9C2B4;
	color: #333;
	margin-left: 170px;
	padding: 0 0 250px 10px;
}

#sidebar {
	float: left;
	font-size: 11px;
	margin: 80px 0 10px 0;
	width: 160px;
}
#sidebar ul {
	border-top: 1px solid #C9C2B4;
	list-style: none;
	margin: 0 0 20px 0;
}
#sidebar li {
	border-bottom: 1px solid #ddddde;
	line-height: 120%;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 5px 0 5px 5px;
}

#footer {
	background-color:#DFDA91;
	border-top:  2px solid #27300D;
	clear: both;
	color: #27300D;
	font-size: 10px;
	margin-top: 30px;
	padding: 6px 10px;
	text-align: center;
}
#footer a {
	color:#27300D;
	margin-left: 30px;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

/* tables */


#cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
	clear:both;
	display:block;
}
dl {
	line-height:2em;
	margin:0em 1em;
	float:left;
	width: 400px;
}
dt {
	font-weight: bold;
	vertical-align:top;
}
dd {
	margin-left:10em;
	margin-top:-2em;
	vertical-align:top;
}

/* notices and errors */

#flashMessage {
	border: 1px solid #000;
	color:#900;
	font-size: 10px;
	font-weight: bold;
	background-color: #fff;
	margin: 5px 0;
	padding: 4px;
}
.errorMessage {
	border: none;
	border-top: 1px solid #900;
	background-color: #fff;
	color:#900;
	margin-bottom: 20px;
}

.error em {
	font-size: 18px;
	color: #003d4c;
}
.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display:block;
}
.tip {
	color: #656565;
	background-color: #ddd;
}

/* forms */

form {
	height: 1%;
	margin-top: 10px;
	padding: 20px;
}
form div.text {
	float: left;
	margin-right: 20px;
	width: 225px;
}
label {
	display: block;
	font-weight: bold;
	margin-top: 10px; padding: 0px;
}

input, textarea {
	font-size: 11px;
	font-family: inherit;
	line-height: 120%;
	margin-bottom: 10px;
	padding: 3px;
}
input.text, input[type=text], input[type=password], select, textarea {
	border: 1px solid #A9A8A8;
	border-left: 2px solid #7D7D7D;
	width: 100%;
}

textarea {
	height: 100px;
}
input[type=checkbox] {
	clear: left;
	display: inline;
	margin: 2px 6px 7px 2px;
}
input[type=submit] {
	margin: 0;
	padding: 0;
}
select {
	clear: both;
	vertical-align: text-bottom;
	font-size: 14px;
	font-family: inherit;
	width:40%;
}
option {
	font-size: 14px;
	font-family: inherit;
	padding: 0 0.3em;
}
input:focus, select:focus, checkbox:focus, textarea:focus {
	border-left: 5px solid #393939;
}
.required {
	clear: both;
	color:#222;
	font-weight:bold;
}
.optional {
	clear: both;
	color:#555;
}
.submit {
	clear: both;
	margin-top: 40px;
	margin-left: 140px;
}
/* action links */
ul.actions {
	float: left;
	margin-left:20px;
	width: 200px;
}
ul.actions li {
	margin-top: 4px;
}
pre {
	padding: 1em;
}
div.checkbox label {
	display: inline;
	font-weight: normal;
}
div.error label {
	color:#900;
}
div.error-message {
	display: none;
}
div.formw100 {
	float: left;
	margin-right: 20px;
	text-align: left;
	width: 100px;
}
div.formw200 {
	float: left;
	margin-right: 20px;
	text-align: left;
	width: 200px;
}
div.formw420 {
	float: left;
	margin-right: 20px;
	text-align: left;
	width: 420px;
}




div.photoThumb {
	float:left;
	margin:8px;
	width:200px;
}
div.photoThumb a {
	background-color: transparent;
}
div.photoThumb table {
	width:100%;
}
div.photoThumb table tr td {
	text-align: center;
	vertical-align: middle;
}
div.photoThumb table tr td a img {
	background-color: #ddd;
	padding: 3px;
}
div.photoThumb table tr td a:hover img {
	background-color: #000;
}



.property_listing_item {
	background-color:#E9E9E9;
	border:1px solid #ccc;
	margin-bottom:20px;
	padding:10px;
}

.bordered_photo {
	background-color: #fff;
	border:1px solid #ccc;
	padding:10px;
}
.bio_photo {
	border:1px solid #ccc;
	padding:5px;
	margin: 0px 10px 0px 0;
	float: left;
}
.bio_job {
	margin: 0px 0px 10px 0px;
}
.bio_desc {
	margin: 40px 0px 20px 0px;
/*	float: left;*/
}
.ui-tabs-hide { display: none; }

.clear {
	clear: both;
}



#coalesce {
	font-size:9px;
	margin:5px auto;
	padding:5px;
	text-align:right;
	width:800px;
	}
#coalesce a:link,
#coalesce a:hover,
#coalesce a:visited,
#coalesce a:active {
	border:none;
	color:#fff;
	font-weight:normal;	
	padding:2px 4px;
	text-decoration:none;
	}
#coalesce a:hover {
	background-color:#333;
	color:#fff;
	}

