/* CSS Document 
* np_colours.css
* created  by:  charlotte.westney at nationalparks.gov.uk
  last update: 22 June 2011 | 09:50 GMT

*/


/* quick colour guide:
section | colour | dark | light


tree | darkgreen | #769560 | #D3DDCC
sand | orange | #E5B170 | #F6E4CC
heather | purple | #918EB7 | #DDDBE8
sunset | red | #C27461 | #E9CEC8
water | blue| #6A99C8 | #CADBEB 
meadow | lightgreen | #83B56A | #D3E5CA
stone | grey | #A5ACB2 | #DFE2E4
enews | blue-grey | #9BCCE3 | #CDE5F1

*/


/* ************* TRANSITIONS **************** */

#main-nav-image-navigation li a, #section-navigation li a{
-moz-transition:all ease 0.4s; /* Firefox 4 */
-webkit-transition:all ease 0.4s; /* Safari and Chrome */
-o-transition:all ease 0.4s; /* Opera */
transition:all ease 0.4s;
}

/* ********** FURTHER INFO H3 FONT - white */


.further-information h3{
color:#FFFFFF
}

.sand #content .further-information h2{
color:#FFFFFF
}


/* ********** MAIN NAVIGATION TRANSPARENT DIVS OVER IMAGE AND FORMS AND H3 AND HR - dark */
.tree .column1, .tree .column2, .tree .column3, .tree .further-information h3, .tree hr{
background-color : #769560;
}
.sand .column1, .sand .column2, .sand .column3, .sand .further-information h3, .sand .content-left h3, .sand .boxbig h3, .sand .boxsmall h3, .sand hr{
background-color : #E5B170;
}
.heather .column1, .heather .column2, .heather .column3, .heather .further-information h3, .heather .content-left h3, .heather .boxbig h3, .heather .boxsmall h3, .heather hr{
background-color : #918EB7;
}
.sunset .column1, .sunset .column2, .sunset .column3, .sunset .further-information h3, .sunset .content-left h3, .sunset .boxbig h3, .sunset .boxsmall h3, .sunset hr{
background-color : #C27461;
}
.water .column1, .water .column2, .water .column3, .water .further-information h3, .water .content-left h3, .water .boxbig h3, .water .boxsmall h3, .water hr{
background-color : #6A99C8;
}
.meadow .column1, .meadow .column2, .meadow .column3, .meadow .further-information h3, .meadow .content-left h3, .meadow .boxbig h3, .meadow .boxsmall h3, .meadow hr{
background-color : #83B56A;
}
.stone .column1, .stone .column2, .stone .column3, .stone .further-information h3, .stone .content-left h3, .stone .boxbig h3, .stone .boxsmall h3, .stone hr{
background-color : #A5ACB2;
}

/* ************ BOXLARGE AND BOXSMALL - light */

.tree .boxwrap{
background:url(bg_gap.gif) repeat-y right #DEDDCC;
}

.sand .boxwrap{
background:url(bg_gap.gif) repeat-y right #F6E4CC;
}

.heather .boxwrap{
background:url(bg_gap.gif) repeat-y right #DDDBE8;
}

.sunset .boxwrap{
background:url(bg_gap.gif) repeat-y right #E9CEC8;
}

.water .boxwrap{
background:url(bg_gap.gif) repeat-y right #CADBEB;
}

.meadow .boxwrap{
background:url(bg_gap.gif) repeat-y right #D3E5CA;
}

.stone .boxwrap{
background:url(bg_gap.gif) repeat-y right #DFE2E4;
}

/* ********** PICTURE BORDERS - light */ 




.tree #content .picture-right, .tree #content .caption-right,.tree #content .picture-left, .tree#content .photogallery img, .tree #content .flashmovie, .tree #content .text-section{
border-color: #D3DDCC;
}

