/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000;
	padding:0px;
	margin:0px;
	line-height: 1.5em;
}


h1 {
	text-align: left;
	color: #005222;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 1.5em;
}





h2 {
	font-size:14px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	height: 17px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bottom_g.gif);
	background-repeat: no-repeat;
}



h3 {
	font-size:14px;
}

/* This sets a default font for all of our  selectors. We set the text align back to left so it won't center (based on the body  to compensate for IE.) */




address {
	font-style: normal;
	margin: 0 auto;
	padding: 22px 0px 0px;
	font-weight: normal;
	line-height: normal;
	color: #AAD46F;
	text-align: center;
	font-size: 12px;
	width: 350px;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/
div#container {
	position:relative;
	width: 790px;
	background-color: #FFFFFF;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#content {
	margin: 0px;
	padding: 0px;
	width:590px;
	height: auto;
	float: right;
} 

div#content li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-left: 5px;
	padding-right: 25px;
}
div#sidebar {
	float: left;
	height: 350px;
	width: 200px;
}


div#content a {
	color:#000000;
	font-size: 12px;
	font-weight: bold;
} 

	#content p, h2{
	margin: 0px;
	line-height:18px;
	color: #00230F;
	text-align: justify;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}


#navpos{
	position:absolute;
	right: 0px;
	top:0px;
	width:147px;
	height:197px; 
	z-index:1;
}

ul.left {
	float: left;
	margin: 15px 15px 0px 15px;
	width: 175px;
	padding: 0px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.left li {

	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	
}



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 790px;
	height: 155px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_g.jpg);
	background-repeat: no-repeat;

}


.headerlogo{
	background-image:url(images/nav_g.gif);
	height: 45px;
	width: 790px;
}

div#navcontainer{
width: 790px;
height: 45px;
margin: 0px;
padding: 0px;

}
#rightcol {
	position: absolute;
	right: 0px;
	width: 159px;
	margin: 0px;
	padding: 5px 0px 0px;
	top: 233px;
	left: 586px;
	height: 27px;
}
	
	#rightcol p{
		font-size: 10px;
		line-height:15px;
		margin: 5px 20px 5px 20px;
}

#rightcol2 {
	position: absolute;
	right: 0px;
	width: 190px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	left: -1px;
	top: 383px;
	font-size: 9px;
	line-height:15px;
}


#leftcol {
	position: absolute;
	width: 550px;
	margin: 0px;
	padding: 0px;
	top: 7px;
	height: 45px;
	left: 220px;
	}

/* Creates DIV container for body. Setting the left and right margins to auto will center DIV. */
div#body {
	margin: 0px 0px 0px 160px;
	padding: 0px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */





/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 20px 15px 5px 38px;
	border: 1px solid #AEDE7E;
	padding: 2px;
}
img.right {
	float: right;
	margin: 0px 0px 5px 20px;
	border: 1px solid #E0DFE3;
	padding: 3px;
}
div#right {
	float: right;
	height: auto;
	width: 300px;
	margin-top: 25px;
	padding-left: 10px;
	margin-right: 20px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}



/* DIV UTILITY NAV */
	div#utilnav {
	/*margin-left: 150px;*/
		text-align: center;
	font-size: 10px;
	color: #000000;
	height: 35px;
	line-height: 35px;
	clear:both;
	width: 790px;
	background-color: #8DC63F;
}
		#utilnav a {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
			}
		#utilnav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
div#contentbottom {
	height: 20px;
	width: 590px;
}



/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
	width: 790px;
	clear: both;
	color: ##002F14;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

div#footerright {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #F57600;
	text-align: right;
}

div#footer p{color: #8CC63D; font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align:center;}

div#footer a:link, a:visited, a:hover, a:active {
	color: ##002F14;
}

div#copyright  {
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	color: #002F14;
}



/* ----------------- NAVIGATION CONTAINER ----------------- */
div#horznav {
	width:790px;
	height:45px;
	padding:0;
}

ul#nav {
	margin:0;
	padding:0;
	list-style-type:none;
	height: 45px;
}

ul#nav li {
float:left;
margin:0 auto;
padding:0;
display:inline;
line-height: 18px;
}

ul#nav li a {
	display:block;
	color:#002D14;
	text-decoration:none;
	font-size:13px;
	font-weight: bold;
	width: auto;
	background-image: url(images/baroof.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
	text-decoration:none;
	background: url(images/bar.gif) no-repeat center bottom;	
	
}
div#footercontact {
	/*margin-left: 150px;*/
		text-align: center;
	font-size: 10px;
	color: #333333;
	height: 117px;
	line-height: 35px;
	background-image: url(images/footer_g.gif);
	background-repeat: no-repeat;
	width: 790px;
	z-index: 1;
	clear: both;
}
div#map {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#leftcontact {
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	left: 180px;
	top: 1187px;
	width: 406px;
}
#rightcontact a:link {
	color: #FFFFFF;
}
img.border {
	border: 1px solid #E0DFE3;
	padding: 2px;
}
#emailcontact {
	padding: 0px;
	float: left;
	position: absolute;
	left: 215px;
	top: 433px;
	color: #FFFFFF;
	width: 218px;
}
#rightcontact a:visited {
	color: #FFFFFF;
}
div#imagesright {
	float: right;
	width: 200px;
	padding-top: 24px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 450px;
	text-align: left;
	padding-left:0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
input {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	height: 70px;
	font-size: 11px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
textarea#comments {
	width: 98%;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 15px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.rightform {
	float: right;
	margin-left: 5px;
}
div#coupon {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}

div#printbtn {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 500px;
	text-align: center;
}
.redtext {
	color: #CC0000;
}

img {
border: 0px;
}