/* Zambrano Corporation Stylesheet by Aaron Elliott / forwardtrends.com */

body {
	margin:0;
	padding:0;
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	background-image:url(../img/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	min-width:960px;
}

a {
	color:#FF9900;
	background-color:#000;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:24px;
	letter-spacing:-1px;
	color:#FFFFFF;
	margin-bottom:10px;
}

h1 a {
	color:#FFFFFF;
	text-decoration:none;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:20px;
	letter-spacing:-1px;
	margin-bottom:10px;
	color:#CCC;
}
h3 {
	margin:0px;
	padding:0px;
	font-size:18px;
	letter-spacing:-1px;
}

hr {
	border:1px solid #000;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
}

input, select, textarea {
	background-color:#666;
	border:0px;
	padding:3px 5px;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea {
	width:300px;
	height:125px;
}

/* structural id's */

#wrapper {
	width:1001px;
	margin:0 auto;
}

#header {
	display:block;
	height:140px;
	margin-left:20px;
	margin-right:20px;
}
#logo {
	width:400px;
	height:140px;
	position:absolute;
}
#nav {
	margin-top:108px;
	float:right;
}
#nav a {
	display:block;
	line-height:32px;
	margin-left:2px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#FFF;
	padding:0px 14px;
	background-color:#000000;
}
#nav a:hover {
	background-color:#EA0000;
	color:#FFF;
}
#home #home,
#construction #construction,
#development #development,
#projects #projects,
#news #news,
#about #about,
#contact #contact
{
	background-color:#EA0000;
	color:#FFF;
}

#content {
	margin-left:20px;
	margin-right:20px;
	background-color:#3C3C3C;
	border-bottom:1px solid #666;
	padding:20px;
}
#content_left {
	padding:20px;
	width:400px;
	background-color:#282828;
	font-size:12px;
	line-height:18px;
	color:#CCC;
	margin-right:20px;
	position:relative;
	float:left;
}

#content_left ul{
	margin: 0;
	padding: 0;
	width: 400px;
	text-align: left;
	list-style-type: none;
	border-top:1px solid #000;
}

#content_left ul li{
	line-height:30px;
	padding: 0;
	display: block;
	text-decoration: none;
	border-bottom:1px solid #000;
}

#content_left ul li a{
	display:block;
	margin: 0px;
	padding-left:10px;
	width:390px;
	font-size:11px;
	color:#FFFFFF;
	background-color:#3C3C3C;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

#content_left ul li a:hover{
	background-color:#EA0000;
}

#condominiums #condominiums,
#elderly #elderly,
#hotels #hotels,
#industrial #industrial,
#office #office,
#religious #religious,
#special #special,
#technology #technology {
	background-color:#EA0000;
}



#content_right {
	padding:20px;
	margin-left:440px;
}


/* ---------------- dirty sub hack ----------------- */

#content_left_sub {
	padding:20px;
	width:280px;
	background-color:#282828;
	font-size:12px;
	line-height:18px;
	color:#CCC;
	margin-right:20px;
	position:relative;
	float:left;
}

#content_left_sub ul{
	margin: 0;
	padding: 0;
	width: 280px;
	text-align: left;
	list-style-type: none;
	border-top:1px solid #000;
}

#content_left_sub ul li{
	line-height:30px;
	padding: 0;
	display: block;
	text-decoration: none;
	border-bottom:1px solid #000;
}

#content_left_sub ul li a{
	display:block;
	margin: 0px;
	padding-left:10px;
	width:270px;
	font-size:11px;
	color:#FFFFFF;
	background-color:#3C3C3C;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

#content_left_sub ul li a:hover{
	background-color:#EA0000;
}

#content_right_sub {
	padding:20px;
	margin-left:320px;
}

/* ------------- end hack --------------- */

#content p {
	font-size:12px;
	line-height:22px;
}
#content_right a {
	color:#FF9900;
	background-color:#000;
}



#footer {
	display:block;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	background-color:#282828;
	height:120px;
	clear:left;
}
#footer a {
	color:#999;
}

#footer #website {
	position:absolute;
	width:260px;
	height:75px;
	left:50%;
	margin-left:-130px;
	margin-top:37px;
}

#links {
	margin-top:28px;
	right:40px;
	position:absolute;
	font-size:11px;
	display:none;
}
#links a {
	color:#FF8000;
}

#map {
	width:400px;
	height:560px;
	background-color:#FFF;
	color:#333;
}

/* crappy crappy tables */

#hometable {
	
}

#hometable td {
	width:50%;
	padding:10px;
}

/* lightbox */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:640px;
	height:340px;
	margin:-170px 0 0 -320px;
	border:5px solid #EFEFEF;
	background:#000;
	text-align:left;
	overflow:auto;
	overflow-x:hidden;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
	color:#666;
	font-size:11px;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
	color:#666;
	font-size:11px;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

/* sub pages */

.sub_page {
	padding:10px;
	font-size:11px;
}
.sub_page p{
	margin-top:0px;
}
.sub_page a{
	color:#CCC;
}
.sub_page a:hover {
	color:#666;
}
.sub_page span {
	display:block;
	background-color:#EFEFEF;
	padding:10px;
	margin:5px;
}
.sub_page span h1 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.sub_page span p {
	line-height:20px;
}
.sub_page #close {
	position:absolute;
	right:5px;
	top:5px;
	font-size:12px;
	font-weight:bold;
	z-index:4;
}

.sub_page #close a{
	display:block;
	padding:2px 7px;
	background-color:#FF0000;
	color:#fff;
	text-decoration:none;
}
.sub_page #close a:hover{
	background-color:#666;
}

/* general classes */

.small {
	font-size:10px;
	color:#AAAAAA;
}

.greyback {
	background-color:#333;
	margin-bottom:5px;
	border-bottom:1px solid #666;
	padding:8px;
	font-size:12px;
	line-height:16px;
}

.greyback p {
	line-height:14px;
}

.newsitem {
	background-color:#282828;
	padding:10px;
	margin-bottom:5px;
	font-size:12px;
}
.newsitem:hover {
	background-color:#000;
}

.footer_left_50 {
	width:40%;
	float:left;
	margin:20px;
	display:inline;
	font-size:11px;
	color:#999;
	line-height:16px;
}
.footer_right_50 {
	width:40%;
	float:right;
	margin:20px;
	display:inline;
	text-align:right;
	font-size:11px;
	color:#999;
	line-height:16px;
}	

/* clear fix */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}

.selected {
	background-color:#EA0000!important;
	color:#FFF!important;
}