
#sob-gmaps-wrapper {
	position:absolute;
	top:234px;
	left:190px;
	width:560px;
	height:560px;
	border:10px solid white;
	background:#CCC;
	z-index:40;
	display:none;
	overflow:hidden;
}

.sob-gmaps {
	position:absolute;
	top:0;
	left:0;
	width:560px;
	height:560px;	
}

#sob-gmaps-wrapper-close { cursor:pointer; display:none;}

.map-infowindow {
	width:300px;
	text-align:left;
}

.map-infowindow p {
	font-size:12px;
	line-height:1.1em !important;
	margin:0 0 10px 0 !important;
}

.map-title {
	font:16px Arial Black,sans-serif !important;
}


.page-wrapper {
	width:560px;
	padding-bottom:42px;
	margin-bottom:42px;
	border-bottom:2px solid #808080;
}

.page-wrapper img {
	display:block;
	margin-left:-10px;
}

.page-header {
	line-height:42px !important;
	border-bottom:2px solid #808080;
	
	width:560px;
	font:12px Arial Black, sans-serif;
	text-transform:uppercase;
	color:#808080;
	margin-bottom:5px;
}


.page-subheader {
	position:relative;
	border-top:2px solid #808080;
	padding:5px 0;
	width:560px;
	font:10px Arial Black, sans-serif;
	text-transform:uppercase;
	color:#808080;
	margin:5px 0 10px 0;
}

	.page-subheader img {
		margin:0;
	}
	
#page-sponsor-1 {
	float:left;
	width:350px;
}

	#page-sponsor-1 a {
		display:block;
		margin:20px 0 30px 20px;
	}
	
#page-sponsor-2 {
	float:left;
	width:150px;
}
	#page-sponsor-2 a {
		display:block;
		margin:40px 0 10px 0;
	}

.notopborder {
	border-top:none;
	padding-top:0px;
}

.lightborder {
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;	
	padding:7px 0;
}

.active {
	color:black;
	font-weight:bold;
}

.active .rarrow {
	background:black;
}

/* search */

.search-wrapper {
	position:relative;
	padding:10px 0;
	border-top:2px solid #808080;
	border-bottom:2px solid #808080;
	width:560px;
}

.search-item {
	margin-bottom:20px;
	line-height:18px;
}
	
	.search-item a {
		text-decoration:underline;
	}
	
	.search-item-title {
		color:#666;
		font-size:14px;
		text-decoration: none !important;
	}
	
	.search-item-title:hover {
		color:black;
	}
	
	.search-pagi {
		position:absolute;
		top:7px;
		right:200px;
	}
	
#nav-search-wrapper {
	width:195px;
}

#nav-search {
	width:145px;
	height:12px;
	margin:10px 0 0 10px;
}

#nav-search-submit {
	border:none;
	background:url(img/search_btn.png) no-repeat;
	width:20px;
	height:20px;
	margin:1px 0 0 0;
	padding:0;
	border:none !important;
}

.contact-info-wrapper {
	width:300px;
}
.contact-form-wrapper {
	line-height:1.8em;
}
.contact-form-wrapper .contact-col {
	position:relative;
	float:left;
	width:267px;
	margin-left:20px;
	overflow:visible;
}

.contact-form-wrapper .medium {
	width:150px;
}


.contact-form-wrapper .short {
	width:95px;
}

.contact-form-wrapper .onethird {
	width:180px;
	font-size:11px;
}

.contact-form-wrapper .sixth {
	width:85px;
	font-size:11px;
	margin-right:0;
}

.contact-form-wrapper .medium input, 
.contact-form-wrapper .short input,
.contact-form-wrapper .onethird input,
.contact-form-wrapper .sixth input {
	width:100%;
}

.contact-form-wrapper label {
	font-size:11px;
	line-height:1.35em;
	display:inline-block;
	padding:5px 0;
}

select.short {
	width:30px;
} 


