/* ----------------- 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: #AEBD6A;
	padding:10px 0px 0px;
	margin:0px 40px;
	font:  1.5em Arial, Sans-Serif;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DAAB;
}





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;
}

/* 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;
	padding: 0px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	text-align: left;
	font-size: 11px;
}


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

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

div#content {
	margin: 0px;
	padding: 0px;
	width:800px;
	height: auto;
} 
div#ctatop {
	height: 85px;
	width: 800px;
}

div#content li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	padding-left: 5px;
}


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

	#content p, h2{
	margin: 0px;
	padding: 20px 40px 5px;
	line-height:18px;
	color: #333333;
	text-align: justify;
}


#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: 800px;
	height: 170px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_g.jpg);
	background-repeat: no-repeat;


}


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

div#navcontainer{
width: 800px;
height: 69px;
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;
	left: 0px;
	width: 800px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	top: 0px;
	height: 39px;
	}

/* 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 #CFD7A6;
	padding: 2px;
}
img.right {
	float: right;
	margin: 0px 0px 5px 20px;
	border: 1px solid #CFD7A6;
	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: #8CC53E;
	height: 35px;
	line-height: 35px;
	clear:both;
	background-color: #FFFFFF;
	width: 800px;
}
		#utilnav a {
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color: #999999;}



/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
	margin: 10px auto;
	width: 800px;
	clear: both;
	color: #999999;
}

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: #333333;}

.copyright  {
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	color: #333333;
}

.copyright img {
	border: none;
}

/* ----------------- NAVIGATION CONTAINER ----------------- */
div#horznav {
width:800px;
height:39px;
padding:0;

}

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

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

ul#nav li a {
	display:block;
	padding:7px 19px 14px 22px;
	color:#C0DE86;
	text-decoration:none;
	font-size:10px;
	font-weight: bold;
	width: auto;
	background-image: url(images/baroof.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size:10px;
	text-decoration:none;
	background: url(images/bar.gif) no-repeat center bottom;
	
	
}

.iframe{
}
div#footercontact {
	/*margin-left: 150px;*/
		text-align: center;
	font-size: 10px;
	color: #333333;
	height: 100px;
	line-height: 35px;
	background-image: url(images/footer_g.gif);
	background-repeat: no-repeat;
	width: 800px;
	position: relative;
}
#leftcontact {
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	left: 39px;
	top: 24px;
	width: 406px;
}
div#leftcontact a:link {
	color: #5F723C;
}

#rightcontact a:link {
	color: #0033FF;
}
img.border {
	border: 1px solid #CFD7A6;
	padding: 3px;
}

img.bullet {
	vertical-align: middle;
}

#emailcontact {
	padding: 0px;
	float: left;
	position: absolute;
	left: 215px;
	top: 433px;
	color: #171602;
	width: 218px;
}
#rightcontact a:visited {

	color: #0033FF;
}
div#imagesright {
	float: right;
	width: 185px;
	padding-top: 24px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div#leftcontact a:visited {

	color: #5F723C;
}
div#map {
	float: right;
	height: 420px;
	width: 400px;
	padding-right: 40px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 25px;
}
