@charset "utf-8";
/* CSS Document */


 
/********************************************
   html ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

img {
    border: none;
} 


body {
	background: #000000;
	font: 72.5%/1.5em arial, Verdana, Tahoma, sans-serif;
	color: #40731C; 
	text-align: center;
}


/********************************************
   LAYOUT
********************************************/ 

#container  {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: px solid #ffffff;
} 
#header  {
	background-image: url(images/round-HEADER.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height: 86px;
	width:893px;
	padding: 0;
	margin:20px 0 5px 0;
} 

#loginBox {
	margin-top:2px;
	margin-left:140px;
}
/*
#mainImg {
	background-image: url(images/main-image.jpg);
	background-repeat: none;
	background-position: top center;
	width:893px;
	height:304px;
	margin:0 auto;
	padding:0;
}
*/
#mainImg {
	width:893px;
	height:304px;
	margin:0 auto;
	padding:0;
}
#contentContainer {
	float:left;
	margin:0 auto;
	padding:0;
	border:px solid #F00;
	margin:3px 0px 0 -2px;	
}
#adminContainer {
	float:left;
	margin:0 auto;
	padding:0;
	margin:10px 0px 0 -2px;	
}
.contentLeft {
	float:left;
	border:1px solid #000000;
	width:500px;
}
.contentRight {
	float:right;
	border:1px solid #CCC;
	width:50px;
}
#footer {
	clear: both;
	background-color:#cccccc;
}
#admincontent { width:400px; padding:10px; margin:0px; clear:right; overflow:hidden; min-height:400px; text-align:left;}
#div.clearfloats {clear:both}
/********************************************
   ROUND TABLE
********************************************/ 

	#table-top {
		background-image:url(images/round-table-top.jpg);
		background-repeat:no-repeat;
		background-position:center bottom;
		width:640px;
	}
	
	#table-middle  {
		width:624px;
		margin:0 auto;
		border-left:3px solid #ab8b3a;
		border-right:3px solid #ab8b3a;
		background-color:#FFFFFF;	
		padding:0px;
		min-height:400px;
		overflow:hidden;
	}
	.table-middle  {
		width:624px;
		margin:0 auto;
		border-left:3px solid #ab8b3a;
		border-right:3px solid #ab8b3a;
		background-color:#FFFFFF;	
		min-height:400px;
	}
	#admin-table-middle
	{
		width:624px;
		margin:0 auto;
		border-left:3px solid #ab8b3a;
		border-right:3px solid #ab8b3a;
		background-color:#FFFFFF;	
		padding:0px;
		min-height:400px;
	}
	
	#table-bottom {
		background-image:url(images/round-table-bottom.jpg);
		background-repeat:no-repeat;
		background-position:center top;
	}




/********************************************
   SIDEBAR
******************************************/ 
#sidebar {
		float:right;
		display:block;
		margin:0 auto;
		padding:0;
		border-left:thick;
		border-left-color:#aa9046;
		border-left-style:solid;
		padding-left:20px;
		border:px solid #ffffff;
		margin-left:5px;   
		margin-top:5px;
	}



/*  Residential button  */
	#nav1 a {
		float:right;
		width:225px;
		height: 92px;
		margin: 4px 4px 4px 0px; 
		padding:0px 0px 0px 0px;
		background:url(images/btn_residential.png) 0 0 no-repeat; 
		}
	#nav1 a:hover {	
		background-position: -225px 0;
		}
/*  Commercial button  */
	#nav2 a {
		float:right;
		width:225px;
		height: 92px;
		margin: 4px 4px 4px 0px; 
		padding:0px 0px 0px 0px;
		background:url(images/btn_commercial.png) 0 0 no-repeat; 
		}
	#nav2 a:hover {	
		background-position: -225px 0;
		}

/*  Property Management button  */
	#nav3 a {
		float:right;
		width:225px;
		height: 92px;
		margin: 4px 4px 4px 0px; 
		padding:0;
		background:url(images/btn_property.png) 0 0 no-repeat; 
		}
	#nav3 a:hover {	
		background-position: -225px 0;
		}
/*  Enviornmental Restoration button  */
	#nav4 a {
		float:right;
		width:225px;
		height: 92px;
		margin: 4px 4px 4px 0px; 
		padding:0;
		background:url(images/btn_environ.png) 0 0 no-repeat; 
		}
	#nav4 a:hover {	
		background-position: -225px 0;
		}



