/*
Version 2.0
21 August, 2007
*/

/* -- undo browser HTML defaults -- */
html{color:#000000;background:#ffffff;font-size:100%;}
body{font-size:100%;}
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,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;}

.center { text-align: center; margin: auto;}


/* BEGIN BASIC HTML TAGS */

html {}
body {
	font-family: Helvetica, Arial;
	padding: 0px;
}

/* main body heading */
#content h1 {
	font: 1.3em "Avenir", Verdana, Arial, sans-serif;
	margin-bottom: 15px;
}

/* main body sub heading */
#content h2 {
	font: 1em "Avenir", Verdana, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

/* sub content heading */
#sub_content_1 h1 {
	font: 1.8em "Avenir", Verdana, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

p {margin-bottom: 10px;}

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

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

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

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


/* BEGIN CONTAINER */
#wrapper_top {
	width: 820px;
}

#container {}

/* BEGIN HEADER */

#header {
	padding: 10px 5px 0px 5px;
	position:relative;
}

#header .logo {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	display: inline;
}

#header .utility-nav {display: none;}

/* tagline text info */

#header .intro {display: none;}

#header .promo {
	float: right;
	width: 200px;
	margin-top: 25px;
	margin-right: 100px;
	text-align: left;
	font: .65em "Avenir", Verdana, Arial, sans-serif;
}

#header .tagline {
	float: left;
	width: 200px;
	margin-top: 25px;
	margin-left: 65px;
	text-align: left;
	font: .65em "Avenir", Verdana, Arial, sans-serif;
}


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

/* BEGIN CONTENT CONTAINER */
#content_container {
	width: 800px;
	margin: 0px 10px;
}

/* BEGIN CONTENT */
#content {
	float: right;
	margin-right: 5px;
	width: 675px;
	font-size: .8em;
	display: inline;
}

/* END CONTENT */

/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	float: left;
	margin-left: 10px;
	width: 100px;
	display: inline;
}

#sub_content_1 ul {
	margin-left: 0;
}

#sub_content_1 .nav {
	width:100px;
}

	#sub_content_1 .nav .li22 {
		line-height: 15px;
		padding-top:3px;
		padding-bottom:3px;
	}
	
	#sub_content_1 .nav li {
		list-style: none;
		margin: 0;
		position: relative;
		line-height: 20px;
		display: block;
	}
	
	#sub_content_1 .nav a {
		font-size: .7em;
		display: block;
		text-decoration: none;
	}
	
	#sub_content_1 .nav a:hover {
		text-decoration: none;
	}
	
	#sub_content_1 .nav a.selected {
	}

/*SUB NAV POP OUT */	
	#sub_content_1 .nav ul li ul {
		position: absolute;
		top: 0px;
		left: 100px;
		margin: 0;
		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;
		}
/*END SUB NAV POP OUT */	

#sub_content_1 .content {
	display: inline-block;
	overflow: hidden;
	font-size: .75em;
}
/* END SUB CONTENT 1 */

/* BEGIN SUB CONTENT 2 */

#sub_content_2 {display: none;}
}
/* END SUB CONTENT 2 */

/* END CONTENT CONTAINER */

/* BEGIN FOOTER */
#footer {
	padding: 8px 5px 65px 5px;
}

#footer .nav li, #footer .nav ul{
	display: inline;
}

#footer .nav {
	text-align: center;
	text-transform: uppercase;
	font: .55em "Avenir", Verdana, Arial, sans-serif;
}

#footer .nav li li {
	display: none;
}

#footer .nav a, #footer .nav a:link {
	text-decoration: none;
}

#footer .nav a:hover {
	text-decoration: underline;
}
#footer .content {
	padding-top:10px;
	text-align: center;
	font-size: .75em;
}
/* END FOOTER */

/* BEGIN FLEX FOOTER */
#flex_footer {
	width: 820px;
	text-align: center;
	padding-top: 20px;
	font-size: .7em;
}
/* 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: 15px;
}

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

.floatright img {
	margin-left:15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.intro .floatright img,
.intro .floatleft img {margin: 0;}
/* 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 */

#optin {padding-top: 5px;}

#optin #name {width: 165px;}

#optin #email {width: 165px;}

#optin .button {margin-top: 10px;}