body{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
	background-color: black;
	background-color:#ffffff; 
}

h1{
    font-family: Eurostile, Arial;
    font-size: 18px;    
}
h2{
    font-family: Eurostile, Arial;
    font-size: 22px; 
    color:Orange;   
}
h3{
    font-family: Eurostile, Arial;
    font-size: 18px;  
    color:#33b1e4;
}

p{
    font-family: Eurostile, Arial;
    font-size: 18px;      
}

#container{
    position: relative;
    margin-left: auto;
    margin-right: auto; 
    width:984px;
}

#content {
    float: left;
    width:984px;
}


#content-inner{    
    float: left;
    width:940px;
    margin-left: 20px;
    _margin-left:10px;
    margin-top: 14px;
}

#content-repeat{
    float: left;
    width:984px;
    background-image: url(/images/content-repeat.jpg);
	background-repeat: repeat-y;    
}

#header
{   
    float:left;
    width:984px;
    height:179px;
    background-image: url(/images/header.jpg);
	background-repeat: no-repeat; 
    background-color: White; 
 
}
#content-header
{   
    float:left;
    width:984px;
    height:46px;
    margin-top:10px;
    background-image: url(/images/content-header.jpg);
	background-repeat: no-repeat; 
    
 
}

#content-header-text{
    float:left;
    font-family: Eurostile, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 5px;
	margin-top: 8px;	
	margin-left: 25px;
	_margin-left:10px;
	width: 900px;
    
}

#content-header-text h1{
    float:left;
    font-family: Eurostile, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;	
	margin-left: 15px;
    _margin-left:10px;
	width: 900px;
    
}

/****************NAVIGATION************************************/
#nav 
{
    float:left;
    padding: 0px;
    height:40px;
    margin-top:74px;
    margin-left: 260px;
    _margin-left:130px; 
}

#nav ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;	
	list-style: none;
}

#nav ul li {   
	float:left;
	position: relative;
	margin:0px;
	padding: 0px;
	padding-left:25px;

	height: 28px;
	padding-right: 14px;
	padding-top: 10px;

}
		
#nav ul li a{
    	font-family: Eurostile, Arial;
    	font-weight: Bold;
    	color: white;
    	font-size: 15px;
    	text-decoration: none;
}

#nav .noborder{
	border: 0px;
}

#nav .break
{
    margin-left:20px;  
   
}
	
#nav ul li a:hover{
	color: #49cae9;
	background-position:top;
}


#nav2
{
    float:right;
    padding: 0px;
    height:40px;
    margin-right: 12px;
    margin-top: 87px;
    width: 250px;

}

#nav2 ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;	
	list-style: none;
}

#nav2 ul li {   	
	float: left;
	margin:0px;
	padding: 0px;
	text-align: center;
    width:82px;
    border: 0px solid black;
}
		
#nav2 ul li a{
    	font-family: eurostile, Arial;
    	font-weight: Bold;
    	color: black;
    	font-size: 16px;
    	text-decoration: none;
}

#nav2 .noborder{
	border: 0px;
}

#nav2 .break
{
    margin-left:20px;    
}
	
#nav2 ul li a:hover{
	color: #49cae9;
	background-position:top;
}
/****************DEFAULT PAGE CONTROLS************************************/


#top-image
{
    float:left;
    width:984px;
    height:316px;
    margin-bottom:7px;
    background-image: url(/website-images/top-image.jpg);
    background-repeat:no-repeat;
  
    
}

#advert-left{
    float:left;
    width:492px;
    height:157px;
    margin-top:10px;
    background-image: url(/website-images/looking-for-builder.jpg);
    background-repeat:no-repeat; 
    
 }
 #advert-right{
    float:right;
    width:487px;
    height:157px;
    margin-top:10px;
    margin-left:4px;
    background-image: url(/website-images/are-you-a-builder.jpg);
    background-repeat:no-repeat;
     
}#content-box-left
{
    
    float:left;
    width:488px;
    height:326px;
    margin-top:10px;
    margin-left:4px;
    _margin-left:0px;
    background-image: url(/website-images/new-builder.jpg);
    background-repeat:no-repeat;
}
    
#content-box-right
{
    
    float:left;
    width:488px;
    height:326px;
    margin-top:10px;
    margin-left:4px;
    background-image: url(/website-images/recently-posted.jpg);
    background-repeat:no-repeat;
    
}
#button-box
{
    float:right;
    width:155px;
    
}
       
a#button1 
{
    float:right;
    width:145px; 
    height:52px;
    margin-top:90px;
    margin-right:12px;
    background-image: url(/website-images/homeowner-button.jpg);
    background-repeat:no-repeat; 
}

a#button1:hover {
    background-image: url(/website-images/homeowner-button-over.jpg);
    background-repeat:no-repeat; 
}

a .alt { display: none; 
}

a#button2
{
    float:right;
    width:145px; 
    height:52px;
    margin-top:110px;
    margin-right:12px;
    background-image: url(/website-images/builders-button.jpg);
    background-repeat:no-repeat; 
  
   }
   
