body
{
	margin: 30px 0;
	padding: 0;
	background: #EFE4BE;
	color: #555;
	font-family: arial, verdana, tahoma, times new roman;
	font-size: 80%;
}

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

a:hover
{
	text-decoration: none;
	color: #000;
}

img
{
	border: 0;
}

#container
{
	margin: 0 auto;
	width: 900px;
}

#image
{
	width: 900px;
	height: 147px;
	text-align: right;
	background: #7A5832;
}

#header
{
	width: 900px;
	height: 50px;
	border-top: 1px solid #FFF;
	background: #A07342;
}

#headerleft
{
	float: left;
	width: 175px;
	height: 50px;
	color: #FFF;
	font-weight: bold;
	font-size: 95%;
}

#headerleft img
{
	margin: 19px 5px 0 15px;
}

#headerleft a
{
	text-decoration: none;
	color: #FFEBAF;
}

#headerleft a:hover
{
	text-decoration: none;
	color: #FFF;
}

#headerright
{
	float: right;
	width: 725px;
	height: 50px;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 125%;
	color: #FFF;
}

#headerright ul
{
	float: right;
	margin: 15px 0 0 0;
	padding: 0 20px 0 0;
}

#headerright li
{
	display: inline;
	padding: 0 0 0 20px;
}

#headerright ul li a
{
	text-decoration: none;
	color: #FFEBAF;
}

#headerright ul li a.active
{
	text-decoration: none;
	color: #FFF;
}

#headerright ul li a:hover
{
	text-decoration: none;
	color: #FFF;
}

#content
{
	width: 870px;
	background: #FFF;
	padding: 15px;
	line-height: 120%;
	font-size: small;
}

#content a
{
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #555;
}

#content a:hover
{
	text-decoration: none;
	color: #000000;
}


#content h3
{
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
	font-weight: normal;
	color: #A07342;
}

#content h2
{
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-size: 160%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #A07342;
	border-bottom: 1px solid #DAC0A5;
}

#content p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#context_bar
{
	width:164px;
	float:left;
	line-height: normal;
	font-size: x-small;
	font-weight: bolder;
	margin-right: 8px;
	height: 500px;
}

#context_bar ul
{
	margin: 5px 0 0 5px;
	padding: 0;
	list-style-type: none;
	line-height: 12pt;
}

#context_bar a
{
	text-decoration: none;
	color: #666666;
}

#context_bar a:hover
{
	text-decoration: none;
	color: #A07342;
}

#map_area
{
	width: 688px;
	float:right;
}


/*This is for the full size map on a blank html page*/
#scroll 
{
	overflow: auto;
	background-image:url(../images/trans_jul08_large.jpg);
}

/*So is this*/
.flow2 {
	width:1168px;
	height:1288px;
	clear: left; 
	float: left; 
}

.flow {
	width:265px;
	height:310px;
	clear: left; 
	float: left; 
	margin: 0px 12px 0px 0px;
}

#main 
{
	height: 372px;
	width: 868px;
	border: 1px solid #775631;
	background-color: #FFEBAF;
}

#client_box 
{
	height: 166px;
	width: 336px;
	border: 1px solid #775631;
	background-image:url(../images/client_box.jpg);
	margin: 113px 266px 113px 266px;	
}

#error_login_box
{
	height: 236px;
	width: 336px;
	border: 1px solid #775631;
	background-image:url(../images/client_box.jpg);
	margin: 63px 266px 113px 266px;
}

#error_login_box p, a
{
	color: #FFEBAF;
	font-weight:bold;
}

#pass_change_box
{
	height: 186px;
	width: 336px;
	border: 1px solid #775631;
	background-image:url(../images/client_box.jpg);
	margin: 113px 266px 113px 266px;	
}

#pass_change_box p
{
	color: #FFEBAF;
	margin-left:9px;
	font-weight:bold;
}

#register_box
{
	height: 236px;
	width: 586px;
	border: 1px solid #775631;
	background-image:url(../images/client_box.jpg);
	margin: 113px 126px 113px 126px;	
}

#register_box p
{
	color: #FFEBAF;
	margin-left:9px;
	font-weight:bold;
}

#map
{
	width:520px;
	height: 371px;
	float:left;
	font-size: x-small;
	font-weight: bolder;

}

#layer_bar
{
	top:297px;
	width:175px;
	height:370px;
	float:right;
	line-height: 2em;
	font-size: x-small;
	font-weight: bolder;
}
	
#layer_bar a
{
	color:#666666;
	text-align:left;
}

#client_form
{
	margin:20px 40px 10px 30px;
}

#client_form p
{
	color: #FFEBAF;
	margin-left:9px;
	font-weight:bold;
}

#client_form a
{
	color: #FFEBAF;
	font-weight:bold;
}

#client_form a:hover
{
	color: #FFEBAF;
	font-weight:bold;
}

#unauthorized_text p
{
  color: #A07342;
  font-weight:bold;
}

.username
{
	margin-left: 4px;
}

.password
{
	margin-left: 6px;
}

.submit
{
	margin-left: 72px;
}

.reset
{
	margin-left: 6px;
}

#footer
{
	width: 900px;
	height: 45px;
	background: #A07342;
	border-top: 3px solid #EEF1E2;
	color: #FFF;
	font-size: 95%;
	font-weight: bold;
}

#footer p
{
	margin: 0;
	padding: 0;
	color: #FFEBAF;
}

#footer a
{
	text-decoration: none;
	color: #FFEBAF;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}

#footerleft
{
	float: left;
	width: 650px;
	text-align: left;
	padding: 15px 0 0 15px;
}

#footerleft ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footerleft ul li
{
	display: inline;
}

#footerleft ul li a
{
	margin: 0 15px 0 0;
}

#footerright
{
	float: right;
	width: auto;
	padding: 15px 15px 0 0;
	text-align: right;
}