.contact-form-wrapper .text, .contact-form-wrapper .msg {
	width:552px;
	background:#F2F2F2;
	border:1px solid #D9D9D9;
	padding:4px 0 4px 4px;
	margin-bottom:5px;
	font-weight:bold;
}

.contact-form-wrapper .contact-col .text {
	width:100%;
}

.contact-form-wrapper textarea {
	font-family:Arial,Helvetica,sans-serif;
	height:130px;
	font-size:12px;
}

.contact-form-wrapper .msg {
	text-align:center;
	color:#666666;
	font-size:16px;
	display:none;
}

.contact-form-wrapper p {
	font-size:11px;
	line-height:1.35em;
}



.contact-form-wrapper .half {
	width:79px !important;
	display:inline-block;
	margin-left:10px;
}


.contact-form-wrapper .sixth {
	margin-left:12px;
}

.contact-form-wrapper .first {
	margin-left:0;
}

select.short {
	width:50px !important;
}

.checkbox {
	display:block;
	margin-right:5px;
	font-size:11px;
	line-height:1.35em;
	padding:5px 0;
	float:left;
	width:20px !important;
}

.checkbox+label{
	display:block;
	line-height:1.3em;
	padding:0px;
	float:left;
}

#contact-submit {
	color:#666;
	background:#FFFFFF;
	border:1px solid #D9D9D9;
	padding:5px 10px;
}

.resetfont {
	font:12px Arial, Helvetica, sans-serif;
	color:black;
	text-transform: none;
}


.item-gallery {
	position:relative;
	width:465px;
	overflow:hidden;
}

.item-gallery-wrapper {
	width:10000px;
}

.item-gallery-wrapper img {
	display:block;
	margin-right:10px;
	float:left;
}


.gallery-arrow {
	position:absolute;
	top:0px;
	opacity:.65;
	filter: alpha(opacity=65);
	background:black;
	z-index:1;
}

.gallery-arrow:hover {
	opacity:1;
	filter: alpha(opacity=100);	
}

#gallery-arrow-l {
	left:0px;
}

#gallery-arrow-r {
	right:-5px;
}


.ui-datepicker { width: 168px; font-size:10px; background:white;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; background:#CCC; margin:0 2px;  }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 8px; }
.ui-datepicker .ui-datepicker-prev { left:16px; }
.ui-datepicker .ui-datepicker-next { right:20px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border:1px; }
.ui-datepicker th { padding:6px 0; text-align: center; font-weight: bold; background:#999; border:2px !important; }
.ui-datepicker td { border: 0; padding:0; margin:0; width:20px; background:#CCC; }
.ui-datepicker td span, .ui-datepicker td a { display: block; text-decoration: none; }
.ui-datepicker a { 
	display:block;
	line-height:1em;
	padding:6px 0 !important; 
	margin:0; 
	height:inherit !important; 
	border:none !important; 
	background:#E2E2E2; 
	cursor:pointer; 
	text-align:center !important;
}

.ui-datepicker a:hover {
	background:#808080;
	color:white;
}

.ui-datepicker-today a {background:#757575;}

.captcha-wrapper {
	margin-bottom:20px;
}

.redborder {
	border:1px solid red !important;
}

.select-businesses {
	width:270px;
	height:30px;
	overflow-y:auto;
	background:white;
	border:1px solid #D9D9D9;
	z-index:1;
	cursor:pointer;
}

.select-businesses h3 {
	font-weight:normal;
	background:#F2F2F2;
	margin-top:0;
	margin-bottom:10px;
	padding:4px 0 4px 4px;
}

.select-businesses ul {
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
	padding:0;
}

.select-businesses ul li {
	margin:0 !important;
	padding:0 !important;
}

.select-businesses label {
	font-size:12px !important;
	line-height:16px !important;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;	
}

#uploadedFiles {
	margin-bottom:20px;
	margin-left:10px;
}

#uploadedFiles img {
	display:block;
	width:100px;
	display:block;
	margin-right:10px;
	float:left;
}

#btnContainer {
	
}

.debug {
	background:red !important;
}