/*-------------------------------------------------------
	Colors
-------------------------------------------------------
	Dark Blue:		265c8c
	Light Blue:		4992bf
	Off White:		e4edf2
	Light Green:	97bf04 (Greens lean earthy)
	Dark Green:		83a603
	Green-Yellow:	d1e700

-------------------------------------------------------*/

/*
	Container
	770w
	
	Wrapper
	Container-15px L/R Margin
		
		Mast
		50px H
		
		Nav
		50px H
		
		Header Img
		740-6 (3px Border)

/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	text-align: center;
	background: #265c8c;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#page-bg-top {
	width: 100%;
	background: url(../images/page-bg-top.gif) repeat-x center top #e4edf2;
}

#page-bg-bottom {
	width: 100%;
	background: url(../images/page-bg-bottom.gif) repeat-x center bottom;
}
	
#container {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
	
#wrapper {
	float: left;
	margin: 0 15px;
	width: 740px;
}
	
#header {
	clear: both;
	float: left;
	width: 740px;
	height: 256px;
}
	
#main-nav {
	width: 740px;
	float: left;
}
	
#main-content {
	width: 740px;
	float: left;
	background: #e4edf2;
}
	
#footer {
	width: 750px;
	height: 85px;
	margin-top: 25px;
	float: left;
	clear: both;
	text-align: center;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	margin: 7px auto 6px auto;
	color: #265c8c;
	font-size: 150%;
	text-align: center;
}

h2 {
	margin: 7px auto 6px auto;
	color: #83a603;
	font-style: italic;
	font-size: 140%;
	text-align: center;
}

h3 {
	margin: 7px auto -10px 10px;
	color: #265c8c;
	font-size: 125%;
}

h4 {
	margin: 7px auto 0px auto;
	color: #265c8c;
	font-size: 125%;
	text-align: center;
}

p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 5px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #265c8c;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
	color: #83a603;
}

input, textarea {
	border: 1px solid #ccc;
}

input, textarea, select {
	padding: 3px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}

small, .small {
	font-size: 80%;
}

/*-------------------------------------------------------
	Main Nav
-------------------------------------------------------*/

#main-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-nav ul {
	margin-left: 150px;
}

#main-nav li {
	float: left;
}

#main-nav a {
	float: left;
	height: 50px;
	text-indent: -999em;
}

#home-button {
	width: 65px;
	background: url(../images/main-nav.gif) -160px 0;
}

	#home-button:hover {
		background: url(../images/main-nav.gif) -160px -50px;
	}
	
	#home-button:active, #home-button.down {
		background: url(../images/main-nav.gif) -160px -100px;
		cursor: default;
	}

#properties-button {
	background: url(../images/main-nav.gif) -225px 0;
	width: 115px;
}

	#properties-button:hover {
		background: url(../images/main-nav.gif) -225px -50px;
	}
	
	#properties-button:active, #properties-button.down {
		background: url(../images/main-nav.gif) -225px -100px;
		cursor: default;
	}

#search-button {
	background: url(../images/main-nav.gif) -340px 0;
	width: 165px;
}

	#search-button:hover {
		background: url(../images/main-nav.gif) -340px -50px;
	}

	#search-button:active, #search-button.down {
		background: url(../images/main-nav.gif) -340px -100px;
		cursor: default;
	}

#company-button {
	background: url(../images/main-nav.gif) -505px 0;
	width: 133px;
}

	#company-button:hover {
		background: url(../images/main-nav.gif) -505px -50px;
	}

	#company-button:active, #company-button.down {
		background: url(../images/main-nav.gif) -505px -100px;
		cursor: default;
	}

#contact-button {
	background: url(../images/main-nav.gif) -638px 0;
	width: 112px;
}

	#contact-button:hover {
		background: url(../images/main-nav.gif) -638px -50px;
	}

	#contact-button:active, #contact-button.down {
		background: url(../images/main-nav.gif) -638px -100px;
		cursor: default;
	}

/*-------------------------------------------------------
	Property Styling (DB Results)
-------------------------------------------------------*/

.property {
	width: 500px;
	clear: both;
	margin: 0 auto 25px auto;
	border: 1px solid #265c8c;
}

