body {
	background: white;
	color: black;
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
div { margin: 0; padding: 0; }
img { margin: 0; padding: 0; border-width: 0; }
h1, h2, h3, h4, h5, h6 {
	color: #316AD9;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }
form { margin: 5px 0; padding: 0; }
input {
	font-size: 12px;
}
a:link, a:visited {
	color: #316AD9;
}
a:hover, a:active {
	color: black;
}
div.error_message { 
	position: relative;
	margin: 5px 0;
	padding: 5px;
	border: 5px solid red;
	color: red;
	font-weight: bold;
}
div.normal_message {
	position: relative;
	margin: 5px 0;
	padding: 5px;
	border: 5px solid green;
	color: green;
	font-weight: bold;
}

.form_error {
	color: red;
}
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6{
	margin: 0;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 768px;
}
#header {
	position: relative;
	float: left;
	margin: 5px auto 0 auto;
	padding: 5px;
	width: 756px;
}
#logo {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}
#primary_nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 456px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#primary_nav a {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	padding: 0;
	width: 218px;
	text-align: center;
	text-decoration: none;
	border: 1px solid orange;
}
#primary_nav a:link, #primary_nav a:visited {
	background: white;
	color: #316AD9;
}
#primary_nav a:hover, #primary_nav a:active {
	background: orange;
	color: white;
}
#secondary_nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
#secondary_nav a {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	padding: 0;
	width: 140px;
	text-align: center;
	text-decoration: none;
	border: 1px solid orange;
}
#secondary_nav a:link, #secondary_nav a:visited {
	background: white;
	color: #316AD9;
}
#secondary_nav a:hover, #secondary_nav a:active {
	background: orange;
	color: white;
}
#search_form {
	position: relative;
	float: left;
	width: 606px;
}
#search_form h1 {
	float: left;
	margin: 0 0 0 10px;
}
#search_form form {
	float: right;
	margin: 0 0 0 10px;;
}
#login_form {
	margin: 5px 3px;
	padding: 5px;
	border: 1px solid orange;
}
#login_message {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
#breadcrumb {
	position: relative;
	float: left;
	margin: 3px auto;
	padding: 3px;
	width: 760px;
	border: 1px solid #316AD9;
}
#breadcrumb table, #breadcrumb td {
	margin: 0;
	padding: 0;
	border: none;
}
#breadcrumb a {
	padding: 0;
}
#breadcrumb a:link, #breadcrumb a:visited{
	color: black;
	background: white;
}
#breadcrumb a:hover {
	color: #316AD9;
	background: white;
}
#breadcrumb td.current_category {
	font-weight: bold;
}
#forgot_password_form div.form_element {
	position: relative;
	float: left;
}
#registration_form div.form_element {
	position: relative;
	float: left;
	width: 290px;
}
#registration_form div.form_field_prompt {
	width: 290px;
}
#registration_form div.form_field {
	width: 290px;
}
#registration_form input.submit_button {
	position: relative;
	float: none;
}
.form_element_error {
	color: red;
}
#profile_form div.form_element {
	position: relative;
	float: left;
	width: 290px;
}
#profile_form div.form_field_prompt {
	width: 290px
}
#profile_form div.form_field {
	width: 290px;
}
#profile_form input.submit_button {
	position: relative;
	float: none;
}
#profile_form div.form_separator {
	position: relative;
	width: 590px;
	float: left;
}
#user_gallery_left {
	width: 180px;
	float: left;
}
#user_gallery_right {
	width: 400px;
	float: right;
}
#user_image_gallery table {
	border: 1px solid orange;
}
#user_image_gallery td {
	border: 1px solid orange;
	padding: 3px;
	text-align: center;
}
#section_content {
	position: relative;
	float: left;
	width: 472px;
}
#section_right {
	position: relative;
	float: right;
	text-align: center;
	width: 200px;
	line-height: 24px;
}
#section_right h3 {
	margin: 5px 0 0 0;
}
#section_lead_image {
	position: relative;
	float: right;
	text-align: center;
}
#section_lead_image img {
	margin: 0 0 5px 0;
}
#section_date {
	position: relative;
}
.user_comment_link a {
	display: block;
	position: relative;
	float: left;
	width: 462px;
	margin: 10px 0 0 0;
	border: 2px solid orange;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}
