


* { margin: 0px; padding: 0px; }

/* commented backslash hack \*/ 
html, body { height: 100%; } 
/* end hack */
html,body { margin: 0; padding: 0; }

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	background-color: #f9f6eb;
	}
	
img { border: 0; }
img.border { border: 1px solid #9fa1a4; }
hr { margin: 15px 0px 15px 0px; 
border: none 0;
border-top: 1px solid #34b5d0;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }	
	
a, a:link, a:visited { color: #005481; text-decoration: none; }
a:hover { color: #0270b3; text-decoration: underline; }

a.arrow { 
	font-weight: bold; 
	background : url(/images/li_arrow3.gif) no-repeat 2px 5px;
	padding-left: 10px; 
	}		
	
a.square { 
	font-weight: bold; 
	background : url(/images/li_square.gif) no-repeat 2px 5px;
	padding-left: 10px; 
	}		
	
/* ------------------------------ 
Elements
------------------------------ */

#background {
	height: auto;
	min-height: 800px;
	height: auto; }
	 /* gradient bkg sits on top of solid bkg */

* html #background { height: 800px; }

#container
{

width: 800px;
text-align: left;

min-height: 100%;
height: auto;
}

* html #container { height: 100%; }

#main {
	
	/* border: 1px solid #000000; */
	}



#header-wrapper {
	background: white;
	}

#header {
float: left;
	}

#logo {
float: left;
padding: 26px 60px 0px 44px;
	}

#header-container {
	background: url(/images/bar-top.png) no-repeat;
	padding-top: 15px;
	}	


#content-padding {
	padding: 0px 50px 0px 0px;
	}
	
#content { 
	width: 508px;
	float: left; 
	margin-top: 23px;
	}

#content-closer { 
	width: 300px;
	float: left; 
	}	
	
#content-closer-rcol { 
	width: 201px;
	float: right; 
	margin-top: -10px;
	}		
	
	
#leftcol { 
	width: 292px;
	float: left; 
	margin-top: 23px;
	}	
	
#leftcol #orange-top { 
	border-left: 12px solid #f37321;
	height: 14px;
	}	
	
#leftcol #blue-band { 
	border-left: 12px solid #003f62;
	
	}		
	
#leftcol #pusher { 
	height: 200px;
	
	}		
	
#leftcol #blue-band #quote { 
	text-align: right;
	padding: 18px 9px 43px 0px;
	
	}		
	
	
#leftcol #blue-band #related-links-container { 	
	margin: 0px 10px;
	}
	
#leftcol #blue-band #related-links { 
	text-align: right;
	padding: 5px 5px;
	text-transform: uppercase;
	border-top: 2px solid #486333;
	border-right: 2px solid #486333;
	width: 160px;
	float:right;
	line-height: 24px;
	color: #486333;
	font-weight: bold;
	}			
	
#leftcol #blue-band #related-links a {
color: #486333;
font-size: 10px;
} 	
	
#leftcol #exhibit { 
	margin: 21px 0px 45px 0px;
	}		
	

#product-specs {
	border-top: 1px solid #f37321;
	padding: 10px 3px;
 }	
 
 #divider {
	border-top: 1px solid #f37321;
	border-bottom: 1px solid #f37321;
	width: 300px;
 }	
 
  #divider-top {
	border-top: 1px solid #f37321;
	width: 300px;
 }	
		
/* ------------------------------ 
Nav
------------------------------ */	

a.advances {
background: url(/images/nav_advances.jpg) no-repeat;
width: 157px;
height: 107px;
display: block;
text-indent: -5000px;
float: left;
margin-top: 24px;
}

a.advances-on {
background: url(/images/nav_advances_mo.jpg) no-repeat;
width: 157px;
height: 107px;
display: block;
text-indent: -5000px;
float: left;
margin-top: 24px;
}

a.advances:hover {
background: url(/images/nav_advances_mo.jpg) no-repeat;
width: 157px;
height: 107px;
display: block;

}

a.closer {
background: url(/images/nav_closer.jpg) no-repeat;
width: 131px;
height: 107px;
display: block;
text-indent: -5000px;
float: left;
margin-top: 24px;
}

a.closer-on {
background: url(/images/nav_closer_mo.jpg) no-repeat;
width: 131px;
height: 107px;
display: block;
text-indent: -5000px;
float: left;
margin-top: 24px;
}



a.closer:hover {
background: url(/images/nav_closer_mo.jpg) no-repeat;
width: 131px;
height: 107px;
display: block;

}

a.next {
background: url(/images/nav_next_step.jpg) no-repeat;
width: 112px;
height: 107px;
display: block;
text-indent: -5000px;
float: left;
margin-top: 24px;
}