/********************************************
  NAVIGATION MENU
********************************************/ 
#menu {
	float: right;
	text-align:center;
	margin-top:2px;
	padding-left:5px;
	border:px solid #ff0000;
}

#menu ul {
	margin: 0;
	padding:0px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left:5px;
	padding: 7px 10px;
	text-decoration: none;
	font-size: 11px;
	color:#40731c;
	text-transform:uppercase;
	font-weight:bold;
	}

#menu a:hover {
	color: #66CC33;
	text-decoration: underline;
}

#menu .active a {
}

a.boldlinks {
	color: #40731c; font-size:11px; text-decoration:none; 
}
a.boldlinks:hover {
	text-decoration: underline;
}
a.sidelinks {
	color: #40731c; font-size:11px; text-decoration:none;
}
a.sidelinks:hover {
	text-decoration: underline;
}
/********************************************
   FOOTER MENU
********************************************/ 
#Footermenu {
	float: left;
	background-color:#;
	margin-top:px;
}

#Footermenu ul {
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
}

#Footermenu li {
	display: inline;
}

#Footermenu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 7px 5px;
	text-decoration: none;
	font-size: 10px;
	color: #CCCC00;
	text-transform:uppercase;
	font-weight:bold;
	}

#Footermenu a:hover {
	text-decoration: underline;
}

#Footermenu .active a {
}

/********************************************
   IMAGES
********************************************/ 
#logo {
	float:left;
	padding:5px 0 0 5px;
	border: px solid #000;
	}

.slogan {
	margin-left:160px;
	margin-top:10px
}

.galleryImage { 
	border:1px solid #2b3238; 
	margin:2px; 
	width:300px; 
	height:200px;
}

#watermark {
	background-image:url(images/watermark.jpg);
	background-position:right top;
	background-repeat:repeat-y;	
	overflow:hidden;
	}



/********************************************
   HEADERS / Text Styles
********************************************/ 

h1 {  font-size:20px;	color:#40731C; margin:0px 10px 10px 10px; }
h2 {	color:#333333; }
h3 { 	font-size:16px; color: #999900;	color: #006600;margin:0px 10px 10px 10px; }
h4 {	color:#40731C; margin-bottom:20px; }
h6 { 	font-size:14px;	 color:#40731C; margin:0px 0px 10px 10px;}
.h7 {	font-size:14px; color:#006600; margin:10px 0px; font-weight:bold; border:1px solid #ccc;}
.h8 {	font-size:16px; color:#006600; font-weight:bold; text-align:center; padding:0;margin:0; }

.h8 span {font-size:12px; color:#333333; font-weight:bold;}


.copyright {float:right; color:#666666;	margin-top:10px; }   
 span a { color:#CCCCCC;}
 span a:hover { color:#CCCCCC; text-decoration:underline;}

p {
	font-size:11.5px;
	line-height:1.4em;
	color:#333333;
	margin:10px 10px 0 10px;
}



#contentContainer ul {
	display:block;
	list-style-type:square;
	margin-left:60px;
	}

#contentContainer li {
	color:#006600;
	}

/*
.boldlinks {
	color:#339900;
	text-decoration:none;
		}
	*/	
#contentContainer a {
	color: #003300;
	text-decoration:none;
	}
#contentContainer a:hover {
	color: #339933;
	text-decoration: underline;
	}



/********************************************
   FORM fields
********************************************/ 
h5 {
	font-size:11px;
	font-weight:bold;
	color:#333333;	
}
.field {
	background-color: #99CC66;
	background-color: #eaeaea;
	border:1px solid #333333;
}
.button {
 	margin-left:10px;
	background-image:url(images/btn-login.png);
	background-repeat:no-repeat;
	width:32px;
	height:20px;
	}

#button-login {
 	margin-left:10px;
	background-image:url(images/btn-login.png);
	background-repeat:no-repeat;
	width:32px;
	height:20px;
	}
.headerlogin { 
	color:#121619; 
	font-size:11px; 
	text-decoration:none; 
	margin:0px 0px; 
	}
.headerline { 
	color:#121619; 
	font-size:11px; 
	text-decoration:none; 
	padding: 0px 5px; 
	margin:5px 11px; 
	}








#projectText { text-align:left; padding:20px 12px 0 0px; width:220px; margin:0px;}
#projectImages { padding:20px; width:300px; margin:0px; }
.thumbs { border:2px solid #ab8b3a; margin:3px; display: inline-block;}









