
body {
	padding: 0px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #036;
}

#branding {
	position: relative;
	top: 5px;
	left: 5px;
	height:  12px;
	font-size:  12px;
	font-weight: bold;
	padding-bottom: 2px;
	color:#5B86CA;
}

#container {
	position: relative;
	top: 10px;
	width: 100%;
	padding: 0px;
	margin:  0px auto;
}
    
#sizing_bar_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 380px;
	height: 25px;
	z-index: 100;
}

/*	rounded corners for left sizing bar	*/
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#e8ecf9; margin:0 5px 0 0;}
.b2h, .b2bh {height:1px; background:#e8ecf9; border-right:2px solid #fff; margin:0 3px 0 0;}
.b3h, .b3bh {height:1px; background:#e8ecf9; border-right:1px solid #fff; margin:0 2px 0 0;}
.b4h, .b4bh {height:2px; background:#e8ecf9; border-right:1px solid #fff; margin:0 1px 0 0;}
.b2bh, .b3bh, .b4bh {background: #e8ecf9;}
.contenth {background: #e8ecf9; border-right:1px solid #fff; height:15px;}

#right_arrows {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #036;
	font-weight: bold;
	margin: 2px 0px 0px 4px;
	letter-spacing: -0.1em;
}

#left_arrows {
	position: absolute;
	top: 0px;
	left: 350px;
	color: #036;
	font-weight: bold;
	margin: 2px 0px 0px 4px;
	letter-spacing: -0.1em;
}
	
#sizing_bar_right {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 25px;
	z-index: 1;
	background-color: #d5ddf3;
}
	
#info_div_outer {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 349px; 
	height: 500px;
	background-color: #f5f8fb;
	font-size:90%;
}

#info_div_form {
	padding:0px 12px 12px 12px;
	margin-top:12px;
}
  
#map_div_outer {
	position: absolute;
	top: 25px;
	left: 350px;
	width: 650px; 
	height: 500px;
	border-right: solid 1px #fff;
}
    
#map_div {
	width: 650px; 
	height: 500px;
}
    
/* standard 'loading' message */
#message_div {
	position: absolute;
	top: 0px;
	left: 525px;
	width: 300px; 
	height: 50px;
}

#message_div_bg {
	width: 100%; 
	height: 100%;
	background-color: #036;
}

#message_div_text {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 280px; 
	height: 30px;
 	text-align: center;
 	font-size: 11px;
 	color:#5B86CA;
}

#message_div_text strong {
 	font-weight: bold;
}

.visible_div {
	display: block;
	z-index: 1000;
}

.hidden_div {
	display: none;
	z-index: -1;
}

.address_form {
	color:#036;
	font-size:90%;
}

.help_topics {
	float:left;
	clear:left;
	margin:10px 150px 10px 50px;
	color:#036;
	font-size:90%;
}

.help_info {
	float:left;
	clear:left;
	margin:10px 150px 10px 50px;
	color:#036;
	font-size:90%;
}

.search_button {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	background-color: #cc7700; 
	width: 75px;
	max-width: 75px;
	color: #fff; 
}

.title_text {
	margin-bottom:10px;
	color:#036;
	font-weight:bold;
	font-size:90%;
}

.info_text {
	margin-top:6px;
	color:#036;
	font-size:80%;
}

.tiny_info_text {
	margin-top:3px;
	color:#036;
	font-size:60%;
}

.info_text_light a {
	margin-top:6px;
	color:#5B86CA;
	font-size:80%;
}

.tiny_info_text_light a {
	margin-top:3px;
	color:#5B86CA;
	font-size:60%;
}

.lightlink a {
	color: #5B86CA;
}

.contentHeader{
	position: relative;
	left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
	font-size:16px;
	color: #036;
}

.geoTable {
	position: relative;
	left: 50px;
	color:#036;
	text-align:left;
}

.geoTable td {
	padding-right:20px;
}

.siteTable {
	position: relative;
	left: 20px;
	width: 99%;
	color:#036;
	text-align:left;
}

.siteTable td {
	padding-right:10px;
}

.form{
	padding-left:30px;
}

.formTable{
	width: 380px;
	float: left;
	background-color: #ddd;
	margin-bottom:15px;
	margin-right: 20px;
	vertical-align: top;
}

.formTable td{
	vertical-align: top;
}

.formTable th.formSubheader{
	vertical-align: top;
	color: #fff;
	background-color: #ABC0E2;
}

.formTable td.label{
	width: 30%;
	color: #333;
	border: solid 2px #ddd;
}

.formTable td.field{
	width: 70%;
	padding: 1px;
	background-color: #eee;
}

.formTable td.fieldL{
	padding: 1px;
	background-color: #eee;
}

.formTable td.fieldR{
	text-align: right;
	padding: 1px;
	background-color: #eee;
}

.formTable tr.highlight td.fieldL{
	padding: 1px;
	font-weight: bold;
	color: #fff;
	background-color: #036;
	border-bottom: solid 0px #036;
}

.formTable tr.highlight td.fieldR{
	padding: 1px;
	font-weight: bold;
	color: #ddd;
	background-color: #036;
}

.formTable tr.highlight a{
	color: #fff;
}

.wizardHeader{
	position: relative;
	left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
	font-size:16px;
	color: #036;
}

.wizardInstructions{
	position: relative;
	left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:12px;
	color: #036;
}

.orderButton {
	background-color : #042C60;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	font-size : 14px;
	font-weight : bold;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;
}

.orderButton a {
	color: #fff;
}

.instructions {
	font-weight: bold;
	font-size:90%;
	margin-bottom: 10px;
}

.spacerDiv {
	min-height:10px;
}