BODY {margin: 0; padding: 0;
font-family: Verdana, sans-serif;
background-color: #FFFDEF}

BODY, P, UL, LI {font-size: 100%} /* reset back to default */


H1 {
	font-size: 130%;
	color: #333333;
	font-weight: lighter;
}
H2 {
	font-size: 130%;
	color: #ff6600;
	margin: 0px;
	font-weight: lighter;
}
H3 {
	font-size: 110%;
	color: #ff6600;
	margin: 0px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6635;
	width: 250px;
}
#formPost H3 {margin: 10px 0}
.hotelHeader {background-color: #fff7b9;
padding: 0.3em 0.5em;
border-bottom: 1px dashed #cccccc;
margin-bottom: 1em}

P, LI {font-size: 80%}

A {
	color: #0000ff;
}
A:visited {color: #000066}
A:hover {color: #cc3333}

.header {font-size: 90%;
margin: 5px}

div.LabeledMarker_markerLabel  {
	font-size: 16px;
	color: white;
	font-family: Arial;
}



/***************************** containers */

/* main container */
#Container {
	width: 900px
}

/* left div for text and tabs */
#ContainerLeft {width: 480px;
padding: 0 10px;
float: left;}

/* right div for gallery */
#ContainerRight {width: 310px;
margin: 0 0 0 500px;}

/* left div for nav for fiesta hotels */
#NavLeft {
	width: 150px;
	padding: 0 20px;
	float: left;
	font-size: 12px;
	line-height: 2em;
}

/* right div content for fiesta hotels */
#ContentRight {
	margin: 0 0 0 200px;
}

.whiteContainer {background-color: #FFFDEF;
border-bottom: 1px dashed #999999;
border-top: 1px dashed #999999;
padding-top: 10px}

/* for prices page */
#pricesContainer {width: 500px;
padding: 0 10px;
float: left;}

#formContainer {width: 300px;
margin: 0 0 0 520px;}

#hotlineContainer {margin: 10px}

.yellowContainer {border: 1px dashed #cccccc;
background-color: #fff7b9;
padding: 10px}

#Text {}
#Text P {line-height: 1.5}




/**************************** gallery */

#Gallery {
width: 310px;
border: 1px solid #dddddd;
background-color: #fff7b9;
text-align: center;
margin-top: 10px}
#GalleryLinks {}
#MainImage {
	margin: 2px;
}
.thumb {
}
#Gallery IMG {
}


/**************************** form stuff */
#ButtonRequest {cursor:pointer}

/* right div for hidden form */

#formPost {width: 600px}
#RequestFormContent {}
#RequestFormContent FORM {padding: 0; margin-top: 10px}
#formErrors {color: red;
font-size: 13px}


.required {font-weight: bold; color: red} 
.requiredInput {background-color: #FFDFDF} 

#nonJsErrors {font-size: 13px; color: red}




/**************************** hacks */

/* stop dotted outline for firefox */
a:active, a:focus {outline: 0}

.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;
}
