/*structure*/
* {
	margin:0px;
}

html, body {
	height:100%;
	margin:0px;
	font-size: 100%;
	background-color: #000;
}


.wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0px auto -110px;
	
}

.push {
	height:110px;
}

.footerWrapper{
	height:110px;
	width:100%;
	background:url(../images/footerBkgnd.jpg) repeat-x;
	margin:0px;
	float: left;
	clear: both;
}

#faqContent {
	width: 624px;
	margin: 25px 0px 25px 50px;
	float: left;
	clear: left;
	padding: 0px;
}


p.question {
	width: 600px;
	color: #70cbd2;
	font:  bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

p.answer {
	color: #5a5a5a;
	font: normal 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	border: none;
	margin: 10px 0px 20px 0px;
}

p.answer a {
	color: #70cbd2;
	font:  normal 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	
}

/*header area*/
#headerWrapper {
	width:100%;
	height:124px;
	background:url(../images/headerBkgnd.jpg) repeat-x;
	margin:0px;
	}
	
#headerContent {
	width:1000px;
	height:124px;
	margin:0px auto;
	position:relative;
	background:url(../images/headerBkgnd.jpg) repeat-x;
	}
	
#headline {
	width: 733px;
	height: 124px;
	float: left;
	clear: right;
	background: url(../images/headline.jpg) no-repeat left top;
}

.noDisplay {
	display: none;
}
	
#logoTop {
	width: 267px;
	height:100%;
	position:relative;
	float:left;
	background:url(../images/logoTop.jpg);
	}
	
/*mid Content*/

#midWrapper {
	width:100%;
	min-height:800px;
	height:auto !important;
	height:800px;
	background: #000 url(../images/fbd_bg.jpg) repeat-x 0 top;
	}
	

#midContent {
	width:1000px;
	/*min-height:800px;
	height:auto !important;
	height:800px;*/
	margin:0px auto;
	position: relative;
	/*background: url(../images/paperBG.jpg) repeat-y left top;*/
}

#midContentTop{
	width: 1000px;
	height: 200px;
	margin: 0px auto;
	background: url(../images/midContentTopBG.jpg) no-repeat left top;
	position: relative;
}

#logoBottom {
	width:267px;
	height:65px;
	position:relative;
	float:left;
	background: url(../images/logoBottom.jpg) no-repeat left;
	}
	
/* Nav here*/
.leftSpacer, .rightSpacer {
	width:30px;
	height:65px;
	position:relative;
	float:left;
}

#nav {
	width:673px;
	height:65px;
	position:relative;
	float:left;
	background:url(../images/navMid.jpg) top repeat-x;
	margin: 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}

#nav ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}	


#nav a {
	display: block;
	/*width: 130px;*/
	text-decoration:none;
	height:24px;
	color: #FFF;
	padding: 8px 15px;
	text-align: center;
}

#nav li { /*first level title*/
	float: left;
	/*width: 130px;*/
	height:34px;
	font:16px Arial, Helvetica, sans-serif;
	color:#FFF;
}

#nav li.first {
	border-left:1px solid #000;
}



#nav li.last {
	border-left:1px solid #000;
	border-right:1px solid #000;
}



#nav li ul li {/*drop down  links*/
	float: left;
	width:260px;
	height:24px;
	font:12px Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#000;
	position:relative;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding: 0px 0px 5px 0px;/*to center verticly*/
}

#nav li ul li.bottom{
	border-bottom:1px solid #000;
	height: 24px;
	padding: 0px 0px 5px 0px;/*to center verticly*/
	}

#nav li ul li a{/*drop down  links*/
	color:#FFF;
	
}

#nav li ul li a:hover {/*drop down  links*/
	font:12px Arial, Helvetica, sans-serif;
	color: red;
	background-color: #D1CEC7;
	height:24px;
	text-decoration:underline;
}

#nav li ul li.bottom a:hover {/*drop down  links*/
	font:12px Arial, Helvetica, sans-serif;
	color: red;
	background-color: #D1CEC7;
	height:12px;
	text-decoration:underline;
	
}

#nav li ul {
	position: absolute;
	width: 100px;
	left: -9999em;
	top:34px;
}


#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*end Nav */






.noteBkgnd {
	width: 700px;
	height:127px;
	background:url(../images/h1Bkgnd.jpg) 20px 0px no-repeat;
	padding: 40px 0px 0px 0px;
	margin: 0px;
	clear: left;
	text-align: center;
	display: block;
	}
	       
.logoBkgnd { 
	width: 177px;
	height:122px;
	float: right;
	margin-bottom:10px;
	margin-right:12px;
	background-image: url(../images/logoecover.jpg);
	background-repeat: no-repeat;
	display: block;
	}
	
h1 {
	font: bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#E20304;
	margin: 0px;
	height: 30px;
	display: block;
	text-align: left;
	
	}



