@charset "UTF-8";

#main_teal {
	background-image: url(../images/backgrounds/back_teal.jpg);
	background-repeat: no-repeat;
	height: 100%;
	float: left;
	min-height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	position: relative;
	width: 1000px;
	left: -1px;
		padding-bottom: 15px;

}


#header_teal {
	background-color: #FFF;
	background-image: url(../images/headers/tealheader.jpg);
	background-repeat: no-repeat;
	height: 93px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footteal ul li a:link, #footteal ul li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 30px;
	background-color: #75C1B4;
	height: 30px;
	position: relative;
}
#footteal ul li a:hover {
	color: #008367;
	background-color: #BFE0D9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

#topmenu {
	list-style-type:none;
	text-align: center;
	width: auto;
	height: 32px;
	color: #FFF;
	font-size: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 578px;
	font-weight: normal;
	overflow: hidden;
}

#topmenu li {
	position:relative;
	float:left;
	width:84px;
	height:32px;
	z-index:100;
	margin-top: 0px;
	overflow: visible;
	padding: 0px;
	line-height: 260%;
}
#topmenu li a:link, #topmenu li a:visited {text-decoration:none;}
#topmenu dl  {
	top:0;
	left:0;
	margin: 0px;
	position: absolute;
	height: 32px;
	background-color: transparent;
	overflow: visible;
	padding: 0px;
	width: 84px;
}
#topmenu dt {
	float:left;
	height: 32px;
	margin: 0px;
	width: 84px;
}
#topmenu dt a:link , #topmenu dt a:visited {
	display:block;
	color:#FFF;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}

#topmenu li a:hover {
	border:0;
}
#topmenu li:hover dl, #topmenu li a:hover dl {
	width:84px;
	height: 32px;
}
#topmenu li:hover dt a, #topmenu li a:hover dt a {
	color:#008367;
	height: 32px;
	background-color: #BFE0D9;
	width: 84px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#navband {
	height: 57px;
	float: left;
	width: 40px;
	padding-left: 13px;
	padding-top: 3px;
	z-index: 50;
}


#nav {
	list-style:none;
	height:25px;
	position:relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 33px;
	z-index: 50;
}
#nav li.top {
	display:block;
	float:left;
	width: 33px;
}

#nav li a {
	float:left;
	height:25px;
	width:33px;
	text-decoration:none;
	cursor:pointer;
	padding: 0;
	display: block;
}
#nav li p a b {
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 175%;
	margin-left: 15px;
	letter-spacing: 1px;
	display: none;
	}

#nav li a.one {
	background-image:url(../images/icons/home_teal.jpg);
	width: 33px;
	background-repeat: no-repeat;
	background-position: center top;
}
#nav li a.two {
	background-image:url(../images/icons/email_teal.jpg);
	width: 33px;
	background-repeat: no-repeat;
	background-position: center top;
}

#nav li:hover a,
#nav a:hover
{
	background-position: 0 -24px;
}
#navband #nav .top b  {
	color: #FFF;
	padding-left: 0px;
}
.window h1 {
	color: #008367;
	font-size: 80%;
	line-height: 31px;
	padding-left: 10px;
}