.sand #content .picture-right, .sand #content .caption-right, .sand #content .picture-left, .sand #content .photogallery img, .sand #content .flashmovie, .sand #content .text-section{
border-color: #F6E4CC;
}
.heather #content .picture-right, .heather #content .caption-right, .heather #content .picture-left, .heather #content .photogallery img, .heather #content .flashmovie, .heather #content .text-section{
border-color: #DDDBE8;
}
.sunset #content .picture-right, .sunset #content .caption-right,.sunset #content .picture-left, .sunset #content .photogallery img, .sunset #content .flashmovie, .sunset #content .text-section{
border-color: #E9CEC8;
}
.water #content .picture-right, .water #content .caption-right, .water #content .picture-left, .water #content .photogallery img, .water #content .flashmovie, .water #content .text-section{
border-color: #CADBEB;
}
.meadow #content .picture-right, .meadow #content .caption-right, .meadow #content .picture-left,  .meadow #content .photogallery img, .meadow #content .photocaption img, .meadow #content .flashmovie, .meadow #content .text-section{
border-color: #D3E5CA;
}
.stone #content .picture-right, .stone #content .caption-right, .stone #content .picture-left, .stone #content .photogallery img, .stone #content .flashmovie, .stone #content .text-section{
border-color: #DFE2E4;
}

a {
color:#333333;
}

/* ********** PICTURE BORDERS  FURTHER INFO - dark */ 
.tree #content .further-information .picture-right, .tree a .inlineimg{
border-color: #769560;
}

.sand #content .further-information .picture-right, .sand a .inlineimg{
border-color: #E5B170;
}

.heather #content .further-information .picture-right, .heather a .inlineimg{
border-color: #918EB7;
}

.sunset #content .further-information .picture-right, .sunset a .inlineimg{
border-color: #C27461;
}

.water #content .further-information .picture-right, .water a .inlineimg{
border-color: #6A99C8;
}

.meadow #content .further-information .picture-right, .meadow a .inlineimg{
border-color: #83B56A;
}

.stone #content .further-information .picture-right, .stone a .inlineimg{
border-color: #A5ACB2;
}



/* ********** PICTURE CAPTION BORDERS  FURTHER INFO - medium */ 
.tree #content .further-information .picture-caption{
border-color: #c1cfb7;
}

.sand #content .further-information .caption-right{
border-color: #f2d8b7;
}

.heather #content .further-information .caption-right{
border-color: #CECCDE;
}

.sunset #content .further-information .caption-right{
border-color: #E0B9B0;
}

.water #content .further-information .caption-right{
border-color: #B4CCE3;
}

.meadow #content .further-information .caption-right{
border-color: #C1DAB4;
}

.stone #content .further-information .caption-right{
border-color: #DFE2E4;
}






/* ********** MAIN NAVIGATION LINKS AND CONTENT LEFT IMAGES  - dark */

a.tree:visited, a.sand:visited, a.heather:visited, a.sunset:visited, a.water:visited, a.meadow:visited, a.stone:visited{
background-color:inherit;
color:#333;
}

a.tree:hover, a.tree:active, body.tree a.tree, .tree #content .caption-right{
background-color:#769560;
color:#FFFFFF;
}

a.sand:hover, a.sand:active, body.sand a.sand, .sand #content .caption-right{
background-color:#E5B170;
color:#FFFFFF;

}
a.heather:hover, a.heather-newsletter:hover, a.heather:active, body.heather a.heather, .heather #content .caption-right{
background-color:#918EB7;
color:#FFFFFF;
}
a.sunset:hover, a.sunset:active, body.sunset a.sunset,  .sunset #content .caption-right{
background-color:#C27461;
color:#FFFFFF;
}

a.water:hover, a.water:active, body.water a.water,  .water #content .caption-right{
background-color:#6A99C8;
color:#FFFFFF;
}

a.meadow:hover, a.meadow:active, body.meadow a.meadow, .meadow #content .caption-right{
background-color:#83B56A;
color:#FFFFFF;
}
a.stone:hover, a.stone:active, body.stone a.stone,  .stone .content-left-image, .stone #content .caption-right{
background-color:#A5ACB2;
color:#FFFFFF;
}


/* ********** H1 and H2 FONT COLOURS - dark ***************** */
.tree h1, .tree h2{
color:#769560;
}

