/* CSS Document */

* {
	margin: 0; padding: 0;
	}
	
body {
	background: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #222222;
	}
	
#container {
	background: #FFFFFF;	
	width: 960px;
	margin: auto;
	padding-bottom: 80px;
	}
	

.head_marg {
	margin-bottom: 60px;
	}

#textbox {
	margin: 0 50px;
	padding: 10px;
	border: 1px solid #909090;
	}

.textArea {
	width:400px;
	float: left;
	}

.gap {
	margin-left: 10px;
	
	}	
.clear {
	clear: both;
	}
	
ul {
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
li {
	font-weight: bold;
	list-style: inside;
	
	}	


h1 {
	color: #004071;
	font-size: 12px;
	padding: 5px 0 15px 0;
	}
	
h4 {
	color: #004071;
	font-size: 12px;
	padding: 15px 0 5px 0;
	}			

.footerinfo {
	font-size: 11px;
	color: #666666;
	padding-top: 40px;
	}
	
a {
	color: #0095ce;
	text-decoration: underline;
	}
	
a.footer {
	color: #0095ce;
	text-decoration: underline;
	font-size: 11px;
	}	

a.pres1 {
	display: block;
	width: 335px;
	height: 101px;
	text-decoration: none;
	background: url(images/commerial_button.jpg);
	float: right;
	margin-top: 30px;
		}

a.pres1:hover {
	background-position: 0 -101px;
	}
	
a.pres2 {
	display: block;
	width: 335px;
	height: 101px;
	text-decoration: none;
	background: url(images/residential_button.jpg);
	float: right;
	margin-top: 50px;
		}

a.pres2:hover {
	background-position: 0 -101px;
	}	
	
.highlight {
	color: #0163a2;
	}
		