a#button2:hover {
    background-image: url(/website-images/builders-button-over.jpg);
    background-repeat:no-repeat; 
}
a .alt { display: none; 
}

#content-inner-footer{   
    float: left;
    clear: both;
    width:982px;
    height:30px;
    background-image: url(/website-images/content-footer.jpg);
    background-repeat:no-repeat;
}



/****************CMSAREA CONTENT************************************/


#cmsarea{   
    float: left;
    width: 970px;
    margin: 0px;
    padding: 0px;
    min-height:440px;
}

#cmsarea-header{
    float:left;
    width: 978px;
    height:20px;
    background-image: url(/images/cmsarea-header.png);
    background-repeat:no-repeat; 
}

#cmsarea-header h1{
    float:left;
    margin-top:30px; 
}

#cmsarea-image{
    float:left;
    width: 970px;
    height: 237px;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    opacity: .8;
    filter: alpha(opacity=80);	 
    background-color: #eeeeee;

}

#cmsarea-footer{
    float:left;
    padding: 0px;   
    margin: 0px;
    height:21px;
    margin-bottom: 0px;
    height:31px;
    width:978px;
}

#cmsarea-text {
    float: left;
    width:920px;
    min-height: 480px;
    padding: 10px;
    text-align:justify;   
}


#cmsarea-text p   {
    font-family: Arial;
    color: #3d3535;
    font-size: 14px;
    text-decoration: none;
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

#cmsarea-text a   {
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    text-align: justify;
  
}

#cmsarea-text a:hover   {
    color: red;
}


#cmsarea-text ul li{
    font-family: Arial;
    font-size: 1.0em; 
    color: #3d3535;
}

#cmsarea-text img{
    padding: 2px;

}







/****************CONTENT FOOTERS FOR REG PROCESS END************************************/

.CheckBoxList{
    font-family: Eurostile, Arial;
    color: Black;
    font-size: 14px;
}

.header-row{
    font-family: Arial;
    color: white;
    background-color: #999999;
    font-size: 14px;
    font-weight: bold
}

.detail-row{
    font-family: Arial;
    color: #333333;
    background-color: #eeeeee;
    font-size: 14px;
    font-weight: bold
}

.WarningMessage{
    font-family: Arial;
    color: purple;
    font-size: 14px;
}
/*****************PROCESS BUTTONS***************************/
#proceed-button1{
   float:right;
   width: 200px;
   margin-top: -100px;
}

#proceed-button2{
   float:right;
    width: 200px; 
   margin-top: -60px;
}

#proceed-button3{
   float:right;

   margin-top: 10px;
   margin-right: 10px;
}

.registration-button2{
   float:right;
   margin-right:68px;
   margin-top: 78px;
}

.registration-button3{
   float:right;
   margin-right:74px;
   margin-top: 74px;
}

#process-button3
{
   float:left;
   height:151px;
   width:982px;
   margin-top: -120px;   


}
/*****************PROCESS BUTTONS END***************************/
.registration-text{
    font-family: Arial;
    font-size: 0.8em;
    color: #333333;
}

.registration-text a{
    font-weight: bold;
    color: Purple;
}    

.registration-button{
   float:right;
   margin-right:73px;
   margin-top: 85px;
}


/****************CONTENT FOOTERS FOR REG PROCESS************************************/
#content-footer{   
    float: left;
    clear: both;
    width:982px;
    height:80px;
    background-image: url(/images/footer.jpg);
    background-repeat:no-repeat;
}


.footer-links{
   float: left; 
   margin-top:29px;
   margin-left:20px; 
   color: white;
}

.footer-links a{
   color: white;
   font-size:14px;
   font-family: eurostile, Arial;
   margin-left:10px;
   margin-right:10px;
   text-decoration:none;
}

.footer-links a:hover{
   color: #cdcdcd;
}

.field-required
{
    text-transform: uppercase;
    font: eurostile, arial;
    color: Orange;
    font-size:12px;
}

.FieldLabel{
    font-family: eurostile, Arial,Tahoma,Sans-Serif;
    font-weight:normal;
    color: Black;
    text-align:justify;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

.Validator{   
   font-family: eurostile, Arial; 
   background-image: url(/images/warning-icon.png);
   background-repeat: no-repeat;
   background-position: 0 0;
   font-size:15px; 
   padding:0px; 
   margin:0px;
   width: 500px;
   padding: 2px;
   padding-left: 27px;
   border: 0px solid orange;
   color: Orange;
}   

.FormTextBox{
   font-family:Arial; 
   font-size:0.9em; 
   padding:0px; 
   margin:0px;
   color: #777777;
}
#footer-copyright
{
   float:left;
   width:984px;
   color: black;
   font-size:10px;
   font-family: eurostile, Arial;
   text-decoration:none;
}
.copyright{
   color: black;
   font-size:10px;
   margin-left:10px;
   font-family: eurostile, Arial;
   text-decoration:none;
}
.nexmedia{
   color: black;
   font-size:12px;
   margin-right:10px;
   font-family: eurostile, Arial;
   text-decoration:none;
}

#HouseholdLogin{
    font-family: Eurostile, Arial;
    font-size: 14px;
}

