/*

Version 2.4
6 May, 2008

*/






/* -- undo browser HTML defaults -- */
html{color:#000000;background:#ffffff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}





/* BEGIN BASIC HTML TAGS */
html {
	padding: 10px;
}

body {
	font: 0.8em "Century Gothic", sans-serif;
}

/* main body heading */
h1 {
	font: 2.0em "Century Gothic", sans-serif;
	margin-bottom: 15px;
}

/* main body sub heading */
h2 {
	font: 1.3em "Century Gothic", sans-serif;
	font-weight: bold;
}

/* tag line */
h3 {
	font: 1.4em "Century Gothic", sans-serif;
	font-weight: bold;
}

/* sub content heading */
h4 {
	font: 1.0em "Century Gothic", sans-serif;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

ul, ol {
	margin-left: 25px;
	margin-bottom: 15px;
}

ul li {
	margin-left: 15px;
	list-style: disc;
}

ol li {
	marign-left: 15px;
	list-style: decimal;
}

a,
a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* BEGIN CONTENT CONTAINER WRAPPER */
#wrapper_top {
}

#wrapper_inner {
}

#wrapper_bottom {

}
/* BEGIN CONTENT CONTAINER */
#content_container {
	background: url(../images/bg-content.gif) top left repeat;
}




/* BEGIN CONTAINER */
#container {
	margin: 0 auto;
	width: 900px;
	border: 1px solid;
}



/* BEGIN HEADER */
#header {
}

#header .logo {
	text-align: center;
	padding: 0px;
}
	
#header .utility-nav {
	display: none;
}
	
#header .tagline {
	padding-top:20px; 
	min-height:50px; }
}
	
#header .intro {
	display: none;
}

#header .nav {
	display: none;
}

#header .promo {
	display: none;
}
/* END HEADER */


/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	float:left; vertical-align:top;
	width: 175px;
}

#sub_content_1 .icon {
	text-align:center;
	padding:10px;
}

#sub_content_1 ul {
	margin-left: 0;
}

#sub_content_1 .nav {
	font-size:1.25em;
	padding: 5px;
}
	
	#sub_content_1 .nav li {
		list-style: none;
		margin: 0;
		position: relative;
		height: 25px;
		line-height: 20px;
		padding-bottom: 10px;
	}

	#sub_content_1 .nav li.li4,
	#sub_content_1 .nav li.li5,
	#sub_content_1 .nav li.li6
	#sub_content_1 .nav li.li10 {
		height: 25px;
		line-height: 20px;
		padding-bottom:30px;
	}	
	
	
	#sub_content_1 .nav a {
		padding-left: 15px;
		display: block;
		text-decoration: none;
	}
	
	#sub_content_1 .nav a:hover {
		text-decoration: none;
	}
	
	#sub_content_1 .nav a.selected {
	}
	
	#sub_content_1 .nav ul li ul {
		position: absolute;
		top: 0px;
		left: 139px;
		margin: 0;
		background-color: #ffffff;
		border: 1px solid;
		border-left: 0;
		display: none;
	}
		
		#sub_content_1 .nav ul li:hover ul,
		#sub_content_1 .nav ul li.over ul {
			display: block;
		}
		
		#sub_content_1 .nav ul li ul li a {
			background: none;
			padding: 0 10px;
		}

#sub_content_1 .content {
	width: 165px;
	padding: 5px;
	overflow: hidden;

}

/* END SUB CONTENT 1 */
/* BEGIN SUB CONTENT 2 */
#sub_content_2 {
	float: left; vertical-align:top;
	width: 165px;
	margin-left:10px;
}

#sub_content_2 .nav {
	display: none;
}

#sub_content_2 .content {
	width: 155px;
	padding: 10px 5px 10px 5px;
	overflow: hidden;
}

/* END SUB CONTENT 2 */


/* BEGIN CONTENT */
#content {
	float: left;
	width: 530px;
	padding: 10px 10px 10px 10px;
	line-height: 1.3em;
}

#content .intro {
	display: none;
}

/* END CONTENT */




/* END CONTENT CONTAINER */





/* BEGIN FOOTER */
#footer {
	clear: both;
	font-weight: bold;
	min-height:50px;
	padding:10px; 
}
	#footer .promo {
		text-align: center;
		padding: 10px 5px;
	}
	
	#footer .nav {
		display: none;
	}
	
	#footer .extra {
		display: none;
	}
/* END FOOTER */





/* BEGIN FLEX FOOTER */
#flex_footer {
	text-align: center;
	padding-top: 20px;
	font-size: 0.8em;
}

	#flex_footer a {
	}
	
	#flex_footer a:hover {
	}
/* END FLEX FOOTER */





/* BEGIN UTILITY CLASSES */
.clear {
	clear:both;
	height:0PX;
	line-height:1px;
	font-size:1px; 
}

.floatleft {
	float:left;
	vertical-align:top;
}

.floatleft img {
	margin-right:15px;
	margin-bottom: 10px;
}

.floatright {
	float:right;
	vertical-align:top;
}

.floatright img {
	margin-left:15px;
	margin-bottom: 10px;
}
/* END UTILITY CLASSES */





/* BEGIN CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* END CLEARFIX */




/* BEGIN OPTIN FORM STYLES */
#optin {
	padding-top: 5px;
}

#optin #name {
	width: 130px;
}

#optin #email {
	width: 130px;
}

#optin .button {
	margin-top: 10px;
}
/* END OPTIN FORM STYLES */

/* Forms */
form {
	border:none;
	font-size: 1em;
	padding-top:10px;
}
input,
select,
textarea {
width:130px;
color: #8a7b68;
border: 1px solid #8a7b68;
padding: 3px;
background-color: #ebed94;
margin: 3px 0;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}


input.hover,
select.hover,
textarea.hover {
background-color: #ffffff;
}
input.active,
select.active,
textarea.active {
border: 1px inset #8a7b68;
background-color: #ffffff;
}

#interests label {
	float:left;
	width:100px;
	line-height:30px;
	margin-top:-5px;
}
#interests span.checkbox {
	line-height:30px;
	width: 20px;
	height: 20px;
	background: url(../images/checkbox.gif) no-repeat;
	float: right;
	padding-right:10px;
}
form #submit-go {
	float:right;
	margin:10px 45px 0 0;
	width:74px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/submit.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
