body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #333333;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 18px;
   margin: 0 auto;
   padding: 0;
   background: #8cc63f url(images/bg.gif) repeat-x;
}

#sitedescription  {display: none;}

/* All link definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

.clear {
	clear: both;
}

p {
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 11px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0;
}

h1 {
	text-transform: uppercase;
	font-size: 21px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 10px;
}

h2 {
	font-size: 17px;
	color: #8CC63F;
	padding-bottom: 5px;
}

h2.uppercasse {
	font-size: 17px;
	color: #333333;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h3 {
	font-size : 14px;
	color: #88B3DA;
	padding-bottom: 5px;
}

h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #333333;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #003468;
	text-decoration: underline;
	font-weight: bold;
}

ul {
	margin: 0;
	padding-left: 30px;
	line-height: 20px;
}


#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0 12px;
	background: url(images/page_bg.png) repeat-y;
}

#header {
	width: 1000px;
	margin: 0 auto;
	padding: 0 12px;
	height: 198px;
	background: url(images/header_BIG.jpg) no-repeat;
	z-index:10;
	position:relative;
}

#member_login {
	width: 420px;
	height: 30px;
	float: right;
	font-size: 10px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	padding:10px;
	margin-top:30px;
	margin-right:13px;
	}

.small {
	font-size:10px;
	color:#333333;
	font:normal;
	}

#logo {
	float: left;
	width: 294px;
	height: 105px;
	margin: 5px 0 5px 13px;
}

ul#anchor  { list-style: none; margin: 0; padding:0; }
ul#anchor li { display: inline; padding: 0px 0px 0px 15px; }
ul#anchor a:link, ul#anchor a:visited, ul#anchor a:active { color: #333; text-decoration: none; font-weight: bold; font-size:11px; }
ul#anchor a:hover {color: #003468; text-decoration: none; font-size:11px;}


.anchorsearch {
	font-size: 11px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	letter-spacing:-0.2px;
}

input[type="text"].memberapplication  {
	font-size: 11px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 3px;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	letter-spacing:-0.2px;
}


select.memberapplication  {
	font-size: 11px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 2px;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	letter-spacing:-0.2px;
}

textarea.memberapplication  {
	font-size: 11px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	width: 98%;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	letter-spacing:-0.2px;
}

/* ---------------------- PRIMARY NAVIGATION  ---------------------- */

#nav {
	height: 115px;
	width: 1000px;
	float: right;
	margin: -70px 8px 0 0;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	z-index: 15;
	position: relative;
}

ul#topnav {
	text-align: center;
	margin-top:47px;
	margin-left:0px;
	padding: 0 0 0 0;
	float: left;
	width: 1000px;
	/*
	float: left;
	width: 100%;
	list-style: none;
	height: 35px;
	background: url(images/bg_menu.gif) repeat-x;
	z-index: 2;
	*/
	z-index:21;
	position: relative;
}

ul#topnav li {
	display: inline;
	margin: 0;
	padding: 0 2px;
	/*
	float: left;
	margin: 0;
	padding: 0;
	*/
	position: relative;
}

ul#topnav li a {
	color: #FFF;
	padding: 0px 8px;
	margin-right:0px;
	text-decoration: none;
	font-size: 15px;

	/*
	float: left;
	color: #FFFFFF;
	*/
}

ul#topnav li:hover a, ul#topnav li a:hover {
	text-decoration: none;
	color: #fff;
}

ul#topnav li .sub {
	text-align: left;
	position: absolute;
	top: 23px;
	z-index: 5;
	left: 0;
	background: #003468;
	padding: 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}

ul#topnav li .sub ul {
	/*
	list-style: none;
	*/
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}

ul#topnav .sub ul li {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul#topnav .sub ul li a {
	/*
	float: none;
	*/
	text-indent: 0; /*--Reset text indent--*/
	/*
	height: auto;
	*/
	padding: 2px 5px 2px 5px;
	display: block;
	text-decoration: none;
	color: #8CC63F;
	font-size: 13px;
	font-weight: bold;
	background: none;

}

ul#topnav .sub ul li a:hover {
	color:  #fff;
	text-decoration: none;
}

/* HOMEPAGE STYLES*/

#intro {
	width: 406px;
	float: left;
	margin: 0px 30px 0 15px;
	z-index: 3;
	position: relative;
	font-size: 14px;
	line-height: 21px;
}

#intro-text {
	padding-left: 30px;
	width: 390px;
	height: 241px;
}

#intro-gallery {
	float: right;
	background: url(images/gallery_bg.png) no-repeat;
	height: 316px;
	width: 505px;
	padding: 16px;
	margin: 0px 12px 0 0;
	z-index: 2;
	position: relative;
}

