/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cce9f5;
	color: #5e5e5e;
	font-size: 13px;
	background-image: url(images/page_back.gif);
	background-repeat: repeat-x;
	line-height:13px;
}

a:link,  a:hover, a:visited {
	color: #393939;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


h1, h2, h3, h4, h5, h6 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}

h6{ 
	display: inline;
	color:#d9497b;
}

h1{	
	font-size: 110%;
	color: #393939;	
	font-weight: bold;
}

h2{
	font-size: 100%;
	color: #666;	
	font-weight: bold;	
}

h3{
 font-size: 103%;
 color: #393939;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #393939;
}

h5{
 font-size: 95%;
 color: #393939;
}

ul{ 
 list-style-type: none; 
}

ul li {
	padding-bottom: 5px;	
}


label, fieldset p, fieldset td{
 font: bold 11px Arial,sans-serif;
 color: #393939;
 display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #efefef;
	background: #fff;
}
#results fieldset{
	margin: 10px 20px;
}
 legend{
 	font-weight: bold;
	color: #393939;
	font-size: 110%;
 }
 
 @media screen {
	* html legend {
	margin: -10px 0 0 0;
	position: fixed;
	line-height: 1.4;
	font-size: 12px;
	}
}

p input{
	font: 12px Arial,sans-serif;
}	
textarea{
	width: 300px;
	height: 100px;
	font:  12px Arial,sans-serif;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{ border:none;}

p{ padding-bottom: 10px;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 944px;
	margin-bottom: 10px;
	margin-left: 45px;
}

#mainArea{
	padding: 0px;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}



#mainArea #catNav {
	float: right;
	width: 170px;
	padding-top: 20px; 
	 
}


#content{
	margin: 0px;
	margin-top: 2px;
	border-bottom: solid 2px #fff;
	background-image: url(images/content_backgr.gif);
	background-repeat: repeat-y;
	background-position: 260px;
}
#contentWide{
	margin: 0px;
	margin-top: 2px;
	border-bottom: solid 2px #fff;
	background-color: #fff;
	padding: 20px 15px;
}
.clear{ clear: both;}

/********** topStrip **************/
#topStrip{
	font-size: 11px;
	height: 160px;
	padding-bottom: 0px;
	padding-top: 10px;
}

#topStrip #logo{
	padding-top: 15px;
	padding-left: 50px;
	padding-bottom: 20px;
	float: left;
	width: 250px;

}
#topStrip #middle{
	float: left;
	width: 550px;
	margin-top: 10px;

}

#topFlashHolder{
	margin-top: 22px;
	height: 135px;
}

#header{
	background-image:url("images/header.gif");
	background-repeat:no-repeat;
	background-position:left top;
	height:148px;
}

#header #twitterC{
	padding-left:480px;
	padding-top:100px;
}
/************** content styles ***************/
#content .pageContent{
	padding: 10px 20px;
	width: 410px;
	float: left;
	color: #5e5e5e;
}


#sWest #content .pageContent{
	padding: 0px 0px 0px 2px;
}
#sWest #content #rightBox{
	padding: 20px;
	width: 220px;
	float:right;
}

#rightBox .contRight{
	padding: 15px;
}

#home #content .pageContent{
	margin-left: 115px;
	width: 522px;
	border-top: none;

}

#gallery #content .pageContent{
	width: 524px;
}

#content #leftBox{
	width: 260px;
	float:left;
	height: 550px;

}
  .border{
	border-bottom: solid 2px #fff;
}
#content #leftBox img, #content #rightBox img{
	margin:0px;
	padding:0px;
}
#content #rightBox{
	width: 245px;
	float:left;
	padding-bottom: 20px;

}
#content .pageContent{
	padding: 13px 20px;
	width: 379px;
	float: left;
	border-top: solid 2px #fff;
	margin-top: -2px;
	line-height: 120%;
}



#content .pageContent a:link, #content .pageContent a:visited {
}
#content .pageContent a:hover{
	text-decoration:none;
}

/****************** Top Icon Styles********************/
.icon{
	float:right;
	border: 0px;	
}


a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}


/*********** nav styles ***********/
#topLeft ul li a:link, #topLeft ul li a:visited{
	display: block;
	color:#fff;
	font-weight: bold;
	height:10px;
	padding: 15px;
	border-bottom:solid 1px #fff;
	
}
#topLeft ul li a:hover{
	text-decoration: none;
	color:#efefef;
	background-color:#d70b7d;	
	margin-top:0px;
	
}

#topLeft ul {
	margin:0px 0px 10px 0px;

}

#topLeft ul li{
	/*border-bottom: solid 1px #fff;*/
	padding: 0px;	
	margin-top:0px;
}

#topLeft ul .dwn a:link, #topLeft ul .dwn a:visited{
	background-color:#d5007e;
}

#topLeft ul .dwn a:link, #topLeft ul .dwn a:visited{
	color:#efefef;
}


