/* Created by Becky Bird	-	24/8/2010
--------------------------------------------------*/

/*	=Contents:
		1. GenericElements
		2. MasterElement
		3. HomePage
		4. PIE
--------------------------------------------------*/

/*	1. =GenericElements
--------------------------------------------------*/

#accessLinks,
#searchBar,
#header #pageTools,
#persistentNavigation,
#primaryNavigation,
#secondaryNavigation,
#siteLinks,
.ui-autocomplete {
	display: none;
	}
	
#everything,
#main,
#header #logo {
	width: 100%; 
	margin: 0; 
	float: none;
	}
	
#mainContent,
.thirdTier #mainContent {
	margin-left: 0px;
	width:100%;
	padding-left:0;
	padding-right:0;
	border: none;
	border-top: 1px solid #ACB9C9;
	border-bottom: 1px solid #ACB9C9;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius: 0px;
	}
	
.contentArea h1, #secondaryNavigation h1  {
	border-bottom: 4px solid #8EC1E2;
	}
	
.contentArea h2, #secondaryNavigation h2, #atozpage h2 {
	border-bottom: 2px solid #0066CC;
	}

/*	2. =MasterElement
--------------------------------------------------*/

#main {
	padding-left: 0;
	padding-right: 0;
	}
	
#header {
	background-image: none;
	}
#header #logo {
	display: inline;
	}	
#logo h1 {
	position: static;
	text-align: left;
	font-size: 1.8em;
	}
#header .strapLine {
	position: static;
	color: #000000;
	}
	
/*	3. =HomePage
--------------------------------------------------*/
#homeContent {
	width: 100%;
	}

#homeContent .panelWrapper {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	}
#homeContent .singlePanel {
	margin-left: 0px;
	margin-bottom: 20px;
	width: 99%;
	height: auto;
	}

#homeContent #featureBox,
#homeContent .doublePanel {
	margin-left:0px;
	width: 99%;
	}
	
/*	4. =PIE

These styles relate to removing the rounded corners
present in IE, which are created using PIE behaviour.
Refer to script.js and PIE.htc
--------------------------------------------------*/
	
.rounded {
	border-radius:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: #acb9c9 1px solid;
	}

#alertBox {
	-pie-background:none;
	}
	
#informationBox {
	-pie-background:none;
	}
	