/*end logo bottom, nav and h1 copy is now in midContentBody*/
#midContentBody {
	width: 1000px;
	/*height: 1500px;*/
	min-height:565px;
	height:auto !important;
	height:565px;
	background: url(../images/midContentBodyBG.jpg) repeat-y;
	position: relative;
	float: left;
}

#contentColumn {
	width: 700px;
	position: relative;
	padding: 0px 25px 10px 50px;
	float: left;
}

h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	margin: 0px 0px 10px 0px;
	display: block;
}

p.bodyCopy {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px 0px 25px 0px;
	display:block;
	line-height: 1.75em;
	border-bottom: 1px solid #411f00;
	padding-bottom: 15px;
	}
	
p.bodyCopy2 {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	display:block;
	padding:0px 0px 0px 0px;
	line-height: 1.75em;
	margin: 0px 0px 15px 0px;
	}



#adColumn {
	width: 180px;
	float: left;
	clear: right;
	position: relative;
	padding: 0px 0px 10px 15px;
	border-left: 1px dotted #666;
}

ul#ads {
	width: 180px;
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#ads li {
	width: 180px;
	display: block;
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

/*footer area*/
#footerContent {
	height:60px;
	width:1000px;
	position:relative;
	margin:0px auto;
	background:url(../images/footerContentBkgnd.jpg) bottom left no-repeat;
	padding: 50px 0px 0px 0px;
	
	}
	
.footerCopy1, .footerCopy1 a {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	text-decoration:none;
	}

.footerCopy1 a:hover {
	color: #E20304;
	border-bottom:1px dotted #E20304;
	}

.footerCopy2, .footerCopy2 a {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	margin: 5px 0px 0px 0px;
	text-decoration:none;
	}

.footerCopy2 a:hover {
	color: #E20304;
	border-bottom:1px dotted #E20304;
}


/*contact page*/
#formContain {
	width: 681px;
	margin: 0px auto 10px auto;
	/*border-top: 1px dotted #000;*/
	padding: 10px 0px 0px 0px;
	position: relative;
	min-height:800px;
	height:auto !important;
	height:800px;
}
	
fieldset {
	border: none;
}

legend {
	letter-spacing: 1.5px;
	color: #000;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: none;
	padding: 10px 0px;
	margin: 0px 0px 10px 0px;
}

 ul#contact {
	width: 681px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#contact li {
	width: 100%;
	height: 22px;
	position: relative;
	float: left;
	margin:0px 0px 5px 0px;
}


.formLabel, .disclaimer {
	color: #000;
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	width: 230px;
	margin:2px 10px 0px 0px;
	float: left;
	clear: left;
	display: block;
}

.formInput {
	width: 300px;
	height: 20px;
	background-color: #999;
	border: 1px solid #666;
	float: left;
	clear: right;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

.checkLabel {
	color: #000;
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	width: 50px;
	margin:2px 10px 0px 0px;
	float: left;
	clear: right;
	display: block;
}

.checkBox {
	width: 15px;
	height: 15px;
	padding-top: 3px;
	float: left;
	clear: right;
	margin: 0px 10px 0px 0px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin:2px 10px 0px 0px;
}

.drop {
	width: 300px;
	height: 20px;
	background-color: #999;
	border: 1px solid #666;
	float: left;
	clear: right;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #FFF;
}

ul#contact li.message {
	width: 100%;
	height: 150px;
	float: left;
	margin: 0px 0px 5px 0px;
}

.messageArea {
	width: 300px;
	height: 150px;
	background-color: #999;
	border: 1px solid #666;
	float: left;
	clear: right;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

ul#contact li.submit {
	width: 100%;
	height: 32px;
	float: left;
	margin: 5px 0px;
}

.submitButton {
	width: 100px;
	height: 30px;
	border: 1px solid #666;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	background-color: #999;
	cursor: pointer;
}

.submitButton:hover {
	background-color: #000;
	color: #FFF;
}