ul#gallery {
	list-style: none;
	margin: 0; padding: 0;
}

#home-blue {
	background: #88b3da;
	width: 950px;
	height: auto;
	z-index: 1;
	top: -50px;
	position: relative;
	padding: 75px 25px 0px 25px;
	font-size: 14px;
	line-height: 20px;
}

#video {
	width:291px;
	height: auto;
	float:left;
	text-align:center;
	min-height:218px;
	margin-top: 200px;
	clear:both;
	}


.feature-title {
	text-align: center;
}

#feature-1 {
	float: left;
	width: 295px;
	height: 340px;
}

#feature-2 {
	float: left;
	width: 295px;
	padding: 0 30px 0 30px;
	background: url(images/bg_feature.gif) repeat-y;
	min-height: 462px;
	height: auto !important;

}

#feature-3 {
	float: left;
	margin-top:-10px;
	width: 270px;
	height: auto;
	text-align:left;

}

ul#news_rotator {
	line-height: 20px;
	list-style:none;
	padding: 0;
	margin: 0 auto;
}

#teaser-container {
	width: 295px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#teaser-container ul { margin: 0; padding: 0;}
#teaser-container ul li {margin: 0; padding: 0;}

ul#teaser_rotator {
	list-style: none;
	width: 260px;
	height: 120px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

ul#teaser_rotator li { margin: 0 auto; padding: 0; width: 260px; }
ul#teaser_rotator a, ul#teaser_rotator img { margin: 0; padding: 0;}

#advertisers {
	background:url(images/sponsors_bg.jpg) no-repeat;
	background-color: #88b3da;
	height:140px;
	margin-top: 0px;
	padding-top:62px;
	margin-left:-20px;
	}

#investors {
	width: 990px;
	height:auto;
	background: url(images/investors_bg.png) no-repeat;
	text-align: center;
	background-color:#FFFFFF;
	margin-top: -45px;
	padding-top:25px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}
#investors img {
  border: none;
  margin: 0;
  padding: 0;
}



/* INTERIOR STYLES*/

#breadcrumb {
	width: 750px;
	height: 30px;
	padding: 15px 0 0 250px;
	font-size: 11px;
}

#breadcrumb a, #breadcrumb a:link {
	color: #999999;
	font-weight: normal;
}

#content {
	width: 715px;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	margin: 30px 0px 0 0;
	padding-bottom: 30px;
	float: left;
	font-size: 13px;
	background: url(images/content_bg.jpg) bottom right no-repeat;
}

.content {
	width: 715px;
	height: auto;
	background: url(images/content_bg.jpg) bottom right no-repeat;
	padding: 15px 30px 30px 0;
	font-size: 13px;
}

.side {
	width: 200px;
	padding: 15px 35px 0 20px;
	font-size: 14px;
	line-height: 20px;

}

.side ul { margin: 0; color: #8CC63F; padding-left: 15px;}
.side li { margin: 0; padding: 0; }
.side a, .side a:link, .side a:visited { color: #333; text-decoration: none; font-weight: bold;}
.side a:hover {color: #333; text-decoration: underline;}

#side {
	width: 200px;
	margin: 20px 20px 0 15px;
	float: left;
	font-size: 13px;
	line-height: 20px;
}

#side ul { margin: 0; color: #8CC63F; padding-left: 15px;}
#side li { margin: 0; padding: 0; }
#side a, #side a:link, #side a:visited { color: #666; text-decoration: none; font-weight: bold;}
#side a:hover {color: #666; text-decoration: underline;}

.active {
	color: #8CC63F;
}

.side-box {
	background: #e9eaea;
	padding: 20px;
	width: 180px;
	margin: 10px 0;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	font-size: 11px;
	line-height: 15px;
}

#footer {
	width: 980px;
	padding: 0 10px 20px 10px;
	height: auto;
	background: #003468;
	font-size: 14px;
	color: #4e7da7;
	text-align: center;
}

#footer ul { list-style: none; margin: 0; padding-top: 15px;}
#footer li { display: inline; padding-right: 5px; }
#footer a, #footer a:link, #footer a:visited { color: #4e7da7; text-decoration: none; font-weight: normal;}
#footer a:hover {color: #4e7da7; text-decoration: underline; font-weight: normal;}

.copyright {
	font-size: 10px;
}

div#intakeForm input[type="text"] {
  background-color: #FAFAFA;
  width: 98%;
  border: none;
  border-bottom: 1px solid #000;
}
div#intakeForm textarea {
  font-family: Arial;
  font-size: 12px;
  background-color: #FAFAFA;
  width: 98%;
  height: 78px;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  resize: none;
  -moz-resize: none;
}
