@charset "UTF-8";
/* CSS Document */

/*
Author: Justin Urich of CondoLux Vacation Rentals
Date: 9/7/2010
*/

/*  Content Area
====================*/
#content {
	background-color: transparent;
	background-image: url(../images/main-bg.png);
	background-repeat: no-repeat;
	background-position: ;
	width: 874px;
	height:	964px;
	margin: 0 auto;
	/*padding-left: 22px;*/
}

#content h2 {
	color: #67B9CD; 
	font-size: 21px; 
	font-family: "Rockwell";
	margin-bottom: 16px;
}

.topBanner { margin: 1.7em auto 1.7em auto}

/*  Column A
=================*/
#columnA_Rentals {
	width: 520px;
	margin-left: 22px;
	margin-right: 45px
}

.mainP_Home { margin-left: 0}

/*  Column B
================*/
.floorplan {
width: 242px;
height: 82px;
}

#amenities { 
margin-left: 0;
padding-left: 0;
list-style: none;
margin-bottom: 22px
}

#amenities li 
{
background-image: url(../images/check.png);
background-repeat: no-repeat;
background-position: 17 .5em;
padding-left: 30px;
margin-top: 25px;
color: #716559
}

.hidden { display: none}

/*  Form 
===============*/
.formBox {
	background-color: #fff;
	border: solid 1.7px #463932;
	/* For BG Images */
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
	width: 200px;
	font-size: 17px;
	color: #999
}

#formLabels {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#formLabels li {
	padding: 5px 0;
}

.labelMe {
	display: inline;    /* Can change to inline to display accordingly */
	font-size: 17px;
	margin-right: 35px;
}
.msg { display: block}

.heightMe { height: 150px; background-position: bottom}  /* Message Input, custom height and bg position */

.imageBorder {
	background-color: white;
	border: 1px solid #DEDED6;
	margin-bottom: 10px;
	margin-top: 40px;
	padding: 4px;
}