.sand #content h1, .sand #content h2{
color:#E5B170;
}
.heather #content h1, .heather #content h2{
color:#918EB7;
}
.sunset #content h1, .sunset #content h2{
color:#C27461;
}
.water #content h1, .water #content h2{
color:#6A99C8;
}
.meadow #content h1, .meadow #content h2{
color:#83B56A;
}
.stone #content h1, .stone #content h2{
color:#A5ACB2;
}

#enews #content h1, #enews #content h2{
color:#9BCCE3;
}


/* ********** ANCOR LINK ARROW IMAGES - colour on white*/
.tree #content a.anchor{
background-image:url(ar_tree_down.gif);
background-position:left;
background-repeat:no-repeat;
}
.sand #content a.anchor{
background-image:url(ar_sand_down.gif);
background-position:left;
background-repeat:no-repeat;
}
.heather #content a.anchor{
background-image:url(ar_heather_down.gif);
background-position:left;
background-repeat:no-repeat;
}
.sunset #content a.anchor{
background-image:url(ar_sunset_down.gif);
background-position:left;
background-repeat:no-repeat;
}
.meadow #content a.anchor{
background-image:url(ar_meadow_down.gif);
background-position:left;
background-repeat:no-repeat;
}
.water #content a.anchor{
background-image:url(ar_water_down.gif);
background-position:left;
background-repeat:no-repeat;
}
.stone #content a.anchor{
background-image:url(ar_stone_down.gif);
background-position:left;
background-repeat:no-repeat;
}


/* ********** NEW PAGE LINK ARROW IMAGES - colour on white*/
.tree #content a.newpage{
background-image:url(ar_tree.gif);
background-position:left top;
background-repeat:no-repeat;
}
.sand #content a.newpage{
background-image:url(ar_sand.gif);
background-position:left top;
background-repeat:no-repeat;
}
.heather #content a.newpage{
background-image:url(ar_heather.gif);
background-position:left top;
background-repeat:no-repeat;
}
.sunset #content a.newpage{
background-image:url(ar_sunset.gif);
background-position:left top;
background-repeat:no-repeat;
}
.meadow #content a.newpage{
background-image:url(ar_meadow.gif);
background-position:left top;
background-repeat:no-repeat;
}
.water #content a.newpage{
background-image:url(ar_water.gif);
background-position:left top;
background-repeat:no-repeat;
}
.stone #content a.newpage{
background-image:url(ar_stone.gif);
background-position:left top;
background-repeat:no-repeat;
}

#enews #content a.newpage{
background-image:url(ar_stone.gif);
background-position:left top;
background-repeat:no-repeat;
}


/* ********** FURTHER INFORMATION LINK ARROW IMAGE - colour on lighter colour */

.tree .further-information li a, .tree .further-information a.newpage, .tree #content .further-information a.anchor, .tree #content .further-information a.newpage, .tree #content .boxsmall a.newpage, .tree #content .boxbig a.newpage{
background-image:url(ar_tree_dk_col.gif);
background-position:left;
background-repeat:no-repeat;
}


