
/* 
*************************************************************************
  GLOBAL HTML OVERRIDES
************************************************************************* 
*/
h1, h2, h3, h4, h5, h6 {
	font-family: tahoma;
	font-weight: bold;
}
h1 {
	font-size: 138.5%;
	color: #23425a;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
}
h3 {
	font-size: 182%;
	margin: 0;
	padding: 8px 0 18px 0;
}
th, td {
	border: 0;
}



/* 
*************************************************************************
  GENERAL LAYOUT STYLES
************************************************************************* 
*/
html {
	background: #fff;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	padding-top: 3px;
	padding-bottom: 30px;
	background: #fff;
}
#page {
	width: 700px;
	margin: 0 auto;
}
#header {
	text-indent: -9999px;
	height: 143px;
	background: url(images/header.jpg) no-repeat center 0;
}
#content {
	background: url(images/content_middle.jpg) repeat-y center 0;
}
#content-wrapper {
	padding: 0 20px; background: url(images/content_top.jpg) no-repeat center 0;
}
.page-tpl #content-wrapper {padding: 0 40px; background: url(images/content_top2.jpg) no-repeat center 0;}
#content-top {
	padding: 0 0 0 20px;
}
#content-top-left {
	float: left;
	padding-top: 35px;
	width: 376px;
}
#content-top-right {
	padding-top: 20px;
	float: left;
	width: 264px;
}
#banner-strip {
	text-indent: -9999px;
	height: 86px;
	background: url(images/banner.gif) no-repeat 0 0;
}
#footer {
	padding-top: 142px;
	background: url(images/footer.jpg) no-repeat center 0;	
}
/* CLOSE GENERAL LAYOUT STYLES */



/* 
*************************************************************************
  INTRO CONTENT STYLES
************************************************************************* 
*/
#video-player {
	width: 396px;
	height: 264px;
}
/* CLOSE INTRO CONTENT STYLES */



/* 
*************************************************************************
  OPTIN BOX STYLES
************************************************************************* 
*/
#optin-box {
	margin: 0;
	font-size: 93%;
	width: 264px;
	background: url(images/optinbox.jpg) no-repeat 0 0;
}
#optin-box .content {
	height: 505px;
	position: relative;
}
#optin-box p.help {
	color: #000;
	padding: 5px 15px 0 25px;
	position: absolute;
	top: 190px;
}
#optin-box .content p.notice {
	font-size: 88%;
	text-decoration: underline;
	color: #00;
	padding: 0 20px 0 33px;
	position: absolute;
	top: 396px;
}
#optin-box .content p.privacy-note {
	padding: 0 30px 0 0;
	font-size: 85%;
	line-height: 1em;
	color: #000;
	position: absolute;
	top: 452px;
	left: 90px;
}
#optin-box .content #name-field-1 {
	border: 0;
	position: absolute;
	top: 259px;
	right: 22px;
}
#optin-box .content #email-field-1 {
	border: 0;
	position: absolute;
	top: 291px;
	right: 22px;
}
#optin-box .content #email-field-1, #optin-box .content #name-field-1 {
	padding: 6px 0 0 6px;
	width: 184px;
	height: 20px;
}
* html #optin-box .content #email-field-1, * html #optin-box .content #name-field-1 { /* the tan box model hack */
	width: 190px;
	w/idth: 184px;
	height: 26px;
	he/ight: 20px;
}
#optin-box .content #submit-btn-1 {
	text-indent: -9999px;
	width: 220px;
	height: 59px;
	border: 0;
	position: absolute;
	top: 332px;
	left: 28px;
	display: block;
	cursor: pointer;
	background: url(images/submit_btn.gif) no-repeat 0 0;
}
/* CLOSE OPTIN BOX STYLES */



/* 
*************************************************************************
  FEATURES BLOCK STYLES
************************************************************************* 
*/
#features {
	padding-top: 20px;
}
#features h3 {
	text-align: center;
	color: #ff0000;
}
#features p {
	font-size: 108%;
}
#features ul {
	margin: 0 6em 1.5em 6em;
	padding: 0;
}
#features ul,
#features li {
	list-style: none;
}
#features li {
	padding: .7em 0 .7em 10px;
}
#features li.alt {
	background: url(images/altrow_bg.gif) repeat-y 0 0;
}
#features li.alt p {
	background: url(images/check_blue.gif) no-repeat 0 0;
}
#features li p {
	margin: 0;
	padding-left: 43px;
	background: url(images/check_white.gif) no-repeat 0 0;
}



#features2 {
	padding-top: 20px;
}
#features2 h3 {
	text-align: center;
	color: #ff0000;
}
#features2 p {
	font-size: 108%;
}
#features2 ul {
	margin: 0 6em 1.5em 6em;
	padding: 0;
}
#features2 ul,
#features2 li {
	list-style: none;
}
#features2 li {
	padding: .7em 0 .7em 10px;
}
#features2 li.alt {
	background: url(images/altrow_bg.gif) repeat-y 0 0;
}
#features2 li.alt p {
	background: url(images/check_blue.gif) no-repeat 0 0;
}
#features2 li p {
	margin: 0;
	padding-left: 43px;
	background: url(images/check_white.gif) no-repeat 0 0;
}


/* 
*************************************************************************
  FOOTER STYLES
************************************************************************* 
*/
#footer {
	font-size: 85%;
	color: #999;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	padding: 0 5px;
	border-right: solid 1px #999;
}
#footer ul li.last {
	border: 0;
}
#footer a {
	padding: 0 4px;
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer address {margin: 0; padding: 3px 0 0 0;}
/* CLOSE FOOTER STYLES */



/* 
*************************************************************************
  INLINE TEXT FORMATTING CLASSES
************************************************************************* 
*/
.accent-color-1 {color: #cc0000;}
.accent-color-2 {color: #FF6600;}
.underline {text-decoration: underline;}
/* CLOSE INLINE TEXT FORMATING CLASSES */


