@charset "utf-8";
/* CSS Document */

.style2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18pt;
	color: #FFFFFF;
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14pt;
	color: #666666;
}

.style5 {
	font-family: "Arial Narrow";
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.style10 {
	line-height: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
}
.style15 {
	line-height: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 15px;
	font-weight: bold;
}


.topimage {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

.contentpanel {
	background-image: url(images/main-content-panel.jpg);
	background-repeat: no-repeat;
}
.leftpanel {
	background-image: url(images/side-panel.jpg);
	background-repeat: no-repeat;
}
.bottom {
	background-image: url(images/btm.jpg);
	background-repeat: no-repeat;
}
.fullcontent {
	background-image: url(images/full-content-panel.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #FEC262;
	text-decoration: underline;
}

a:visited {
	color: #339900;
	text-decoration: underline;
}


/* Images for the Ranch listing pages*/

.topimageR {
	background-image: url(images/topR.jpg);
	background-repeat: no-repeat;
}

.contentpanelR {
	background-image: url(images/main-content-panelR.jpg);
	background-repeat: no-repeat;
}
.leftpanelR {
	background-image: url(images/side-panelR.jpg);
	background-repeat: no-repeat;
}
.bottomR {
	background-image: url(images/btmR.jpg);
	background-repeat: no-repeat;
}
.fullcontentR {
	background-image: url(images/full-panelR.jpg);
	background-repeat: no-repeat;


