/* CSS Document */

body {
	/* Wherever the background image isn't.
		Chosen to look good next to it */
	background-color: #333;
/*	background-image: url(http://www.azranchesandresorts.com/images/saguarro_bg_1280x1024b.jpg);  */
	background-repeat: no-repeat;
	}

.small_white
 { font-family:Arial, Helvetica, sans-serif;
   color:#FFF;
   font-size:12px;
 }
 
 .big_white
 { font-family:Arial, Helvetica, sans-serif;
   color:#FFF;
   font-size:24px;
 }
 
  .bigger_white
 { font-family:Arial, Helvetica, sans-serif;
   color:#FFF;
   font-size:40px;
 }



.welcomeTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:lighter;
	color:#FFF;
}

#centerMenu .propertyList {
	width:257px;
	height:200px;
	margin:20px 0 0 45px;
	float:left;
	font-size:13px;

	
}


#centerMenu .contact {
	width:355px;
	height:200px;
	margin:20px 0 0 0;
	float:right;
	font-size:13px;
}



.yellowLinks {
	color:#FF9;
}


#footer {
	z-index:5;
/*	background-image:url(../images/woodBg-59.jpg);
	background-repeat: repeat;*/
	position: absolute;
	margin:0 0 -26px 0;
	bottom: 0px;
	
	width: 100%;
} 

input{ padding: 0px; }
