/*OUTER*/
/*background graphic/drop shadow can be set inside this element and set to repeat-y*/
#outer {/*graphic goes in here*/}	

/*GENERAL FONTS/COLOURS TWEAKS*/
body{}
.contentPane{}
.contentPane_wide {}

/*Change font colours and text sizes in right pane boxes inside content div*/ 
.rightPane {}

/*any links in footer are or text can be styled here*/	
.footer {}	

/*HEADINGS*/
h3 {}
h4 {}
h5 {}
	
/*BREADCRUMBS*/
/*'you are here'*/
.breadcrumb span {}
/*page name*/
.breadcrumb a {}
   
/*UTILITIES*/
/*'search this site'*/	
.utilities .search label{}
/*nav links*/	
.utilities .navigation a {}

/*NAV-X (Background & Font)*/
.Nav-x {}
.Nav-x ul {}
.Nav-x li {}
.Nav-x a {}

/*Selcted WITHOUT children*/
.Nav-x ul li.Selected a {}
/*Selcted WITH children*/
.Nav-x ul li.ParentSelected a {}


/*NAV-Y (Background & Font)*/
/*states*/
.Nav-y .Body ul li a:hover{}
.Nav-y .Body ul li a:visited {} 
.Nav-y .Body ul lia:active {} 
	
/*Level 1*/
/*Not Selected*/
.Nav-y .Body ul li a  {}
/*Selcted WITHOUT children*/
.Nav-y .Body ul li.Selected a {}
/*Selcted WITH children*/
.Nav-y .Body ul li.ParentSelected a {}

/*Level 2*/
/*Not Selected*/
.Nav-y .Body ul li.ParentSelected ul li a{}
/*Selcted WITHOUT children*/
.Nav-y .Body  ul li.ParentSelected ul li.Selected a {}
/*Selcted WITH children*/
.Nav-y .Body ul li.ParentSelected ul li.ParentSelected a {}

/*Level 3*/
/*Not Selected*/
.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li a{}
/*Selcted WITHOUT children*/
.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.Selected a {}
/*Selcted WITH children*/
.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected a{}


/*Level 4*/
/*Not Selected*/
.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected ul li a
{}
/*'Selected' (Selected - NO child elements)*/
.Nav-y .Body ul li.ParentSelected ul li.ParentSelected ul li.ParentSelected ul li.Selected a {}

/*CALENDAR*/
/*global table styling*/
.Calendar{}
.Calendar, .Calendar tr, .Calendar td{}
.box .body{}
.Calendar td{} 
/*cell background and size*/
.Calendar td a{}
.Calendar th{}
/*month title styling (e.g Oct 2008)*/
.Calendar .Title{}
/*day header area (mo,tu,we...)*/
.Calendar .DayHeader{}
/*days of the previous and next months*/
.Calendar .OtherDaysofMonth a:link{}

/*selected day*/
.Calendar .SelectedDay a{}
.Calendar .EventDay a{}
.Calendar .WeekDay a {}
.Calendar .WeekEnd a {}
.Calendar .Today {}

/*days of the previous and next months*/
.Calendar .OtherDaysofMonth {}

/*calendar nav (previous and next)*/
.box .previous a{}
.box .previous a:hover{}
.box .next a{}
.box .next a:hover{}

/*hover states*/
.Calendar td a:hover {}
.Calendar .EventDay a:hover {}
.Calendar .WeekDay a:hover {}
.Calendar .WeekEnd a:hover {}


/*WEATHER*/
/*'Todays forcast' and '5 day forecast'*/
.weatherTitle {}
	
/*BOXOUT*/	
.cms-boxout {}
.cms-boxout .title {}
.cms-boxout .body {}

/*BOX <UL> BACKGROUNDS*/
.box ul{}
.box li a{}
.box li a:hover{}


/*BLOG POSTS*/
.post{}
.post p{}
.post .date{}
.post h3 {}
.post h3 a{}
.post .image{}

/*bottom area*/
.post .bottom{}
.post .bottom a{}
.postthanks {}

/*GOOGLE MAP*/
/*background colour for heading*/
.cms-gmap .top{}

/*HIGHLIGHTED TEXT*/
.cms-highlight {}
.cms-highlight .top {}

/*TEXT AND IMAGE*/
.cms-textandimage .image-box-text{}
.cms-textandimage .image-box-left {}
.cms-textandimage .image-box-right {}
/*WYSIWYG heading styles*/
.cms-textandimage h3{}
.cms-textandimage h4{}
.cms-textandimage H3 a,.cms-textandimage H4 a {}

/*CMS QUICK HEADINGS*/
.cms-quick .top{}
.cms-quick .top h3{}
.cms-quick .title a{}
.cms-quick .events-title a{}

/*CMS QUICK DATE AND TIME*/
.cms-quick .date{}
.cms-quick .time{}
.cms-quick .fee{}

/*PROFILE QUOTES*/
.qstart {}
.qend{}

/*FORMS*/
/*CMS-FORM FEEDBACK*/
.cms-form{} 
.cms-form .label{}
.cms-form .fieldrequiredmarker{}
.cms-form .fielderror{}  
.cms-form textarea{}  
  
.box .content  img {border: none !important; padding:0 !important; background-color:#FFFFFF  !important; margin:0 0 10px 0 !important}
.box .content  img a{border: none !important; padding:0 !important; background-color:#FFFFFF  !important; margin:0 0 10px 0 !important}
.box .content  img a:hover{border: none !important; padding:0 !important; background-color:#FFFFFF !important;margin:0 0 10px 0 !important}   

  
