
html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: "Arial", "Verdana";
	background-color: silver;
} 
 
#pagewidth{ 
 width:770px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:96px;
	background: rgb(0,0,100) url("./pics/header.gif") no-repeat center;
	width:100%;
} 

#header2{
	position:relative;
	height:96px;
	background: rgb(0,0,100) url("./pics/header2.gif") no-repeat center;
	width:100%;
}
 
#maincol{
 background: white url("./pics/bg.gif") repeat-y;
 width: 100%;
 float: right; 
 display:inline; 
 position: relative;
 text-align: center;
  }
 
#footer{
	background-color: rgb(0,0,100);
	color: white;
	font-size: .75em;
	clear:both;
	text-align: center;
	font-weight: normal;
	padding: 3px;
	letter-spacing : 0px;
} 
 

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

#featuredtop{
	background-image : url(pics/featuredbg.gif);
	background-repeat : repeat-y;
	background-position : center;
/*	height: /*376px;*20px;*/
/*	min-height: 376px;*/
    padding-bottom: 10px;
}

#featuredtop #twocols {
	margin: 0px;
	border: red solid 0px;
	width: 100%;
}
#featuredtop #twocols td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

#featuredtop img{
	border: solid 1px silver;
}

#featuredtop table{
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 329px;
}

.featuredtoptext {
	text-align: left;
	font-size: 0.8em;
	color: gray;
}

#featuredtopleft {
 	float: left; 
	width: 42%;
	/*text-align: center;*/
 }

#featuredtopright {
	float: right; 
	width: 42%;
	/*text-align: center;*/
}

H1 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-family: SansSerif;
	color: rgb(102,102,102);
	margin: 1px;
	margin-top: 10px;
}

H2 {
	color: gray;
	font-size: 1.3em;
	font-family: Arial;
	color: rgb(0,0,100);
	margin: 1px;
	margin-top: 5px;
}

.billboards {
	text-align: center;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	width: 764px;
 	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
 }

.billboardsin {
	text-align: center;
	padding-left: 25px;
	padding-right: 20px;
}

 
 #toprequests {
	float: none;
	background: rgb(255,204,153);
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 100%;
	min-width: 88%;
	margin-right: 5px;
	height: 120px;
}

#toprequests a{
	font-size: 0.8em;
	font-weight: normal;
}

.tr_title {
	font-size: 0.75em;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: rgb(204,102,51);
	font-size: 1.2em;
	font-family: "Lucida Bright";
}


 #completelist {
	float: none;
	margin-right: 5px;
	margin-left: 5px;
	background: rgb(0,153,153);
	height: 120px;
}

 #completelist img {
 	border: none;
}

 #startyoursearch {
	float: none;
	margin-left: 5px;
	margin-right: 0px;
	background: rgb(153,51,51);
	height: 120px;
	height: 120px;
}

#startyoursearch img {
 	border: none;
}

#futuredplannedprojects {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	background: rgb(0,51,153);
	height: 109px;
}

#futuredplannedprojects img {
 	border: none;
}

#newhighriseproject {
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	background: rgb(0,0,102);
	height: 109px;
}

#newhighriseproject img {
 	border: none;
}

#topbuilders {
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	background: rgb(0,153,153);
	height: 109px;
}

#topbuilders img {
 	border: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.futuredmiddle{
	margin: 0px 28px 0px 28px;
}

.futuredmiddle P {
	color: rgb(102,102,102);
	margin: 0px;
	font-size: 0.8em;
	text-align:left;
}

.middletable{
	text-align:center;
}

.middletable table{
	margin:auto;
}

.twocols{
	margin: 0px;
	border: red solid 0px;
	width: 100%	
}

.twocols td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

.line{	
	border-top: solid 1px silver;
	text-align: center;
	width: 764px;
 	position: relative;
	margin: 10px auto 10px auto;
}

.list li{
	font-size:0.8em;
	text-align:left;
}

.references{
	font-size:0.8em;
	color: rgb(0,0,100);
	
}

#end {
	margin: 28px;
}

#end P {
	color: rgb(102,102,102);
	margin: 0px;
	font-size: 0.8em;
	text-align: left;
}

#end H3 {
	text-align: left;
	color: rgb(0,0,100);
	font-weight: bold;
	font-size: 1.05em;
	margin-top: 10px;
	margin-bottom: 1px;
}

#end A{
	color: rgb(0,0,100);
}
/* -------------------------- */
#searchbycategory { /* homepage search by category*/
	font-size: 15px;
	margin: 0 0 0 220px;
	padding-top: 15px;
}

#searchbycategory li {
	list-style: none;
	background: url('http://www.premiumplaces.com/pics/li.gif') center left no-repeat;
	padding-left: 14px;
	width: 200px;
	float: left;
	line-height: 20px;
}

* html #searchbycategory { margin-left: 270px; padding-top: 7px; }
* html #searchbycategory li {  }