body {
	margin: 0 0 0 0;
	text-align:center;
	background: url(images/jpegs/bodyBG.jpg) repeat-x #99CC67;
}

html {
overflow: -moz-scrollbars-vertical;
}
#container{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1005px;
	height: 100%;
}
.maintable {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	
}
.homepageBG{
	background: url(images/jpegs/homepageBG.jpg) no-repeat top center;
	width: 100%;
	height: 100%;
}
.subpageheaderBG{
	background: url(images/jpegs/subpageheaderBG.jpg) no-repeat top center;
	width: 100%;
	height: 226px;

}
.mainnav{position:absolute; left: 554px; top: 155px; width: 315px;}
hr.listSeparator {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}


#navlist{	padding: 15px 1px 1px 0;  margin-left: 0; float:right; width: 540px;}

#navlist li {	list-style: none;	margin: 0;	display: inline; width: 56px; height: 60px; padding: 0 9px 0 9px;  float:left; }

#navlist li a{	padding: 2px;  text-decoration: none; text-align:center; width: 56px; height: 60px; font-weight:normal; font-size:10px;}

#navlist li a:link { color: #D5DFDF; font-size:10px;}
#navlist li a:visited { color: #D5DFDF; }

#navlist li a:hover{color: #fff; }

#navlist li img{text-align:center;  padding: 0 8px 0 8px; }
#navlist li span{text-align:center; width: 56px; cursor:pointer; margin:0;  display:block; float:left; }

.subnav{
	width: 250px;

	margin-top: -6px;
}


a, a:link, a:visited, a:active {
	color: #ffff00;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #6BA653;
	text-decoration: underline;
	font-weight: normal;
}


.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.featureslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.mainborder {
	border: 1px #000000 solid;
}
.dashedborder {
	border: 1px #000000 dashed;
}
.dottedborder {
	border: 1px #000000 dotted;
}

.imageDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.transBack{
	FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=50);
	background-color: #FFFFFF;
}.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.newslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.newsheadlinetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.subheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}


