#container {
margin:0 auto;
max-width:1000px;
min-width:800px;
padding:0 20px 20px;
}
#login_list { margin: 0; right: 0; overflow: auto; float: right; }
	#login_list li { float: left; font-weight: 700; }
		#login_list li a, #login_list li span { display: block; padding: 1em; color: #666; text-decoration: none; }
		#login_list li a:hover { background: #f2f2f2; color: #999; }
#header { overflow: auto; clear: both; }
	#header h1 { float:left; }
	#header a.postapad {
	float:right;
	height:80px;
	position:relative;
	width:135px;
	}
		#header a.postapad span {
		background:url(../images/postapad-sign.gif) no-repeat;
		height:80px;
		position:absolute;
		text-indent:-999em;
		top:0;
		width:135px;
		}
			#header a.postapad span:hover { background-position:0 -80px; }
#findanav {
background:#fc0;
color:#aa8b1c;
overflow: auto;
padding:5px;
clear: both;
}
	#findanav ul {
	float:left;
	overflow: auto;
	}
		#findanav li {
		float:left;
		margin:0 .5em 0 0;
		}
			/*#findanav ul li input, #findanav ul li select {
			margin:4px 4px 0 0;
			width:50px;
			}*/
	#findanav a, #findanav span {
	color:#fff;
	display:block;
	font-weight:700;
	padding:5px;
	width:auto;
	}
		#findanav a:hover,#findanav ul li:first-child {
		background:#e7bc26;
		}
		#findanav a.rightLink {
		display:block;
		float:right;
		width:8em;
		}
		
	#findanav .sale_rent{
		color:#000000;
		display:block;
		font-size: 1.2em;
		font-weight: bold;
		padding:5px;
		width:auto;
	}
		
#property-type    { margin: 10px 0; padding: 0 1em 1em 1em; }
	#property-type #icon-list            { }
		#property-type #icon-list h3         { text-align: center; padding: 5px; }
		#property-type #icon-list li         { float: left; margin: 0 auto; width: 11%; text-align: center; }
			#property-type #icon-list li input   { display: none; }

	#property-type #icon-list label { 
		display: block; 
		width: 88px; 
		height: 90px; 
		margin: 0 auto; 
		cursor: pointer;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		}
	#property-type #icon-list label:hover  { background-position: 0px -90px; }
	#property-type #icon-list label.clr  { background-position: 0px 0px; }
	#property-type #icon-list label.chk  { background-position: 0px -90px; }

	#property-type #apartment       { background: url(../images/icons/apartment.gif); }
	#property-type #commercial      { background: url(../images/icons/commercial.gif); }
	#property-type #condo           { background: url(../images/icons/condominium.gif); }
	#property-type #duplex          { background: url(../images/icons/duplex.gif); }
	#property-type #house           { background: url(../images/icons/house.gif); }
	#property-type #income_property { background: url(../images/icons/income-property.gif); }
	#property-type #mobile          { background: url(../images/icons/mobile-home.gif); }
	#property-type #room            { background: url(../images/icons/room-only.gif); }
	#property-type #town_house      { background: url(../images/icons/townhouse.gif); }
	#property-type #vacation        { background: url(../images/icons/vacation-rental.gif); }

/* !Layout Templates */

/* One Column layout styles */
#one_column {
width: 100%; 
min-width: 800px;
max-width: 1000px;
}

/* Two Column layout styles */
#two_columns{
float: left;
width: 100%;
min-width: 800px;
max-width: 1000px;
}
	
	#two_columns #column_one{
	margin-right: 260px; /*Set right margin to #column_two (plus 10px fpr padding) */
	min-width: 540px;
	max-width: 740px;
	}

#column_two{
float: left;
width: 250px; /*Width of right column in pixels*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
}

#one_column h2, #column_one h2, #column_two h2, #three_columns h2 { margin: 0; padding: 10px; background: #fc0; font-size: 1.5em; color: #fff; }
#one_column p { padding: 1em; font-size: 1.2em; } 
#column_two p, #three-columns p { padding: 10px; }

/* Three Column layout styles */
#three_columns{
float: left;
width: 100%;
min-width: 800px;
max-width: 1000px;
overflow: auto;
}
	#three_columns .column {
	float: left;
	width: 32%;
	}
	#three_columns .center { margin: 0 1.5%; width: 33%; }
	#three_columns p { padding: 1em; font-size: 1.2em; }
	#three_columns .stretch { width: 95%; margin-bottom: 1em; }
	#three_columns .column fieldset { padding-bottom:2em; }

