@charset "UTF-8";
/* CSS Document */

body{
	background-color:#330000;
	margin-top:0px;
}

.wrapper{
	width:840px;
}

.leftShadow{
	width:20px;
	background-image:url(../images/left_shadow.gif);
	background-repeat:repeat-y;
}

.rightShadow{
	width:20px;
	background-image:url(../images/right_shadow.gif);
	background-repeat:repeat-y;
}

.header{
	width:800px;
	height:100px;
}

.navigationBar{
	width:800px;
	height:50px;
	background-image:url(../images/navigation_bg.gif);
	background-repeat:repeat-x;
}

.contentFrame{
	background-color: #FFFFCC;
}

.contentMargin{
	margin-top:0px;
	margin-bottom:0px;
}			

.FooterWrapper{
	width:800px;
	height:85px;
	background-image:url(../images/footer_background.gif);
	background-repeat: no-repeat;
}

.leftShadowFooter{
	width:20px;
	background-image:url(../images/left_footer_shadow.gif);
	background-repeat:repeat-y;
}

.rightShadowFooter{
	width:20px;
	background-image:url(../images/right_footer_shadow.gif);
	background-repeat:repeat-y;
}

.buttons a {
	color: #F6F1EA;
	padding-left: 10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
	display: inline;
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

.buttons a:hover {
	color: #FFFFCC;
	text-decoration: none;
}


.booking a {
	color: #999999;
	display: inline;
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.booking a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

.generalText{
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	text-align: left;
	text-transform: none;
	line-height: 20px;
}

.generalTextSmall{
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	text-transform: none;
	line-height: 24px;
	text-align: center;
}

.generalHeader{
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	text-align: left;
	text-transform: none;
	line-height: 20px;
	text-align:justify;
	font-weight:bold;
}

.leftBorder{
	border-left:#333333 1px dotted;
}

ul{
	list-style: outside;
	list-style:disc;
	
}

li{
	list-style: outside;
	list-style:disc;
	margin-bottom:15px;
}	

.spacer { 
color:#FFFFCC;
border: 0px;
width: 540px; 
height: 45px;
} 

.HeaderLinks a {
	
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
}

.HeaderLinks a:hover {
	color: #336600;
	text-decoration: underline;
}

.brandImages{
	width:85px;
	height:85px;
	padding-right:10px;
	border:0px;
}	

.RanchLayout{
	width:780px;
	border-top: #666666 1px dotted;
	padding-top:20px;
	margin-bottom:30px;
}	

.TestimonialsLayout{
	width:580px;
	border-top: #666666 1px dotted;
	padding-top:15px;
	margin-bottom:15px;
	margin-top:15px;
}
.galleryImages{
	margin-bottom:10px;
}
.news{
	padding:10px;
}
.footerText{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	line-height:18px;
	color: #999999;
}
.copyText{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	line-height:18px;
	color: #999999;
}	
		