#HouseholdLogin input{
    font-family: Eurostile, Arial;
    font-size: 14px; 
}

#TradeHelpHeader
{
  width:258px;
  height:42px;
  margin-top:0px;
  background-color:#027eba;  
  border:1px solid white;
    
}
#TradeHelpHeader h1
{
    font-family: Eurostile, Arial;
    font-weight:normal;
    font-size: 14px;
    margin-left:10px; 
    margin-top:15px;
    color:white; 
    
}
#TradeHelp
{
    float:right;
    width:260px;
    height:200px;
    margin-right:15px;
    background-color:#eef4f9;
    border:1px solid #cdcdcd;    
    
}
#TradeHelp p {
    font-family: Eurostile, Arial;
    font-size: 14px;
    margin-left:5px;   
}

#TradeHelp a {
    font-family: Eurostile, Arial;
    font-size: 14px;
    margin-left:0px; 
    color:Orange;  
    text-decoration:none;
}
#TradeHelp a:hover {
    color:#027eba; 
    text-decoration:underline;
}
#TradeLogin{
    font-family: Eurostile, Arial;
    font-size: 16px;
    margin-left:5px;
}

#TradeLogin input{
    font-family: Eurostile, Arial;
    font-size: 21px; 
}


.LoginHeader{
    height: 42px;
    color:White;
    padding-left:10px;
    background-color: #027db9;
}

.EmailHeader{
    color:#000000;
    padding-top:20px;
    padding-left:10px;
    
}

.PasswordHeader{
    color:#000000;
    padding-top:10px;
    padding-left:10px;
    
}
#whoami{    
    position: absolute;
    height: 40px;
    width: 300px;
    margin-top: 5px;
    right: 0px;
    padding: 20px;
    text-align:right;
    font-family: Eurostile, Arial;
    font-size: 20px; 
    font-weight:normal;   
}

.myjobs-header{
    font-family: Eurostile, Arial;
    font-size: 16px;      
}

.strap-line{
    font-family: Eurostile, Arial;
    font-size: 14px;        
}

.job-details{
    font-family: Eurostile, Arial;
    font-size: 14px;   
    border: 1px solid #cdcdcd;
    background-color: #e8f0f6;
    width: 660px;
    padding: 5px;
}

.feedback-details{
    font-family: Eurostile, Arial;
    font-size: 14px;   
    border: 1px solid #cdcdcd;
    background-color: #e8f0f6;
    width: 940px;
    padding: 5px;
}

.front-page-builders{
    font-family: Eurostile, Arial;
    font-size: 14px;   
    background-color: #c4dfee;
    padding: 5px;
    padding-left:25px;   
}


.front-page-headers{
    font-family:Arial;
    font-size: 16px;   
    font-weight:bold;
    color:#29a1d0; 
    background-color: #eaeaea;
    height:20px;
    padding: 5px; 
    padding-left:25px; 
    
}
.front-page-headers2{
    font-family:Arial;
    font-size: 16px;   
    font-weight:bold;
    color:#29a1d0; 
    background-color: #c4dfee;
    height:20px;
    padding: 5px;   
    padding-left:25px; 
}
.front-page-builders-links
{
    float:right;
    margin-right:10px;
    font-family: Eurostile, Arial;
    font-size: 14px;   
    height:30px;
    padding: 5px;  
    text-decoration:none; 
 
}

.front-page-builders-links:a{
   color:#cdcdcd;
   text-decoration:none; 
}
.front-page-posted{
    font-family: Eurostile, Arial;
    font-size: 14px;   
    background-color: #eaeaea;
    padding: 5px;  
    padding-left:27px;   
}

#login-or-quote{
    font-family: Eurostile, Arial;
    font-size: 18px;    
    margin-top: 10px;
    border: 1px solid #cdcdcd;
    background-color:#e8f0f6;
}

#trade-quote{
    font-family: Eurostile, Arial;
    font-size: 14px;    
    margin-top: 10px;
    border: 1px solid #cdcdcd;
    background-color:#e8f0f6;  
    width: 940px;  
}

#trade-quote-header{
    font-family: Eurostile, Arial;
    font-size: 16px; 
    background-color: #a3bfdb;
    padding:5px;
    height:25px;
}

.quote-price{
    font-family: Eurostile, Arial;
    color: Green;
    font-size:22px;
    font-weight: bold;
}

#map{
    background-color:#cdcdcd;
    width: 425px; 
    height: 320px;
    font-family: Eurostile, Arial;
    font-size: 16px;    
}
#top-image-job
{
 float:left;
 width:940px;
 height:141px;   
 background-image: url(/website-images/looking-4-builder.jpg);
 background-repeat: no-repeat;  
}
