@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	background: url('bg.jpg');
	background-repeat:repeat-x;
	margin-bottom:30px;
	background-color:#156a6f;
}

#outer {
	width:782px;
	margin:0 auto;
}

#border {
	border:1px solid #000;
	border-top:0;
	margin:0 auto;
	width:780px;
	float:left;
}

#container {
	margin: 0 auto;
	width:778px;
	border:1px solid #fff;
	border-top:0;
	float:left;
}

#header {
	background-color:#2d2d2d;
	height:74px;
	float:left;
	width:778px;
}

#logo {
	width:556px;
	float:left;
}

#main {
	background:#dbd5c9 url('bg_mainContent.gif') repeat-x;
	width:778px;
	float:left;
}

#mainContent {
	background:#dbd5c9 url('bg_mainContent.gif') repeat-x;
	float:left;
}

#leftNav #mainContent {
	background:none;
	width:580px;
	float:left;
	border-left:1px solid #000;
}

#leftNavDiv {
	float:left;
	width:168px;
}

#leftNavDiv ul#leftNavList {
	padding:0;
	margin:25px 0 0 0;
	list-style:none;
}

#leftNavList li.first {
	padding:10px 0 10px 0;
	margin:0 10px 0 10px;
	border-bottom:1px dotted #6e675d;
}

#leftNavList li.first a:link, #leftNavList li.first a:visited {
	color:#127572;
	font-size:12px;
	text-decoration:none;
}

#leftNavList li a:hover {
	text-decoration:underline;
}

#leftNavList ul {
	margin:0;
	padding:0;
}

#leftNavList li.second {
	padding:0 0 0 10px;
	font-size:11px;
	font-style:italic;
	list-style:none;
	margin:0;
}

#leftNavList li.second a:link, #leftNavList li.second a:visited {
	color:#665f55;
}

#leftNavList li.third {
	padding:0 0 0 20px;
	font-size:10px;
	font-style:italic;
	list-style:none;
	margin:0;
}

#leftNavList li.third a:link, #leftNavList li.third a:visited {
	color:#665f55;
}

#leftNavList li.fourth {
	padding:0 0 0 20px;
	font-size:10px;
	list-style:none;
	margin:0;
}

#leftNavList li.fourth a:link, #leftNavList li.fourth a:visited {
	color:#000;
}

#webFeature {
	width:512px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #000;
}

#leftNav #webFeature {
	border-right:0;
}

#noRight #webFeature {
	width:748px;
	float:left;
	border:0;
}

#home #webFeature {
	border:0;
	width:513px;
}

h1#pageTitle {
	margin:30px 15px 0 10px;
	border-bottom:1px solid #9e9b95;
	width:747px;
}

#leftNav h1#pageTitle {
	width:578px;
}

#breadcrumb {
	font-size:10px;
	margin:5px 15px 20px 10px;
	color:#333;
	width:747px;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color:#333;
	text-decoration:none;
}

#innerContent {
	float:left;
	width:778px;
	margin-bottom:50px;
}

#homeRightCol {
	width:187px;
	float:left;
	background: url('bg_home_rightcol.jpg') no-repeat right;
	height:476px;
	padding:23px 20px 30px 28px;
}

#rightCol {
	padding:0 20px;
	width:195px;
	font-size:11px;
	float:left;
}

#rightCol a:link, #rightCol a:visited {
	color:#2e86c9;
}

#homeRightCol p {
	margin:0 0 10px 10px;
}

#homeRightCol .whiteText {
	color:#fff;
	margin-bottom:30px;
}

#homeRightCol a.whiteLink:link, #homeRightCol a.whiteLink:visited {
	color:#fff;
	text-decoration:underline;
}

#homeRightCol a.whiteLink:hover {
	text-decoration:none;
}

#memberForm, #sign_up {
	padding-left:10px;
}

#home_content_top, #home_content_bottom {
	width:544px;
	float:left;
}

#home_content_top ul, #home_content_bottom ul {
	font-size:11px;
	list-style-type:square;
	margin:10px 0 0 0;
	padding:0;
}

#home_content_top li, #home_content_bottom li {
	margin:0 0 10px 20px;
	padding:0;
}

#home_content_bottom a:link, #home_content_bottom a:visited {
	color:#5d5d5d;
}

.home_content_left {
	width:250px;
	float:left
}

.home_content_right {
	width:250px;
	float:left;
	margin-left:30px;
}

#footer {
	width:778px;
	background: url('bg_footer.jpg') no-repeat;
	height:81px;
	float:left;
}

#footerContent {
	float:left;
	font-size:10px;
}

#topNav {
	width:778px;
	float:left;
	height:50px;
}

#nav, #nav ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	position:relative;
	z-index:200;
}

#nav a {
	display:block;
	font-size:12px;
	color:#2d7fc9;
}

/*first level*/
#nav li { 
	position:relative;
	float:left;
}

/*second level position*/
#nav li ul {
	position:absolute;
	left: -999em;
	margin:0;
	clear:both;
	border-bottom: 1px solid #000;
}

#nav li ul li {
	clear:both;
	background-color:#fff;
}

/* third level position */
#nav li ul li ul {
	margin-left:151px;
	top:0;
}

/*controls font color and style for first level menu items*/
#nav li a {
	color:#fff;
	text-decoration:none;
	padding:0;
	font-weight:bold;
}
#nav li a:hover {
	color:#444;
}

/*controls font color and style for second level and lower menu items*/
#nav li ul li a {
	color:#2d7fc9;
	border: 1px solid #000;
	border-bottom:0;
	padding:5px 10px;
	width:130px;
	font-size:11px;
}

#nav li ul li a:hover {
	text-decoration:none;
}
	
/*Hidden nav positioning DO NOT Adjust*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left:-999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left:auto;}

#nav li:hover, #nav li.hover {
    height:1%;
}

ul#nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul#nav li { z-index: 201; }

/* this is for IE 5.0 */
select.hide { visibility: hidden; }