﻿/*
Color definitions
Main bg green = #005746
*/

/* structure items */
body
{
	margin: 0px;
	padding: 0px;
	font: 62.5% verdana;
	color: #fff;
	background: #2F6348;
	cursor: default;
}
html
{
	overflow: auto;
}
img
{
	border: 0px;
}
div.clear
{
	clear: both;
}
h1
{
	margin: 0px;
	padding: 10px 0px 8px 0px;
}
h2
{
	margin: 0px;
	padding: 10px 0px 8px 0px;
}
p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

div#wrapper
{
	width: 990px;
	margin: 0px auto;
}
div#banner
{
	height: 168px;
	width: 970px;
	background: url(../images/header_bg.jpg) no-repeat left top;
	padding-left: 20px;
}
div#sidebar
{
	width: 180px;
	float: left;
	background: url(../images/sidebarbg.gif) no-repeat left top;
}
div#sideinner
{
	padding-left: 20px;
}
div#sidebarbottom
{
	width: 180px;
	float: left;
	background: url(../images/sidebarbg.gif) no-repeat left top;
}
div#rightcontent
{
	width: 810px;
	float: left;
}

/* banner items */
a.logolink
{
	width: 523px;
	margin: 58px 0px 0px -10px;
	padding: 0px;
	display: block;
	float: left;
}
a.logolink2
{
	margin: 0px 0px 0px -15px;
	padding: 0px;
	display: block;
	float: left;
}
img.addressimg
{
	float: right;
	margin: 65px 7px 0px 0px;
}

div#hpcontent
{
	min-height: 370px;
	height: auto !important;
	height: 370px;
	position: relative;
	background: url(../images/content_bg.gif) repeat-x left top;
	padding: 0px 0px 0px 0px;
	margin-top: -2px;
}

p#center
{
	font: normal 18px Arial;
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 190px;
}

#left
{
	float: left;
	width: 455px;
	margin: 30px 0px 0px 25px;
}

#left h1, #right h1
{
	font: normal 21px Arial;
	letter-spacing: -1px;
	margin: 0px 0px 0px 7px;
}

#left p, #right p
{
	font: normal 18px Arial;
	letter-spacing: -1px;
	margin: 15px 0px 0px 7px;
}

#right
{
	width: 400px;
	float: right;
	margin: 78px 15px 0px 0px;
}

#slideshow
{
	width: 988px;
	height: 165px;
	border-left: solid 1px #003326;
	border-right: solid 1px #003326;
	position: relative;
	z-index: 1;
}


/* Drop Down Menu Settings */

#menu
{
	width: 990px;
	float: left;
	margin: 0px;
	background: url(../images/menubg.gif) repeat-x top center;
	padding: 0px;
	position: relative;
	z-index: 4;
}

#menu li
{
	float: left;
	height: 40px;
	display: block;
	margin: 0px;
	padding: 0px;
	font: normal 18px/40px Arial;
	letter-spacing: -1px;
	position: relative;
	text-align: center;
}

#menu li a
{
	height: 40px;
	padding: 0px 29px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#menu li a:hover
{
	color: #fff;
	background: url(../images/menuover.gif) repeat-x top center;
}


.menuroot
{
	position: relative;
	z-index: 4;
}



.menusub
{
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	list-style: none;
}



#menu li ul
{
	padding: 0px 0px 0px 0px;
}



#menu li ul li
{
	background: #1E583B;
	width: 160px;
	float: left;
	height: 25px;
	clear: left;
	font: normal 13px/25px Verdana;
	text-align: left;
	padding: 0px;
}



#menu li ul li a
{
	padding: 0px;
	height: 25px;
	color: #fff;
	text-indent: 29px;
	width: 160px;
	text-decoration: none;
	display: block;
}



#menu li ul li a:hover
{
	text-decoration: underline;
	background: #2E6247;
	height: 25px;
	width: 160px;
}

/*End General Reset and Webpage Settings*/

#menuside
{
	width: 180px;
	float: left;
	margin: 0px;
	background: url(../images/menubg.gif) repeat top center;
	text-align: left;
	padding: 0px;
}

#menuside ul
{
	margin: 0px;
	padding: 0px;
}

#menuside li
{
	float: left;
	clear: left;
	height: 39px;
		font: normal 18px/38px Arial;
	letter-spacing: -1px;
		text-indent: 15px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 180px;
}

#menuside li a
{
	height: 39px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#menuside li a:hover
{
	color: #D2E048;
	height: 39px;
	width: 180px;
	background: url(../images/menuover.gif) repeat top center;
}
