/* 
	background grey: rgb(37,40,40);
	blue color: rgb(107,163,200);
	login text color: color: #B27A00;
	dropdown background: #2A2D2F;
	orange color: rgb(204,135,17);
*/

#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	width: 1024px;	
	margin: 0 auto -30px auto;	
	background: url("../images/contentbkgnd.png");		
}
#footer{
	width: 1024px;
	height: 25px;	
	margin: 0 auto;
	padding: 0 0 5px 0;	
	color: rgb(107,163,200);	
	background: url("../images/contentbkgnd.png");
	font-family: "Century Gothic";
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#donate{
	text-align: center;
	width: 1024px;
	margin: 2px 0 0 0;
}
.push{
	clear: both;
	width: 1024px;
	padding: 80px 0 0 0;
}
#siteMeter{
	position:absolute;
	top: 300px;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0.00;
	-moz-opacity:0.00;
}
#sidebar{	
	float: left;	
	margin: 34px 0 0 20px;
	padding-top: 21px;	
	width: 203px;		
}
#sidebar ul{
	margin: 0;
	padding: 1px;
}
#sidebar ul li{
	font-family: "Century Gothic";
	font-size: 18px;
	color: rgb(107,163,200);
	list-style: none;
	letter-spacing: 1px;
	padding: 5px 0;
	text-transform: lowercase;
}
#sidebar ul li a{
	font-size: 13px;	
	color: rgb(107,163,200);
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	outline: none;
}
#sidebar ul li a:hover{
	color: rgb(204,135,17);
}
#sidebar ul li.listHeader{
	background: url("../images/h-separator.png") bottom repeat-x;
	margin-bottom: 5px;
}
#sidebar ul li.indent{
	padding-left: 30px;
}

/* Second Level Items */
#sidebar ul li ul{padding: 0 0 0 10px; margin: 7px 0 0 0;}
#sidebar ul li ul li{padding: 5px 0; margin: 0;}
#sidebar ul li ul li a{display:block; padding: 0; margin: 0;}
#sidebar ul li:hover ul li a:hover {color:rgb(204,135,17);}

/* Third Level Drop Down Menu */
#sidebar ul li ul li ul {display:none; width:auto;}


#content{
	position: relative;
	float: right;
	width: 687px;
	margin: 30px 0 0 0;
	padding: 29px 85px 0 15px;	
	background: url("../images/verticalBlue.png") left repeat-y;
	font-family: "Century Gothic"; 
	font-size: 13px;
	color: rgb(107,163,200);
	letter-spacing: 1px;
}
#content p{
	line-height: 16px;
}
.contentH1{
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 24px;
	background: url("../images/h-separator.png") bottom repeat-x;
}
.contentH2{
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 18px;
	color: rgb(204,135,17);	
}
.homeListHeader{
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 18px;
	color: rgb(204,135,17);
}
.profile{
	position: relative;
	margin: 10px 0 5px 0;
	height: 165px;
	/*border: 1px solid red;*/
}
.profile img{
	display:none;
}
.profile a{
	margin-right: 20px;
	text-transform: uppercase;
}
.profile_content{
	position: absolute;
	top: 8px;
	/* left: 135px; */
	width: 550px;
	height: 140px;
	text-transform: uppercase;
	border-bottom: 1px solid grey;
	/*border:1px solid green;*/
}
.profile_content p{
	letter-spacing:0;
	line-height: 10px;
	font-size: 11px;
}
.profile_footer{
	position: absolute;
	top: 130px;
	/*left: 135px;*/
	/*border: 1px solid yellow;*/
	font-family: "Century Gothic";
	font-size: 11px;
	letter-spacing: 0;
}
#content a{
	text-decoration:none;
	color: rgb(107,163,200);
	outline: none;
}
#content a:hover{
	text-decoration:none;
	color: rgb(204,135,17);
}
.profile_content h1{
	font-family: "Century Gothic";
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: rgb(204,135,17);
	border-bottom: 1px solid grey;
}
.profile_content h2{
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: rgb(204,135,17);	
}

/* FILE EXPLORER STYLE */
.FE_folderName{
	color: white;
	letter-spacing: 0;
}
.FE_row{
	vertical-align: middle;
	margin: 0;
	/*background: rgb(37,40,40);*/
}
.FE_rowHighlight{
	vertical-align: middle;
	background: #2A2D2F;	
}
.FE_cell{
	padding: 4px;
	letter-spacing: 0;
}
.FE_a{	
	color:white;
	text-decoration:none;
	letter-spacing: 0;
	font-size: 11px;
	padding: 0;
}
.FE_a:hover{
	color: black;
	/*font-weight: bold;*/
}
.FE_span{	
	color: white;
	letter-spacing: 0;
	font-size: 11px;
}

