* {
  margin: 0;
  padding: 0;
  }

body {
  font-size:100%;
  font-family: tahoma, Arial,'Lucida Grande',Verdana,sans-serif;
  text-align:center;
  background:#000 url(images/background.jpg) no-repeat top center;
}
  
#header {
  height:125px;
  width:999px;
  background:transparent;
  margin:0 auto 0 auto;
  padding-top:41px;
}

#logo {
  text-align:left;
  padding-left:16px;
  color:#BD6B54;
}

.white {
color:#FFF;
}

#page {
width:999px;
margin:0 auto 0 auto;
}

#content {
float:left;
width:685px;
padding:33px;
}

.box {width:685px; background:#0F0F0F;}
.box a {color:#FFF; text-decoration:underline;}
.box a:hover {color:#BD6B54; text-decoration:none;}
.box p {font:14px Arial, Tahoma, Georgia, "Times New Roman", Times; color:#929292; text-align:justify; padding:6px 0px;}
.box h1,h2,h3,h4,h5 {font:24px Arial, "Times New Roman", Times; color:#FFF; text-align:right;}
.box-top {background:url(images/box-top.png) no-repeat top left; width:685px; height:24px;}
.box-bottom {background:url(images/box-bottom.png) no-repeat top left; width:685px; height:24px;}
.box-padding {padding:0px 30px 0px 30px;}

.box-g {width:685px; background:#e1e1e0;}
.box-g a {color:#0a0a0a; text-decoration:underline;}
.box-g a:hover {color:#BD6B54; text-decoration:none;}
.box-g p {font:14px Arial, Tahoma, Georgia, "Times New Roman", Times; color:#0a0a0a; text-align:justify; padding:6px 0px;}
.box-g h1,h2,h3,h4,h5 {font:24px Arial, "Times New Roman", Times; color:#FFF; text-align:right;}
.box-top-g {background:url(images/box-top-grey.png) no-repeat top left; width:685px; height:24px;}
.box-bottom-g {background:url(images/box-bottom-grey.png) no-repeat top left; width:685px; height:24px;}
.box-padding-g {padding:0px 30px 0px 30px;}

.date {
  font:14px verdana, Arial, "Times New Roman", Times;
  color:#FFF;
  padding:20px 0px 20px 33px;
  text-align:left;
}

.imagefloat {
  float:left;
  margin:5px 15px 5px 15px;
  padding:0px;
  border:1px solid #000;
}
.imagefloatright {
  float:right;
  margin:5px 15px 5px 15px;
  padding:0px;
}
.image-text-right {
  padding:0px;
  margin:5px 0px 0px 0px;
  width:100%;
  height:auto;
  text-align:justify;
}

.image-text-right span {
  font:18px  Arial, "Times New Roman", Times;
  color:#FFF;
  text-align:left;
}

.image-text-right span.rmore a{
  font:14px  Arial, "Times New Roman", Times;
  color:#fa9209;
  text-align:right;
  float:right; 
  text-decoration:none;
}
.image-text-right span.rmore a:hover{
  color:#fff;
}

.clearboth {clear:both;}

#right-nav {
  float:right;
  padding-top:33px;
  width:238px;
  text-align:left;
  color:#fff;
}
#right-nav h1{
  color:#fff;
  font-size:28px;
  text-decoration:none;
}
#right-nav h1 em{
  color:#fa9209;
  font-size:28px;
  font-style:normal; 
  text-decoration:none;
}
.jobs{
  color:#fff;
  font-size:28px;
  text-decoration:none;
  font-weight:bold;
}
.jobs em{
  color:#fa9209;
  font-size:28px;
  font-style:normal; 
  text-decoration:none;
  font-weight:bold;
}

.nav-headline {
  font:19px  Arial, "Times New Roman", Times;
  color:#FFF;
  text-align:left;
  padding-bottom:10px;
}

#main-menu ul {
  list-style:none;
  padding-bottom:10px;
}
  
#main-menu li a {
  color:#FFF;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;
  background: transparent url(images/arrow.png) no-repeat left center;
  padding:0 10px 0 25px;
  line-height:30px;
}
  
#main-menu li a:hover {
  color:#fa9209;
  text-decoration: underline;
  background: transparent url(images/arrow_over.png) no-repeat left center;
}
  
.right-nav-divider {
  background: transparent url(images/line.gif) repeat-x top left;
  width:226px;
  height:1px;
  padding-bottom:10px;
  padding-top:10px;
}
  
  
#posts ul {
  list-style:none;
  padding-bottom:10px;
  padding:0px 0px 10px 18px;
}
  
#posts li a {
  color:#929292;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 12px;
  text-decoration: underline;
  line-height:30px;
}
  
#posts li a:hover {
  color:#fa9209;
  background:#FFF;
  text-decoration: none;
}

#posts p {
  color:#ccc;
  font-size:12px;
  text-align:justify;
}



.inputstyle {
  background:#090909;
  border:1px solid #404040;
  width:180px;
  height:22px;
  color:#FFF;
  font-size:14px;
  padding-top:5px;
  padding-left:10px;
}

.button {
  background:transparent url(images/button.gif) no-repeat top left;
  vertical-align:middle;
  padding-bottom:5px;
  border:none;
  width:126px;
  height:31px;
  color:#FFFFFF;
  font:bold 13px Arial, Georgia, "Times New Roman", Times;
  cursor:pointer;
  margin-left:5px;
}

