/*-----generic------*/
/* menu defined in menu.css */
/* home page defined in home.css */

body {
	background:#a89794 url(../img/bg.gif) repeat-y center top;
	color:#252222;
	font: 11px/18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}
.container {
	margin-left:auto;
	margin-right:auto;
	width:760px;
}
.container#text {
	background:#fff url(../img/content_bg.gif) no-repeat left top;
	padding: 15px 10px 0 68px;
	width:682px;
}
#content {
	background-color:#ded7d6;
}
.break {
	clear:both;
}
hr {
	clear:both;
	height:1px;
	color:#a89794;
}

/*-----text------*/
h1 {
	font: bold 130%/20px Arial, Helvetica, sans-serif;
	margin: 0px 0px 2px 0px;
	color:#251f1d;
	text-transform:uppercase;
}
h2 {
	font: bold 110%/20px Arial, Helvetica, sans-serif;
	margin: 0px 0px 2px 0px;
	color: #817370;
}
h3 {
	display:none;
}
h4 {
	font-size: 110%;
	color: #a89794;
	margin: 0px;
	font-weight:normal;
}
em {
	color: #80716d;
	font-style:normal;
}
p {
	margin: 8px 0px 12px 0px;
}

/*-----links------*/
a { color:#dc3c4f; text-decoration:none; }
a:link { color:#dc3c4f; text-decoration:none; }
a:visited { color:#dc3c4f; text-decoration:none; }
a:hover { color:#dc3c4f; text-decoration:underline; }
a img { border:none; }

/*-----header area------*/
.header {
	height:72px;
	background-color: #ded7d6;
	background-image: url(../img/top_industrial.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#logo {
	height:72px; width:500px;
	display: block; float: left;
	margin-left: 10px;
}
#logo span {
	display: none;
	}
.header#sales {
	background-image: url(../img/top_sales.jpg);
}
.header#estimate {
	background-image: url(../img/top_estimate.jpg);
}
.header#lease {
	background-image: url(../img/top_lease.jpg);
}
.header#review {
	background-image: url(../img/top_review.jpg);
}
.header#management {
	background-image: url(../img/top_propertyManagement.jpg);
}
.header#design {
	background-image: url(../img/top_advisory.jpg);
}
.header#finance {
	background-image: url(../img/top_industrial.jpg);
}
.header#about {
	background-image: url(../img/top_about.jpg);
}
.header#news {
	background-image: url(../img/top_news.jpg);
}
.header#misc {
	background-image: url(../img/top_misc.jpg);
}

/*-----base--------*/
.base { 
	background-color: #dc3c4f;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height:32px;
	}

.base .imgholder {
	width:762px;
	text-align:right;
	margin: 0 auto;
	background-color:#857674;
	height:32px;
	}

/*-----footer------*/
.footer {
	background-color:#a89794;
	clear:both;
	text-align:center;
}

.footer ul {
	background-color:#b2a3a0;
	margin:0px 0 0 0px;
	padding: 10px 0px 10px 0px;
	list-style:none; 
	margin-right:auto;
	margin-left:auto;
	width: 760px;
}
.footer li {
	border-left: 1px solid #C6B393; 
	display:inline;
	padding: 0px 5px 0px 5px;
}
.footer li.first {
	border-left: none; 
	padding: 0px 5px 0px 0px;
}
.footer li.image {
	border-left: none; 
	padding: 0px 10px 0px 0px;
}
.footer a:link, 
.footer a:visited {
	color:#d9d1d0;
	font-weight:normal;
	text-decoration:none;
}
.footer a:hover, 
.footer a:active {
	text-decoration:underline;
}

/*-----content pages------*/

.photos {
	margin: 0px 0px 20px 20px;
	float: right;
	width:342px;
}
.photos img.main {
	margin: 0px 5px 5px 0px;
	height:210px;
	width:316px;
	float: left;
}
.photos img.sub {
	float: left;
	margin: 0px 5px 5px 0px;
	height:105px;
	width:155px;
}


/*************** list item styles **************/
.text dl {
	margin: 0px 0 10px 0;
	padding: 0;
	width: 500px;
	}

.text dt  {
	float: left;
	margin: 0px 10px 2px 0;
	width: 120px;
	font-weight:bold;
	}

.text dd {
	float: left;
	margin: 0px 0 2px 0;
	width: 360px;
	}


