body {
	background: #60828E url(../images/bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
}

#wrapper {   
	margin:0 auto;
	width: 986px;
} 

#header{
	width:986px;
	height:251px;
	float: left;
	background: url(../images/bg_wrapper.jpg);	
} 

#container{
	width:986px;
	background: url(../images/bg_wrapper.jpg);	
	float: left;	
} 

#left_col{
	width: 215px;
	float: left;	
} 

#left_col_content {
	width: 215px;
	float: left;
}

#main_col, #main_col_extend{
	float: left;
	width: 510px;
	padding: 0 10px 0 10px;	
	font:12px Arial;
}  

#main_col_extend {
	width: 750px!important;
}

span.highlight {
	background-color: #4188A7;
	color: #fff;
	padding: 0 2px;
}

/* -= Roll Overs Footer=- */

#main_col a:link, #main_col a:visited, #main_col_extend a:link, #main_col_extend a:visited {
	font-weight: normal;
	color: #106385;
	text-decoration: underline;
}

#main_col a:hover, #main_col a:active, #main_col_extend a:hover, #main_col_extend a:active {
	padding: 0;
	font-weight: normal;
	color: #1685B2;
	text-decoration: none
}

#main_col a, #main_col_extend a {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#right_col {
	float: right;	
	width: 240px;
	background: #F3F3F3;
	padding: 0 0 10px 0;
	
}

#right_col_content {
	width: 240px;
	margin: 0;
	padding-top: 0;
	text-align: center;
	position: relative;
	top: -60px;
} 

#flash_slide_show {
	margin: 0;
	padding:0;
	position: relative;
	top: -93px;	
}

h1 {
	font: bolder 19px Arial, Helvetica;
	color: #196488;
	text-indent: 5px;
	margin: 15px 0 0 0;
	padding: 2px 0;
	background-color: #A7C7D4
}

h2 {
	font:bolder 16px Arial, Helvetica;
	color: #196488;
	text-indent: 5px;
	margin: 15px 0 0 0;
	padding: 2px 0;
	border-bottom: 1px solid #196488
}

h3 {
	font:bolder 14px Arial, Helvetica;
	color: #196488;
	text-indent: 5px;
	margin: 15px 0 0 0;
	padding: 2px 0;
}
	
h4 {
	font:bolder 15px Arial, Helvetica;
	color: #196488;
}	


#main_col ul, #main_col_extend ul   {
	padding: 5px 0 8px 25px;
	margin: 0 0 0 10px;
	list-style: disc url(../images/li.gif);
	list-style-type: none;
}

#main_col ul li, #main_col_extend ul li {
	line-height: 18px;
	padding: 0 0 2px 0;
	margin: 0;
}

#main_col ol, #main_col_extend ol {
	padding: 5px 5px 8px 25px;
	margin: 0 0 0 10px;
}

#main_col ol li, #main_col_extend ol li {
	line-height: 20px;
	padding: 0 0 10px;
}

#main_col table, #main_col_extend table {
	margin: 1px 0 0 0;
	background: url(../images/bg-content-tile.jpg) top left repeat-x;
}

#main_col p, #main_col_extend p {
	padding: 5px;
	line-height: 18px
}

#main_col b, #main_col strong, #main_col_extend b, #main_col_extend strong {
	color: #103A50;
}

#ContactForm {
	width: 500px
}

#main_col table.form {
	background: none!important;
	width: 500px;
}
#main_col_extend table.form {
	background: none!important;
	width: 750px;
}

.box {
	width: 230px;
	color: White;
	margin: 15px auto 0 auto;
	padding:0;
}        

.box_top {
	background: url(../images/box-top.gif) top left no-repeat;
	height: 15px;
	margin: 0;
	padding: 0;
	overflow:hidden
}

.box_bottom  {
	height: 15px;
	background: url(../images/box-bottom.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}

.box_container {
	margin: 0;
	padding: 0 5px;	
	text-align: center;	
	background-color: #0b384e;
}

.box_container h3 {
	margin: 0;
	padding:0;
	color: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
}

a.residential-btn {
	margin: 5px auto 0 auto;
	padding: 0;
	display: block;	
	width: 230px;
	height: 65px;
	text-indent: -3000px;
	background: url(../images/btn_residential.jpg) no-repeat 0 0;
}

.image-center {
	border: 1px solid #274E62;
	margin: 3px auto;
	padding: 3px 3px 3px 3px;
}

.image-left {
	border: 1px solid #274E62;
	padding: 3px 3px 3px 3px;
	float: left;
}

.image-right {
	border: 1px solid #274E62;
	padding: 3px 3px 3px 3px;
	float: right;
}


a.commercial-btn {
	margin: 5px auto 0 auto;
	padding: 0;
	display: block;	
	width: 230px;
	height: 65px;	
	text-indent: -3000px;
	background: url(../images/btn_commercial.jpg) no-repeat 0 0;
	
}
a:hover.residential-btn, a:hover.commercial-btn {
  background-position: 0 -65px;
}

iframe {
		border: 1px solid #274E62;
}

/*
star of footer*/

#footer {
	float: left;
	width: 986px;
	height: 90px;
	background:  #0B384E;
	padding: 15px 0 0 0;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	color: White;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#footer a:link, #footer a:visited {
	font-weight: normal;
	color: White;
	text-decoration: none
}

#footer a:hover, #footer a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: White;
	background-color: #60828E;
	text-decoration: none
}

#footer a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-weight: normal;
}

#footer ul {
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
}

#footer ul li {
	padding: 0 3px 0 3px 0;
	display: inline;
}


/*end of footer*/
