@charset "UTF-8";
/* CSS Document for Casita San Miguel */

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrght { /* this class can be used to float an element right in your page */
	float: right;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#container {
	width: 946px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 200px;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#menu ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #FF6600;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	background-color: #FF6600;
	color: #333333;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	padding-top: .2em;
}
#menu ul li a:hover {
	background-color: #369;
	color: #fff;
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent h1 {
	font-size: 18px;
}
#mainContent h2 {
	font-size: 16px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.apart {
	float: left;
	width: 400px;
}
.apart  a {
	text-align: right;
}

#flashContent {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

#special {
	color: #FF0000;
	display: inline;
}

#policy {
	float: right;
	width: 420px;
	font-size: 12px;
	padding: 10px;
	margin: 0px;
	border: 1px solid #666666;
}

#policy h2 {
	display: inline;
}

.rates {
	font-weight: bold;
	text-decoration: underline;
	color: #FF3300;
	padding-left: 10px;
}
.apartments  {
	padding-left: 20px;
}
table.casitas
 {
	border-collapse: collapse;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}
table.casitas ul  {
}

#contact {
	padding: 0 10px;
	background-color: #DDDDDD;
	text-align: center;
}
#contact p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

.required {
	font-weight: bold;
	color: red;
}

.bookNow {
	padding-left: 10px;
}
