body {
	color: #231f20;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, Times New Roman;
	font-size: 11px;
	margin: 0;
}

a { color: #63a1f5; }

a:hover { color: #808080; }

#Container {
	margin: 0 auto 0 auto;
	width: 750px;
}

#Header { padding: 15px 0 15px 0; }


/* ***** */
/* FORMS */
/* ***** */
form, fieldset, ol, li {
	margin: 0;
	padding: 0;
}

form, input, textarea, option, select {
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, Times New Roman;
	font-size: 11px;
}

fieldset {
	background: url(/images/form_background.gif) 0 100% repeat-x;
	border: 0;
	border-top: 1px solid #808080;
	margin: 0 0 20px 0;
}

legend {
	color: #569de0;
	font-size: 14px;
	font-weight: bold;
}

ol {
	list-style: none;
}

fieldset li {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid white;
	min-height: 20px;
	padding: 5px;
}

form label {
	display: block;
	float: left;
	padding: 3px 0 0 0;
	width: 125px;
}

form em {
	color: red;
	font-style: normal;
	padding: 0 0 0 2px;
}

textarea, input { padding: 3px; }

textarea { 
	background: #ffffff url(/images/textarea_background.gif) repeat-x;
	border: 1px solid #a5aeb5;
	line-height: 15px;
}


/* ************** */
/* TOP NAVIGATION */
/* ************** */
#TopNavigation {
	background: url(/images/top_navigation_background.gif) 0 0 repeat-x;
	height: 25px;
	margin: 0 0 10px 0;
}

#TopNavigation .Left, #TopNavigation .Right {
	background: url(/images/top_navigation_left.gif) 0 0 no-repeat;
	float: left;
	height: 25px;
	width: 4px;
}

#TopNavigation .Right {
	background: url(/images/top_navigation_right.gif) 0 0 no-repeat;
	float: right;
}

#TopNavigation a {
	border-right: 1px solid #a3a3a3;
	color: #000000;
	display: block;
	float: left;
	height: 18px;
	margin: 1px 0 0 0;
	padding: 5px 10px 0 10px;
	text-decoration: none;
}

#TopNavigation a:hover {
	background: #f7f7f7;
	color: #63a1f5;
	text-decoration: none;
}


/* ********** */
/* RIGHT SIDE */
/* ********** */
#RightSide {
	float: right;
	width: 161px;
	_width: 151px;
}


/* ************ */
/* QUICK SEARCH */
/* ************ */
#QuickSearch {
	background: url(/images/quick_search_background.jpg) 0 0 no-repeat;
	height: 153px;
	margin: 0 0 10px 0;
	padding: 50px 12px 0 12px;
}

#QuickSearch .FormField {
	border: 1px solid #cccccc;
	width: 130px;
}

.Search {
	background: url(/images/button_quick_search.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 25px;
	width: 91px;
}

.Search:hover { background-position: 0 -25px; }

.RightSideButton {
	display: block;
	margin: 0 0 10px 0;
}


/* ********* */
/* LEFT SIDE */
/* ********* */
#LeftSide {
	float: left;
	margin: 0 0 10px 0;
	width: 579px;
}

#LeftSide h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 15px 0;
}

#LeftSide h2 {
	color: #63a1f5;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#LeftSide h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.BusinessDirectory td a {
	font-size: 12px;
	font-weight: bold;
}


/* ************* */
/* DISPLAY TABLE */
/* ************* */
.DisplayTable th, .DisplayTable td {
	border-bottom: 1px solid #7c7c7c;
	color: #808080;
	padding: 4px;
}

.DisplayTable th { text-align: left; }

.DisplayTable th span { font-weight: normal; }

.DisplayTable th a { color: #808080; }

.DisplayTable th a:hover { color: #000000; }

.DisplayTable td {
	border-bottom: 1px solid #dedede;
	color: #000000;
}

.DisplayTable .trOn { background: #ededed; }


table td span { color: red; }


/* ****** */
/* FOOTER */
/* ****** */
#FooterBar {
	background: url(/images/main_footer.gif) 0 100% no-repeat;
	clear: both;
	font-size: 1px;
	height: 3px;
	margin: 0 0 10px 0;
}

#FooterText {
	color: #9c9c9c;
	text-align: center;
}

#FooterText a {
	color: #9c9c9c;
}


/* ****** */
/* ALERTS */
/* ****** */
.GoodAlert, .BadAlert {
	background: #e7ffe6 url(/images/icon_alert_good.gif) 15px 50% no-repeat;
	border: 1px solid #beffbb;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 15px 0 15px 60px;
}

.BadAlert {
	background: #ffe6e6 url(/images/icon_alert_error.gif) 15px 50% no-repeat;
	border: 1px solid #ffbbbb;
} 


/* ******* */
/* BUTTONS */
/* ******* */
.Submit {
	background: url(/images/main_button_submit.gif) 0 0 no-repeat;
	border: 0;
	color: #333333;
	cursor: pointer;
	font-weight: bold;
	height:	25px;
	text-align: center;
	width:	60px;
}

.Submit:hover {
	background-position: 0 -25px;
	color: #ffffff;
}

.MapIt {
	background: url(/images/button_map_it.gif) 0 0 no-repeat;
	display: block;
	height: 20px;
	width: 73px;
}

.MapIt:hover { background-position: 0 -20px; }