﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

body
{
	background-image: url(../Images/backgrounds/masterbgplacestosee.jpg);
}

h1
{
	background-color:#89AB55;
	border: solid 1px #fff;
	color:#fff;
}

#Banner /*div to contain the scrolling image on the top of all pages*/
{
	border-bottom:solid 3px #89AB55;
}

#MasterContent /*This sets the color of the full width of the places to see content*/
{
	border-top:solid 1px #E8EEDD;
	background-color:#89AB55;
}

.MasterLeftContent /*left side of master content which is split in two with this and MasterRightContent*/
{
	border:solid 10px #89AB55;
	background-color:#fff;
}

.MasterRightContent
{
background-color:#E8EEDD;
border:solid 10px #89AB55;
}

/*MAP STYLES*/

   #mapsearch 
   {
      border:solid 5px #89AB55;
    }


/*END OF MAP STYLES*/


/*Selected menu item styles - there is a set of styles defined for each of the master pages
so that the selected section link in the main nav can be the same color as the background*/

/*Selected menu item styles*/
 .PrettyMenu .AspNet-Menu-Selected  /* SELECTED MENU ITEM*/
{
background-color:#89AB55;
color:#fff;
}
 .PrettyMenu  .AspNet-Menu-ChildSelected /*SELECTED MENU ITEM*/
{
background-color:#89AB55;
color:#fff;
}

 .PrettyMenu .AspNet-Menu-Horizontal-Selected a /* SELECTED MENU ITEM a*/
{
background-color:#89AB55;
color:#fff;
}

 .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Selected 
{
background-color:#89AB55;
color:#fff;
}

 .PrettyMenu ul.AspNet-Menu  li.AspNet-Menu-ChildSelected
{
background-color:#89AB55;
color:#fff;
}


/*IN PAGE STYLES*/

#sideintro
{
	width:160px;
	padding:35px;
	padding-left:45px;
	height:420px;
	position:relative;
	top:20px;
	right:20px;
	color:#fff;
}