html, body {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	font: normal 11px/135% Arial, Helvetica, sans-serif;
	color: #042241;
}
body 
{
   	border-top: 3px solid #ff9933;
}

.home {
	
	width: 100%;
}
.sub 
{
	width: 100%;
}

#sub-topbar {
	background: transparent url(../../media/images/bg-sub-topbar.gif) repeat-x top;
	width:100%;
	height: 78px;
}
#page{
	width: 900px;
	margin: 0 auto;
    
}
#left {
	width:220px;
	float: Left;
}
#content{
	position: relative;
	width:600px;
	float: left;
	
}

html>body #logo
{
	width: 134px;
	height: 87px;
	border: 0px;
	background-color: transparent;
	z-index: 12;
	position: absolute;
}

#logo
{
	border: 0px;
	margin: 20px 0px 0px 65px;
	background-color: transparent;
}
html>body #header
{
	width: 417px;
	height: 38px;
	border: 0px;
	background-color: transparent;
	z-index: 2;
	position: absolute;
}

#header
{
	border: 0px;
	margin: 15px 0px 0px 10px;
	background-color: transparent;
}
#home-header
{
	width: 100%;
	margin: -10px 0 -80px 0;
}
#sub-header
{
	width: 100%;
	border: 0px;
	margin: 0 0 20px 0;
	background-color: transparent;
}

.home p, .home ul, .home li, .home td, .home {
	font: 12px Arial, Helvetica, sans-serif;
	color: White;
}

.home a, .home a:link, .home a:visited  {
	color: white;
	text-decoration: underline;
}

.home a:hover  {
	color: #86BCFB;
}

.sub p, .sub ul, .sub li, .sub td, .sub a, .sub {
	font: 12px Arial, Helvetica, sans-serif;
	color: #042241;
}
.sub a, .sub a:link, .sub a:visited, #sub-content a  {
	color: #084688;
	text-decoration: underline;
}
.sub a:hover, a:hover.noline, .noline a:hover, .noline:hover, #sub-content a:hover {
	color: #0B5EB6;
}
a:link.noline, .noline a, .noline p, .noline a:link, .noline a:visited, a:visited.noline, .noline, td.noline  {
    text-decoration: none;
    color: #084688;
}

.small, .small a, .small a:link 
{
    font-size: 11px;
}

.strong, .strong a, .strong a:link 
{
    font-weight: bold;
}

#crumbs {
	display: block;
	color: White;
	padding: 26px 0 0 0;
	font: 11px Arial, Helvetica, sans-serif;
}
#crumbs a:link, #crumbs a:visited {
	padding: 0;
	text-decoration: none;
	color: White;
}
#crumbs a:hover {
	text-decoration: underline;
}
.arrow {
	color: #165a93;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0 5px;
}


#sub-content {
	width: 550px;
}

body.home #footer {
	padding-top: 5px;
}
body.home #footer p {
	color: #a1bdc9;
}
body.home #footer a {
	color: #bbdcea;
}
#footer {
	padding: 50px 0;
	width: 600px;
}
#footer p {
	color: #999;
	font-size: 11px;
}
#footer a {
	color: #4c6279;
}

#sub-content ul {
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
}

#sub-content ul li {
	background: url(../../media/images/bullet.gif) no-repeat 2em 0;
	padding-left: 3.2em;
	padding-bottom: .7em;
}

#sub-content ol li {
	padding-bottom: .7em;
}
.wecare 
{
    margin:5px 0;
   
}
.wecare td 
{
    border-top: 1px solid #ccc;
    padding: 5px 0;
}

.bluebox {
	padding:15px 15px 15px 15px; 
	background: #e1f3f1 url(../../media/images/bluebox.gif) repeat-x 0 0;
	margin:20px 40px;
	border: 2px solid #d7efec;
}


/* ##################    Left Navigation     ################## */


#homepage-leftnav
{
	position: relative;
	left: 50px;
	width: 160px;
	height: 759px;
	z-index: 0;

	background: transparent url(../../media/images/bg-bar.png) no-repeat top;
	overflow:hidden; 
}
#sub-leftnav {
	position: relative;
	left: 50px;
	width: 160px;
	height: 759px;
    background: transparent url(../../media/images/bg-sub-bar.png) no-repeat top;
	z-index: 0;

	overflow:hidden; 
}


