/*----------------------------------------------------
	Client			: Brookfields
	Purpose			: Master Style Sheet
	Creation Date	: 14/02/2007
	Edited Date		: 14/02/2007
	Max CSS Spec	: 2
	Author			: Ben Daley
	Contact			: Ben at netbyte dot com
----------------------------------------------------*/


/*
-- -- -- -- -- -- --
Base CSS
-- -- -- -- -- -- --
*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 74%; /* Set font size to 74% so that 1em = 10px and IE can change text size */
	color: #000000;
	background-color: #C4C1BC;
	margin: 0px;
}





#header a img, #header a:visited img
{ border: none; }













/* Make the top of the page */
#pagehead {
	height: 13px;
	width: 797px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding: 0px;
	background-image: url(../images/presentation/pagehead.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*	This rule is only for browsers that can display png alpha 
	see BROWSER FIX 1 in the ie.css file for IE version of this rule */
body > #pagehead {
	background-image: url(../images/presentation/pagehead.png)!important;
}








/*	Style the general content body */
body #page {
	width: 797px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/presentation/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	top: -1px;
}
/* This rule is only for browsers that can display png alpha 
	see BROWSER FIX 2 in the ie.css file for IE version of this rule */
body > #page{
	background-image: url(../images/presentation/page_bg.png)!important;
}

#page #contentwrapper{
	margin: 0px 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}








/*	Style the bottom of the page */
#pagefoot {
	height: 43px;
	width: 797px;
	margin: 0px auto 4px auto;
	display: block;
	padding: 0px;
	position: relative;
	top: -1px;
}

#pagefoot #pagefootbg {
	height: 43px;
	background-image: url(../images/presentation/pagefoot_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* This rule is only for browsers that can display png alpha 
	see BROWSER FIX 3 in the ie.css file for IE version of this rule */
body > #pagefoot > #pagefootbg {
	background-image: url(../images/presentation/pagefoot_bg.png)!important;
}
















/*	Style content inside the page head */
#headwrapper {
	width: 797px;
	height: 215px;
	position: static;
	margin: 0px auto;
	padding-top: 2px;
	overflow: hidden;
	clip: rect(0px,auto,217px,auto);
	background-image: url(../images/presentation/banner_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
body > #headwrapper {
	background-image: url(../images/presentation/banner_bg.png)!important;
}


#header {
	width: 751px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #006699;
	height: 187px;
}




/*	Position the Brookfields logo */
#header img {
	margin-top: 6px;
	margin-left: 6px;
	float: left;
}




/*	Style the strapline "Navigating your success" */
#header #strapline {
	font-size: 1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*margin-top: 70px;*/
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
	color: #FFFFFF;
	display: block;
	float: left;
	letter-spacing: 0.1em;
	padding: 0px;
	text-transform: lowercase;
}




/*	Container/wrapper for the image strip and colour overlay in the head of the page */
#bannerwrapper {
	background-color: #006699;
	height: 187px;
	width: 499px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	overflow: hidden;
	clip: rect(187px,0px,0px,499px);
	position: relative;
}




/*	Position the overlay on top of the image strip */
#banneroverlay {
	width: 70px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 187px;
	z-index: 1;
}
/* This rule is only for browsers that can display png alpha 
	see BROWSER FIX 4 in the ie.css file for IE version of this rule */
#bannerwrapper > #banneroverlay{
	background-image:url(../images/presentation/blue_grad_overlay.png);
}





/*	Reposition the strip image so that it is under the colour overlay */
#header #bannerwrapper img {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	top: -187px;
	height: 187px;
	width: 499px;
	clip: rect(0px,auto,187px,auto);
	overflow: hidden;
}

#navbarBG {
	clear: both;
	color: #FFF;
	background-color: #000000;
	display: block;
	height: 27px;
	width: 751px;
	background: url(../images/presentation/navigation_bg.gif) 0 0 repeat-x;
	position: absolute;
	z-index: 499;
	top: 205px;
}










/*	Style the search form	*/
#searchform {
	height: 27px;
	width: 160px;
	position: relative;
	float: right;
	text-align:right;
	margin: 0 10px !important;
	margin: 0 5px;
}
#searchform input {
	height: 14px;
	width: 70px;
	margin-top: 4px;
	border: 1px solid #006699;
	font-size: 1em;
	color: #006699;
	line-height: 14px;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-bottom: 0px;
	text-indent: 5px;
}

#nav #searchform a, #nav #searchform a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	margin-left: 5px;
	margin-top: 4px;
}
#nav #searchform a:hover, #nav #searchform a:visited:hover{
	text-decoration: underline;
}





/*	Style the global and copyright links on the page footer */
#globallinks {
	position: relative;
	top: -43px;
	float: left;
}
#copyrightlinks {
	position: relative;
	top: -43px;
	float: right;
}

#globallinks ul, #copyrightlinks ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
	margin-right: 23px;
	display: block;
}
#globallinks ul li {
	display: inline;
}
#copyrightlinks ul li {
	display: inline;
}
#globallinks ul li a, #globallinks ul li a:visited, #copyrightlinks ul li a, #copyrightlinks ul li a:visited{
	color:#000000;
	display: inline;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#globallinks ul li a:hover, #globallinks ul li a:visited:hover, #copyrightlinks ul li a:hover, #copyrightlinks ul li a:visited:hover{
	color: #006699;
	text-decoration: underline;
}
