@charset "utf-8";
/* Neuvo Vallarta css


COLOURS:
light BLUE (RIGHT): #73cddc
med BLUE (LEFT): #00a4bf
dark BLUE: #007bbe

TAN dark: #90796f
 */


*      {margin:0; padding:0} /*Removes margin and padding from every element. */
html   {height:100%; font-size:100.01%} /*Set font-size to a percentage preventing a Windows IE "extreme font re-sizing" bug. Set font-size slightly larger than 100% to repair Opera rounding errors. 
Set less than 101% to prevent Safari errors. */
body, h1, h2, h3, h4, h5, h6, p, div, form, code, pre, fieldset, legend, dl, dt, dd
{margin:0; padding:0; border:0 solid;} /*general leveller*/


body
		{
	margin: 10px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	/*color: #00a4bf;*/
	color: #018196;
		}
		p{margin:0 0 10px 0px}
		
		
	
/************START layout divs******************/
		
		
		#wrapper
		{border: 1px solid #000; margin:0 auto; width:1000px;}
		
		#container
		{
			margin: 20px 30px;
			padding:0px;
			background-color: #FFF;
			background-image:  url(../images/global/leftBG.gif);
			background-repeat: repeat-y;
			width: 940px;
			padding:
		}
				
		#left
		{
			float: left;
			width: 413px;
			margin-left: 0px;
			padding:0;
		}
		
		.leftWhite {width:415px; height:20px; background-color:#fff; margin:0; padding:0px;}
		
		#right
		{
			padding: 0 0 10px 0;
			margin: 0 0 0px 417px;
			width:520px;
		}
		
		#colAnchor
		{
			clear: both;
			margin:0 auto;
			width:1000px;
			padding: 0;
			text-align: left; 
		}
		
		#footer
		{
			clear: both;
			margin:0 auto;
			width:1000px;
			padding: 5px 0 10px 10px;
			text-align: left;
		}
		
		
/************END layout divs**********************************************************/



/************START styles / sublayout divs***********************************************************************/

/************ START LEFT ******************/	
		#left p{ margin: 0px 3px 10px 86px; font-size: 16px; line-height:24px;  }
		#left h2{ margin: 0px 3px 2px 86px; font-size:11px;font-size:18px; text-transform:uppercase;}
		#leftTitle img {margin:70px 0 4px -3px;}	
		
		#left a {color:#007bbe;text-decoration:underline;}	
		#left a:hover {color: #00a4bf; text-decoration:none;}	
		
/************ START RIGHT ******************/		
		#right h2 { margin-top: 0; }
		
			
		#rightHeader img {margin:0px 0 4px 120px;}	/*this is the MEXICO VACTION RENTAL gif*/
		#rightHeader p{ margin: 2px 0; font-size:13px; }
		
		#rightHeader a, #rightContent a, #styleNav a {color:#90796f; text-decoration:none;}	
		#rightHeader a:hover, #rightContent a:hover, #styleNav a:hover {color:#007bbe;text-decoration:underline;}	
		
		#bannerImg {margin:22px 0 0 0; border-top:4px solid #007bbe;}
		
		#styleNav ul { margin:15px 2px 5px 2px;  }
		#styleNav li { display:inline; font-size:12px; margin:0px 0px;  color:#90796f; }
		#styleNav li a { font-size:14px;  margin:0px 0px;  color:#90796f;}
		#styleNav li a:hover { color:#007bbe;text-decoration:underline;}
		
		#rightContent {color:#73cddc; margin:0px 0 10px 0; padding:0px;}
		
		#rightContent h1{ margin:40px 0 0 3px; font-size:25px; letter-spacing:0.1em; text-transform:lowercase; font-weight:normal; font-weight:bold;}
		
		#rightContent li {
	margin:20px 0 0 3px;font-size:25px; letter-spacing:0.1em; text-transform:lowercase; font-weight:normal;
	list-style-type: none;
}

		#rightContent li a{color:#73cddc;}
		#rightContent li a:hover{color:#90796f; text-decoration:none;}
		
		#rightContent p { margin:10px 0 10px 3px;}
/************END layout divs***********************************************************************/

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/********* begin Form stuff *******************/
#formContainer{
	width:270px;
	margin:0;
	padding:0 0 0 0px;
	float:right;
}
.formTxtBox{
	border:1px solid #104B75;
}
.formERROR{
	background-color:#104b75;
  	float: left;
  	width: 60px;
	height:16px;
	color:#fff;
  	text-align: left;
}
div.formRow {
  clear: both;
  padding-top:5px;
}

div.formRow span.formLabel {
  	float: left;
  	width: 80px;
  	text-align: left;
}


div.formRow span.formw {
  width: 165px;
  text-align: left;
} 
.formBtns{
	border:1px solid #104B75;
	color:#333333;
	cursor:pointer;
	margin:5px 5px 0 0;
}
/********* end Form stuff *******************/