#leopardnav, #leopardnav li { margin:0; padding:0;}
#leopardnav { width:160px; margin:0 auto; text-align:center; list-style-type:none; overflow:hidden; }
#leopardnav li { display:inline; }
#leopardnav li a { z-index: 10;text-indent:-9999px;padding:0 0 2px 0; width:160px; float:left; color:#ccc; font-size:10px; text-align:center; line-height:16px; text-decoration:none; }
#leopardnav li a:hover { color:#fff; }


#leopardnav .freelook a
{
    background: transparent url(../../media/images/lifepreserver.png) no-repeat top;
    width: 151px;
    height: 141px; 
}
#leopardnav .freelook a:hover
{   cursor: pointer;
    background: url(../../media/images/lifepreserver-over.png) no-repeat top;
}   
    
#leopardnav .earlybird a
{
    background: transparent url(../../media/images/buynow.png) no-repeat top;
    width: 151px;
    height: 120px;
}
#leopardnav .earlybird a:hover
{   cursor: pointer;
    background: url(../../media/images/buynow-over.png) no-repeat top;
}

 
/*	Fixes IE positioning... check in IE5-6 too see if it breaks */
* #homepage-leftnav, * #sub-leftnav { top: 0px; }

#leftnav-content {
	padding: 240px 25px 0 0;
	position: relative;
	z-index: 10;

}
#leftnav-content p, #leftnav-content td  {
	font-size:11px;
}

#leftnav-content ul {
	list-style: none;
	margin-left: 0;
	padding-left: .5em;
	text-indent: -1em;
}
#leftnav-content li>strong {
	color: #ffab26;
	font-weight: bold;
}

#leftnav-content li>a {
	text-decoration: none;
}




/* ##################    FAQs     ################## */



A.faqs, A:link.faqs
{
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

.faqs-spacer
{
    MARGIN-BOTTOM: 10px
}

.faqs-answer
{
    PADDING: 0 0 1px 16px;
}


/* ###############  start NEWS ################### */

.news {
    color:#999;
    padding: 10px 0 0 15px;
}
#homepage-leftnav .news {
    color:#FFF;
    padding: 10px 0 0 15px;
}    


/* ##################    Forms     ################## */

.button, .imgbutton 
{
	background:none;
	margin:2px;
}

input,select,textarea {
	background: #dce4f4;
	border: 1px solid #bebebe;
	color: #1B3F95;
	padding:3px 3px 2px 3px;
}

.noborder, input.noborder, span.noborder, span.noborder input  
{
    background: none;
    border: none;
}

textarea {
	border: 1px solid #bebebe;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px;
}

.checkbox 
{
	border:0px;
	background:none;
}

.checkbox, .imgbutton, .radio {background:none;border-top:none;border-right:none;border-left:none;border-bottom:none;}

.error_title {font-size:14px;color:#FF9713;font-weight:bold;}

.error_text {color:#FF9713;font-weight:bold;}

/* ###############  start MISC ################### */

.right, .floatright {
	float: right;
}
.left, .floatleft 
{
    float: left;
}

.clear {
	clear: both;
}

.pad10 {
	padding: 10px;
}
.pad3 {
	padding: 2px 4px;
}
.specialnotices {
    margin: 2px -5px 2px 6px;
}
.forty {
	width: 37%;
}
.sixty {
	width: 57%;
}
.fifty {
	width: 47%;
}

.lineright {
	border-right: 1px solid #CCCCCC;
	padding-right: 12px;
}

.lineleft {
	border-left: 1px solid #CCCCCC;
	padding-left: 12px;
}

.linebottom {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 12px;
}
.linetop {
	border-top: 1px solid #CCCCCC;
	padding: 8px 0;
}



/* ###############  start HEADINGS ################### */
h1
{
	font-size: 40px;
	color: White;
	font-style: italic;
}

h2, h4 {
	color: #042241;
	font-size: 20px;
}
h4 
{
    margin: 20px 0 -10px 0;
}

h3{
	color: #ffab26;
	font-size: 18px;
	font-style: italic;
	letter-spacing: -1px;
	margin: 2px 0 -15px 0;
}

.heading, td.heading
{
  	font-size: 16px;
  	font-weight: bold;
  	letter-spacing: -1px;
  	padding: 12px 0 3px 0;
}
.subheading 
{
    font-weight: bold;
    letter-spacing: 0;
    font-style: italic;
    font-size: 12px;
}



/* ###############  start NAVIGATION ################### */

#topnav {
	margin: 0;
	padding: 32px 0;
}

/* ###############  end NAVIGATION ################### */