input {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
textarea {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.contactformbg {

}

table, td, a {
/*	color: #ffffff;*/
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	height: 315px;
	overflow: auto;
	width: 525px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 525px;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 525px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 525px;
}
/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 299px;
	overflow: auto;
	width: 509px;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	padding: 2px 3px 3px 4px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 509px;
}

html>body tbody.scrollContent td + td {
	width: 509px;
}

html>body tbody.scrollContent td + td + td {
	width: 509px;
}

.picborder{
	border: 1px #cccccc solid;
}



/*lightbox css*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;	
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/gifs/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/gifs/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/gifs/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.homecontentbg {
background: #fff url(images/jpegs/homecontentbg.jpg) repeat-x ;
min-height: 320px;
}


.greenbg {
background: #99CC66;
border-left: 1px solid #7BAC51;
border-right: 1px solid #7BAC51;
}

.greenbg ul{ text-align: left; margin-left: 30px;}

.caravansearchbg {
background: #428442;
}

.shoponline {
background-color: #2E5C2E;
height: 70px;
}

#tableresults th{
	font: Verdana;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background: #428442;
}

#tableresults td{
	font: Verdana;
	font-size: 12px;
	color: #660000;
	text-align: left;
}

.even {
background: #D9ECC6;
}

.odd {
background: #fff;
}


sidebartextheader, sidebartextheader:link, sidebartextheader:visited, sidebartextheader:active {
font: verdana;
font-size: 10px;
font-weight: bold;
color: #ffff00;
}
sidebartextheader:hover {
font: verdana;
font-size: 10px;
font-weight: bold;
color: #6BA653;
	text-decoration: underline;
}

.sidebartext {
   font-size: 10px;
   font: verdana;
   color: #cc0033;
   text-decoration: none;
   font-weight: normal;
}


.sidebartext a:link, .sidebartext a:visited  {
   font-size: 10px;
   font: verdana;
   color: #99CC66;
   text-decoration: none;
   font-weight: normal;
   }
   
.sidebartext a:hover {
   font-size: 10px;
   font: verdana;
   color: #6BA653;
	text-decoration: underline;
   font-weight: normal;
}


.tablebg {
background: #2E5C2E;
}

.featuredheader {
background: #2E5C2E;
color: #FFFFFF;
}

.featured_old {
border: 1px solid #2E5C2E;
text-align: center;
background-color:#FFFFFF;
}

.featuredprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2E5C2E;
}


.tableheaderbg {
background-color: #254B25;
}

.footer {
height: 90px;
background: #2E5C2E;
}

.fltrt {
float: right;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
margin-right: 5px;
border: 1px solid #2E5C2E;
}

.banner {
border: 1px solid #2E5C2E;
}

.fltlt {
float: left;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 5px;
border: 1px solid #2E5C2E;
}


.subnav {
font: verdana;
font-weight: bold;
color: #FFFF00;
}
 

.subnav a:link, .subnav a:visited  {
	text-decoration: none;
    font: verdana;
    font-weight: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    color: #FFFF00;
}

.subnav a:hover {
	text-decoration: underline;
font: verdana;
font-weight: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
color: #6BA653;	
} 
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	list-style-type: none;
	list-style-image: url(images/gifs/bullet2.gif);
}
 .sitetext a:link, .sitetext a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffff00;
}

.sitetext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
		text-decoration: underline;	
} 

.subnav {
font: verdana;
font-weight: bold;
color: #FFFF00;
}
 

.subnav a:link, .subnav a:visited  {
	text-decoration: none;
font: verdana;
font-weight: bold;
color: #FFFF00;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.subnav a:hover {
	text-decoration: underline;
font: verdana;
font-weight: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
color: #6BA653;	
} 

.footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
color: #FFFF00;
 }
 
 .footertext a:link, .footertext a:visited  {
	text-decoration: none;
font: verdana;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
color: #FFFF00;
}

.footertext a:hover {
	text-decoration: underline;
font: verdana;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
color: #6BA653;	
} 

.a2text {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.a2text:link, a.a2text:visited, a.a2text:active  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.a2text:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

* html .newstable {
margin-top: -24px;
color: #FFFF00;
font-size: 10px;
}

.newstable {
margin-top: -19px;
color: #FFFF00;
font-size: 10px;
}


.newstable a:hover {
color: #fff;
}

ul {margin:0px; padding:0px; text-align:center;}

#featured ul { clear: both; overflow: hidden;}
#featured li { float: left; margin: 8 8 0 8; display: inline; padding: 0 0 2 0; background: #fff; border: 1px solid #2E5C2E;}
#featured li a {padding: 2px;}

.featuredtitle {
padding: 4 4 4 4;
margin: 0;
width: 120px;
text-align:center;
background: #2E5C2E;
color: #FFFFFF;
}

.featuredfooter {
padding: 2 0 0 0;
margin: 0 2 0 2;
width: 100px;
text-align:center;
background: #fff;
color: #FFFFFF;
}

.featuredimage {
border: 0px;
}
a.tablelink:link, a.tablelink:visited, a.tablelink:active  { color:#006600; font-weight:bold; text-transform:capitalize; text-decoration: underline;}
a.tablelink:hover  { color:#000; font-weight:bold;}


input.submit , a.submit , a.submit:link, a.submit:visited{ color: #fff; background: url(images/buttons/buttonbg.gif) repeat-x; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px 5px; cursor: pointer; text-decoration:none; width:auto; margin:1px; border-left: 1px solid #254B25; border-right: 1px solid #254B25;} 
a.submit:hover, input.submit:hover{ color: #fff; background:url(images/buttons/buttonbg_f2.gif) repeat-x; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px 5px; cursor: pointer; text-decoration:none; width:auto; border-left: 1px solid #6BA552; border-right: 1px solid #6BA552;} 
