/* ---- GLOBAL STYLES ---- */

* {padding: 0; margin: 0;}
img, div, input { behavior: url("javascript/iepngfix.htc") }
img {border: none;}


body {
	background: url(../images/bg.jpg) repeat-x #85C9CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}





/* ---- TEXT STYLING ---- */

h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", Tahoma, Verdana, Arial; color: #52643A; margin-bottom: 18px;}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #52643a;
	text-decoration: none;
	margin-bottom: 18px;
	}

h1 span {font-weight: bold;}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #52643a;
	text-decoration: none;
	margin-bottom: 18px;
	}
	
	h3 {
	font-size: 14px;
	color: #52643a;
	text-decoration: none;
	margin-bottom: 18px;
	}

p {margin-bottom: 12px; line-height: 16px;}

a {font-weight: bold;
	color: #52643a;
	text-decoration: underline; }

a:hover{
	color: #003366;
	text-decoration: underline;}
	
a:visited {
	color: #009999;
	text-decoration: underline;
}

	
ul {margin-left: 25px; }
li { margin-bottom:18px;
	line-height:16px;}


/* ---- LAYOUT STYLES ---- */

div#container{
	text-align: left;
	width: 980px;
	margin: 0 auto;
}

div#header{
	width: 920px;
	height: 90px;
	position: relative;
	padding: 0px 30px;
	}

a#logo{
	position: absolute;
	display: block;
	height: 62px;
	width: 391x;
	top: 18px;
	left: 15px;
}

div#header_address{
	clear: right;
	float: right;
	width: 300px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8FB275;
	text-decoration: none;
	line-height: 17px;
	padding-top: 15px;
	text-align: right;
}

div#header_address p {
	margin-bottom: 5px;
	}

a#contact_us {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8FB275;
	text-decoration: underline;
	padding-left: 27px;
	background: url(../images/icon_email.png) no-repeat left 1px;
	behavior: url("javascript/iepngfix.htc")
}

a#contact_us:hover{
	text-decoration: none;
}

div#content_body_top{
	background: url(../images/body_bg_top.png) no-repeat;
	height: 28px;
	width: 980px;
	overflow: hidden;
}

div#content_body{
	background: url(../images/body_bg.png) repeat-y;
	min-height:680px;
    height:auto !important;
    height:680px;
	width: 920px;
	padding: 0px 30px 0px 30px;
	text-align: left;
}

#content_body_bottom{
	background: url(../images/body_bg_bottom.png) no-repeat;
	height: 40px;
	width: 980px;
	overflow: hidden;
}



#flash_banner{
	background-image: url(../images/flash_banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	width: 920px;
	margin-top: 15px;
	clear: both;
	text-align: center;
}

#content_tab{
	background: url(../images/home_tab_bg.png) no-repeat top;
	clear: both;
	width: 810px;
	margin: 15px auto 0px auto;
	padding: 30px 30px 0px 30px;
	text-align: center;
	height: auto;
	overflow: auto;
}

#left_content_panel{
	text-align: left;
	clear: left;
	float: left;
	width: 500px;
	display: inline;
}



#right_content_panel{
	text-align: left;
	clear: right;
	float: right;
	width: 250px;
	display: inline;
}

#footer{
	background-image: url(../images/fish.png);
	background-repeat: no-repeat;
	background-position: right center;
	clear: both;
	height: 140px;
	width: 920px;
	font-size: 12px;
	font-weight: normal;
	color: #408184;
	text-decoration: none;
	padding-top: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#footer a{
	font-size: 12px;
	font-weight: normal;
	color: #408184;
	text-decoration: underline;
}

#footer a:hover{
	color: #34686B;
	text-decoration: none;
}

p.quote {
	font-style: italic;
	}

.quote_author {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
	}

.quote_contact_info {
	font-weight: bold;
	margin-bottom: 0px;
	}

.picture {border:#003366 solid 1px; padding:0; }


/* ---- NAV STYLES ---- */

ul#nav{
	background: url(../images/menu_bg.png) no-repeat;
	margin: 0;
	height: 27px;
	width: 920px;
	text-align: center;
	list-style: none;
	padding-left: 20px;
	behavior: url("javascript/iepngfix.htc");
}

ul#nav li{
	float: left;
}

ul#nav li.last {
	padding-right: 2px;
	background: url(../images/menu_sep.gif) right no-repeat;
	}

ul#nav li a {
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	height: 27px;
	display: block;
	float: left;
	padding: 0px 24px 0px 26px;
	background: url(../images/menu_sep.gif) left no-repeat;
}

ul#nav li a:hover {
	color: #748F60;
	background: url(../images/menu_hover.gif) left no-repeat;
}


