/* <---GENERAL SPACING -*/

*									{
 	margin: 0; 
 	padding: 0; 
 }
/* <---LINKS -*/
a									{
	color: #011A72;
	font-weight:bold;
	text-decoration: none;

}

/* <---LINKS HOVER COLOUR -*/
a:hover								{ 
	text-decoration: underline;
	}
/* <---OVERALL BODY FONT COLOUR SPACING -*/
body								{ 

background-color: #F7F7F7; 
	color: #111; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 100%; 
	margin: 0 auto; 
	padding: 0; 
	width: 955px; 

}


h1									{
		font-family: "Palatino Linotype", Verdana, Arial, sans-serif; 

font-size: 200%;
	margin: 0.3em 0;
		color:#33CCFF;

	}

h2									{
	font-size: 2em;
	margin: 16px 0 10px 0;
	color: #416478;
}


h3									{ 
	font-size: 1.1em;
	margin: 1em 0; 
		color: #333;
}

h4									{ 
	font-size: 1.00em; 
	margin: 1em 0;
	 }


p									{
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0.2em 0;
	width: 760px;
	float: none;
	color: #333;
	}
/* <---ALL PAGES BODY -*/
#body								{ 
	clear: both; 
	height: 100% /* <--- IE BUG FIX (else has redraw problems due to floats within this container) */ ; 
	overflow: hidden; /* <--- BUG FIX (force container to be as high as tallest contained element - thus preserving background colour/image and margin) */ 
	margin: 0 0px;
background-color: #FFFFFF; 
	 }

#content							{ 
	float: left; 
	padding-bottom: 15px;  
	width: 700px; 
	}
#copy								{
	height: auto !important;
	height: 360px;
	min-height: 360px;
	padding-top: 10px;
	padding-left: 40px;
}
#footer								{ 
	clear: both;
	background-color: #CCCCCC; 
	background-image: url(images/page-footer-background.gif); 
	background-repeat: no-repeat; 
	height: 100%; /* <--- IE BUG FIX (else has redraw problems due to floats within this container - also helps IE box model in some situtions) */ 	overflow: hidden; /* <--- BUG FIX (force container to be as high as tallest contained element - thus preserving background colour/image and margin) */ 
	padding: 0px 26px ;

}
#footer		p						{ 
	font-size: 80%;
}


 /* <---ALL PAGES TOP CORE NAV BANNER ACROSS PAGE -*/
#global-navigation					{
	background-color: #CCCCCC;
	height: 100%;
	overflow: hidden;
	font-size: 0.8em;
	text-align: left;
}
#global-navigation-top				{
	background-color: #CCCCCC;
	height: 15px;
	overflow: hidden;
	margin-top: 60px;
}
#global-navigation-bottom					{
	background-color: #CCCCCC;
	height: 8px;
	overflow: hidden;

}

#global-navigation li				{ 
	display: inline; 
	}

#global-navigation li a				{ 
	color: #011A72; 
	padding: 0.8em;
}

#global-navigation li a:hover		{
	color: #011A72;
}

#global-navigation ul				{ 
	display: inline;
 }

#global-navigation ul.top-left-links		{
	padding: 2px 5px 0px;
	float: left;
	margin-top: -2px;
 }

#global-navigation ul.top-left-links li		{ 
 }

#global-navigation ul.top-right-links		{ 
	padding: 2px 0; 
	text-align: right;
 }

#global-navigation ul.top-right-links li	{
	margin: 0 0 0 2px;
	padding: 0;
}
#global-navigation span {
	background-color: #FFCC7F; 
	color: #011A72; 
	padding: 2px;
}

#header								{
	clear: both;
	height: 100%;
	overflow: hidden;
	padding: 0;
	font-size: 1em;
 }
 #header H1					{
	color:#33CCFF;
	font-size: 3em;
	padding-left: 20px;

 }

 /* <---ALL SUB PAGES LEFT HAND NAV  -*/
#local-navigation					{
	float: left;  
	padding-top: 10px; 
	width: 200px; 
	margin: 0 10px; 	
	font-size: 0.8em;
}
#local-navigation-new h2 {
	background-color: #C4D7E5; 
	margin: 0 -10px 10px -10px; 
	padding: 5px;
}
#local-navigation-new h4 {
	margin: 10px -10px 10px -10px; 
	padding: 5px;
}

#local-navigation-home					{
	float: left;
	padding-top: 10px;
	width: 760px;
	margin: 0px;
	font-size: 0.8em;
	margin-left: 24px;
	clear: right;
}
#local-navigation-3					{
	float: left;
	padding-top: 10px;
	width: 760px;
	margin: 0 0 0 10px;
	font-size: 0.8em;
	margin-left: 24px;
	clear: right;
}
#local-navigation-3				p	{
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0.2em 0;
	width: 500px;
	float: none;
	color: #333;
}
#image					{
	float: right;
	padding-top: 10px;
	margin-left: 24px;
	clear: none;
	margin-bottom: 40px;
}

 /* <---ADVANCED SEARCH BODY CONTENT DIV  -*/
#local-navigation-search					{ 
	float: left;  
	padding-top: 10px; 
	width: 760px; 
	margin: 0 0 0 10px; 	
}



#local-navigation li				{ 
	font-weight: bold;
	background-image: url(images/icons/navArrow.gif);
	color: #011A72;
	background-repeat: no-repeat;
	background-position: 5px 12px;
	padding: 3px 0 3px 12px;
 }


#local-navigation li a				{  
	color: #011A72; 
	display: block; 
	font-weight: bold; 
	padding: 5px 10px; 
	text-decoration: underline; 
 }

#local-navigation p		{
	font-weight: bold;
	background-image: url(images/top-button-background.gif);
	color: #011A72;
	height: 100%;
	overflow: hidden;
	padding: 4px 0px 5px 20px;
	background-repeat: no-repeat;
	background-color: #FFCC7F;
	border-bottom: 1px #777C86; 
	border-bottom-style: dashed;

}



 /* <---ALL PAGES MAIN LAYOUT  -*/
#page	
							{
	font-size: 0.84em;
	height: 100%;
	color: #33CCFF;
	
		background-image: url(images/page-background.jpg);
	background-repeat:no-repeat;
background-attachment:scroll;
background-position:0px 0px;
}



h1.non-screen						{
	position: absolute;
	left: -100px;
	top: -100px;
	color: #33CCFF;
 }

h2.non-screen						{ 
	position: absolute; 
	left: -100px; top: -100px;
 }

.searchTxt {
	color:#333333; 
	font-weight: bold;
	font-size:120%;
}

#local-navigation-home li
{
	line-height: 1.6em;
	color: #000000;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 130%;
}
.headergrey {
	color: #999999;
}
.txtgrey {
	color: #333;
}
#design p {
font-size:70%;
 text-align: center;
	padding: 0.5em;

}
#design a {
	font-size:70%;
}
.doughtyblue {
	color: #33CCFF;
}
.doughtygrey {
	color: #999999;
}
.twitter-align {margin-left: 98%; }