a.next-on {
background: url(/images/nav_next_step_mo.jpg) no-repeat;
width: 112px;
height: 107px;
display: block;
text-indent: -5000px;
float: left;
margin-top: 24px;
}

a.next:hover {
background: url(/images/nav_next_step_mo.jpg);
width: 112px;
height: 107px;
display: block;

}

	
	
/* ------------------------------ 
Text
------------------------------ */

p { padding: 5px 0; }

h1 {
	font: 16px Arial, tahoma, Verdana, Helvetica, sans-serif;
	color: #353334;
	font-weight: normal;
	margin-bottom: 5px;  }
	
h1.home {
	text-indent: -5000px;
	background: url(/images/h1_home.png) no-repeat;
	width: 356px;
	height: 54px;   }	
	
h1.advances {
	text-indent: -5000px;
	background: url(/images/h1_advances.png) no-repeat;
	width: 225px;
	height: 19px;   }		
	
h1.next {
	text-indent: -5000px;
	background: url(/images/h1_next_step.png) no-repeat;
	width: 181px;
	height: 24px;   }		
	
h1.closer {
	text-indent: -5000px;
	background: url(/images/h1_closer.png) no-repeat;
	width: 294px;
	height: 19px;   }		

h1.contact {
	text-indent: -5000px;
	background: url(/images/h1_contact_us.png) no-repeat;
	width: 108px;
	height: 17px;   }		
		
h2 {
	font: 14px Arial, tahoma, Verdana, Helvetica, sans-serif;
	color: #005481;
	font-weight: bold;
}

h3 {
	font: 14px Arial, tahoma, Verdana, Helvetica, sans-serif;
	color: #353334;
	font-weight: normal;
	margin-bottom: 3px;
	line-height: 1em;
}

h4 {
	font: 12px Verdana, Helvetica, sans-serif;
	color: #353334;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 1em;
}
h5 {
	font: 11px Verdana, Helvetica, sans-serif;
	color: #353334;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 1em;
}
.small {
	font-size:10px;
}

.blue {
	color: #005481;
}

.disclaimer {
	font-size:9px;
	font-style: italic;
}

.er, .error {
	color: #ac1818;
}

.error ul {
padding-left: 15px;
}

.subhead { 
	font-size: 13px;
	font-weight: bold;
	}		

fieldset {
	padding: 2px 2px;
	border: 1px solid #82817e;
	
}

legend {
	font-style: italic;
	margin-left: 0px;
}
	
/* ------------------------------ 
Tables
------------------------------ */
.data {
	font-size:10px;
	width: 200px;
	padding: 0;
	margin: 10px 0px;
	
}	 

.data-label {
	font-size:12px;
	
}	

.data-image {
	float: left;
	padding: 0;
	margin: 10px 15px 5px 0px;
	
}	 

.data-head {
	
	border-bottom: 1px solid #000000;
}	

.profile-table-cells {
	background-color:#ffffff;	
	padding: 5px;
}	

.total-value {
	
	padding: 5px;
	font-weight:bold;
	font-size:11px;
}	

.total-label {
	background-color:#ffffff;	
	padding: 5px;
	font-weight:bold;
	font-size:11px;
	
}	

#contact { 
font-size:11px;
}

#contact .right { 
	text-align: right;
}


/* ------------------------------ 
forms
------------------------------ */
input {
	font: 11px verdana, sans-serif;
	color: #484848;
	padding: 1px;
	width: 200px; }
	
select {
	font: 11px verdana, sans-serif;
	color: #484848;
	padding: 0; }
	
.checkbox { 
	width: 14px;
	height: 13px;
	margin: 0; }

.checkboxSuburb { 
	width: 14px;
	height: 13px;
	margin: 0; }
	
.radio {
	width: 14px;
	height: 13px;
	margin: 0 3px 0 0; }
	
.zeroed { margin: 0; padding: 0; }
	 
/* ------------------------------ 
Footer
------------------------------ */

#footer { 
	margin: 15px 21px 0px 0px;
	font-size: 9px; 
	color: #82817e; 
	border-left: 2px solid #486333;
	padding: 0px 0px 0px 4px;
	float: right;
	 }
	
#footer a { color: #82817e; }
#footer a:hover { color: #333333; text-decoration: none; }

#footer-text {

}

/* ------------------------------ 
Site Specific
------------------------------ */

#headertop { 
	
	 }
	 
/* ------------------------------ 
home
------------------------------ */

		 
	 
#content ul {
 	padding: 5px 5px;
	margin: 0px 15px;
}	 
	 
ul.triangle {
 	list-style: none;
	padding: 0px 0px;
	margin: 0px 0px;
}	 
	 
ul.triangle li {
 	background: url(/images/bullet.gif) no-repeat;
	padding-left: 17px;
	margin: 5px -17px;
	
}	 	  

.footerlogo { margin: 5px 0px; }