#topLeft ul li ul{
	margin:0px 0px 0px 0px;
}
#wrapper #topLeft ul a .last{
	border-bottom: none;
}
#topLeft ul li ul li{
	border-bottom: none;
	padding: 0px;	
}
#topLeft ul li ul a:link, #topLeft ul li ul a:visited{
	padding-left: 30px;
}
#topLeft ul .noline a:link, #topLeft ul .noline a:visited{
	border-bottom: none;
}
#topLeft ul li .line a:link, #topLeft ul li .line a:visited{
	border-bottom: solid 1px #fff;
}
/*********** #footer styles ***********/
#footer{
	padding: 5px 300px 5px 5px;
	background-color: #57aed0;
	border-bottom: solid 2px #fff;
	color: #fff;
	height: 100px;
	background-image:url(images/tel.gif);
	background-repeat:no-repeat;
	background-position:98% 30%;
}

#footer #credit{
	font-size: 10px;
	color: #393939;
}

 #footer a:link, #footer a:visited{
 	font-size: 95%;
	color: #fff;
 }
 #footer a:hover{
 	text-decoration: underline;
	font-size: 90%;
 }
#footer #footerLinks{
	width: 840px;
	height: 20px;
}
#footer ul li{
	float: left;
	border-right: #999 solid 1px;
	padding: 0 5px;
}
#footer ul li.last{
	border-right: none;
}
a.linkOpacity img {
	filter:alpha(opacity=100);   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	opacity: 0.5;
	
}

a.linkOpacityRev img {
	filter:alpha(opacity=30);   
	opacity: 0.3;
	
}

/******************top Page Styles********************/

#topBox{
	width: 100%;
	height: 415px;
}

#topBox #topLeft{
	width: 260px;
	float:left;
	border-right: solid 2px #fff;
	height: 416px;
	background-color: #203576;
	border-bottom: solid 1px #fff;

}
#topBox #topMid{
	width: 415px;
	float:left;
	height: 415px;

}
#topBox #topRight{
	width: 260px;
	float:left;
	border-left: solid 2px #fff;
	height: 415px;
	/*padding-left: 15px;*/
	padding-top: 2px;

}
#topBox #topRight a:link img, #topBox #topRight a:visited img{
	margin-left:7px;
}
#underline{border-bottom:solid 1px #fff;display:block;width:260px;}

/****************** Tariff Tables ********************/
.cleantable {
	border-collapse:collapse;
}

.cleantable td {
	margin:5px; 	
	padding: 5px;
	border:1px solid #000;	
	color:#000000;
	text-align:center;
}

.cleantable  .title1 {
	font-weight: bold;
	text-align: center;
}

.cleantable  .title2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #56464f;
}

.cleantable  .shade{
	background-color: #cfcace;
}

.cleantable  .ital{
	font-style:italic;
	text-align:left;
}

.cleantable  .left{
	text-align:left;
}



/****************** Gallery Styles********************/

.gallery {
	float: left;
	margin: 10px 3px;
	border: 1px solid #999;
	padding: 6px;
}
  
 
.gallery p {
   text-align: center;
   font-size:80%;
}

.gallery img { 	
	padding: 0px;
}

.horiz_line{
	padding: 5px 0 5px 0;
	margin-left:9px;
	background-image: url(images/horiz_line.gif);
	background-repeat:repeat-x;
	background-position: center;
	height: 10px;
	float:left;
	width: 515px;
	

}

a.linkOpacity img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
}

/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 1px;
	z-index: 1000;
}
.borderbot {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	background: #cccccc repeat-x;
}
.thumbs_box{
	padding: 5px;	
	border: 1px solid #393939;
	/*background-image: url(images/semi_trans.png); */
	background-color: #fff;
	
}

.thumbs_box h2{
	font-size: 12px;
	font-weight: bold;	
	padding-bottom: 0px;
}

.thumbs_box img{
	border: #efefef solid 1px;	
}
.thumbs_box .descTxt{
	padding: 5px;
	color: #535353;
}
#flashContainer{
	height:415px;
	width:415px;
}

#textTop #flashContainer{
	height:365px;
	width:365px;
	padding:25px;
	line-height: 150%;
	color: #333333;
}
/***************** Caravans Page *******************/
#textTop .contRow{
	
}
#textTop .contLeft{
	float: left;
	width: 260px;
}
#textTop .contMiddle{
	float: left;
	width: 380px;
	padding: 20px;
}
#textTop .contRight{
	float: left;
	width: 220px;
	padding: 0px;
}	
#textTop .contFooter{
	height: 10px;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	background-color:#57aed0;
}
#rightBox ul li, #pageContent ul li{
	padding-left: 15px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
