body 
{
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

img 
{
	border: 0x;
}

hr
{
	height: 0px;
	border-bottom: 1px dashed #d7d7d7;
	border-top: 0px;
	margin: 0px 0px 10px 0px;	
}

a:link, a:active
{
	color: #006637;
	font-weight: normal;
	text-decoration: underline;
}

a:visited
{
	color: #63a6dc;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #006637;
	font-weight: normal;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #006637;
	font-size:16px;
	margin: 0px 0px 15px 0px;
}

h2
{
	color: #63a6dc;
	font-size:14px;
	margin: 0px 0px 15px 0px;
}

h3, h4, h5, h6
{
	color: #7bb8ea;
	font-size:12px;
	margin: 0px 0px 10px 0px;
}

form
{
	margin: 0px;
	padding: 0px; 
}

input, select, textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

table
{
	border: 0px;
	padding: 0px;
}


ol li
{
	margin: 7px
}

/* Layout Creators */

div.wrapper 
{
	width: 896px;
	margin: 0 auto; 
	position:relative;	
	text-align: left;
}

div.header
{
	background-image:url(../images/header/header.jpg);
	background-repeat:no-repeat;
	height:270px;
	margin: 35px 0px 3px 0px;
	position:relative;	
	width:896px;
}

div.wrapper-content
{
	background-color:#fff;
	border: 1px solid #016738;
	position:relative;	
	text-align:center;
	width:894px;
}

div.content
{
	margin: 30px auto 30px auto;
	min-height: 230px;
	position:relative;	
	text-align:left;
	width: 615px;
}

* html div.content  /* hack to set height for IE6 */
{
  height: 230px;
  height: 230px;
}

div.footer
{
	background-image: url(../images/footer/background.gif);
	background-repeat:repeat-x;
	height: 90px;
	position:relative;
	text-align:center;
	width: 100%;
}

div.footer-wrapper
{
	background-image: url(../images/footer/background.gif);
	background-repeat:repeat-x;
	height: 90px;	
	margin: 0 auto; 
	position:relative;	
	text-align: left;
	width: 896px;
}

div.footer-img
{
	background-image:url(../images/footer/bucket.gif);
	background-repeat:no-repeat;
	height: 95px;
	left:0px;
	position:absolute;
	top: -8px;
	width: 121px;
}

div.copyright
{
	color: #fff;
	font-size: 11px;
	left: 145px;
	position:absolute;
	top: 71px;
	width:400px;	
}

div.credit
{
	background-image: url(../images/footer/credit.gif);
	background-repeat:no-repeat;
	left: 700px;
	position:absolute;
	top: 36px;
	width: 143px;
	height: 32px;
}

div.credit a:link, div.credit a:active, div.credit a:visited, div.credit a:hover
{
	display: block;
	width: 143px;
	height: 35px;	
}

ul.navigation-ftr
{
	font-size: 11px;
	left: 145px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	top: 7px;
	width: 500px;
}

ul.navigation-ftr li
{
	display: inline;
	margin: 0px 9px 0px 0px;
	list-style: none;
}

ul.navigation-ftr li a:link, ul.navigation-ftr li a:active, ul.navigation-ftr li a:visited, ul.navigation-ftr li a:hover
{
	color:#006637;
	font-weight: normal;
	text-decoration:none;
}

/* Top Nav */

/* set 1 - top nav settings */

ul.navigation-top
{
	background-image: url(../images/header/nav_off.gif);
	background-repeat:no-repeat;
	height:23px;
	margin: 0px;
	left: 145px;
	padding: 0px;
	position:absolute;
	top: 243px;
	width: 614px;
}

ul.navigation-top li
{
	margin: 0px;
	padding: 0px;
	left: 0px;
	list-style: none;
    position: absolute; 
	top: 0px;
}

ul.navigation-top li, ul.navigation-top a 
{
	display: block;
	height: 23px;	
}

#nav-home
{
	left: 0px;
	width: 42px;	
}

#nav-about
{
	left: 72px;
	width: 69px;	
}


#nav-services
{
	left: 172px;
	width: 64px;	
}

#nav-inquiry
{
	left: 268px;
	width: 95px;	
}

#nav-environmental
{
	left: 393px;
	width: 108px;	
}

#nav-contact
{
	left: 532px;
	width: 82px;	
}

#nav-home a:hover {
    background: transparent url(../images/header/nav_on.gif) 0px 0px no-repeat;
}

#nav-about a:hover {
    background: transparent url(../images/header/nav_on.gif) -72px 0px no-repeat;
}

#nav-services a:hover {
    background: transparent url(../images/header/nav_on.gif) -172px 0px no-repeat;
}

#nav-inquiry a:hover {
    background: transparent url(../images/header/nav_on.gif) -268px 0px no-repeat;
}

#nav-environmental a:hover {
    background: transparent url(../images/header/nav_on.gif) -393px 0px no-repeat;
}

#nav-contact a:hover {
    background: transparent url(../images/header/nav_on.gif) -532px 0px no-repeat;
}


/* Custom */

.mandatory
{
	color:#990000;
	font-weight:bold;
	font-size:18px;
}