.sand .further-information a, .sand .further-information a.newpage, .sand #content .further-information a.anchorm, .sand #content .further-information a.newpage,  .sand #content .boxsmall a.newpage, .sand #content .boxbig a.newpage{
background-image:url(ar_sand_dk_col.gif);
background-position:left;
background-repeat:no-repeat;
}
.heather .further-information li a, .heather .further-information a.newpage, .heather #content .further-information a.anchor, .heather #content .further-information a.newpage, .heather #content .boxsmall a.newpage, .heather #content .boxbig a.newpage{
background-image:url(ar_heather_dk_col.gif);
background-position:left;
background-repeat:no-repeat;
}
.sunset .further-information li a, .sunset .further-information a.newpage, .sunset #content .further-information a.anchor, .sunset #content .further-information a.newpage, .sunset #content .boxsmall a.newpage, .sunset #content .boxbig a.newpage{
background-image:url(ar_sunset_dk_col.gif);
background-position:left;
background-repeat:no-repeat;
}
.water .further-information li a, .water .further-information a.newpage, .water #content .further-information a.anchor, .water #content .further-information a.newpage, .water #content .boxsmall a.newpage, .water #content .boxbig a.newpage{
background-image:url(ar_water_dk_col.gif);
background-position:left;
background-repeat:no-repeat;
}
.meadow .further-information li a, .meadow .further-information a.newpage, .meadow #content .further-information a.anchor,  .meadow #content .further-information a.newpage, .meadow #content .boxsmall a.newpage, .meadow #content .boxbig a.newpage{
background-image:url(ar_meadow_dk_col.gif);
background-position:left;
background-repeat:no-repeat;
}
.stone .further-information li a, .stone .further-information a.newpage, .stone #content .further-information a.anchor, .stone #content .further-information a.newpage, .stone #content .boxsmall a.newpage, .stone #content .boxbig a.newpage{
background-image:url(ar_stone_dk_col.gif);
background-position:left;
background-repeat:no-repeat;
}


/* ********** NEXT AND PREVIOUS PAGE LINK ARROWS *********** */

.meadow a.nextpage{
background-image:url(ar_meadow.gif);
}

.meadow a.lastpage{
background-image:url(ar_meadow_bk.gif);
}


/* ********** SECTION NAVIGATION AND CONTENT-LFET AND FURTHER INFORMATION - light 
AND DOCUMENT DISPLAY AND FORMS and picture strips and HIGHLIGHT and boxsmall and boxbig- LIGHT  */




.tree .content-left, .tree .highlight, .tree #main-nav-image-navigation, .tree .main-nav-image, .tree .further-information, .tree .form, .tree .pics-587, .tree .photo-library-result{
background-color:#D3DDCC;
}
.sand .content-left, .sand .highlight, .sand #main-nav-image-navigation, .sand .main-nav-image, .sand .further-information, .sand .form, .sand .pics-587, .sand .photo-library-result, .sand .boxsm, .sand .boxbig{
background-color:#F6E4CC;
}
.heather .content-left, .heather .highlight, .heather  #main-nav-image-navigation, .heather .main-nav-image, .heather .further-information, .heather .form, .heather .pics-587, .heather .photo-library-result, .heather .boxsm, .heather .boxbig{
background-color:#DDDBE8;
}
.sunset .content-left, .sunset .highlight, .sunset #main-nav-image-navigation, .sunset .main-nav-image, .sunset .further-information, .sunset .form, .sunset .pics-587, .sunset .photo-library-result, .sunset .boxsm, .sunset .boxbig{
background-color:#E9CEC8;
}
.water .content-left, .water .highlight, .water #main-nav-image-navigation, .water .main-nav-image, .water .further-information, .water .form, .water .pics-587, .water .photo-library-result, .water  .boxsm, .water  .boxbig{
background-color:#CADBEB;
}
.meadow .content-left, .meadow .highlight, .meadow #main-nav-image-navigation, .meadow .main-nav-image, .meadow .further-information, .meadow .document-details, .meadow .form, .meadow .pics-587, .meadow .photo-library-result, .meadow  .boxsm, .meadow  .boxbig{
background-color:#D3E5CA;
}
.stone .content-left, .stone .highlight, .stone #main-nav-image-navigation, .stone .main-nav-image, .stone .further-information, .stone .form, .stone .pics-587, .stone .photo-library-result, .stone .boxsm, .stone .boxbig{
background-color:#DFE2E4;
}



/* ********** SECTION NAVIGATION HEADER TEXT COLOUR - dark */
.tree .content-left h2 a, .tree .content-left h2{
color: #769560;
}
.sand .content-left h2 a, .sand .content-left h2{
color:#E5B170;
}
.heather .content-left h2 a, .heather .content-left h2 {
color:#918EB7;
}
.sunset .content-left h2 a, .sunset .content-left h2 {
color: #C27461;
}
.water .content-left h2 a, .water .content-left h2 {
color:#6A99C8;
}
.meadow .content-left h2 a, .meadow .content-left h2 {
color:#83B56A;
}
.stone .content-left h2 a, .stone .content-left h2 {
color:#A5ACB2;
}
#enews .content-left h2 a, #enews .content-left h2 {
color:#9BCCE3;
}


