html, body, div {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: normal 1em Arial, Geneva, Helvetica;
	}
body{ 
	background: #023b6f url(images/linetop.gif) repeat-x;
	margin-top:0px;}
#page{
	margin:0px auto;
	width:850px;
	background-color:#ffffff;
	}
#navbar{ float:left; margin:0 15px 0 0; }
	
#home{
	width:850px;
	height:320px;
	background:url(images/headers/8.jpg) no-repeat;
	border:none;
	}
#overview{
	width:850px;
	height:320px;
	background:url(images/headers/9.jpg) no-repeat;
	border:none;
	}
#features{
	width:850px;
	height:320px;
	background:url(images/headers/3.jpg) no-repeat;
	border:none;
	}
#endorsements{
	width:850px;
	height:320px;
	background:url(images/headers/1.jpg) no-repeat;
	border:none;
	}
#specs{
	width:850px;
	height:320px;
	background:url(images/headers/2.jpg) no-repeat;
	border:none;
	}
#contact{
	width:850px;
	height:320px;
	background:url(images/headers/4.jpg) no-repeat;
	border:none;
	}

#headerpicture{
	text-align:center;
	margin:0px auto;
	padding-bottom:10px;
	}
#paragraphheader{
	text-align:left;
	margin:15px 0 -5px 0;
	}
	
a,a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#01814c;
	font-weight:bold;
	text-decoration:none;
	}
a:hover{
	color:#01814c;
	text-decoration:underline;
	}

#contentwrap{
	overflow:hidden;
	line-height:20px;
	text-align:justify;
	}
#content{
	float:left;
	overflow:hidden;
	width:650px;
	margin:35px 10px 15px 0;	
	}
#content h1{
	font-family:Georgia, serif;
	font-size:16px;
	color:#003366;
	}
#content a{
	color:#000066;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	text-decoration:underline;
	}
#content a:hover{
	color:#999999;
	text-decoration:none;
	}
#content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	line-height:17px;
	text-align:justify;
	}
#leftjust{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	line-height:17px;
	text-align:left;
	}
	
#contentimage{
	margin:15px 0 10px 20px;
	float:right;
	}
#chartimage{
	width:400px;
	height:380px;
	background-image:url(images/tables.gif);
	background-repeat:no-repeat;
	margin:0 0 10px 20px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	}
	
#redball {
	background-image: url(images/redball.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	border: 0px;
	}
.flow {
	float: right;
	clear: right;
	margin: 0px 2em 0px 0px;
	}

#copyright{
	width:850px;
	height:115px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding-top:115px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	}
#copyright a{
	color:#ffffff;
	font-size:11px;
	}

#brochure{
	width:90px;
	height:71px;
	margin:0px auto;
	border:1px #E6E6E6 solid;
	}
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}