/***************** Lodges Page *******************/
#lodges .contRow{
	
}
#lodges .contLeft{
	float: left;
	width: 260px;
}
#lodges .contMiddle{
	float: left;
	width: 380px;
	padding: 20px;
}
#lodges .contRight{
	float: left;
	width: 220px;
	padding: 0px;
}	
#lodges .contFooter{
	height: 10px;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	background-color:#57aed0;
}
#lodges #flashContainer{
	padding: 25px;
	width: 365px;
}

/***************** South West Page *******************/
#mapTop{
	background-color: #0e4f61;
	width: 385px;
	padding: 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
#mapBottom{
	background-color: #fff;
	width: 415px;
	height: 62px;
	margin-top: -3px;
}
#mapCont{
	width: 415px;
}

/***************** Locations Page *******************/
#centralList #topBox #topMid{
	background-color: #fff;
	height: auto;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}

#centralList #topBox {
	height: auto;
}

#location_rw{
	height: 130px;
	border-bottom: solid #efefef 2px;
	margin: 0px 20px;
}

.loca_thumb{
	float: left;
	padding: 15px;
	width: 60px;
}
.loca_intro{
	width: 235px;
	padding:15px 0px 15px 5px;
	float: right;
}
.loca_intro h2 a{
	color:#105164;

}
#centralList #topLeft {
	border-right: none;
	height: 415px;
	margin-bottom: 2px;
}
#centralList #topRight {
	border-left: none;
	height: 417px;
}

.paddCnt{
	padding: 20px;
}

#clRightcol{
	float: left;
	width: 260px;
}
#clRightBottom{
	width:260px;
}

#clLeftcol{
	float: left;
	width: 260px;
}
#clLeftBottom{
	width:260px;
}


.textInput{
	width:150px;
}

/***************** productRows styles *******************/
#productRows #content{ 
	background-image: none;
}

#productOuterContainer{
	color: #fff;
	font-weight: bold;
}

#productOuterContainer .titleBox1{
	float:left;
	width: 260px;
	background-color:#203576;
	border-right: solid 2px #fff;
	padding: 5px 0px;
}

#productOuterContainer .titleBox2{
	float:left;
	width: 115px;
	background-color:#203576;
	border-right: solid 2px #fff;
	padding: 5px 0px 5px 10px;
}

#productOuterContainer .titleBox3{
	float:left;


	width: 275.px;
	background-color:#203576;
	border-right: solid 2px #fff;
	padding: 5px 0px 5px 10px;
	width: 277px;
}

#productOuterContainer .titleBox4{
	float:left;
	width: 125px;
	background-color:#203576;
	border-right: solid 2px #fff;
	text-align: center;
	padding: 5px 0px;
}

#productOuterContainer .titleBox5{
	float:left;
	width: 125px;
	background-color:#203576;
	text-align: center;
	padding: 5px 0px;
}

#productOuterContainer .titleContainer{
	background-color:#203576;
	border-top: solid 1px #fff;
}

#productOuterContainer .productRow{
	color: #646565;
}

#productOuterContainer .productRow .contentBox1{
	float:left;
	width: 255px;
	padding:5px 0px 5px 5px;
}

#productOuterContainer .productRow .contentBox2{
	float:left;
	width: 110px;
	padding: 5px 5px 5px 10px;
}

#productOuterContainer .productRow  .contentBox3{
	float:left;
	width: 290px;
	padding: 5px 0px 5px 10px;
	font-weight: normal;
}

#productOuterContainer .productRow .contentBox4{
	float:left;
	width: 125px;
	text-align: center;
	padding: 5px 0px;
}

#productOuterContainer .productRow .contentBox5{
	float:left;
	width: 125px;
	text-align: center;
	padding: 5px 0px;
}

#productOuterContainer .productRowAlt{
	background-color:#fff;
	color:#666;
}

#productOuterContainer .productRowAlt .contentBox1{
	float:left;
	width: 255px;
	padding:5px 0px 5px 5px;
}

#productOuterContainer .productRowAlt .contentBox2{
	float:left;
	width: 110px;
	padding: 5px 5px 5px 10px;
}

#productOuterContainer .productRowAlt  .contentBox3{
	float:left;
	width: 290px;
	padding: 5px 0px 5px 10px;
	font-weight: normal;
}

#productOuterContainer .productRowAlt .contentBox4{
	float:left;
	width: 125px;
	text-align: center;
	padding: 5px 0px;
}

#productOuterContainer .productRowAlt .contentBox5{
	float:left;
	width: 125px;
	text-align: center;
	padding: 5px 0px;
}
#productOuterContainer .price{
	font-size:140%;
	font-family:Arial, Helvetica, sans-serif;
}

#weatherWrapper{
	width:200px;
	border:solid 1px #fff;
	margin-left: 30px;
	background-color: #ECEAE4;
}

#weatherTitle{
	background-color:a19777#;
	color:#fff;
	background-color: #A19777;
	padding: 5px;
	font-weight: bold;
}

.logo{
	width:200px;
	float:left;
	padding-right:15px;
}
