/* Layout Stylesheet */ 
body {
 margin:0px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }
#outer {
 text-align:left;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 }
#hdr {
 height:187px;
 background:#eeeeee;
 color: #333333;
 }
#navigationbar {
 height:33px;
 color: #333333;	
 padding:0;
 margin:0;
 width:750px;
 border-width: 0px;
 }
#bodyblock {
 position:relative;
 color: #333333;
 width:750px;
 height:100%;
 padding:0;
 margin-top: 0;
 border-top: 0px solid black;
 background:#ffffff;
 }
/* this is used for all pages for the width */
#cont-wide {
 float:left;
 width:750px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 }
/* this is for the left column */
#columncont-left {
 float:left;
 width:175px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0;
 margin:0 0 0 0;
 text-align:left; 
 }
/* this is for the middle column */
#columncont-middle {
 float:left;
 width:400px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0;
 text-align:left; 
 }
/* this is for the right column */
#columncont-right {
 float:right;
 width:175px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0;
 margin:0 0 0 0;
 text-align:left; 
 }
#ftr {
 clear:both;
 height:25px;
 width:100%;
 background:#446D8B;
 color:white;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
#serviceimage1 {
	float:left;
	text-align:left;
	width:234px;
	height:226px;
	padding:0;
	margin:0;
	}
#serviceimage1 img {
	text-align:left;
}
#serviceimage2 {
	float:left;
	text-align:left;
	width:516px;
	height:226px;
	padding:0;
	margin:0;
	}
#serviceimage2 img {
	text-align:left;
	height:204px; 
	width:516px;
}
/* Request a callback form */
#callback {
	padding:20px 0 0 0;
	width:150px;
}
#callbackcontent {
	display:none;
	width:175px;
}
#callbackform {
	text-align:right;
}
#contactrequests {
	float:left;
	width:400px;
	padding:0 20px 20px 20px;
	margin:auto;
	text-align: center;
}
/* CONTACT FORM */
#contactform {
	width:275px;
	text-align:right;
}
#contactform span {
	text-align:left;
}
#contactinfo {
	float:right;
	width:225px;
}
#contactheader {
 float:left;
}
#contactheading {
 Float:left;
 width:525px;
}
/* SITE SURVEY */
#sitesurvey {
	padding:0;
	text-align:right;
	width:275px;
}
#contactimage {
 float:right;
}
#memberlogin {
	width:516px;
	float:right;
	text-align:left;
}
#memberloginform {
	text-align:right;
	width:300px;
}