/* -------  AFFILIATIONS STYLE -----------*/
.affTitle{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
	background: none;
}
.affTitle a{
	padding: 3px;
}
.affTitleSelected{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;	
	background: rgb(204,135,17);
	display: block;
}
.affBox{
	background: white; /*url("../images/affBoxBG.png") repeat-x;*/
	padding: 5px;
	color: rgb(37,40,40); 
}
.affBox img{
	float: right;
	margin-left: 15px;
	clear: both;
}
.affSubTitle{
	text-transform: uppercase;
	color: rgb(204,135,17);
}

/* ------ PRESS STYLE ------------------*/
.press{
	list-style: none;
	padding: 0;
	margin-bottom: 40px;	
}
ul.press li{
	padding-bottom: 10px;
}
.newsletterH1{
	letter-spacing: 2px;
}
.newsletterH2{
	letter-spacing: 2px;
	font-size: 21px;
	color: rgb(204,135,17);
	margin-top: 5px;	
}

/* ------ CONTRACTING STYLE -------- */
#hammer{
	position: absolute;
	top: 63px;
	left: 0px;
}
#contractingContent{
	margin-top: 260px;
	width: 100%;
	height: 100%;
	font-family: "Century Gothic";
	font-size: 14px;
}
#contractingContent H1{
	font-family: "Century Gothic";
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: rgb(204,135,17);
}
.contentSide{
	float:left;
	width: 180px;
	padding-top: 35px;
	text-transform: uppercase;
}
.contentSide ul{
	list-style: none;
	padding: 0;
}
.contentSide ul li{
	padding-bottom: 10px;
}
.contentMain{
	float:right;
	width: 410px;
	padding: 25px 0 10px 45px;
	text-align: justify;
	background: url("../images/verticalBlue.png") left repeat-y;
	/*border-left: 1px solid rgb(100,126,144);*/
}
#HLine{
	position: absolute;
	top: 285px;
	left: 460px;
	width: 240px;
	background: url("../images/h-separator.png") bottom repeat-x;
}
#contractQuote{
	position: absolute;
	top: 85px;
	left: 288px;
}

/* ------ DESIGN STYLE ---------*/
#compass{
	position: absolute;
	top: 54px;
	left: -1px;
}
#designContent{
	margin-top: 290px;
	width: 100%;
	height: 100%;
	font-family: "Century Gothic";
	font-size: 14px;
}
#designContent h1{
	font-family: "Century Gothic";
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: rgb(204,135,17);
}
.designSide{
	float:right;
	width: 180px;
	padding-top: 15px;
	text-transform: uppercase;
}
.designSide ul{
	list-style: none;
	padding: 0;
}
.designSide ul li{
	padding-bottom: 10px;
	letter-spacing: .5px;
}
.designMain{
	float:left;
	width: 410px;
	padding: 15px 20px 10px 60px;
	text-align: justify;
	background: url("../images/verticalBlue.png") right repeat-y;
}
.designMain h1{
	text-transform: uppercase;
	text-align: right;
	padding: 0;
	margin: 0;
}
#designHLine1{
	position: absolute;
	top: 320px;
	left: 170px;
	width: 530px;
	background: url("../images/h-separator.png") bottom repeat-x;
}
#designQuote{
	position: absolute;
	top: 90px;
	left: 275px;
}
.designContent2{
	position: relative;
	margin: 0 0 0 60px;
	font-size: 12px;
	background: url("../images/h-separator.png") top repeat-x;
	clear: both;
}
.designContent2 h2{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 40px 0 0 0;
	margin: 0;
	color: rgb(204,135,17);
}
.profilePic{
	float: left;
	padding: 10px 5px 0 0;
	margin: 0;
}

