
/*-------------------------------------------------------------------------
	Styles (styles.css)
//-------------------------------------------------------------------------

//-------------------------------------------------------------------------
	These styles are used by the front end of the site, what the users see.
	infrontcms.css has all of the content related styles, THESE SHOULD NOT
	BE REPEATED IN infrontcms.css!
//-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Body - Define base font formatting. This can be different from the body
	in infrontcms.css as long as you specify an ID in the header that
	matches the id specified here. (body#tier01). Specifying a different body
	ID for interior pages can simplify changing styles on those pages.
//-------------------------------------------------------------------------*/

body#tier01
{
	background: url(/images/bg.gif) repeat-x top #f3cf69;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body#tier02
{
	background: url(/images/bg.gif) repeat-x top #f3cf69;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}



/*-------------------------------------------------------------------------
	Page Layout Link Styles
//-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Input Boxes
//-------------------------------------------------------------------------*/
form {
	margin:0;
	padding:0;
}

input {
	font-size: 95%;
	margin:3px;
}

select {
	font-size: 95%;
	margin:3px;
}
	
/*-------------------------------------------------------------------------
	List Items - NOT CONTENT FORMATTING, USUALLY JUST NAVIGATION
//-------------------------------------------------------------------------*/
#membermenu ul {
	list-style: none;
	margin: 8px 0px;
	padding:0px;
}


.locations ul {
	list-style-image: url(/images/bullet.gif);
	margin: 0px 0px 0px 15px;
	padding:0px;
}

.locations li {
	margin: 3px 0px;
}

.locations2 ul {
	list-style-image: url(/images/bullet.gif);
	margin: 0px 0px 0px 15px;
	padding:0px;
}

.locations2 li {
	margin: 3px 0px;
}

/*-------------------------------------------------------------------------
	Layout Styles - for custom ID's and classes
//-------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width:956px;
	}
	
#header {
	float: left;
}

#primary_nav {
	padding: 68px 0px 0px 0px;
	
}

#primary_nav div {
	float: left;
}

#content {
	clear: both;
	background: url(/images/main_bg.gif) repeat-y center;
	padding:0px;
	margin: -2px 0px;
}

#content_top {
	background: url(/images/content_top.jpg) no-repeat top;
	padding: 20px 30px;
	margin: 0px;
}

html body div#container div#footer {
	font-weight:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration:none;
}

#footer .nav {
	text-align:right;
	width:405px;
	font-size:11px;
}

#search {
	margin: 0px 230px 0px 260px;
	width: 400px;
	position: relative;
}

#inner_content {
	margin: 0px 230px 0px 0px;
	width: 660px;
	overflow:hidden;
	position: relative;
}

.results_summary {
	top: -12px;
	position: relative;
	width: 400px;
}

.pagination {
	text-align: right;
	margin:3px 0px;
}

.result {
	margin: 25px 0px 0px 0px;
}

.result h3 {
	width: 480px;
}

.result .details {
	padding: 4px 10px;
	background-color: #e6edf2;
	width: 480px;
}

.result .details .type {
	margin-right: 30px;
}

.result .details .price {
	margin-right: 30px;
}

.result .description {
	width: 480px;
	margin:0px 180px 10px 0px;
}

.result .result_thumb {
	float:right;
	clear: none;
	width: 150px;
	position: relative;
	top: 0px;
	margin: 0px 0px 0px 0px;
}

#search form {
	margin:0 auto;
	width: 320px;
	position: relative;
}

#flash {
	float: left;
}

.featured {
	width: 206px;
	float: right;
	clear: right;
	margin: 20px 0px 0px 0px;
	padding:0px;

}

.featured2 {
	width: 206px;
	margin: 20px 0px 0px 0px;

}
.pagination a {
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px 3px;
}

.pagination a.active {
	background-color: #eeb961;
	padding: 2px 3px;
	color: #ffffff;
}

.pagination a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}

.filters {
	background-color: #e6edf2;
	padding: 2px;
}

.filters form {
	border:2px solid #ffffff;
	padding:8px;
}

.featured h2 {
	border-bottom: 2px solid #6ac3df;
	padding: 3px 0px;
	margin: 5px 0px;
}

.featured2 h2 {
	border-bottom: 2px solid #6ac3df;
	padding: 3px 0px;
	margin: 5px 0px;
}

.filters h2 {
	border-bottom: none;
	margin:0px 0px 10px 0px;
}

.f_label {
	font-weight: bold;
	color: #6e6e6e;
}

.listing {
	clear: both;
	margin: 5px 0px 25px 0px;
}

.listing img {
	float: left;
	padding: 3px;
}



#membermenu {
	position: relative;
	width: 206px;
	float: right;
	background-color: #f0f0f0;
	padding: 2px;
	margin:0px;
}

#membermenu form {
	border: 2px solid #fff;
	padding:8px;
	text-align: right;
}

#membermenu .innermenu {
	border: 2px solid #fff;
	padding:8px;
	
}

#membermenu .innermenu ul li{
	padding:2px 0px;
}

.list.header {
	background:#e3e3e3;
	font-weight:bold;
}

.list.item {
	background:#f4f4f4;
	margin-bottom:1px;
}

.list.publish {
	padding-left:12px;
}

.list .active {
	color:#009933;
}

.list .inactive {
	color:#CC3300;
}

#footer {
	clear: both;
	background: url(/images/footer_bg.jpg) no-repeat;
	height: 38px;
	font-size:11px;
	padding: 3px 40px;
}

.copyright {
	float: left;
}

#footer .nav {
	float: right;
}

.success
{
	font-size: 11px;
	font-family: Verdana,Helvetica,Arial;
	color:#33CC00;
	font-weight: bold;
}

.error
{
	font-size: 11px;
	font-family: Verdana,Helvetica,Arial;
	color:#FF0000;
	font-weight: bold;
}

.big_listing {
	margin:20px 0px 0px 0px;
}

.big_listing h3 {
	margin-top: 15px;
}

.big_listing .details {
	float: left;
	margin:0px 15px 0px 0px;
}

.big_listing .description,.amenities,.availability {
	margin-left: 240px;
}

.big_listing .action {
	/* background: #e6edf2; */
	margin:15px 0px;
	padding:5px 5px 2px 5px;
	text-align: center;
}

.big_listing .price {
	margin-right: 50px;
}

#membermenu .signedin {
	border: 2px solid #fff;
	padding: 8px;
}


	
	
/*--- form nav tabs ---*/
#tabs
{
	background-color: #F7F7F7; 
	border: 1px solid #000000;
	margin-top: 2px;
	height:31px;
}
.tab 
{
	width:90px;
	height:17px;
	position:relative;
	float:left;
	z-index:2;
	text-align:center;
	padding: 5px 0px 4px 0px;
	margin:4px 2px -1px 2px;
	border: 1px solid #000000;
	
	font: bold 12px Verdana, sans-serif;
}

.tab.active {
	background-color:#ffffff;
	border-bottom: 1px solid #ffffff;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}


/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	height:30px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 20px;
	height:26px;
}

.sIFR-hasFlash h3 {
	visibility: visible;
	

}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
