@import url(/css/pagination.css);
@import url(/css/wysiwyg.css);
@import url(/css/jquery.lightbox-0.5.css);

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, form, label,
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: #333;
	padding:0;
	margin:0;
	background-color: #d3ebf5; 
	background-image: url(/images/back.png); 
	background-repeat: repeat-x;
}

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;
	font-weight: bold;
	color: #0E5485;
	margin-bottom: 12px;
}

.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: 13px 0 0 012px;
	float: left;
}

#banner {
	position: absolute;
	top: 25px;
	right: 65px;
	background: #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;
}

#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: 698px;
	padding: 15px;
}

#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: 5px;
}

#user_info {
	width: 539px;
	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;
}

#admin_tabs {
	position: relative;
	top: -2px;
	clear: both;
	padding: 0px 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-container {
	position: relative;
	width: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#tab-container ul,ol {
	margin-left: 25px;
}

#tab-container li {
	line-height: 2em;
}

.tab-content {
	position: absolute;
	left: -9000px;
}

.tab-content-active {
	position: relative;
	left: 0px;
}

#social_table {
	width: 100%;
}

#social_table td {
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px dashed #CCC;
	text-align: left;
}

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

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

small {
	font-size: 10px;
}

table#listings {
	width: 100%;
}

table#listings td {
	background-color: #CCC;
	width: 2%;
	text-align: center;
}

table.list {
	border-top: 1px Solid #CCC;
	border-left: 1px Solid #CCC;
	border-right: 1px Solid #999;
	border-bottom: 1px Solid #999;
	margin-bottom: 12px;
}

table.list th {
	background-image: url(/images/table_back.gif);
	padding: 4px;
	border-bottom: 1px Solid #999;
	border-right: 1px Solid #CCC;
}

table.list td {
	border-bottom: 1px Solid #CCC;
	border-right: 1px Solid #CCC;
	vertical-align: middle;
	padding: 6px;
}

#admin_categories {
	margin-right: -15px;
}

fieldset {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

#admin_categories fieldset {
	float: left;
	width: 45%;
	margin-right: 15px;
}

fieldset ul {
	list-style-type: none;
}

fieldset li {
	padding: 6px 0 3px 6px;
}

legend {
	font-weight: bold;
	color: #1779c4;
	padding: 0 6px 6px 6px;
}

iframe.widgIframe {
	border: 1px Solid #CCC;
	margin-bottom: 15px;
}

.border {
	border: 1px Solid #CCC;
	padding: 12px;
	text-align: right;
}

.admin_photo {
	float: left;
	padding: 4px;
	border: 1px Solid #CCC;
	margin: 0 4px 8px 8px;
	text-align: right;
}

.display_photo {
	float: left;
	padding: 4px;
	border: 1px Solid #CCC;
	margin: 0 4px 8px 8px;
	text-align: right;
}

.delete_icon {
	margin-top: 4px;
}

.padding {
	padding: 6px 12px;
}

#breadcrumb {
	padding: 0 0 18px 0;
}

#breadcrumb a {
	font-weight: bold;
	padding: 0 10px;
}

#content_column {
	float: right;
	width: 200px;
	height: 100%;
	padding-left: 15px;
}

#content_column ul {
	list-style-type: square;
}

#content_column li {
	color: #333;
	margin: 0;
	padding:0 ;
}

#sign_up_image {
	float: right;
	margin: 6px 6px 21px 21px;
}

#sign_up h1 {
	font-weight: bold;
	margin-bottom: 15px;
}

#sign_up li {
	line-height: 2em;
	margin-left: 25px;
}

.listing_option {
	border-bottom: 1px Dashed #CCC;
	padding: 15px;
}

.listing_radio {
	float: left;
	width: 40px;
	height: 50px;
}

#signup_steps {
	border-bottom: 1px Solid #CCC;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}

#signup_steps span {
	padding: 3px;
	background: #CCC;
	color: #FFF;
	font-weight: bold;
	margin-left: 15px;
}

#signup_steps span.active {
	background: #71A8D0;
	color: #FFF;
}

#your_business {
	float: right;
}

#social_icons {
	float: right;
}
