html { font-family: Helvetica, Tahoma, Arial; font-size: 14px; line-height: 22px; color: #2B2B2B; }
body { margin: 0 auto; width: 960px; }

h1 { font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 24px; line-height: 40px; margin: 0 0 5px 0; font-weight: normal; }
h2 { font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 22px; line-height: 30px; margin: 0 0 5px 0; font-weight: normal; }
h3 { font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 20px; font-weight: normal; margin: 30px 0 10px; }
h4 { font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 15px; }
h5 { font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; }
h6 { font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-size: 15px; margin-top: 7px; }

a { text-decoration: none; color: #0F91B5; }
#body a:hover, #footer a:hover { border-bottom: 1px solid #0F91B5; }

hr { height: 1px; border: 0; background: black; color: black; }

ul li { list-style: circle; }

ul.flat, .flat ul { margin: 0; padding: 0; overflow: hidden; }
ul.flat li, .flat ul li { float: left; list-style-image: none !important; list-style-type: none; }

.left { float: left; }
.right { float: right; }
img.left { margin: 0 10px 5px 0; }
img.right { margin: 0 0 5px 10px; }

th, td { border: 0; }

dl { margin: 0 0 20px 0; overflow: hidden; }
dt { font-weight: bold; float: left; clear: left; width: 300px; }
dt:after { content: ": " }
dd { float: left; width: 100px; float: right; }

address { margin: 0 0 20px 0; }

.message { background: #E4EEF2; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; }

/*.seperator { background: url(../images/mini_arrow.gif) no-repeat; width: 12px; height: 12px; padding-left: 12px; overflow: hidden; }*/


#header { height: 172px; position: relative; margin-bottom: 10px; font-size: 12px; }

	#logo { position: absolute; top: 80px; left: 0; margin: 0; font-size: 26px; }
	
	#navigation { position: absolute; bottom: 0; left: 0; margin: 0; padding: 0 5px; width: 100%; background: #0F91B5; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
	#navigation li { list-style: none; margin: 0; padding: 0; list-style: none; float: left; line-height: 16px; text-transform: uppercase; font-weight: bold; position: relative; }
	#navigation li span { display: block; text-transform: lowercase; font-weight: normal; }
	#navigation li a { text-decoration: none; display: block; padding: 10px 40px 10px 10px; height: 30px; overflow: hidden; color: white; }
	#navigation li a:hover { border: 0; }
	#navigation li a.current, #navigation li a.section {  }
	#navigation li a.first { background-position: 0 -30px; }
	#navigation li ul { position: absolute; top: 50px; left: 0; background: white; z-index: 10; width: 450px; display: none; margin: 0; padding: 10px; background: #E4EEF2; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; }
	/*#navigation .on ul { display: block; }*/
	#navigation li ul li { float: none; line-height: 24px; width: 206px; }
	#navigation li ul li a { color: #0F91B5; padding: 0; height: auto; }
	#navigation li ul li ul { position: static; padding: 0; margin: 5px 10px; display: block; } 
	#navigation li ul li ul li a { text-transform: none; }
	#navigation .dropdown { width: 15px; height: 14px; background: url(../images/navarrow.png); position: absolute; bottom: 10px; right: 18px; cursor: pointer; }
	#navigation li.on .dropdown { background-position: -15px 0; }
	#navigation li.on .dropdown:hover { background-position: -30px 0; }

	#login { position: absolute; bottom: 85px; right: 0; background: white; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 4px 8px; color: #349A27; }
	
	#header a.edit { position: absolute; bottom: -32px; right: 0px; background: #E4EEF2; padding: 5px 10px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; }


#body { overflow: hidden; }

	.breadcrumbs { padding: 0 10px; }

	.row { width: 740px; overflow: hidden; clear: left; }
	
	.box { padding: 20px 15px; margin: 0 0 10px; }
	.box .bottom { height: 40px; margin: 0 -15px -20px -15px; background-repeat: no-repeat; background-position: bottom left; }
	.box-full { background-image: url(../images/col_main3_top.gif); float: none; }
	.box-full .bottom { background-image: url(../images/col_main3_bottom.gif); }
	.pages { background-image: url(../images/col_main3_pages_top.gif); float: none; padding: 18px 2px; }
	.pages .bottom { margin: 0 -2px -18px -2px; }
	
	#column { width: 220px; float: left; min-height: 1px; } 
			
		#column .box { background: url(../images/col_left_top.gif) no-repeat; }
		#column .box .bottom { background: url(../images/col_left_bottom.gif) no-repeat; }
		#column ul { margin: 0; padding: 0; }
		#column ul li { padding: 3px 0 5px 0; list-style: none; background: url(../images/nav_secondary_odd.gif) no-repeat bottom left; }
		#column ul li.even { background: url(../images/nav_secondary_even.gif) no-repeat bottom left; }
		#column ul li a:hover { border: 0; }
		
		
	#content { float: left; width: 720px; margin: 0 0 0 20px; }
		
		#location .geo { display: none; }
		.photos { margin: 0; padding: 0; overflow: auto; }
		.photos li { margin: 0 8px 5px 0; padding: 0; list-style: none; float: left; }

	
#footer { margin-top: 40px; clear: both; background: url(../images/hr.gif) no-repeat; height: 200px; padding-top: 26px; text-align: right; }
	
	#footer ul.navigation { margin: 0 0 10px; padding: 0; }
	#footer ul.navigation li { margin: 0; padding: 2px 5px; list-style: none; }





form { background: #E4EEF2; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; overflow: hidden; }
.nullable input[type=checkbox], .nullable input.checkbox, .nullable span { display: none; }
.middleColumn { clear: left; }
label { font-size: 14px; }
input[type=text], input.text, textarea { border: 0; -moz-border-radius: 4px; -webkit-border-radius: 4px; background: white; padding: 5px; width: 400px; margin-right: 20px; }
.field { clear: left; margin-bottom: 8px; }
.date, .time { float: left; clear: none; }
#StartTime { clear: left; }
.date input, .time input { width: 100px; margin: 0; float: left; }
.date .middleColumn, .time .middleColumn { width: 170px; position: relative; }
.date img, .time div.ui-corner-all { float: left; margin: 6px 0 0 6px; }
.time .ui-timepickr { top: 30px; }
.time .ui-corner-all { width: 17px; height: 17px; }
.Actions { overflow: hidden; margin-top: 10px; }
.Actions input { background: #0F91B5; border: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px 15px; margin-bottom: 10px; color: white; }
.checkbox input { float: left; }
.checkbox .right { float: left; line-height: 16px; margin-left: 10px; }

.message { margin: 0 0 15px 0; padding: 5px; color: #979908; border: 4px solid #F7F8B4; background: #FFFFEA; }
span.middleColumn .message { margin: 4px 0 0 3px; }
.required, .bad { color: #DC1313; border: 4px solid #FF7373; background: #FED0D0; }

.ui-datepicker { font-size: 12px; }


#comments ul { margin: 0 0 20px; padding: 0; }
#comments ul li { margin: 10px 0; list-style: none; overflow: hidden; }
#comments ul li img { float: left; margin: 0 10px 10px 0; }
#comments ul li p { margin: 0; }
#comments ul li p.date { color: silver; }

.pagination { overflow: hidden; line-height: 16px; }
.pagination ul { margin: 0; padding: 0; overflow: hidden; }
.pagination ul li { margin: 0; padding: 0; font-size: 11px; list-style: none; }
.pagination ul a { border: solid 1px #DDDDDD; margin-right: 2px; }
.pagination ul .previous-off,
.pagination ul .next-off { color: #666666; display: block; float: left; font-weight: bold; padding: 3px 4px; }
.pagination ul .next a,
.pagination ul .previous a { font-weight: bold; }
.pagination ul .active { font-weight: bold; display: block; float: left; padding: 4px 6px; }
.pagination ul a:link,
.pagination ul a:visited { display: block; float: left; padding: 3px 6px; text-decoration: none; }
.pagination ul a:hover { border: solid 1px #666666; }


.legs { margin: 0; padding: 0; position: relative; padding-bottom: 92px; overflow: hidden; }
.legs li { margin: 0 0 5px; padding: 0; float: left; list-style: none; }
.legs li a { background: #E4EEF2; color: white; padding: 2px 4px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.legs li span { padding: 0 5px; }
.legs li dl { position: absolute; bottom: 0; left: 0; display: none; background: #DDDDDD; width: 650px; height: 50px; padding: 10px; }
.legs li.on dl { display: block; }
.legs li.on a { background: #0F91B5; }
.legs li.on dl a { background: none; color: #0F91B5; }
.legs li dl dt { float: left; clear: none; margin: 0; width: auto; }
.legs li dl dd { float: left; clear: none; margin: 0; width: auto; }

#body .ui-widget { font-size: 14px; font-family: Helvetica, Tahoma, Arial; }

.listings { margin: 0; padding: 0; }
.listings li { position: relative; list-style: none; overflow: hidden; background: url(../images/dashed_hr.gif) repeat-x left bottom; padding: 15px 0; }
.listings li img { float: left; margin-right: 15px; }
.listings li h3, .listings li p { margin: 0 0 10px; }
.listings li .priceSummary { font-weight: bold; position: absolute; top: 10px; right: 0; }

.ui-tabs { }
.ui-tabs-nav { margin: 0; padding: 0 10px; overflow: hidden; background: url(../images/tabs_background.png) no-repeat 0 -1px; height: 57px; }
.ui-tabs-nav li { float: left; line-height: 16px; list-style: none; margin: 7px 4px 0 0; font-size: 16px }
.ui-tabs-nav li a { display: block; padding: 11px 25px 10px 10px; outline: none; }
.ui-tabs-nav li a span { display: block; font-size: 10px; }
.ui-tabs-nav .ui-state-active { background: white; }
.ui-tabs-panel { padding: 10px 20px; }
.ui-tabs-hide { display: none; }
