/***********************************************/
/* Encantada Accomidations CSS                 */
/* Author: Dorian Smiley                       */
/* Published: 12/22/07                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
p.mainCopy{
	font-size:11px;
	/*font-weight:bold; I saved this line as it was the original style from the designer*/
	font-weight:normal;
	line-height:13px;
	letter-spacing:normal;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainContainer{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position:static;
	width: 840px;
	height:700px;
	overflow:hidden;
	/*border:#8C6239 2px;
	border-style:solid;*/
	background:url(../images/contactUsBG.jpg) no-repeat;
}
#leftImage{
	float:right;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:168px;
	height:138px;
	position:relative;
	overflow:hidden;
	background:url(../images/contactUsLeftImage.png) no-repeat;
}
#mainCopy{
	float:left;
	margin: 18px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:455px;
	/*height:100%;*/
	position:relative;
	overflow:hidden;
}

#mainCopy a{
	text-decoration:none;
}
#mainCopy a:hover{
	text-decoration:underline;
}

#googleEarth{
	float:left;
	margin: 487px 0px 0px -128px;
	padding: 0px 0px 0px 0px;
	width:71px;
	height:14px;
	position:relative;
	overflow:hidden;
	background:url(../images/googleLink.png) no-repeat;
}
#googleEarth a{
	display:block;
	height:100%;
}
#videos{
	float:left;
	margin: -79px 0px 0px 398px;
	padding: 0px 0px 0px 0px;
	width:164px;
	height:104px;
	position:relative;
	overflow:hidden;
	background:url(../images/videoFrame.png) no-repeat;
}
#videos a{
	display:block;
	height:100%;
}
/************* #classes **************/

.contactUL{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type:none;
	list-style:none;
	font-size:12px;
	/*font-weight:bold; I saved this line as it was the original style from the designer*/
	font-weight:normal;
}
.contactUL li{
	padding: 0px 0px 1px 0px;
}
.contactSubUL{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	list-style-type:none;
	list-style:none;
	/*font-weight:bold; I saved this line as it was the original style from the designer*/
	font-weight:normal;
}
.contactUL .contactSubUL li{
	padding: 0px 0px 1px 0px;
}
.contactHR{
	color:#004990;
	border-style:dashed;
}
.formText{
	font-size:12px;
	/*font-weight:bold; I saved this line as it was the original style from the designer*/
	font-weight:normal;
}
.formFeilds{
	background:#FFFFFF;
	border:1px solid;
	border-color:#004990;
}
.formPadding{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