.error {
	border: 1px solid #000;
	background-color: silver;
	width: 641px;
	padding: 10px;
	margin: 1px auto 10px auto;
	color: black;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

.error ul {
	list-style: none;
}

.notify {
 	border: 1px solid #000;
	background-color: #FFFFFF;
	width: 661px;
	padding: 10px;
	margin: 0px auto 10px auto;
	color: #970000;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

.notify ul{
	list-style: none;
}

.focused {
	width: 300px;
	height: 20px;
	background-color: #FFF;
	border: 1px solid #000;
	float: left;
	clear: right;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

.focusedTextArea {
	width: 300px;
	height: 150px;
	background-color: #FFF;
	border: 1px solid #000;
	float: left;
	clear: right;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}


/* new */

a:visited {
	text-decoration:none;
	color:black;
}

a {
	text-decoration:none;
	color:black;
}

a:hover {
	text-decoration:underline;
}

.cl {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}









/* MSN Code Style Info */

.page {
	padding: 20px;
}

.page p.deck {
	font-weight:bold;
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}

.page p.classic {
	margin-bottom:10px;
	line-height:18px;
}

.page .blackclassic {
	margin-bottom:10px;
	line-height:18px;
	color:#000000;
}

.page p.redclassic {
	margin-bottom:10px;
	line-height:18px;
	color:#cc0000;
	text-align:center;
}

.page .redclassic {
	margin-bottom:10px;
	line-height:18px;
	color:#cc0000;
	text-align:center;
}

.page a {
	text-decoration: underline;
	color: blue;
}

.page h3.sub-headline {
	font-size:18px;
	color:#000099;
	text-align:center;
	margin-bottom:10px;
}

.page p.copyright {
	text-align:center;
	margin-bottom: 10px;
}

.page p.disclaimer {
	font-size: 10px;
	color: #333333;
}


.domainname {
	font-family:Arial, Helvetica, san-serif;
	font-size:28px;
	font-weight: bold;
	color: #fff;
}

.bigboldheadline {
	font-family:Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	text-decoration: none;
}

.bigboldheadlinebot {
	font-family:Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding:0px 0px 20px 0px;
	margin: 0 auto 0 auto;
	text-decoration: none;
}

.bigboldheadlinemid {
	font-family:Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	text-decoration: none;
}

#centeredbox {
	width: 510px;
	margin-right:auto;
	margin-left:auto;
}

.offerbox {
	background-color:#f5f5f5;
	border:4px dashed #000099;
	margin-bottom:10px;
	padding:8px;
	width: 510px;
}

.offerbox p.headline {
font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	font-size:16px;
	font-weight: bold;
	color:#cc0000;
	text-align:center;
}

.offerbox p {
	margin-bottom:10px;
	font-size:13px;
	text-align: left;
}

.offerbox p.autoresponder {
	text-align:center;
}

.offerbox p.privacy {
	margin-bottom:10px;
	font-size:9px;
	text-align:center;
}

/* SALES PAGE */

.salespage {
	padding:10px 20px;
}

.salespage p.pre-headline {
	font-weight:bold;
	font-size:14px;
}

.salespage h2.headline {
	font-size:34px;
	color:#cc0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding:25px;
}

.salespage p.deck {
	font-weight:bold;
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}

.salespage p.classic {
	margin-bottom:10px;
	line-height:18px;
}

.salespage h3.sub-headline {
	font-size:18px;
	color:#000099;
	text-align:center;
	margin-bottom:10px;
}

/* OPTIN PAGE */

#left-panel {
	width:400px;
	float:left;
}

#right-panel {
	width:220px;
	float:right;
	background-color:#e8e8e8;
	padding:5px;
	margin-bottom:20px;
}

.optin {
	padding:10px 20px;
}

.optin h2.headline {
	font-size:24px;
	color:#cc0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-bottom:15px;
}

.optin p.deck {
	font-weight:bold;
	font-size:16px;
	text-align:center;
	margin-bottom:15px;
}

.optin p.classic {
	margin-bottom:10px;
	line-height:18px;
}

.box {
	background-color:white;
	border:2px dashed #000099;
	margin-bottom:10px;
	padding:8px;
}

.box h3 {
	margin-bottom:10px;
	font-size:10pt;
	color:#cc0000;
	text-align:center;
}

.box p {
	margin-bottom:10px;
	font-size:8pt;
}

.box p.privacy {
	margin-bottom:10px;
	font-size:7pt;
	text-align:center;
}

.bold {
	font-weight:bold;
}

#right-panel .classic {
	padding:0 15px;
	margin-bottom:5px;
}

A:hover.blue_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0000FF;
	text-decoration: none;
}
	
.blue_link, A:link.blue_link, A:visited.blue_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #0000FF;
}

A:hover.black_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	
}
	
.black_link, A:link.black_link, A:visited.black_link {
	ffont-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
}

A:hover.red_linkbig {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #cc0000;
	text-decoration: none;
}
	
.red_linkbig, A:link.red_linkbig, A:visited.red_linkbig {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #cc0000;
}

A:hover.black_hoverlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}
	
.black_hoverlink, A:link.black_hoverlink, A:visited.black_hoverlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
}


/*------------------------   FAQ PAGE   ------------------------*/

#faqContent {
	width: 690px;
	margin: 25px 0px 25px 0px;
	float: left;
	clear: left;
	padding: 0px;
}


p.question {
	width: 690px;
	color: #000000;
	font:  bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

p.answer {
	color: #5a5a5a;
	font: normal 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	border: none;
	margin: 10px 0px 20px 0px;
}

p.answer a {
	color: #0000ff;
	font:  normal 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}