/*

Darkest = #173C1A

Mid = #81AC46

Lightest = #EAF2DF

Content Background = #F8FCF8

  Colours 
  Repeated styles from layout.css, so one .css file 
  contains all the colour info.
*/
/*
#quicksearch
{
  background: transparent url(/countryside/images/bg_quicksearch.gif) no-repeat;
}
*/
#siteTabs #countrysideTab
{
  background-image: url("/countryside/images/tab_left_on.gif");
}
#siteTabs #countrysideTab a
{
  background-image: url("/countryside/images/tab_right_on.gif");
  color: #333;
  padding-bottom: 5px;
}
#siteTabs li
{
  background: url("/countryside/images/tab_left.gif") no-repeat left top;
}
#siteTabs a
{
  background: url("/countryside/images/tab_right.gif") no-repeat right top;
}

#header
{
  background-color:#81AC46;
}

#siteTools
{
  color: #FFF;
}
#siteTools a
{
  color: #FFF;
}

#siteTabs
{
  color: #FFF;
}
#siteTabs a
{
  color: #FFF;
}

#contentCol
{
  background-color : #F8FCF8;
}
#contentColMenu
{
  background-color: #1F4420;
}

#lowerWrapper
{
	background-color : #EAF2DF;
}
* html #lowerWrapper
{
	background-image: url(/country/images/columnColours.gif);
}

#leftColumn
{
  background: #EAF2DF;
}
#leftColumnHeading
{
  background-color: #81AC46;
  color:#1F4420;
}

#leftColumnHeading h1
{
  color:#FFFFFF;
}

.leftColumnListOptions
{
color: #1F4420;
}

#footer
{
  background-color: #EAF2DF;
}
#dateStrip
{
  background-color: #81AC46;
  color:#FFF;
}

/* Elements */

h1,h2,h3,h4
{
	color : #1F4420;
}
/* content column navigation styles */
.breadcrumb
{
	color:#1F4420; 
	background-color:#EAF2DF;	
}

/* Classes */

.leftColumnMenu a
{
  color:#1F4420;
}

.footer_banner_heading
{
	color : #1F4420;
}

.bannerHeaderText a
{
  color : #FFF;
}
.bannerText
{
  color : #FFF;
}

/* BATEMANS PAGES - aligns pages beside image*/
.batemansPages 
{
  width:7.14em;
  padding-right: 12.85em;
  margin-top: 0.71em;
  float: right;
}
.batemansPages ul
{
  list-style:none;
  font-size:0.8em;
}


.attractionsHomeColourBlock
{
  height:12em; 
  background-color:#173C1A;
}
.eventsHomeColourBlock
{
  height:13em; 
  background-color:#173C1A;
}

.accommodationHomeColourBlock
{
  height:13em; 
  background-color:#173C1A;
}

.homeColourBlock
{
  height:12em; 
  background-color:#173C1A;
}

.attractionsCategories li:hover
{
  background:url(/countryside/images/attractions_arrows.gif) no-repeat 0 0.2em;
}

.attractionsCategories a
{
  color:#173C1A;
}

.accommodationCategories li:hover
{
  background:url(/countryside/images/attractions_arrows.gif) no-repeat 0 0.2em;
}

.accommodationCategories a
{
  color:#173C1A;
}

.furtherInfo li.selected
{
  background-image: url(/countryside/images/attractions_arrows.gif);
}

.column1 {background-color:#173C1A; color:#FFFFFF; width:14em; border-bottom:solid 0.1em #FFF; padding:0.2em; width:15em;}
.columnHelp {background-color:#173C1A; color:#FFFFFF; border-bottom:solid 0.1em #FFF; border-right:solid 0.1em #FFF;}
.column2 {background-color:#EAF2DF; border-bottom:solid 0.1em #FFF; padding:0.2em;}
.formTable{ background-color:#CCCCCC; border:0;}

  .listingContainer
  {
    background-color: #eaf2df;
  }