/* ********** SECTION NAVIGATION LINKS AND THUMBNAIL VIWER - dark */

.tree a.section:hover,  .tree a.section:active, .tree a.section-active, .tree #thumbBox{
background-color: #769560;
color:#FFFFFF;
}


.sunset a.section:hover,  .sunset a.section:active, .sunset a.section-active, .sunset #thumbBox{
background-color: #C27461;
color:#FFFFFF;
}

.sand a.section:hover,  .sand a.section:active, .sand a.section-active, .sand #thumbBox{
background-color:#E5B170;
color:#FFFFFF;
}
.heather a.section:hover,  .heather a.section:active, .heather a.section-active, .heather #thumbBox{
background-color:#918EB7;
color:#FFFFFF;
}
.water a.section:hover,  .water a.section:active, .water a.section-active, .water #thumbBox{
background-color:#6A99C8;
color:#FFFFFF;
}
.meadow a.section:hover,  .meadow a.section:active, .meadow a.section-active, .meadow #thumbBox{
background-color:#83B56A;
color:#FFFFFF;
}
.stone a.section:hover, .stone a.section:active, .stone a.section-active, .stone #thumbBox{
background-color:#A5ACB2;
color:#FFFFFF;
}
#enews a.section:hover, #enews a.section:active, #enews a.section-active{
background-color:#9BCCE3;
color:#FFFFFF;
}


/* ********** SECTION NAVIGATION SUB-SECTION PAGES ARROW ON HOVER AND ACTIVE ************ */

.tree li.section-sub a.section-active, .tree li.section-sub a.section:hover, .tree li.section-sub a.section:active{
background: url(ar_tree_dk_col.gif) no-repeat left; 
}

.tree li.section-sub2 a.section-active, .tree li.section-sub2 a.section:hover, .tree li.section-sub2 a.section:active{
background: url(ar_tree_dk_sq.gif) no-repeat left; 
}

.tree li.section-sub3 a.section-active, .tree li.section-sub3 a.section:hover, .tree li.section-sub3 a.section:active{
background: url(ar_tree_dk_sq.gif) no-repeat left; 
}


.sand li.section-sub a.section-active, .sand li.section-sub a.section:hover, .sand li.section-sub a.section:active{
background: url(ar_sand_dk_col.gif) no-repeat left; 
}

.sand li.section-sub2 a.section-active, .sand li.section-sub2 a.section:hover, .sand li.section-sub2 a.section:active{
background: url(ar_sand_dk_sq.gif) no-repeat left; 
}

.heather li.section-sub a.section-active, .heather li.section-sub a.section:hover, .heather li.section-sub a.section:active{
background: url(ar_heather_dk_col.gif) no-repeat left; 
}

.heather li.section-sub2 a.section-active, .heather li.section-sub2 a.section:hover, .heather li.section-sub2 a.section:active{
background: url(ar_heather_dk_sq.gif) no-repeat left; 
}

.heather li.section-sub3 a.section-active, .heather li.section-sub3 a.section:hover, .heather li.section-sub3 a.section:active{
background: url(ar_heather_dk_sq.gif) no-repeat left; 
}

.sunset li.section-sub a.section-active, .sunset li.section-sub a.section:hover, .sunset li.section-sub a.section:active{
background: url(ar_sunset_dk_col.gif) no-repeat left; 
}

.sunset li.section-sub2 a.section-active, .sunset li.section-sub2 a.section:hover, .sunset li.section-sub2 a.section:active{
background: url(ar_sunset_dk_sq.gif) no-repeat left; 
}

.sunset li.section-sub3 a.section-active, .sunset li.section-sub3 a.section:hover, .sunset li.section-sub3 a.section:active{
background: url(ar_sunset_dk_sq.gif) no-repeat left; 
}

