/*

Version 2.0
21 August, 2007

*/






/* -- 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 {
	background-color: #9B3D99;
}

body {
	font: 0.8em Trebuchet MS, Helvetica, Arial;
	color: #333333;
	padding: 10px;
}

/* main body heading */
h1 {
	font: 2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin-bottom: 15px;
	color: #adbf46;
}

/* main body sub heading */
h2 {
	font: 1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #666666;
}

/* tag line */
h3 {
	font: 1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #fbd480;
}

/* sub content heading */
h4 {
	font: 1.0em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #adbf46;
}

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 {
	color: #f6a800;
	text-decoration: underline;
}

a:visited {
	color: #f6a800;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}





/* BEGIN CONTAINER */
#container {
	margin: 0 auto;
	width: 780px;
}



/* BEGIN HEADER */
#header {
	width: 770px;
	padding: 5px 5px 0 5px;
	background: url(../images/bg_header.gif) top center no-repeat;
}

#header .logo {
	float: left;
	width: 365px;
	padding: 10px;
}

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

#header .tagline {
	float: right;
	width: 365px;
	padding-top: 30px;
	padding-right: 20px;
	text-align: right;
}

#header .intro {
	display: none;
}

#header .nav {
	clear: both;
	padding-top: 6px;
	height: 44px;
	background: url(../images/bg_nav.png) bottom center no-repeat;
	text-align: center;
	font-weight: bold;
}

#header .nav ul {
	background: url(../images/bg_nav-ul.png) bottom center no-repeat;
	margin: 0;
	height: 44px;
	padding-left: 20px;
}

#header .nav li {
	float: left;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	padding-left: 10px;
	list-style: none;
}

#header .nav li.selected {
	background: url(../images/bg_nav-li.png) top left no-repeat;
}

#header .nav li a {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#header .nav li a.selected {
	background: url(../images/bg_nav-a.png) top right no-repeat;
	color: #f6a800;
}

#header .nav li a:hover {
	color: #333333;
	text-decoration: none;
}

#header .nav li a.selected {	
}
/* END HEADER */






/* BEGIN CONTENT CONTAINER */
#content_container {
	width: 730px;
	padding: 0 25px;
	background: url(../images/bg_content-container.gif) top center repeat-y;
	line-height: 1.5em;
}



/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	display: none;
}

#sub_content_1 .nav {
}

#sub_content_1 .content {
}

#sub_content_1 .promo {
}

#sub_content_1 .extra {
}
/* END SUB CONTENT 1 */



/* BEGIN CONTENT */
#content {
	float: left;
	width: 500px;
}

#content .intro {
	margin-bottom: 20px;
}
	
	#content .intro .floatright,
	#content .intro .text {
		display: none;
	}
/* END CONTENT */



/* BEGIN SUB CONTENT 2 */
#sub_content_2 {
	float: right;
	width: 210px;
}

#sub_content_2 .nav {
	display: none;
}

#sub_content_2 .content {
	background: url(../images/bg_lightbox.gif) top center repeat-y;
	margin-bottom: 20px;
}

#sub_content_2 .content h4 {
	padding: 20px;
	padding-bottom: 5px;
	background: url(../images/bg_lightbox-top.gif) top center no-repeat;
}

#sub_content_2 .content .txt {
	padding: 0 20px;
	margin-bottom: 0;
}

#sub_content_2 .content .txt ul {
	margin-bottom: 0;
}

#sub_content_2 .content .img	{
	padding: 20px;
	background: url(../images/bg_lightbox-bottom.gif) bottom center no-repeat;
}

#sub_content_2 .promo {
	background: url(../images/bg_darkbox.gif) top center repeat-y;
	margin-bottom: 20px;
}

#sub_content_2 .promo h4 {
	padding: 20px;
	padding-bottom: 5px;
	background: url(../images/bg_darkbox-top.gif) top center no-repeat;
	color: #333333;
}

#sub_content_2 .promo .txt {
	padding: 0 20px;
	margin-bottom: 0;
}

#sub_content_2 .promo .txt ul {
	margin-bottom: 0;
}

#sub_content_2 .promo .img	{
	padding: 20px;
	background: url(../images/bg_darkbox-bottom.gif) bottom center no-repeat;
}

#sub_content_2 .extra {
	background: url(../images/bg_extra.jpg) top center no-repeat;
	height: 201px;
}

#sub_content_2 .extra h4 {
	padding: 20px;
	padding-bottom: 5px;
}

#sub_content_2 .extra .txt {
	padding: 0 20px;
	margin-bottom: 0;
}

#sub_content_2 .extra .txt ul {
	margin-bottom: 0;
}

#sub_content_2 .extra .img	{
	padding: 20px;
}
/* END SUB CONTENT 2 */



/* END CONTENT CONTAINER */





/* BEGIN FOOTER */
#footer {
	background: url(../images/bg_footer.gif) bottom center no-repeat;
	padding: 0 5px 5px 5px;
}

#footer .promo {
	background: url(../images/bg_footer-promo.png) top center no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

#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;
	color: #ffffff;
}

#flex_footer a {
	color: #f6a800;
}

#flex_footer a:hover {
	color: #000000;
}
/* 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;
}

.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;
}
