body {
	margin-top: 49px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* Font Styles */
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
	text-align: center;
	margin-bottom: 5px;
	color: #003E7E;
}

h2 {
	font-size: 18px;
	color: #8CC63F;
	margin-bottom: 5px;
	margin-top: 1.5em;
	text-align: left;
}

h3 {
	color: #003E7E;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	color: #003E7E;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	color: #F00;
	font-size: 11px;
	font-weight: bold;
}

p, ul, ol {
	margin: 0 0 1em 0;
	line-height: 20px;
	text-align: left;
	color: #000;
}

a:link {
	color: #005137;
}

a:hover, a:active {
	text-decoration: none;
	color: #8CC63F;
}

a:visited {
	color: #005137;
	text-align: left;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#header {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	background: #005137;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	background-color: #FFF;
}

#wrapper-btm {
	background-color: #FFF;
}
/* Page */

#page {
	width: 860px;
	display: table; height: 100%; /*background fix for Firefox */
	margin: 0 auto;
	background-color: #FFF;
}
/* Audience Navbar */

#menu {
	float: right;
	width: 600px;
	height: 32px;
	padding-left: 20px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: right;
}

#menu a {
	display: block;
	float: left;
	margin-right: 12px;
	padding-top: 7px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	font: 13px Arial, Helvetica, sans-serif;
	color: #005137;
}

#menu a:hover { 
	text-decoration: none; 
	color: #8CC63F;
}
#menu a:visited {
	text-decoration: none;
	color: #005137;
}
/* Content */

#content {
	float: right;
	width: 640px;
	background-color: #FFF;
}

/* Navbar */

#navbar {
	float: left;
	width: 220px;
	padding-left: 0px;
	padding-bottom: 10px;
	background-color: #FFF;
}
#navbar ul {
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	overflow: hidden;
	line-height: 26px;
}

#navbar li {
}

#navbar li ul {
}

#navbar li li {
	margin: 0; 
}

#navbar a {
	padding-top: -5px;
	margin-top: 0px;
}
#navbar img {
	padding-top: 5px;
}
/* Search */

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search {
	float: left;
	width: 230px;
	height: 32px;
	overflow: hidden;
}

#s {
	width: 161px;
	height: 17px;
	margin-right: 5px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 2px solid #BED99C;
	border-right: 2px solid #BED99C;
	border-left: 2px solid #BED99C;
}

#x {
	padding: 2px;
	border: none;
	background: #8CC63F;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

#bannerad {
	width: 620px;
	height: 250px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	background: #FFF;
}

/* HDS Events */

.event {
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.event .title {
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.event .entry {
	padding: 15px 15px;
	background-color: #005137;
	height: 126px;
	color: #FFF;
}
.event ul {
	padding-left: 15px;
	color: #FFF;
}
.event li {
		margin: .7em 0; /*space between bullets*/
}
.event a {
	color: white;
}
.event a:hover { 
	text-decoration: none; 
	color: #8CC63F;
}
.event visited {
	color: white;
}

/* HDS Features */

.features {
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 10px;
	float: left;
}

.features .title {
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.features .entry {
	padding: 15px 15px;
	background-color: #005137;
	height: 126px;
	color: #FFF;
}
.features ul {
	padding-left: 15px;
	color: #FFF;
}
.features li {
		margin: .7em 0; /*space between bullets*/
}
.features a {
	color: white;
}
.features visited {
	color: white;
}
.features a:hover { 
	text-decoration: none; 
	color: #8CC63F;
}
/* Page Text */
#story {
	margin-top: 9px;
	margin-left: 15px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 3px;
	border-top-color: #8CC63F;
	border-left: solid 3px;
	border-left-color: #8CC63F;
	text-align: left;
	height: auto;
}
#story ul {
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 0px;

	padding bottom: 5px;
	line-height: 15px; /* line-height within bullets*/
	text-align: left;
}
#story li {
		margin: .7em 0; /*space between bullets*/
}
#story img {
	float: right;
	border: 2px solid #005137;
	margin-left: 5px;
}
.center img{
	text-align: center;
}
#contactheader {
	background-color: #003E7E;
	width: 200px;
	border: 1px solid #003E7E;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 2px;
	float: right;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
}
#contact {
	background-color: #FFF;
	width: 198px;
	border: 2px solid #003E7E;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 2px;
	float: right;
	color: #005137;
	clear: right;
	font-weight: bold;
}
#contact li {
	line-height: 100%;
	margin: .5em o;
}
#contact a {
	font-weight: bold;
}
#noborder {
	width: 630px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#noborder img {
	border: 0px;
	float: left;
}
.accent {
	color: #003E7E;
}
.accent a{
	color: 003E7E;
	font-weight: bold;
}
.white {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
/* Forms */
.left {
	float: left;
}
.left img{
	float: left;
}
/* Bottomlinks */
#bottomlinks {
	width: 860px;
	height: 30px;
	float: left;
	background: #005137;
}
#bottomlinks ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#bottomlinks li {
	display: block;
	float: left;
}

#bottomlinks a {
	display: block;
	margin-right: 5px;
	margin-left: 6px;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	font: 13px Arial, Helvetica, sans-serif;
	color: #8CC63F;
}

#bottomlinks a:hover { 
	text-decoration: none; 
	color: #FFF;
}
#bottomlinks a:visited {
	text-decoration: none;
	color: #8CC63F;
}

#bottomspacer {
	width: 860px;
	height: 5px;
	float: left;
}

/* Footer */
#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
}

#footer {
	width: 860px;
	background: #005137;
	float: left;
	text-align: center;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: smaller;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
}

# {
	clear: both;
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;
	color: #999999;
}
/*javascript css for rounded corners*/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
.bordered {
border: solid 1px;
}