.water li.section-sub a.section-active, .water li.section-sub a.section:hover, .water li.section-sub a.section:active{
background: url(ar_water_dk_col.gif) no-repeat left; 
}

.water li.section-sub2 a.section-active, .water li.section-sub2 a.section:hover, .water li.section-sub2 a.section:active{
background: url(ar_water_dk_sq.gif) no-repeat left; 
}

.water li.section-sub3 a.section-active, .water li.section-sub3 a.section:hover, .water li.section-sub3 a.section:active{
background: url(ar_water_dk_smsq.gif) no-repeat left; 
}


.meadow li.section-sub a.section-active, .meadow li.section-sub a.section:hover, .meadow li.section-sub a.section:active {
background: url(ar_meadow_dk_col.gif) no-repeat left; 
}

.meadow li.section-sub2 a.section-active, .meadow li.section-sub2 a.section:hover, .meadow li.section-sub2 a.section:active{
background: url(ar_meadow_dk_sq.gif) no-repeat left; 
}

.meadow li.section-sub3 a.section-active, .meadow li.section-sub3 a.section:hover, .meadow li.section-sub3 a.section:active{
background: url(ar_meadow_dk_sq.gif) no-repeat left; 
}


.stone li.section-sub a.section-active, .stone li.section-sub a.section:hover, .stone li.section-sub a.section:active{
background: url(ar_stone_dk_col.gif) no-repeat left; 
}

.stone li.section-sub2 a.section-active, .stone li.section-sub2 a.section:hover, .stone li.section-sub2 a.section:active{
background: url(ar_stone_dk_sq.gif) no-repeat left; 
}

.stone li.section-sub3 a.section-active, .stone li.section-sub3 a.section:hover, .stone li.section-sub3 a.section:active{
background: url(ar_stone_dk_sq.gif) no-repeat left; 
}


/* ********** NATIONAL PARKS WEEK EVENTS *****************************  */

.npw-events{
border-bottom: solid 5px #DDDBE8;
margin-bottom: 2em;
padding-bottom:3em;
}

#content .npw-events h2{
border-top: dotted 2px #DDDBE8;
padding-top:1em;
margin-top:1.5em;
}


/* ********** PHOTO DISPLAY PAGES *****************************  */

#photo-display .topbar{
background-color:#918EB7;
background-image:url(np-bbs-footer_heather.gif);
}

#photo-display a.close{
background-image:url(x_heather_white_dk.gif);
}


#rock, #sail, #wetland, #winter, #hills, #haymeadow{
background-position:right;
background-repeat:no-repeat;
}


#sail{
background-image:url(bg_npw_sail.jpg);
}

#wetland{
background-image:url(bg_npw_wetlands.jpg);
}

#rock{
background-image:url(bg_npw_rocks.jpg);
}

#winter{
background-image:url(bg_langdales.jpg);
}

#hills{
background-image:url(bg_heatherhills.jpg);
}

#haymeadow{
background-image:url(bg_hay-meadow.jpg);
}

#wood{
background-image:url(bg_wood.jpg);
}




/* ********** FOOTER *****************************  */
.tree #footer{
background-color:#769560;
}

.sand #footer{
background-color:#E5B170;
}

#welsh.sand  #footer{
}

.heather #footer{
background-color:#918EB7;
}

.sunset #footer{
background-color:#C27461;
}

.water #footer{
background-color:#6A99C8;
}
 
.meadow #footer{
background-color:#83B56A;
} 

.stone #footer{
background-color:#A5ACB2;
} 

#enews #footer{
background-color:#9BCCE3;
} 


/* ********** THUMBOX CLOSING IMAGE ***********  */

.tree #thumbBox .footerbar{
background-image:url(x_tree_white_dk.gif);
}

.sand #thumbBox .footerbar{
background-image:url(x_sand_white_dk.gif);
}

.heather #thumbBox .footerbar{
background-image:url(x_heather_white_dk.gif);
}

.sunset #thumbBox .footerbar{
background-image:url(x_sunset_white_dk.gif);
}

.water #thumbBox .footerbar{
background-image:url(x_water_white_dk.gif);
}


