/*-------------------------------------------------------
	Colors
-------------------------------------------------------

Light Blue:
	#c8e1f1;
Med Blue:
	#86a9c9;
Dark Blue:
	#2c506e;  // H1 & Links

Light Tan:
	#f9e1c7;
Darker Tan:
	#ddc9b2;

Purple:
	#6b84b8;
Slightly Darker Purple:
	#6079ac
Green:
	#4a7458;

Near Black:
	#272207;

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

/*-------------------------------------------------------
	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 {
	background: #c8e1f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
#container {
	background: url(http://www.holidayvillasii.com/images/layout/container-bg.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
	
#supp-wrapper {
	float: left;
	width: 175px;
}
	
#main-wrapper {
	background: #fff;
	border: 5px solid #86a9c9;
	display: inline;
	float: left;
	margin: 60px 5px 0px;
	padding: 10px 8px 10px 7px;
	width: 765px; /* Padding + Width = 780px */
}
	
#footer {
	clear: both;
	display: inline;
	float: left;
	line-height: 90px;
	margin: 15px 30px 0;
	text-align: center;
	width: 650px; /* Padding + Width = 780px */
}
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color: #2c506e;
	font-size: 150%;
	margin: 7px auto 6px auto;
}

h2 {
	color: #2c506e;
	margin: 7px auto 6px auto;
}

h3 {
	color: #2c506e;
	margin: 7px auto 6px auto;
}

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

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

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

li {
	margin: 0 0 7px 0;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
	text-decoration: underline;
}

h1 a:link, h1 a:visited {
	color: #2c506e;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

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


/*-------------------------------------------------------
	Main Nav
-------------------------------------------------------*/
#main-nav {
	background: url(http://www.holidayvillasii.com/images/layout/nav-bg.jpg) repeat-y;
}

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

#main-nav-mast {
	background: url(http://www.holidayvillasii.com/images/layout/nav-mast.jpg) no-repeat;
	display: inline;
	float: left;
	height: 175px;
	width: 175px;
}

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

#main-nav-foot {
	background: url(http://www.holidayvillasii.com/images/layout/nav-foot.jpg) no-repeat;
	display: inline;
	float: left;
	height: 30px;
	width: 175px;
}

#main-nav ul {
	border-top: 1px solid #272207;
	border-bottom: 1px solid #272207;
	display: inline;
	float: left;
	margin-left: 6px;
	padding: 0;
	width: 163px;
}

#main-nav li {
	clear: both;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 163px;
}

#main-nav li a {
	background: #6b84b8;
	border-bottom: 1px solid #6079ac;
	color: #fff;
	clear: both;
	display: inline;
	float: left;
	line-height: 25px;
	margin: 0;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	width: 153px;
}

#main-nav li a:hover {
	background: #4a7458;
}

/*-------------------------------------------------------
	Footer Nav
-------------------------------------------------------*/

#footer a {
	color: #6079ac;
	font-variant: small-caps;
	font-weight: bold;
	text-transform: lowercase;
}

#footer-rights {
	font-size: 80%;
	line-height: 90px;
	margin: 10px;
}

/*-------------------------------------------------------
	Accommodations & Units
-------------------------------------------------------*/

.floor-nav {
	background: #c8e1f1;
	clear: both;
	float: left;
	font-weight: bold;
	margin: 10px 0;
	width: 765px;
}

.floor-nav a {
	background: #fff;
	border: 1px solid #86a9c9;
	color: #86a9c9;
	float: left;
	line-height: 20px;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	width: 125px;
}

.floor-nav a:hover {
	background: #86a9c9;
	color: #fff;
}

.unit-preview {
	border: 1px solid #c8e1f1;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.unit-preview img {
	border: 1px solid #2c506e;
	padding: 1px;
}


#unit-slides {
	float: left;
	height: 284px;
	overflow: hidden;
	width: 424px;
}

#unit-slides img {
	border: 1px solid #2c506e;
	padding: 1px;
}

#unit-details {
	display: inline;
	float: left;
	margin-left: 10px;
	width: 325px;
}

#unit-details h2 {
	clear: both;
	line-height: 30px;
}

#unit-details .availability-button {
	float: right;
}

.unit-amenities {
	clear: both;
	list-style: none;
	margin: 0 0 10px 10px;
	width: 325px;
}

.unit-amenities li {
	color: #272207;
	float: left;
	font-weight: bold;
	width: 160px;
}

.unit-call {
	text-align: center;
}

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

.float-l {
	float: left;
}

.float-r {
	float: right;
}

/*-------------------------------------------------------
	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 */
	

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

#contact-form {
	text-align: left;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #003060;
}

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

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

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