@charset "UTF-8";
/* CSS Document */

body {
background-color:#00457e;
margin-top:0;
}

#container {
width:839px;
margin:auto;
}

#top1 {
background:url(../images/top.jpg) no-repeat bottom;
width:839px;
height:106px;
padding:0;
}

#top2 {
background:url(../images/top2.jpg) no-repeat bottom;
width:839px;
height:124px;
padding:0;
}

#wrapper {
width:740px;
margin:auto;
padding-top:1px;
padding-bottom:1px;
}

#navbox {
width:500px;
float:left;
margin-top:93px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
display:inline;
}

#navbox a {
color:#FFFFFF;
text-decoration:none;
padding-left:10px;
padding-right:10px;
}

#navbox a:hover {
color:#FFFFCC;
}

/*Optin*/

form {
margin:0;
padding:0;
}

#optin-box {
width:215px;
float:right;
margin-right:8px;
padding:0;
}


#top3 {
background:url(../images/top3.jpg) no-repeat bottom;
width:839px;
height:36px;
padding:0;
}

#mid {
background: url(../images/mid.jpg) repeat-y;
width:839px;
padding:0;
}

#footer {
background:url(../images/footer.jpg) no-repeat top;
width:839px;
height:39px;
padding:0;
}

#content {
width:720px;
margin:auto;
padding-top:5px;
padding-bottom:1px;
}

h1 {
	font-family:Tahoma;
	color:#CC0000;
	font-size:28px;
	letter-spacing: -0.05em;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p, ul, ol {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:16px;
}

#footernav {
width:725px;
margin:auto;
margin-top:8px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#ffffff;
}

#footernav a {
color:#FFFFFF;
text-decoration:none;
}

#footernav a:hover {
text-decoration:underline;
}

/*Text Modification Styles*/

.bold {
	font-weight: bold;
}
.bold-highlight {
	font-weight: bold;
	background-color: #FFFF00;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}
.bold-highlight-italic {
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.bold-highlight-underline {
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.bold-highlight-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.bold-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.highlight {
	background-color: #FFFF00;
}
.italic {
	font-style: italic;
}
.italic-highlight {
	font-style: italic;
	background-color: #FFFF00;
}
.italic-underline {
	font-style: italic;
	text-decoration: underline;
}
.italic-highlight-underline {
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.strikethrough-bold {
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-highlight {
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-italic {
	font-style: italic;
	text-decoration: line-through;
}
.strikethrough-bold-highlight {
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-bold-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-bold-highlight-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-highlight-italic {
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #CC0000;
}
.blue {
	color: #0000FF;
}
.green {
	color: #006600;
}
.all-caps {
	text-transform: uppercase;
}
.all-lowercase {
	text-transform: lowercase;
}
.all-firstlettercaps {
	text-transform: capitalize;
}
.font-Georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.font-Courier {
	font-family: "Courier New", Courier, "Times New Roman", mono;
}
.font-Geneva {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.font-Trebuchet {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
.font-Impact {
	font-family: 'Impact', Verdana, Arial, Helvetica, sans-serif;
}
.font-ComicSans {
	font-family: 'Comic Sans MS', Georgia, "Times New Roman", Times, serif;
}

/*Testimonials*/

#testimonial-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#testimonial-box          {
                          width:100%;
						  margin:auto;
						  border:1px #333333 solid;
						  background-color:#FFFFCC;
						  }
						  
#testimonial-content      {
                           width:97%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#testimonial-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#testimonial-content p    {
						  font-size:12px;
						  line-height:14px;
						  text-indent:0em;
						  }
						  
/*Dashed Box*/

#dashedbox-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#dashedbox-box          {
                          width:100%;
						  margin:auto;
						  border:2px #333333 dashed;
						  background-color:#FFFFCC;
						  }
						  
#dashedbox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#dashedbox-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#dashedbox-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
#downloadreport-table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	border:1px dashed #666666;
	width:75%;
	margin:auto;
	}
	
#takedavantage-table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	}
						  
#inc-embed-gateways {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
}

#inc-embed-guarantee {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
border:2px dashed #000000;
}

#inc-embed-fouritems {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
}

#inc-embed-contact {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
border:1px solid #666666;
}

#inc-embed-values {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#featurename-table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	background-color:#CCCCCC;
	}
	
#featurelist-table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}


.red-bold {
	font-weight: bold;
	color: #CC0000;
}

 .normaltext {line-height: 16px;
		 font-size: 12px;
		 font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
		 color: #000000;
		 text-decoration: none;}
		 
.credits {color: #000000;
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
		font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;}
.red-bold-italic {
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
.benefit-statements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
}
.optinlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.squareboxlink a { 
	font-family: Tahoma; 
	font-size: 18px; 
	font-weight:bolder; 
	color: #FFFFFF; 
	background-color: #CC0000; 
	border: outset 1px; 
	padding: 5px; 
	margin: auto; 
	display: block; 
	width:600px;
	text-align:center;
	text-decoration:none;
}
						
.squareboxlink a:hover { 
color: #FFFFFF; 
background-color: #009933;
border: inset 1px; 
}



/* ALTERNATE UL STYLES */

#graypointerlist {
list-style: url(../images/graypointerlist.jpg);
list-style-position: outside;
}

#graypointerlist li {
padding-left:5px;
}		
			
#checkmarklist {
list-style: url(../images/checkmarklist.gif);
list-style-position:outside;
}

#checkmarklist li {
padding-left:5px;
}			
						   
#orangeastericklist {
list-style: url(../images/orangeastericklist.gif);
}

#orangeastericklist li {
padding-left:5px;
}	
						   
#smallredcheckslist {
list-style: url(../images/smallredcheckslist.gif);
}

#smallredcheckslist li {
padding-left:7px;
}	
												   
#smallblackcheckslist {
list-style: url(../images/smallblackcheckslist.gif);
}

#smallblackcheckslist li {
padding-left:7px;
}	

#flashingredarrowslist {
list-style: url(../images/flashingredarrowslist.gif);
padding-left:35px;
margin-left:38px;
list-style-position: outside;
}
						   
#littleredboxlist {
list-style: url(../images/littleredboxlist.gif);
}

#littleredboxlist li {
padding-left:7px;
}	