/* ------ CONSTRUCTION MANAGMENT STYLE ------ */
#tapeMeasure{
	position: absolute;
	top: 75px;
	left: -1px;
}
#managementContent{
	margin-top: 270px;
	width: 100%;
	height: 100%;
	font-family: "Century Gothic";
	font-size: 14px;
}
#managementContent H1{
	font-family: "Century Gothic";
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: rgb(204,135,17);
}
.managementSide{
	float:left;
	width: 220px;
	padding: 0;
	margin: 95px 0 0 0;
	text-transform: uppercase;
	background: url("../images/verticalBlue.png") right repeat-y;
}
.managementSide ul{
	list-style: none;
	padding: 0;
}
.managementSide ul li{
	padding-bottom: 10px;
}
.managementMain{
	float:right;
	width: 420px;
	padding: 0 0 10px 45px;
	text-align: justify;
}
.p1{
	padding-left: 145px;
	margin-bottom: 40px;
}
#managementHLine{
	position: absolute;
	top: 285px;
	left: 285px;
	width: 415px;
	background: url("../images/h-separator.png") bottom repeat-x;
}
#managementQuote{
	position: absolute;
	top: 105px;
	left: 241px;
}
/* ------ SUBCONTRACTOR ADVANTAGE STYLE ------ */
#tractor{
	position: absolute;
	top: 56px;
	left: 0px;
}
#subQuote{
	position: absolute;
	top: 100px;
	left: 445px;
}
#subcontractorHLine{
	position: absolute;
	top: 265px;
	left: 465px;
	width: 235px;
	background: url("../images/h-separator.png") bottom repeat-x;
}
#subcontractorContent{
	margin-top: 250px;
	width: 100%;
	height: 100%;
	font-family: "Century Gothic";
	font-size: 12px;
}
.subcontractorSide{
	float:left;
	width: 350px;
	padding: 60px 20px 0 0;
	margin: 85px 0 0 0;
	background: url("../images/verticalBlue.png") right repeat-y;
}
.subcontractorSide h2{
	font-size: 14px;
	text-transform: uppercase;
	color: rgb(204,135,17);
}
.subcontractorSide ul{
	list-style: none;
	padding: 0;
}
.subcontractorSide ul li{
	padding-bottom: 10px;
	font-size: 13px;
	color: rgb(204,135,17);
}
.subcontractorMain{
	float:right;
	width: 295px;
	padding: 0;
	margin: 0;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 20px;
}

/* ------ DEVELOPER ADVANTAGE STYLE ------ */
#developerImg{
	position: absolute;
	top: 60px;
	left: 0px;
}
#developerHLine{
	position: absolute;
	top: 322px;
	left: 268px;
	width: 432px;
	background: url("../images/h-separator.png") bottom repeat-x;
}
#developerContent{
	margin-top: 300px;
	width: 100%;
	height: 100%;
	font-family: "Century Gothic";
	font-size: 12px;
}
#developerContent h1{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 0;
	margin: 10px 0 15px 0;
	color: rgb(204,135,17);
}
#developerHead{ 
	text-align: justify;
	padding-bottom: 10px;
	background: url("../images/h-separator.png") bottom repeat-x;
}
.developerSide{
	float:left;
	width: 322px;
	padding: 0 20px 0 0;
	margin: 0;
	font-size: 14px;
	background: url("../images/verticalBlue.png") right repeat-y;
}
.developerSide ul{
	list-style: none;
	padding: 15px 0 0 0;
}
.developerSide ul li{
	padding-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: rgb(204,135,17);
}
.developerMain{
	float:right;
	width: 325px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 20px;
}
.developerMain h3{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
	color: rgb(204,135,17);
	margin: 0;
	padding: 0;
}
.developerMain ul{
	list-style: none;
	padding: 0;
}
.developerMain ul li{
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
.contactChris{
	clear: both;
	padding: 70px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: rgb(204,135,17);
}
#website{
	position: relative;
}
#leftSide{
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	background: url("../images/h-separator.png") center repeat-x;
}
#rightSide{
	position: absolute;
	top: 2px;
	left: 297px;
	width: 28px;
	background: url("../images/h-separator.png") center repeat-x;
}

/* PROJECT STYLING */
#projectImage{
	position: absolute;
	top: 180px;
	left: 385px;
	border: 1px solid white;
	width: 314px;
	height: 207px;
}
#planLink{
	position: absolute;
	top: 405px;
	left: 385px;
	width: 314px;
	text-transform: uppercase;
	text-align: right;
}
#jName{
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: rgb(204,135,17);
}
#jAddr{
	font-size: 14px;
	color: white;
}
#jManager{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
}
.projectHLine{
	width: 160px;
	background: url("../images/h-separator.png") center repeat-x;
}
.projectWhite{
	font-size: 12px;
	color: white;
	line-height: 20px;
}
#currentDetail{
	margin: 20px 0 0 0;
}
#currentDetail ul{
	list-style: none;
	padding: 0;
}
#currentDetail ul li{
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#currentSide{
	float: left;
	width: 200px;
}
#currentMain{
	float: right;
	font-size: 12px;
	width: 480px;
	text-transform: uppercase;
	background: url("../images/verticalBlue.png") left repeat-y;
}
#contractDetails{
	float: right;
	padding: 5px 0 0 0;
}
#contractDetails td{ 
	padding: 5px 0 5px 5px;
}
#statusDetails{
	float: right;
}
#statusDetails th{
	color: rgb(204,135,17);
	padding: 15px 0 5px 15px;
}
#statusDetails td{
	padding: 5px 0 5px 15px;
}
#scheduleDetails{
	float: right;
}
#scheduleDetails th{
	color: rgb(204,135,17);
	padding: 15px 0 5px 15px;
}
#scheduleDetails td{
	padding: 5px 0 5px 15px;
}
.pw{
	text-transform: uppercase;
	color: rgb(204,135,17); 
}
