﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

body
{
	background-image: url(../Images/backgrounds/masterbgplacestostay.jpg);
}


h1
{
	background-color:#669ACC;
	border: solid 1px #fff;
	color:#fff;
}

#Banner /*div to contain the scrolling image on the top of all pages*/
{
	border-bottom:solid 3px #669ACC;
}

#MasterContent /*This sets the color of the full width of the masterpage content*/
{
	border-top:solid 1px #EEF3F9;
	background-color:#669ACC;
}

.MasterContent /*This sets the color of the full width of the masterpage content*/
{
		border-top:solid 1px #EEF3F9;
	background-color:#669ACC;
}

.MasterLeftContent /*left side of master content which is split in two with this and MasterRightContent*/
{
	border:solid 10px #669ACC;
	background-color:#fff;
}

.MasterRightContent
{
background-color:#EEF3F9;
border:solid 10px #669ACC;
}






/*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  /*SLECTED MENU ITEM*/
{
background-color:#669ACC;
color:#fff;
}
 .PrettyMenu  .AspNet-Menu-ChildSelected /*SELECTED MENU ITEM*/
{
background-color:#669ACC;
color:#fff;
}

 .PrettyMenu .AspNet-Menu-Horizontal-Selected a /*SELECTED MENU ITEM a*/
{
background-color:#669ACC;
color:#fff;
}

 .PrettyMenu ul.AspNet-Menu  li.AspNet-Menu-Selected 
{
background-color:#669ACC;
color:#fff;
}

 .PrettyMenu ul.AspNet-Menu  li.AspNet-Menu-ChildSelected
{
background-color:#669ACC;
color:#fff;
}



/*END OF MENU STYLES*/




/*IN PAGE STYLES*/

#sideintro
{
	width:146px;
	background-color:#fff;
	padding:15px;
	position:relative;
	top:20px;
	left:12px;
	color:#669ACC;
	border: solid 5px #e9e9e9;
}

.starratingtext
{
    display:inline;
    position:relative;
    top:-10px;
    padding-left:15px;
}