/*

Version 2.0
21 August, 2007

*/






/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}





/* BEGIN BASIC HTML TAGS */
body {
	background-color: #2e556b;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #1d1d1d;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* main body heading */
h1 {
	font: 2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color: #6b9100;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ececec;
}

/* main body sub heading */
h2 {
	font: 1.3em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin-top: 10px;
}

/* tag line */
.tagline h3 {
	font: 1.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color: #b3d3e6;
	font-weight: bold;
}
/* payPal h3 */
h3 {
	font: 1.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
}

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

p {
	margin-bottom: 10px;
}

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

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

a {
	color: #2e556b;
}

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





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



/* BEGIN HEADER */
#header {
	height: 150px;
	background: url(../images/bg_header.png) top center no-repeat;
}

#header .logo {
	float: left;
	width: 385px;
	height: 100px;
}

#header .utility-nav {
	float: right;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	margin-right: 30px;
}

#header .utility-nav li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

#header .utility-nav li a {
	color: #ffffff;
	font-weight: bold;
}

#header .tagline {
	float: right;
	width: 365px;
	height: 70px;
	padding-top: 0;
	padding-right: 20px;
	text-align: right;
	overflow: hidden;
}

#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;
	font-size: 1.1em;
}

#header .nav ul {
	background: url(../images/bg_content-container.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;
}

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

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

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






/* BEGIN CONTENT CONTAINER */
#content_container {
	background-color: #ffffff;
	padding: 0 20px;
	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;
}
/* 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;
}

#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: 273px;
	overflow: auto;
}

#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.png) top center no-repeat;
	height: 60px;
}

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

#footer .nav {
	display: none;
}

#footer .extra {
	display: none;
}
/* END FOOTER */

#footer a {
	color: #66a7cc;
}

#footer a:hover {
	color: #6b9100;
	text-decoration: underline;
}



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

#flex_footer a {
	color: #66a7cc;
}

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

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

.floatright img {
	margin-left:15px;
}
/* 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;
}