/* !Footer styles */
#footer {
clear:both;
margin:1em 0;
text-align:right;
}

/* !Splash page styles */
.index #map {
border:10px solid #fc0;
border-width: 10px 10px 0;
height:450px;
width: 96%;
}

.infoWindow {
text-align:center;
width:250px;
}
	.infoWindow h2 {
	color:#39f;
	margin:.2em 0;
	}
	.infoWindow p {
	color:#333;
	font-size:1em;
	line-height:1.6em;
	}
	.infoWindow input {
	margin:0 5px 0 0;
	}
	
	#pad-hopper {
	border:10px solid #fc0;
	border-width: 0 10px 10px;
	width:96%;
	padding: 0;
	}

		#pad-hopper * { margin: 10px; }		
/* !Forms */

/* Displays labels and form elements side by side */
div.tableDisplay label { 
display:block;
float:left;
clear:both;
width:40%;
margin-bottom: 1.5em;
}
div.tableDisplay select, div.tableDisplay input, div.tableDisplay textarea {
float:left;
width:55%;
}

/* Displays labels and form elements side by side, doesn't clear */
div.tableDisplayAlt label { 
display:block;
float:left;
width:22%;
margin-bottom: 1.5em;
}
div.tableDisplayAlt select, div.tableDisplayAlt input, div.tableDisplayAlt textarea {
float:left;
width:55%;
margin-bottom: 1.5em;
}
div.tableDisplayAlt input.radio, div.tableDisplayAlt input.checkbox { width: auto; }

input.hidden { visibility: hidden !important; }


