@charset "utf-8";
/* v1.0 | 20080212 */
/* CSS RESET FROM MEYERWEB.COM */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END OF RESET  */

body 	
	{	
		min-width:1024px;
		text-align:center;
		background:url(../images/water2.jpg);
	}

.textwrapper
	{
		padding-left:100px;
		padding-right:100px;
	}

.container
	{
		
		margin-left:auto;
		margin-right:auto;
		width:1024px;
	}

.banner	
	{
		width:1024px;
		height:242px;
		background:url(../images/banner.png);		
	}

#nav
	{	
		width:1024px;
		height:42px;
		position:relative;
		background:url(../images/navbuttons.png) no-repeat;
		margin:0;
		padding:0;
		
	}

#nav li
	{
		float:left;
	}
	
#nav li a
	{
		position:absolute;
		top: 0;
		margin: 0;
		padding: 0;
		display: block;
		height:42px;
		background:url(../images/navbuttons.png) no-repeat;
		text-indent: -9999px;
		overflow:hidden;
	}

/********   NORMAL STATE  *********/

li#home a
	{
		left: 0px;
		width: 101px;
		background-position: -0px 0;
	}

li#historical a
	{
		left: 101px;
		width: 137px;
		background-position:-101px 0;
	}
	
li#industrial a
	{
		left: 238px;
		width: 137px;
		background-position: -238px 0;
	}
	
li#commercial a
	{	
		left: 375px;
		width: 154px;
		background-position: -375px 0;
	}
	
li#residential a
	{	
		left: 529px;
		width: 147px;
		background-position: -529px 0;
	}
	
li#services a
	{
		left: 676px;
		width: 119px;
		background-position: -676px 0;
	}
	
li#contact a
	{
		left: 795px;
		width: 116px;
		background-position: -795px 0;
	}

li#about a
	{
		left: 911px;
		width: 113px;
		background-position: -911px 0;
	}
/******** HOVER STATE ********/

li#home a:hover
	{
		background-position: -0px -47px;
	}

li#historical a:hover
	{
		background-position:-101px -47px;
	}
	
li#industrial a:hover
	{
		background-position: -238px -47px;
	}
	
li#commercial a:hover
	{	
		background-position: -375px -47px;
	}
	
li#residential a:hover
	{	
		background-position: -529px -47px;
	}
li#services a:hover
	{
		background-position: -676px -47px;
	}
	
li#contact a:hover
	{
		background-position: -795px -47px;
	}

li#about a:hover
	{
		background-position: -911px -47px;
	}
/******* SELECTED STATE ********/

li#home a:active
	{
		background-position: -0px -94px;
	}

li#historical a:active
	{
		background-position:-101px -94px;
	}
	
li#industrial a:active
	{
		background-position: -238px -94px;
	}
	
li#commercial a:active
	{	
		background-position: -375px -94px;
	}

li#residential a:active
	{	
		background-position: -529px -94px;
	}
	
li#services a:active
	{
		background-position: -676px -94px;
	}
	
li#contact a:active
	{
		background-position: -795px -94px;
	}

li#about a:active
	{
		background-position: -911px -94px;
	}
/******* ACTIVE STATE *******/

#body_home li#home a
	{
		background-position: -0px -141px;
	}

#body_historical li#historical a
	{
		background-position:-101px -141px;
	}
	
#body_industrial li#industrial a
	{
		background-position: -238px -141px;
	}
	
#body_commercial li#commercial a
	{	
		background-position: -375px -141px;
	}
	
#body_residential li#residential a
	{	
		background-position: -529px -141px;
	}

#body_services li#services a
	{
		background-position: -676px -141px;
	}
	
#body_contact li#contact a
	{
		background-position: -795px -141px;
	}

#body_about li#about a 
	{
		background-position: -911px -141px;
	}
	

.footer
	{
		width:1024px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
}


#f1nav
	{	
		width:1024px;
		height:17px;
		position:relative;
		background:url(../images/f1buttons.png) no-repeat;
		margin:0;
		padding:0;
	
	}

#f1nav li
	{
		float:left;
	}
	
#f1nav li a
	{
		position:absolute;
		top: 0;
		margin: 0;
		padding: 0;
		display: block;
		height:17px;
		background:url(../images/f1buttons.png) no-repeat;
		text-indent: -9999px;
		overflow:hidden;
	}

/********   FOOTER1 NORMAL STATE  *********/

li#f1home a
	{
		left: 242px;
		width: 38px;
		background-position: -242px 0;
	}

li#f1historical a
	{
		left: 292px;
		width: 65px;
		background-position:-292px 0;
	}
	
li#f1industrial a
	{
		left: 368px;
		width: 66px;
		background-position: -368px 0;
	}
	
li#f1commercial a
	{	
		left: 446px;
		width: 79px;
		background-position: -446px 0;
	}
	
li#f1residential a
	{
		left: 534px;
		width: 77px;
		background-position: -534px 0;
	}

li#f1services a
	{
		left: 619px;
		width: 54px;
		background-position: -619px 0;
	}
	
li#f1contact a
	{
		left: 685px;
		width: 53px;
		background-position: -685px 0;
	}

li#f1about a
	{
		left: 748px;
		width: 43px;
		background-position: -748px 0;
	}

/********   FOOTER1 HOVER STATE  *********/

li#f1home a:hover
	{
		background-position: -242px -22px;
	}

li#f1historical a:hover
	{
		background-position:-292px -22px;
	}
	
li#f1industrial a:hover
	{
		background-position: -368px -22px;
	}
	
li#f1commercial a:hover
	{	
		background-position: -446px -22px;
	}
	