.user_comment_link a:link, .user_comment_link a:visited {
	background: white;
	color: #316AD9;
}
.user_comment_link a:hover, .user_comment_link a:active {
	background: orange;
	color: white;
}
#user_comments {
	position: relative;
	width: 472px;
	float: left;
}
#footer {
	position: relative;
	float: left;
	width: 768px;
}
.dir_cat_header {
	position: relative;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
.dir_cat_links {
	position: relative;
	margin: 2px 0 0 5px;
}
#directory table {
	border: 1px solid orange;
	width: 472px;
}
#directory td {
	border: 1px solid orange;
	padding: 5px;
	vertical-align: top;
}
#directory a:link, #directory a:visited {
	color: black;
}
#directory a:hover, #directory a:active {
	color: #316AD9;
}
#dir_listings a {
	font-weight: bold;
	text-decoration: none;
}
#city_list p {
	position: relative;
	float: left;
	margin: 5px;
	font-size: 14px;
}
#section_list div {
	position: relative;
	float: left;
}
#section_list img {
	margin-right: 5px;
}
#section_list table {
	border: 1px solid orange;
	width: 470px;
}
#section_list td {
	border: 1px solid orange;
	padding: 5px;
	width: 230px;
}
.standard_table table {
	border: 1px solid orange;
	width: 470px;
}
.standard_table td {
	border: 1px solid orange;
	padding: 5px;
	width: 230px;
	vertical-align: top;
}
#section_content_list div {
	position: relative;
}
#section_content_list img {
	margin-right: 5px;
}
#section_content_list table {
	border: 1px solid orange;
	width: 470px;
}
#section_content_list td {
	border: 1px solid orange;
	padding: 5px;
	text-align: center;
	width: 230px;
}
#people_search_form {
	width: 472px;
}
#people_search_form div.form_element {
	position: relative;
	float: left;
	margin: 0 5px;
}
#people_search_form div.form_separator {
	width: 472px;
	margin: 0;
}
#people_search_results {
	position: relative;
	float: left;
	width: 472px;
}
#people_search_results table {
	width: 472px;
	border: 1px solid orange;
}
#people_search_results td {
	padding: 5px;
	border: 1px solid orange;
}
.page_results {
	margin: 10px 0;
}
.page_results td {
	padding: 5px;
}
.user_profile_element {
	position: relative;
	float: left;
	width: 472px;
	margin: 3px 0;
	border-bottom: 1px solid orange;
}
.user_profile_element_header {
	position: relative;
	float: left;
	width: 160px;
	margin: 0;
	font-weight: bold;
}
.user_profile_element_data {
	position: relative;
	float: left;
	margin: 0;
}
#user_listings table {
	width: 472px;
	border: 1px solid orange;
}
#user_listings td {
	padding: 5px;
	border: 1px solid orange;
}
.blog_message {
	margin: 0 0 10px 0 ;
	border-bottom: 1px solid orange;
}
.blog_message_title {
	font-weight: bold;
	margin: 5px 0;
}
.blog_message_body {
}
#news_list {
	position: relative;
	float: left;
	width: 226px;
	padding-right: 5px;
	border-right: 1px solid orange;
}
#news_list table {
}
#news_list td {
	border-bottom: 1px solid orange;
	padding: 5px;
}
#event_list {
	position: relative;
	float: left;
	width: 226px;
	padding-left: 5px;
	border-left: 1px solid orange;
}
#event_list table {
}
#event_list td {
	border-bottom: 1px solid orange;
	padding: 5px;
}
.resource {
	position: relative;
	margin: 5px;
}
.resource_name {
	font-weight: bold;
}	
#search_results_left {
	position: relative;
	float: left;
	width: 570px;
	margin: 5px;
}
#search_results_right {
	position: relative;
	float: left;
	width: 170px;
	margin: 5px;
}
.user_note_link {
	color: blue;
}
.user_note_link_new {
	color: red;
}