.meadow #thumbBox .footerbar{
background-image:url(x_meadow_white_dk.gif);
}

.stone #thumbBox .footerbar{
background-image:url(x_stone_white_dk.gif);
}

/* ********** NEXT AND LAST PAGE LINKS ***********  */

.tree a.nextpage{
background-image:url(ar_tree.gif);
}
.sand a.nextpage{
background-image:url(ar_sand.gif);
}
.heather a.nextpage{
background-image:url(ar_heather.gif);
}
.sunset a.nextpage{
background-image:url(ar_sunset.gif);
}
.water a.nextpage{
background-image:url(ar_water.gif);
}
.meadow a.nextpage{
background-image:url(ar_meadow.gif);
}
.stone a.nextpage{
background-image:url(ar_stone.gif);
}


.tree a.lastpage{
background-image:url(ar_tree_back.gif);
}
.sand a.lastpage{
background-image:url(ar_sand_back.gif);
}
.heather a.lastpage{
background-image:url(ar_heather_back.gif);
}
.sunset a.lastpage{
background-image:url(ar_sunset_back.gif);
}
.water a.lastpage{
background-image:url(ar_water_back.gif);
}
.meadow a.lastpage{
background-image:url(ar_meadow_back.gif);
}
.stone a.lastpage{
background-image:url(ar_stone_back.gif);
}




/* ********** TABLE STYLES ***********  */



.content-table{
border-bottom: 1px solid;
border-left: 1px solid;
border-top: 1px solid;
margin-bottom:2em;
}

.t-header{
color:#333333;
font-weight:bold;
border-right: 1px solid;
border-bottom: 1px solid;
padding:7px;
margin-bottom:10px;
text-align:left;
}

.t-rowone{
color:#333333;
background-color:#ffffff;
border-right:1px solid;
padding:5px;
text-align:left;
}
.t-rowtwo{
border-right:1px solid;
padding:5px;
text-align:left;
}


.meadow .content-table{
border-color:#83B56A;
}

.meadow .t-header, .meadow .t-rowtwo{
background-color:#D3E5CA;
border-color:#83B56A;
}

.meadow .t-rowone{
border-color:#83B56A;
}


.water .content-table{
border-color:#6A99C8;
}

.water .t-header, .water .t-rowtwo{
background-color:#CADBEB;
border-color:#6A99C8;
}

.water  .t-rowone{
border-color:#6A99C8;
}

.stone .content-table{
border-color:#A5ACB2;
}

.stone .t-header, .stone .t-rowtwo{
background-color:#DFE2E4;
border-color:#A5ACB2;
}

.stone .t-rowone{
border-color:#A5ACB2;
}


.heather .content-table{
border-color:#918EB7;
}
.heather .t-header, .heather .t-rowtwo{
background-color:#DDDBE8;
border-color:#918EB7;
}

.heather .t-rowone{
border-color:#918EB7;
}


.content-left #map{
background-color:#fff;
padding-bottom:20px;
}


/* *******  LINK IMAGES ********** */

a.rss, .further-information a.rss, .further-information li a.rss{
background-image:url(rssfeed.gif);
}
a.excel, .further-information a.excel, .further-information li a.excel{
background-image:url(i_excel.gif);
}
a.pdf, .further-information a.pdf, .further-information li a.pdf{
background-image:url(i_pdf.gif);
}
a.ppt, .further-information a.ppt, .further-information li a.ppt{
background-image:url(i_ppt.gif);
}
a.word, .further-information a.word, .further-information li a.word{
background-image:url(i_word.gif);
}
a.zip, .further-information a.zip, .further-information li a.zip{
background-image:url(i_zip.gif);
}

a.twitter, .further-information a.twitter, .further-information li a.twitter{
background-image:url(bg_twitter.gif);
}

a.youtube, .further-information a.youtube, .further-information li a.youtube{
background-image:url(bg_youtube.gif);
}

a.facebook, .further-information a.facebook, .further-information li a.facebook{
background-image:url(bg_facebook.gif);
}


