html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.clear {
	clear: both;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.3em;
}

hr {
	border-bottom: 0px Solid #FFF;
	border-right: 0px Solid #FFF;
	border-left: 0px Solid #FFF;
	border-top: 1px Dashed #CCC;
}

a {
	color: #1779c4;
	text-decoration: none;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding:0;
	margin:0;
	background-color: #005288;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

.error {
	background: #ffcccc url(images/error.png) no-repeat 10px 8px;
	border: 1px Solid #FF0000;
	padding: 8px;
	font-weight: bold;
	padding: 8px 8px 8px 36px;
	margin-bottom: 12px;
}

.success {
	background: #ccffcc url(images/success.png) no-repeat 10px 8px;
	border: 1px Solid #00ff00;
	padding: 8px;
	font-weight: bold;
	padding: 8px 8px 8px 36px;
	margin-bottom: 12px;
}

.note {
	background: #fff0d3 url(images/note.png) no-repeat 10px 8px;
	border: 1px solid #cfaa5f;
	padding: 8px 8px 8px 36px;
	margin-bottom: 12px;
}


#container {
	width: 960px;
	margin: auto;
}

#header {
	position: relative;
	margin-bottom: 18px;
}

#logo {
	width: 271px;
	text-align: center;
	padding: 6px 0 0 012px;
	float: left;
}

#slogan {
	position: absolute;
	top: 50px;
	right: 0px;
	font-size: 20px;
	color: #FFF;
}

#navigation {
	clear: both;
	background-color: #e0d2b8; 
	background-image: url(images/button_back.png); 
	background-repeat: repeat-x;
	height: 40px;
}

#navigation a {
	float: left;
	padding: 12px 24px 0 24px;
	background-image: url(images/button_line.png); 
	background-repeat: no-repeat;
	background-position: top right;
	height: 27px;
	font-weight: bold;
	color: #0C476F;
}

#body {
	clear: both;
	background-image: url(images/body_back.gif); 
	background-repeat: repeat-y;
}

#column {
	position: relative;
	float: left;
	width: 232px;
	background: #f3f3f3;
}

.col_head {
	background: #71A8D0;
	padding: 10px 0 10px 12px;
	color: #FFF;
	font-weight: bold;
}

.col_body {
	padding: 12px;
	line-height: 1.5em;
	color: #333;
}

#popular_cities a {
	float: left;
	background: #e1d4bb;
	color: #000;
	padding: 2px;
	margin: 0 12px 12px 0;
}


#content {
	position: relative;
	background-image: url(images/content_top.png); 
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
	float: left;
	width: 728px;
	padding: 15px 0px;
}

#home_main_image {
	position: relative;
	background-image: url(images/home_back.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 698px;
	height: 275px;
}

#search_button {
	position: absolute;
	top: 185px;
	left: 285px;
}

#search_input {
	position: absolute;
	top: 115px;
	left: 345px;
	width: 100px;
	height: 26px;
	font-size: 26px;
}

#shadow {
	background-image: url(images/shadow.png); 
	background-repeat: repeat-y;
	background-position: top right;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	z-index: 1000;
}

#search_filters {
	background: #EEE;
	padding: 6px;
	color: #666;
}

#search_filters a {
	padding: 0 3px 0 3px;
}

#search_filters a.current {
	background: #CCC;
}

#search_filters #num_results {
	float: left;
	width: 33%;
}

#search_filters #radius {
	float: left;
	width: 33%;
	text-align: left;
}

#search_filters #results_per_page {
	float: right;
	width: 33%;
	text-align: right;
}

#search_header  {
	color: #666;
	padding: 6px;
}

#search_header  #results_num {
	float: left;
}

#search_header  #results_pages {
	float: right;
}

.search_listing {
	color: #666;
	border-bottom: 1px Dashed #CCC;
	border-right: 0px Solid #FFF;
	border-left: 0px Solid #FFF;
	border-top: 0px Solid #FFF;
	padding: 15px 0 15px 0;
}

.search_listing h4 {
	color: #1779c4;
	font-weight: bold;
}

.search_listing .distance {
	float: right;
	font-size: 10px;
	color: #999;
}

#content_h1 {
	margin: 0 -15px 15px -15px;
	padding: 0px 15px 12px 15px;
	background-image: url(images/head_back.gif); 
	background-repeat: repeat-x;
	background-position: bottom right;
	color: #0C476F;
}

#listing {
	background-image: url(images/beige_grad.gif); 
	background-repeat: repeat-x;
	background-position: bottom right;
	margin: 0 -15px;
	padding: 0px 15px 0 15px;
}

#user_photo {
	float: left;
	border: 1px Solid #71A8D0;
	background-color: #FFF;
	padding: 15px;
}

#user_info {
	width: 519px;
	float: left;
	border: 1px Solid #71A8D0;
	margin-left: 15px;
	padding: 15px;
	background-color: #FFF;
	color: #333;

}

#user_info h2 {
	color: #71a8d0
}

#google_map {
	margin: 0;
}

#home_col_1 {
	float: left;
	width: 400px;
	margin-top: 15px;
	border: 1px Solid #e0d2b8;
	padding: 15px;
}

#home_col_1 h3 {
	background-color: #e0d2b8;
	padding: 10px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	margin:  -15px -15px 15px -15px;
}

#home_col_2 {
	float: right;
	margin-top: 15px;
}

#display_tabs {
	position: relative;
	top: -2px;
	clear: both;
	padding: 20px 15px 0 15px;
	border-bottom: 1px Solid #71a8d0;
	margin: 0 -15px 13px -15px;
}

.tab {
	position: relative;
	top: 1px;
	float: left;
	background-color: #71a8d0;
	padding: 4px 10px 4px 10px;
	border: 1px Solid #71a8d0;
	margin-right: 4px;
	color: #FFF;
	cursor: pointer;
}

.tab-active {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px 4px 10px;
	margin-right: 4px;
	background-color: #FFF;
	color: #0C476F;
	border: 1px Solid #71a8d0;
	border-bottom: 1px Solid #FFF;
}

.tab-content {
	display: none;
}

.tab-content-active {
	display: block;
}

#form_table td {
	padding: 20px 20px 0 0;
	vertical-align: top;
}

#content h2 {
	border-bottom: 1px Solid #CCC;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

table td {
	vertical-align: top;
	padding: 30px;
}

h3 {
	font-weight: bold;
	color: #daa900;
}

#content h1 {
	padding: 10px 20px;
	font-size: 18px;
	color: #005288;
}

#new_table td {
	padding: 10px 60px;
	margin: 0;
}

#padding {
	padding: 10px 20px;
}

.registration td {
	margin: 0;
	padding: 0;
}
