/*
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: 10px;
}

/* main body heading */
h1 {
	font: 2em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin-bottom: 15px;
}

/* main body sub heading */
h2 {
	font: 1.1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
}

/* tag line */
h3 {
	font: 1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
}

/* sub content heading */
h4 {
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	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 {
	margin: 0 auto;
	width: 780px;
}

#container {}

/* BEGIN HEADER */

#header {
	width: 770px;
	padding: 0px 0px 0px 0px;
	position:relative;
}

#header .logo {
	float: left;
	margin: 6px 0 0 0;
	height: 263px;
	width: 250px;
}

#header .utility-nav {display: none;}

#header .promo {
	float: right;
	margin: 6px 0 0 0;
	height: 263px;
	width: 514px;
}

#header .tagline {
	background: url(../images/tagline_bg.gif) top left no-repeat;
	float: left;
	width: 770px;
	height: 45px;
	margin-top: 6px;
	margin-left: 0px;
	text-align: left;
	line-height: 45px;
}

#header .tagline1 {
	float: left;
	width: 240px;
	padding: 0 5px 0 5px;
}
#header .tagline2 {
	float: left;
	width: 500px;
	padding: 0 5px 0 15px;
}

#header .intro {display: none;}

#header .nav {
	position: relative;
	width: 770px;
	height: 43px;
	font-weight: bold;
	font-size: .75em;
	text-align: center;
}

#header .nav li {
	list-style-type:none;
 	float: left;
	margin: 0 -1px 0 0;
	padding: 0 0 0 20px;
	position: relative;
	height: 43px;	
}

#header .nav li a {
	padding: 15px 20px 0px 0px;
	display: block;
	text-decoration: none;
	height: 43px;
}

#header .nav ul {
	clear: both;
	margin-top: 0px;
	padding-left: 10px;
	background: url(../images/nav_bg.gif) bottom center no-repeat;
}

#header .nav ul li {
	background: url(../images/nav_off.gif) top left no-repeat;
}

#header .nav ul li a {
	background: url(../images/nav_off.gif) top right no-repeat;
}

#header .nav li.selected,
#header .nav li:hover,
#header .nav li.over {
	background: url(../images/nav_on.gif) top left no-repeat;
}

#header .nav li.selected a,
#header .nav li:hover a,
#header .nav li.over a, 
#header .nav li a.selected,
#header .nav li a:hover ,
#header .nav li a.over {
	background: url(../images/nav_on.gif) top right no-repeat;
}

#header .nav ul li.li1 { width: 98px; }
#header .nav ul li.li2 { width: 98px; }
#header .nav ul li.li3 { width: 146px; }
#header .nav ul li.li4 { width: 98px; }
#header .nav ul li.li5 { width: 98px; }
#header .nav ul li.li6 { width: 98px; }

/* drop down */
#header .nav li.selected li a,
#header .nav li:hover li a,
#header .nav li.over li a {	background: none;}


#header .nav ul li:hover ul,
#header .nav ul li.over ul {display: block;}

#header .nav ul li ul {
	z-index: 100;
	position: absolute;
	margin-top: 1px;
	margin-left: -1px;
	left: 0;
	padding: 0;
	height: auto;
	text-align: left;
	background: none;
	display: none;
	top: 40px;
}

/* adjust drop down width accordingly */
#header .nav ul li ul {
	width: 200px;
}

#header .nav ul li ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	line-height:14px;
	height: 20px;
	background: none;
}

#header .nav ul li ul li a {
	margin: 0;
	padding: 5px 10px;
	height: 10px;
	background: none;
}

/* END HEADER */

/* BEGIN CONTENT CONTAINER */
#content_container {
	width: 770px;
	margin: 0px 0px;
	font-size: .825em;
}

/* BEGIN CONTENT */
#content {
	float: right;
	margin-right: 0px;
	width: 514px;
	line-height: 1.5em;
}

#content .intro {margin-bottom: 20px;}

	#content .intro .floatright,
	#content .intro .text {display: none;}
/* END CONTENT */

/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	margin-top: 6px;
	float: left;
	margin-left: 0px;
	width: 250px;
	font-size: .85em;
}

#sub_content_1 .content_wrapper_outer {
	padding-top: 10px;
	background: url(../images/col_content_outer.gif) top center no-repeat;
	margin-bottom: 6px;
}

#sub_content_1 .content_wrapper_inner	{
	padding-bottom: 10px;
	background: url(../images/col_content_inner.gif) bottom center no-repeat;
}

#sub_content_1 .content {
	background: url(../images/col_content_fill.gif) top center repeat-y;
	width:250px;
	display: inline-block;
	overflow: hidden;
}


#sub_content_1 .utility-nav {display: none;}
#sub_content_1 .nav {display: none;}

/* 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 18px 5px;	font-size: 1.2em;
	font-size: .8em;
}

#footer .promo {display: none;}

#footer .nav {display: none;}

#footer .content {text-align: center;}
/* END FOOTER */

/* BEGIN FLEX FOOTER */
#flex_footer {
	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 {
	background: url(../images/optin_bg.gif) top center no-repeat;
	height: 126px;
	padding: 10px 10px 0 10px; 
}

#optin #name {
	width: 165px;
	margin-bottom: 10px;
}

#optin #email {
	width: 165px;
	padding bottom: 10px;

}
#optin .button {
	width: 74px;
  	height: 28px;
  	margin-left: 97px;
  	padding: 0;
  	border: 0;
	background: transparent url(../images/submit.gif) no-repeat center top;
  	text-indent: -1000em;
	margin-top: 10px;
}