/* CSS Document */

body {
	/* Wherever the background image isn't.
		Chosen to look good next to it */
	background-color: #333;
	/* Make sure we can read the text */
	color: black;
	font-size: 32px;
/*
	background-image: url(../images/saguarro_bg_1280x1024b.jpg); 
	background-repeat: no-repeat;
*/
	
}

#logo {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	line-height:20px;
	margin:10px 15% 0 0;
	float:right;
}

#logo .right {
	float:right;
}
#logo .text {
	margin:5px 5px 0 0;
}

#clear {
clear:both;	
}

#top{
	width: 100%;
	height: 850px;
}

#centerMenu {
	width:697px;
	height:446px;
/*
	background-image:url(../images/ropeFrame.png);
	background-repeat:no-repeat;
*/
	float:right;
	margin-right:10%;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#centerMenu .centerMenuTop{
	background-image:url(../images/ropeFrame-top.png);
	background-repeat: no-repeat;
	height: 182px;
	width: 697px;

}

#centerMenu .centerMenuMiddle{
	background-image:url(../images/ropeFrame-middle.png);
	background-repeat: repeat-y;
	height: 145px;
	width: 697px;
	z-index: 0;
}

#centerMenu .centerMenuBottom{
	background-image: url(../images/ropeFrame-bottom.png);
	background-repeat: no-repeat;
	height: 262px;
	width: 697px;
}

#centerMenu .mainImage {
	/*background-image:url(../images/mainImage.png);
	background-repeat:no-repeat;*/
	width:257px;
	height:133px;
	margin:45px 0 0 35px;
	float:left;
}

#centerMenu .overlay {
	/*background-image:url(../images/mainImage.png);
	background-repeat:no-repeat;*/
	width:257px;
	height:133px;
	margin:15px 0 0 25px;
	position:absolute;
	z-index:20;
}

#centerMenu .welcome {
	width:325px;
	height:133px;
	margin:45px 0 0 25px;
	float:left;
	font-size:13px;
	position: relative;

	
}

#centerMenu .welcome a {
	color:#FF3;
}
.welcomeTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	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;
}

#centerMenu .featuredImage {
	width:100px;
	height:150px;
	float:left; 
	margin-top:15px;
}

#centerMenu .featuredRanches {
	width:150px;
	height:150px;
	float:left; 
	margin-top:15px;
	line-height:25px;
	font-weight:bold;
	padding-left:5px;
}

#centerMenu .left {
	float:left; 
	
}

.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; }
