/* CSS Document */

body {
	background-color: #E6E6E6;
	height: 100%;
	width: 100%; 
	margin-top: 10px;
}
#wrap {
	width: 792px;
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	display: block;
}
#wrap_index {
	width: 792px;
	height: 443px;
	padding: 10px;
	display: block;
	background-color: #FFFFFF;
}
#index_content {
	float: left;
	text-align: centre;
	width: 752px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
	font-size: 15px;
}
#index_header {
	display: block;
	float: left;
	height: 275px;
	margin: 0px;
}
#header {
	display: block;
	float: left;
	height: 179px;
	margin: 0px;
}
#buttonbar {
	float: left;
	background-image: url(images/buttonbar_gradient.gif);
	width: 792px;
	height: 60px;
}
#index_buttonbar {
	float: left;
	width: 792px;
	height: 45px;
}
#index_buttons {
	float: left;
	background-color: white;
	width: 198px;
	height: 40px;
}
#buttons {
	float: left;
	background-color: #009900;
	width: 198px;
	height: 40px;
}
#leftside {
	background-color: #000055; 
	float: left;
	width: 198px;
	height: 500px;
	border-right: 10px solid grey;
	margin: 0px;
}
#visitors_left {
	background-color: #000055; 
	float: left;
	width: 160px;
	height: 4000px;
	border-right: 10px solid grey;
	margin: 0px;
}
#town_left {
	background-color: #000055; 
	float: left;
	width: 160px;
	height: 2500px;
	border-right: 10px solid grey;
	margin: 0px;
}
#business_left {
	background-color: #000055; 
	float: left;
	width: 160px;
	height: 1000px;
	border-right: 10px solid grey;
	margin: 0px;
}
#residents_left {
	background-color: #000055; 
	float: left;
	width: 160px;
	height: 1500px;
	border-right: 10px solid grey;
	margin: 0px;
}
#bottom_banner {
	float: left;
}

/* leftside menu links */
a:link {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}
a:visited{
	color: white;
	text-decoration: none;
}
/* leftside sub menu */
.sub_text {
	font-family: Arial, Verdana, sans-serif;
	color: white;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
}
a.sub_text:link {
	color: white;
	text-decoration: none;
}
a.sub_text:hover {
	color: #0033FF;
	text-decoration: none;
}
a.sub_text:visited {
	color: #999999;
	text-decoration: none;
}

/* sub menu links */
a.tier3:link {
	text-decoration:none;
	color: #060075;
}
a.tier3:hover {
	text-decoration:none;
	color: #000033;
}
a.tier3:active {
	text-decoration:: nonoe;
	color: #000033;
} 
a.tier3:visited {
	text-decoration: none;
	color: #060075;
}

#stext {
	font-family: Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}
#content {
	float: left;
	text-align: justify;
	margin: 10px;
	width: 557px;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: .05em;
	line-height: 1.3em;
	color: black;
	font-size: 12px;
}
.sub {
	color: #0000CC;
	text-decoration: none;
}
.sub:link {
	color: #0000CC;
	text-decoration: none;
}
.sub:hover {
	color: #0000CC;
	text-decoration: none;
}
#left_pics {
	margin-right: 10px;
	border: 1px solid #333333;
}
#right_pics {
	margin-left: 10px;
	border: 1px solid #333333;
}

/*Tables*/
table {
	font: normal 1em/1.2em Helvetica, sans-serif;
	width:530px;
	padding: 0;
	border: none;
	/*border: 1px solid red;*/
	text-align: left;
}
table p {
	font: normal 1em/1.2em Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding: 0 0px 10px 10px;
}
p table {
	font: normal 1em/1.2em Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding: 0 0px 10px 10px;
}
table ul {
margin-left: 30px;
}
table.searchTable {
	margin: 0 10px;
	}
table.profile, table.profile_sm {
	text-align: center;
	color: #404040;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 3px solid #66A528;
	border-bottom: 1px solid #66A528;
	background: #F4F8F0 url(../images/bg_profiletable.gif) repeat-x;
}
table.profile_sm {
	width: 300px;
}
table.profile td {
	/*padding:5px;*/
	padding-top: 5px;
}
tr, td {
	margin: 0;
	padding: 4px;
	border: none;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
	color: #144586;
}
td.rightalign {
	text-align: right;
	font-weight: bold;
	color: #505050;
}
td.leftalign {
	text-align: left;
}
td.headers {
	font: bold 1.1em/1.2em Helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px solid #66A528;
}
td.subHeaders {
	font: bold 0.9em/1em Helvetica, sans-serif;
/*	color: #66A528;*/
	border-bottom: 1px solid #66A528;
}
td.category {
	text-align: left;
	width: 200px;
	padding-left: 25px;
	/*padding-bottom: 15px;*/
}
td.categoryHeader{
	text-align: left;
	font: bold 1em/1.2em Helvetica, sans-serif;
	/*border-bottom: 1px solid #144586;*/
	padding-top: 10px;
	padding-left: 15px;
}