/* !Footer Bar */
.submitBar { 
overflow: auto; 
clear: both; 
background:#fc0;
color:#aa8b1c;
padding:5px;
margin: 1em 0;
text-align: right;
}
	.submitBar .submit { background: #e7bc26; border: 0; color: #eee; font-weight: 700; font-size: 1.4em; }
	.submitBar .submit:hover { color: #fff; background: #dcbf3a; }

/* !Listing and search result table styles */
.listing { margin-bottom: 1em; width: 100%; }
	.listing tbody tr { background: url(../images/bg-listing-tr.gif) repeat-x; }
	.listing blockquote { border: 1px solid #ccc; background: #eef7fb; margin-bottom: 0px; }
	.listing blockquote hr { margin: .4em 0; border: #ddd; background: #ddd; }
	.listing big a { color: #3b9bfa !important; display: block; }
	.listing small { margin: .2em 0; font-size: .95em; font-weight: bold; }
	.listing .priceCell { display: table-cell; vertical-align: middle; font-size: 1.1em; font-weight: 700; color: #408000; text-align: right; }

	#pagination {
		background: none !important;
		font-size: 1.2em;
		font-weight: bold;
		
	}
	
/* !Shadow Box Styles */
.shadow {
float: left;
background: url(../images/shadow1.gif) no-repeat bottom right;
margin: 10px 0 0 10px;
}
	.shadow div {
	background: url(../images/shadow2.gif) no-repeat left top;
	padding: 0px 5px 1px 0px;
	}
	.shadow img, .shadow div div {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #a9a9a9;
	}

	.shadow div div img, .shadow div div div {
	padding: 0;
	border: none;
	}


/* !Search Result Sidebar */
div.sdmenu {
width: 248px;
font-size: .9em;
color: #000;
border: 1px solid #ccc;
margin-top: .6em;
margin-bottom: 1em;
}
	div.sdmenu div {
	background: #eef9fe url(../images/bg-fieldset.gif) repeat-x;
	overflow: hidden;
	}
	div.sdmenu div.collapsed {
	height: 25px;
	}
		div.sdmenu div span {
		display: block;
		padding: .2em 25px;
		font-weight: bold;
		font-size: 1.2em;
		color: #000;
		background: url(../images/menu/expanded.gif) no-repeat 10px center;
		cursor: default;
		}
		div.sdmenu div.collapsed span {
		background-image: url(../images/menu/collapsed.gif);
		}
		div.sdmenu div a {
		padding: 5px 10px;
		display: block;
		color: black;
		}
		div.sdmenu div a.current {
		background : #ccc;
		}
		div.sdmenu div a:hover {
		background : #e5f2fb url(../images/menu/linkarrow.gif) no-repeat right center;
		color: #4c4c4c;
		text-decoration: none;
		}

/* spruce up the forms inside of the sidebar */
div.sdmenu div label, div.sdmenu div select { display: block; float: left; }
div.sdmenu div label { width: 6em; margin-left: .5em; }
div.sdmenu div select { width: 14em; }
div.sdmenu hr { clear: both; width: 90%; margin-left: 5%; }

/* list items in one column */
.oneColumnList { list-style: none; overflow: visible; margin: 0 .5em; }
.oneColumnList li { float: left; width: 220px; }
.oneColumnList li label { display: block; float: none; width: 100% !important; margin-left: 0; }

/* list items in two columns */
.twoColumnList { list-style: none; overflow: visible; margin: 0 .5em; }
.twoColumnList li { float: left; width: 50%; }
.twoColumnList li label { display: inline; float: none; width: auto !important; margin-left: 0; }

/* !Listing Price Styles */
ul.price li {
background:url(../images/price-left.gif) no-repeat left top;
margin: 20px 0 10px;
padding: 0 0 0 9px;
float: right;
}
	ul.price li a {
	display:block;
	background:url(../images/price-right.gif) no-repeat right top;
	padding:12px 15px 11px 6px;
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
	color: #000;
	float: left;
	}
	
/* listing info definition styles */
dl.listingInfo {
width: 27.2%;
padding: 0 2% 2%;
overflow: auto;
font-size: 1em;
background: #f0f0f0;
float: left;
border: 1px solid #ccc; 
background: #eef7fb;
}

.listingInfo dt {
width: 30%;
float: left;
margin: 0;
padding: .5em .25em;
border-top: 1px solid #ddd;
font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
.listingInfo dt { clear: both; }
/* end hack */

.listingInfo dt.infoTitle { width: 90%; border: none; font-weight: 700; }

.listingInfo dd {
float: left;
width: 60%;
margin: 0;
padding: .5em .25em;
border-top: 1px solid #ddd;
}

dl.listingInfoAlt {
width: 27.2%;
padding: 0 2% 2%;
overflow: auto;
font-size: 1em;
background: #f0f0f0;
float: left;
border: 1px solid #ccc; 
background: #eef7fb;
}

.listingInfoAlt dt {
margin: 0;
padding: .5em;
border-top: 1px solid #ddd;
font-weight: bold;
}

.listingInfoAlt dt.infoTitle { border: none; font-weight: 700; }

.listingInfoAlt dd {
margin: 0;
padding: .5em;
border-top: 1px solid #ddd;
}

.infoTitle strong { font-size: 1.2em; }


/* !lightbox styles */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* !Glider */
div#pad-images div.scroller { 
width: 270px; 
height: 220px;
overflow: hidden;
}

div#pad-images div.scroller div.section {
width:270px;
height:220px;
overflow: auto;
float:left;
}

div#pad-images div.scroller div.sections { width: 10000px; }


/* !flash messages */
.notifyGreen { margin-bottom: 10px; border: 1px solid green; padding: 10px; color: green; background: #edfcaf; font-size: 1.3em; font-weight: 700; }
.notifyRed { margin-bottom: 10px; border: 1px solid #c00; padding: 10px; color: #c00; background: #f6c8d4; font-size: 1.3em; font-weight: 700; }

.errorExplanation { border: 2px solid #f77; background: #fdd; margin-bottom: 1em; }
.errorExplanation h2 { background: #d00 !important; border-bottom: 2px solid #b00; }
.errorExplanation ul { margin: 0 1em 1em; }
.errorExplanation li { font-size: 1.2em; margin: 0 2em 1em; list-style: disc !important; }

.fieldWithErrors input,
.fieldWithErrors textarea { border: 1px solid #d00; background: #ffe6e6; }
.fieldWithErrors input:hover,
.fieldWithErrors textarea:hover { border: 1px solid #d66; background: #fff; }

/* !submit bar */
#submit_bar { text-align: right; background: #fc0; padding: .5em .2em; overflow: auto; }
#submit_bar input, #submit_bar a {
	display: block; 
	float: right; 
	padding: .2em .5em; 
	margin: 0 .5em; 
	background: #e7bc26;
	line-height: 1.4em; 
	border: none;
	color: #fff; 
	font-weight: 700; 
	font-size: 1.2em; 
	}
#submit_bar input:hover, #submit_bar a:hover { background: #aa8b1c; }


/* !Page-specific styles */
#listing-info { float: left; width: 440px; }
#listing-rental-details { float: left; width: 408px; margin-bottom: 10px; border-width: 1px 1px 2px; }
#listing-image-gallery { width: 300px; text-align: right; padding: 0 0 10px; float: right; }
#listing-image-nav { overflow: auto; }
#listing-image-nav a { display: block; padding: 3px; font-size: .95em; font-weight: 700; width: auto; float: left; cursor: pointer; }
#listing-image-nav span { display: block; float: left; padding: 3px; text-align: center; width: 160px; }
#listing-image-nav span a { display: inline; float: none; padding: 0; }

.sessionsNew input.fields, .usersNew input { padding: .5em; width: 20em; border: 1px solid #ddd; margin: .5em 0 0; }

.listingsNew { margin-bottom: 2em; }
.listingsNew .deletePicture { float: right; }
.listingsNew .column div { font-size: 1.2em; margin: 0 0 1.5em !important; padding: 0 !important; }
.listingsNew .column #pics_div, .listingsNew .column .picture { font-size: 1em; }
.listingsNew .column input, .listingsNew .column textarea { width: 90%; display: block; margin: .2em; font-weight: 400; }
.listingsNew .column input.radio { width: auto; display: inline; margin: 0; }
.listingsNew .column select.wide { font-weight: 400; width: 92%; margin: .2em; }

.amenitiesEdit fieldset { margin: 1em; font-size: 1.2em; }
.amenitiesEdit .column input, .listingsNew .column textarea { width: 90%; display: block; margin: .2em; font-weight: 400; }
.amenitiesEdit .amenityChecks input { display: none !important; }
.amenitiesEdit .column input.check { width: auto; display: inline !important; margin: 0; }
.amenitiesEdit .column select { font-weight: 400; width: 92%; margin: .2em; }
.amenitiesEdit .column div { margin-bottom: 1em; }

.priceIncludesEdit fieldset { font-size: 1em; margin-bottom: 1em; }

.rentalTermsEdit fieldset { font-size: 1em; margin-bottom: 1em; }
.rentalTermsEdit .column label input.text,
.rentalTermsEdit .column label input.check, 
.rentalTermsEdit .column label textarea { width: 90%; display: block; margin: .2em; font-weight: 400; }
.rentalTermsEdit .amenityChecks input { display: none !important; }
.rentalTermsEdit .column label input.check { width: auto; display: inline !important; margin: 0; }
.rentalTermsEdit .column select { font-weight: 400; width: 92%; margin: .2em; }

.termsOfService .content,
.privacyPolicy .content,
.about .content, 
.contact .content, 
.faq .content { font-size: 1em; }

.content ol { list-style: decimal !important; margin-left: 4em; font-size: 1.2em; }

#more_options {
	font-size: 0.85em;
}
#more_options fieldset{
	padding: 5px;
}
#more_options .more_options_tbl{
	width: 100%;
	border: none;
	margin: 0px;
	}
#more_options .more_options_tbl tbody{
	border: none;
}
#more_options .more_options_tbl tr{
	border: none;
	padding: 0px;
}
#more_options .more_options_tbl tr td{
	border: none;
	padding: 2px 0px 2px 0px;
}

#more_options .more_options_tbl .tbl_align_right {
	text-align: right;
}
/*for the javascript expand and colaps*/
#more_options fieldset legend a {cursor:pointer; }