.property .title {
	float: left;
	clear: both;
	background: #265c8c;
	padding: 3px;
	font-size: 125%;
	line-height: 30px;
}
	
	.title .resort-name {
		float: left;
		color: #fff;
		font-weight: bold;
		margin-left: 5px;
	}
	
	.title .location {
		float: right;
		color: #fff;
		font-weight: bold;
		margin-right: 5px;
	}

.property .listing-photo {
	float: left;
	border: 1px solid #4992bf;
	padding: 2px;	
	margin: 10px 5px 5px 5px;
}

.property .description {
	float: left;
	width: 360px;
	margin: 0px 5px 5px 0px;
	overflow: hidden;
}

.property .details {
	clear: both;
	border-top: 1px solid #4992bf;
	padding: 3px;
	display: block;
	height: 30px;
	line-height: 30px;
	background: #d1e4ef;
}
	
	.details span {
		float: left;
		margin: auto 10px;
	}
	.details .contact {
		float: right;
	}
	
	.details .contact a {
		color: #fff;
		text-decoration: none;
		padding: 3px 5px;
		border: 1px solid #fff;
		background: url(../images/page-bg-bottom.gif) repeat-x center -30px;
		font-weight: bold;
	}
	
	.details .contact a:hover {
		background: url(../images/page-bg-bottom.gif) repeat-x center -75px;
	}

.property-nav {
	width: 600px;
	margin: 25px auto;
	text-align: center;
	background: #265c8c;
	padding: 5px;
	color: #e4edf2;
}

.property-nav a:link, .property-nav a:visited {
	color: #fff;
	font-weight: bold;
}


/*-------------------------------------------------------
	Search Form
-------------------------------------------------------*/

#search-form {
	text-align: left;
	width: 450px;
	margin: auto;
	padding: 10px;
	border: solid 1px #265c8c;
}

#search-form p {
	line-height: 25px;
	padding: 3px;
}

#search-form label {
	background: #4992bf;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;;
	width: 100px;
}	

#search-form #submit, #search-form #submit {
	width: auto;
	padding: 5px;
	margin: 5px auto;
	border: 1px solid #265c8c;
	color: #fff;
	background: url(../images/page-bg-bottom.gif) repeat-x center -30px ;
	font-weight: bold;
}

#search-form #submit:hover {
	background: url(../images/page-bg-bottom.gif) repeat-x center -60px ;
	cursor: pointer;
}

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/

#contact-form * {
	list-style-type: none;
}

#contact-form {
	float: right;
	text-align: left;
	width: 280px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 10px;
	border: solid 1px #265c8c;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
	float: left;
	font-weight: bold;
	display: block;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 95%;
}

#contact-form .checkbox {
	width: auto;
	padding: 0px;
	margin: 5px 5px 0 15px;
}

#contact-form #submit, #contact-form #submit {
	width: auto;
	padding: 5px;
	margin: 5px auto;
	border: 1px solid #265c8c;
	color: #fff;
	background: url(../images/page-bg-bottom.gif) repeat-x center -30px ;
	font-weight: bold;
}

#contact-form #submit:hover {
	background: url(../images/page-bg-bottom.gif) repeat-x center -60px ;
	cursor: pointer;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

#header img {
	border: 3px solid #fff;
}

.hr {
	background: url(../images/hr.gif) no-repeat center center;
	float: left;
	width: 100%;
	height: 20px;
}

.full {
	width: 100%;
}

.sixty {
	width: 60%;
}

.supp-content {
	clear: none;
	float: right;
	margin-left: 20px;
	width: 240px;
	font-size: 90%;
}

.bordered {
	border: 1px solid #4992bf;
	padding: 2px;
}

#img-map {
	margin: auto;
	text-align: center;
}

#img-map img {
	border: 1px solid #265c8c;
	padding: 5px;
}

#property-links {
	text-align: center;
}

#property-links br {
	margin-bottom: 5px;
}

.error {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

.contact-location {
	width: 350px;
	margin: auto auto 10px 50px;
	text-align: center;
}

.contact-location h2 {
	font-style: normal;
	margin-bottom: -7px;
}

.contact-location img {
	border: 1px solid #4992bf;
	padding: 2px;
}

.contact-location img:hover {
	border: 1px solid #83a603;
	background: #97bf04;
}

.required {
	color: #CC0000;
	font-weight: bold;
	font-variant: small-caps; 
}

#footer * {
	color: #fff;
}

#footer p {
	margin: 4px auto;
}

small, .small {
	font-size: 90%;
}

.dei-link {
	font-size: 75%;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
