* {margin:0px;padding:0px;top:0px;left:0px;}

/*Hack to keep the firefox scrollbar always present.*/
html { overflow: -moz-scrollbars-vertical; overflow-x: auto; }

body{
	background-color: #44607e;
	font-family: Arial, Helvetica, sans-serif;
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 1000px;
	background-color: #44607e;
}
#header{
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 226px;
	left: 0px;
	top: 0px;
	background-color: #44607e;
}

#navlist{
	background-image:url(images/button_background.gif);
	background-repeat: repeat-x;	
	padding: 3px 0px;

}
#navlist li{
	display: inline;
	list-style-type: none;
	background: url(images/button_right.gif) no-repeat top right;

}
#navlist a {
	padding: 15px 7px 15px 7px;
	display: inline;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

/*#navlist a:hover{background-image: url(images/buttonover.gif);}*/
#navlist a:hover {
	text-decoration: underline;
}

#cart{
	margin-left: 35px;
	float: right;
	width: auto;
	height: auto;
	border: 3px solid #00306f;
}
#cart h3{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px #00306f;
}

#cart form {
	margin: 10px 15px 10px 15px;
}
#cartButtons {
	text-align:center;
	margin-top: 5px;
}

#leftside{
	float: left;

}

#leftside p {
	text-align: center;
	font-weight:bold;
	width: 100px;
	margin: 35px 0px -12px 32px;
	
}

#content{
	margin-top: 252px;
	position: absolute;
	width: 100%;
	background-color: #FFFFF2 ;
}
#picture{
	height: 75px;
	width: 100px;
	text-align: center;
	margin: 15px 0px 0px 35px;
}

#picture a {
border-style: none;
color: #fff;
text-decoration:none;
}

#picture img {
	border: 1px solid #00306f;
}

a img { 
border:0 
}



#rightside{
	float: right;
	width: 800px;
	margin-right: 15px;
	margin-top: 20px;
	overflow: hidden;
}
#homepage{
	width: 820px;
	margin: 20px auto;
	overflow: hidden;
	border-color: #00306F;
}

#homepage p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-left: 0px;
	margin-bottom: 20px;
}


#rightside p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-left: 0px;
	margin-bottom: 20px;
}
#rightside h1, #homepage h1{
	margin: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #033387;
}
#rightside span, #homepage span{
	margin-top: 10px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #649721;
}
#rightside a, #homepage a {
color: #000000;
}

#footer {
	width: 100%;
	height: 16px;
	background-color: #FFFFF2;
	clear: both;
	margin: 30px 0px 15px 0px;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #FFFFF2;
}

#footer a {
		color: #000;

}

#imagepreloader{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

.table {
 width: 99%;
 border: 1px solid #033387;
 font-family: Arial, Helvetica, sans-serif;
}
.table .th {
 background-color: #033387;
 color: #fff;
 font-weight: bold;
 border-bottom: 1px dotted #fff;
 border: 1px Solid Grey;
}

.table .td {
 float: left;
 padding-left: 2%;
} 

label
{
width: 100px;
float: left;
text-align: left;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 150px;
	width: 90%;
	height: 50%;
	left: 3%;
	padding: 16px;
	border: 1px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

#quote {
	border: 2px solid #00306f; 
	margin:0px 50px 50px 50px;
}

#quote p {
	margin: 10px 10px 10px 10px;
}

#reviews {
	margin:0px 50px 50px 50px;
}

#reviews p {
	margin: 10px 10px 10px 10px;
}

/*Updated 6/27/2010 to include the ability to turn stuff off*/
#downtime {
	border: 1px solid #F00;
}

#downtime p {
	color: #F00;
}
