@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 22px;
	background: #005353 url(images/bg-top.png) top center repeat-x;
	}

img {
	border: 0;
}
img a {
	border: 0;
}
a:link, a:visited, a:active {
	color: #00a4e4;
	text-decoration: none;
}
a:hover {
	color: #026f9b;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #614e30;
	padding: 15px 0px;
	margin: 0;
	font-weight: normal;

}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #005353;
	padding: 5px 0px;
	margin: 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #005353;
	padding: 5px 0px;
	margin: 0;
}
p {
	margin: 0;
	padding: 10px 0px;
}
hr {
	border-top: 1px solid #614e30;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	margin-bottom: 15px;
}

input	{
	font-size: 11px;
	}

td	{
	vertical-align: top;
	}

form	{
	width: 100%;
	margin: 0;
	}

textarea	{
	width: 100%;
	}

/*  CUSTOM STYLES  */

#wrapper {
	width: 980px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
#header {
	height: 158px;
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
	background: transparent url(images/header-bg.jpg) top left no-repeat;
}

#content {
	width: 980px;
	overflow: auto;
	text-align: left;
}

#footer {
	width: 980px;
	background: transparent url(images/footer-bg.png) top left no-repeat;
	padding: 20px 200px 20px 200px;
	font-size: 11px;
	color: #fff;
	text-align: left;
	overflow: auto;
}

.clr	{
	clear: both;
	}

/* NAVIGATION */

#navtop	{
	width: 180px;
	height: 20px;
	background: transparent url(images/navtop-bg.png) top left no-repeat;
	}
	
#navfoot	{
	width: 180px;
	height: 30px;
	background: transparent url(images/navfoot-bg.png) top left no-repeat;
	}

#nav {
	width: 180px;
	background: transparent url(images/nav-bg.png) top left repeat-y;
}

#nav ul {
	margin: 0;
	margin-left: 10px;
	padding: 0px 10px;
}

#nav ul li {
	list-style:none;
	line-height: 16px;
	padding: 6px 0px;
}

#nav ul li a  {
	text-align: left !important;
	font-size: 14px;
	font-weight: bold;
	color: #614e30;
	}
	
#nav ul li a.last	{
	}
	
#nav ul li a:hover {
	color: #005353;
	text-decoration: none;
}

.current		{
	color: #C6EFFF !important;
	}

#c1 {	/*	left sidebar	*/
	float: left;
	width: 180px;
	background: transparent url(images/c1-bg.png) top left repeat-y;
}
#c2 {	/* main body of text */
	float: left;
	width: 520px;
	min-height: 460px;
	height: auto !important;
  	height: 460px;
	background-color: #fff;
	padding: 20px;
}

#c3 {	/* Alternate main body column for full-page layout */
	float: left;
	width: 240px;
	background: transparent url(images/c3-bg.png) top left repeat-y;
}

.lefty	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.righty	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

#logo	{
	width: 270px;
	height: 90px;
	float: left;
	}

#tagline	{
	color: #fff;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	margin: 20px 10px;
	}

.large	{
	font-size: 24px;
	font-weight: normal;
	}

#contact	{
	font-size: 12px;
	margin: 10px 10px 20px 20px;
	color: #fff;
	}