li#f1residential a:hover
	{
		background-position: -534px -22px;
	}


li#f1services a:hover
	{
		background-position: -619px -22px;
	}
	
li#f1contact a:hover
	{
		background-position: -685px -22px;
	}

li#f1about a:hover
	{
		background-position: -748px -22px;
	}

/******** COPYRIGHT BAR ************/

#copyright
	{	
		width:1024px;
		height:18px;
		position:relative;
		background:url(../images/copyright.png) repeat-y;
		margin:0;
		padding:0;
	}


	

/********   FOOTER2 NAV  *********/

#f2nav
	{	
		width:1024px;
		height:27px;
		position:relative;
		background:url(../images/f2buttons.png) no-repeat;
		margin:0;
		padding:0;
	
	}

#f2nav li
	{
		float:left;
	}
	
#f2nav li a
	{
		position:absolute;
		top: 0;
		margin: 0;
		padding: 0;
		display: block;
		height:27px;
		background:url(../images/f2buttons.png) no-repeat;
		text-indent: -9999px;
		overflow:hidden;
	}

/********   FOOTER2 NORMAL STATE  *********/

li#f2terms a
	{
		left: 470px;
		width: 82px;
		background-position: -470px -0px;
	}

li#f2design a
	{
		left: 860px;
		width: 155px;
		background-position:-860px -0px;
	}
	


/********   FOOTER2 HOVER STATE  *********/

li#f2terms a:hover
	{
		background-position: -470px -33px;
	}

li#f2design a:hover
	{
		background-position:-860px -33px;
	}

/********** PAGE SPECIFIC DIVS **************/
.content
	{
		background:url(../images/contentborder.png) repeat-y;
		margin-left:auto;
		margin-right:auto;
		width:1024px;
		/*height:1200px;*/
		text-align:left;
		/*font-family:Arial, Helvetica, sans-serif;  ORIGINAL FONT */
		
		font-size:1em;	 
	}
	
.content h1
	{
		/*FONT ADDED*/
		font-family: "Times New Roman", Georgia, Times, serif;
		
		padding-top:15px;
		padding-bottom:15px;
		font-size:2em;
		color:#06F;
		font-style:italic;
		font-weight:bold;
		color:#06F;
		text-align:center;
	}
	
.content h2
	{
		/*FONT ADDED*/
		font-family: "Times New Roman", Georgia, Times, serif;
		
		padding-top:15px;
		padding-bottom:15px;
		font-size:2em;
		color:#00F;
		font-style:italic;
		font-weight:bold;
		color:#06F;
		text-align:left;
	}

.content h3
	{
		/*FONT ADDED*/
		font-family: "Times New Roman", Georgia, Times, serif;
		padding-left:40px;
		padding-bottom: 7px;
		padding-top: 15px;
		
		font-size:1.2em;
		color:#06F;
		text-align:left;
	}
	
.content h4
	{
		font-family: "Times New Roman", Georgia, Times, serif;
		font-size:1.2em;
		padding-bottom:15px;
	}
	
.content h5
	{
		/*FONT ADDED*/
		font-family: "Times New Roman", Georgia, Times, serif;
		
		padding-top:15px;
		padding-bottom:15px;
		font-size:1.4em;
		color:#06F;
		font-style:italic;
		font-weight:bold;
		color:#06F;
		text-align:center;
		
	}

.content p
	{
		/*padding-left: 15px;*/
		/*padding-right: 15px;*/
		line-height:1.2em;
		text-indent:2em;
		/*font added*/
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:1em;
	}
	
.content ol
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		list-style-type: decimal;
		padding-left: 85px;
		font-style: italic;
		margin-bottom:1em;
		line-height: 1.2em;
		font-size:1.0em;
	}
	
.content ul
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		list-style-type:disc;
		padding-left: 85px;
		font-style: italic;
		margin-bottom:1em;
		line-height: 1.2em;
		font-size:1.0em;
	}

.termtext
	{
		/*font added*/
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:0.7em;
	}
	

#home_pic
	{
		background:url(../images/homepagepic1.png) no-repeat;
		width:800px;
		height:533px;
		display:inline-block;
		
		border:solid;
		border-width:2px;
		border-color:#CCC;
		margin-top:20px;
	}

.footer
	{
		clear:both;
		margin-left:auto;
		margin-right:auto;
		width:1024px;		
	}

#bigconwrapper
{
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
	
}


#lconwrapper
{
	float:left;
	width:350px;
	
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#rconwrapper
{
	float:right;
	
	width:350px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.clearclass
{
	clear:both;
}

#bigconwrapper p
{
	line-height:1.2em;
		text-indent:0;
		/*font added*/
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:1em;
		
}

#bigconform
{
	width:800px;
	text-align:center;
}

#lconform
{
	float:left;
	width:190px;
	text-align:left;
	
}

#rconform
{ 
	float:left;
	width:435px;
	text-align:left;
	background-color:#03F;
}

label{
float: left;
width: 130px;
font-weight: bold;
font-size:0.7em;
padding-top:5px;
padding-left:25px;
color:#0CF;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}



#submitbutton{
margin-left:110px;
margin-top: 5px;
width: 90px;
}
#resetbutton{
margin-left:20px;
margin-top: 5px;
width: 90px;
}

.smalltext
{ 
	color:#FF0;
	text-align:center;
	text-indent:0;
	font-size:0.7em;
	line-height:0;
	padding:0;
	margin:0;
}

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

.rightlistcol
{
	float:right;
	width:400px;
}

.thecenter
{
	text-align:center;
}