#footer {
  clear:both;
  width:999px;
  height:170px;
  margin:0 auto 0 auto;
  border-top: 1px dotted #ccc;
}

#footer-pad {
  width:685px;
  margin:0 auto;
  padding:10px 0px 0px 30px;
  text-align:center;
}

#footer p {
  font:11px Arial, "Times New Roman", Times;
  color:#929292;
}

#footer a {
  color:#FFF;
  text-decoration:underline;
}

#footer a:hover {
  color:#BD6B54;
  text-decoration:none;
}

#cloud a {
  color:#666;
  text-decoration:none;
}
#cloud a:hover {
  color:#fa9209;
  text-decoration:none;
}
.line {
  background: transparent url(images/line.gif) repeat-x top left;
  width:650px;
  height:1px;
  padding-bottom:10px;
  margin:0 auto 0 auto;
}


.line2 {
  background: transparent url(images/line.gif) repeat-x top left;
  width:622px;
  height:1px;
  margin:15px auto 10px auto;
}	

/*callback*/
#callback {
	padding: 0px 0px 30px 0px;
	height:250px;
	background:url(images/callback.png)0px 0px no-repeat;

	
}	  

.cmb { 
	font-size:12px; 
	color:#ccc;
	font-weight:bold;
}
#callback form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#callback fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#callback input {
	font: 12px Verdana, "Times New Roman", Times, serif;
	}

.scc {
	width: 140px;
	height: 18px;
	padding: 3px 0 0 5px;
	border-top: 2px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	color: #ccc;
	background:transparent;
}
.scc:hover {
	width: 140px;
	height: 18px;
	padding: 3px 0 0 5px;
	border-top: 2px solid #fa9209;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	color: #fff;
	background:#000;
}
.scc:focus {
	width: 140px;
	height: 18px;
	padding: 3px 0 0 5px;
	border-top: 2px solid #fa9209;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	color: #ccc;
	background:#000;
}

#callback-submit {
	height: 21px;
	width:125px;
	text-align:center;
	margin-left: 35px;
	padding: 0px 2px;
	border: 1px solid #ccc;
	background: #666;
	color: #ccc;
	font-weight:bold;
} 

#call_success {
	width:550px;
	background: url(images/services_bg.png) no-repeat 12px 0px;
    background-position:bottom right;
	font-size:14px;
	font-weight:bold;
	color:#666;
	height:220px;
	margin: 0 auto;
}
#cb_details {
Width:450px;
text-align:left;
margin:0 auto;
padding-top:15px;

}
#cb_header {
Width:550px;
color:#fa9209;
text-align:left;
padding-top:25px;
}
#cb_details span{
color:#ffffff;
} 

.wwdl {
	float:left;
	width:300px;
}

.wwdr {
	float:right;
	width: 345px;
	text-align:center;
}

#services_d {
width:525px;
background: transparent url(images/services_bg.png) no-repeat;
background-position:bottom right;
color:#929292;	
font-size:14px;
text-align:left;
margin:0 auto;
}
#services_landlord {
width:425px;
color:#929292;	
font-size:13px;
text-align:left;
margin:0 auto;
border-bottom:1px dotted #929292;
border-top:1px dotted #929292;
}

#services_d li{
font-size:13px;
}
#services_d span{
font-weight:bold;
color:#ed8b09;
}
 
#services_l {
width:250px;
float:left;
padding-top:10px; 
} 
#services_r {
width:250px;
float:right; 
padding-top:10px; 
} 

/*CONTACT*/

.tel_numbers {
width:600px;
margin:0 auto;
text-align:center;
width:490px;
font-size:22px;
color:#929292
}  

.address {
text-align:center;
width:490px;
font-size:12px;
color:#929292;
}

#conpage form {  
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 490px;
  width: 490px;
  margin:0 auto;
 
}

#conpage form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        
  margin: 0;
  color:#929292;
}

#conpage form fieldset legend {
	font-size:1.1em; 
}

#conpage form label { 
	display: block;  
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; 
	text-align: right; 
}

#conpage form fieldset label:first-letter { 
	text-decoration:underline;    
}

#conpage form input, form textarea {
	
	width:auto;      
	margin:5px 0 0 10px;
	}

#conpage form input#reset {
	margin-left:0px; 
}

#conpage textarea { overflow: auto; }

#conpage form small {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 88%;
}

#conpage form .required{font-weight:bold;} 

#conpage form br {
	clear:left; 
}  
	
  /*PAYMENTS*/

#pay_c {
width:610px;
text-align:center;
margin:0 auto;
padding:35px 0 0 0;
color:#929292;
}
#pay_l {
float:left;
width: 300px;
text-align:right;
font-weight:bold; 
line-height:23px;
}
#pay_r {
float:right;
width: 300px;
text-align:left;
line-height:23px;
} 

/*PROJECTS*/

.project1 a{ 
cursor: hand;
cursor: pointer;
  font:14px  Arial, "Times New Roman", Times;
  color:#fa9209;
  text-align:right;
  float:right; 
  text-decoration:none;
}

.project1 a:hover{ 
  color:#fff;
  text-decoration:none;
}

.imagecontent {
 margin-top:15px;
 margin-bottom:0px;
}	

.grid {float:left; display: inline; margin-left:10px; width:140px;background-color:#cccccc;  color:#000; } 
.grid1 {float:left; display: inline; margin-left:10px; width:140px;background-color:#fa9209; color:#fff; } 
.g_in{padding:5px; text-align:center; }	 


