/**
 * This file contains the blue template CSS
 *
 * @copyright Copyright 2006 Ascension Design limitied
 * @author Chris Box <support@ascensiondesign.co.uk>
 * @package OE_Services
 */

#body
{
	position:					absolute;
	border:						none;
	margin-top: 				0px;
	margin-bottom: 				0px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 			0px;
	padding-left: 				0px;
	padding-right: 				0px;
	background-color:			#ffffff;
	color:						#000000;
	font-family:				"lucida Grande", Verdana, arial, Helvetica, Sans-serif;
	text-align: 				left;
	font-size:					100%;
	width:						100%;
}

#body_invisible
{
	visibility:					hidden;
	position:					absolute;
	border:						none;
	margin-top: 				0px;
	margin-bottom: 				0px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 			0px;
	padding-left: 				0px;
	padding-right: 				0px;
	background-color:			#ffffff;
	color:						#000000;
	font-family:				"lucida Grande", Verdana, arial, Helvetica, Sans-serif;
	text-align: 				left;
	font-size:					100%;
	width:						100%;
}

#header {
	margin:		auto;
	width: 		760px;

}

div
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			0px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
}

#logout
{
	padding-top:				10px;
	text-align: 				right;
	font-size:					80%;
	font-weight:				bold;
	margin-right:				2px;
}

#logout a
{
	color:						#666666;
	text-decoration:			none;
}

#search
{
	padding-top:				40px;
	text-align: 				right;
	font-size:					80%;
}

#search_form
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			0px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
	color:						#FFFFFF;
}

#search_submit_invisible
{
	visibility:					hidden;
}


#breadcrumbs
{
	position: 					relative;
	top:							8px;
	left: 							6px;
	width: 						622px;
	margin-bottom: 			20px;	
	color:						#888888;
	font-size:					75%;
}

#breadcrumbs a
{
	color:						#888888;
	text-decoration: 			underline;
}

#breadcrumb_current
{
	font-weight:				bold;
}

a
{
	color:						#0B3E9E;
	text-decoration: 			underline;
}

p
{
	border:						none;
	margin-top: 				4px;
	margin-bottom: 			6px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;

	font-size:					95%;
	line-height:					120%;
	color:						#000000;
}

h1
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;

	font-family:				Tahoma, Verdana, arial, Helvetica, Sans-serif;
	font-size:					120%;
	line-height:					130%;
	font-weight:				bold;
	color:						#FF3300;
}

h2
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
	
	font-family:				Tahoma, Verdana, arial, Helvetica, Sans-serif;	
	font-size:					110%;
	line-height:					125%;
	font-weight:				bold;
	color:						#669900;
}

h3
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;

	font-family:				Tahoma, Verdana, arial, Helvetica, Sans-serif;	
	font-size:					100%;
	line-height:					120%;
	font-weight:				bold;
	color:						#FF3300;
}

ul
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-right: 				48px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;

	font-size:					100%;
	line-height:					120%;
	list-style:					circle;

}

ol
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-right: 				48px; 
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-right: 			0px;

	font-size:					100%;
	line-height:					120%;
	list-style:					decimal;
}

li
{
	margin-left: 				24px;
}


blockquote
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-left: 				24px;
	margin-right: 				48px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;

	font-size:					100%;
	line-height:					120%;
	font-style:					italic;
	text-align:					justify;
	color:						#333333;
}

.quote
{
	font-style:					italic;
	color:						#333333;
}

.news_h1
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;

	font-size:					120%;
	line-height:					130%;
	font-weight:				bold;
	color:						#0B3E9E;
}

.news_h2 
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			0px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
	
	font-size:					110%;
	line-height:					125%;
	font-weight:				bold;
	color:						#0B3E9E;
}

.news_h3
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			6px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
	
	font-size:					100%;
	line-height:					120%;
	font-weight:				bold;
	color:						#0B3E9E;
}

.news_h1_with_date 
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			0px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom:	 	0px;
	padding-left: 				0px;
	padding-right: 			0px;

	font-size:					120%;
	line-height:					130%;
	font-weight:				bold;
	color:						#0B3E9E;
}

.news_h2_with_date 
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			0px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
	
	font-size:					110%;
	line-height:					125%;
	font-weight:				bold;
	color:						#0B3E9E;
}

.news_h3_with_date 
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 			0px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
	
	font-size:					100%;
	line-height:					120%;
	font-weight:				bold;
	color:						#0B3E9E;
}

.news_date
{
	margin-top: 				0px;
	margin-bottom: 			0px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
	color:						#888888;
	font-size:					75%;
}

.news_column1
{
	float:							left;
	width: 						308px;	
}

.news_column2
{
	float:							right;
	width: 						308px;
}

.news_spacer
{
	clear: 						both;
}

.news_list
{
	margin-top: 				0px;
	margin-bottom: 			0px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				4px;
	padding-bottom: 		4px;
	padding-left: 				0px;
	padding-right: 			0px;
}

.content_menu
{
	border:						none;
	margin-top: 				4px;
	margin-bottom: 			6px;
	margin-left: 				24px;
	margin-right: 				48px;
	padding-top:				0px;
	padding-bottom: 		0px;
	padding-left: 				0px;
	padding-right: 			0px;
	font-size:					100%;
	line-height:					120%;
	list-style:					none;
}

.content_menu_odd
{
	float: 						right;
	width:						50%;
	margin-left: 				0px;
}

.content_menu_even
{
	clear:						both;
	float:							left;
	width:						50%;
	margin-left: 				0px;
}

.last_updated
{
	float: 						right;
	color:						#888888;
	font-size:					75%;
}

.icon
{
	margin-top: 				12px;
	margin-bottom: 			12px;
	margin-left: 				12px;
	margin-right: 				12px;

	text-align:					center;
	float:							left;
}

.icon a
{
	text-decoration:			none;
}

/**************************************
/
/ Page and content areas
/
/*************************************/
#container {
	width:	760px;
	margin:auto;

}

#content-area {
	margin:		auto;
	width:		720px;
	background-color:	#E9F0E4;
	padding: 20px;
	font-size: 95%;
}
#content-area div {
	line-height:	150%;

}

.spacer {  
	clear:	both;
}

/**************************************
/
/ Main menu
/
/*************************************/

#main-navigation {
	position:relative;
	padding:0 0 4em 1em;
	list-style:none;
	line-height:1em;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:		auto;
	width: 		760px;
}

#main-navigation-container {
	width:100%;
	margin:0;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;	
	background:#669900;
}

#main-navigation lI {
	float:left;
	margin:0;
	padding:0;
}

#main-navigation a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	padding:0.25em 1em;
}

#main-navigation a:hover,
#main-navigation a:active,
#main-navigation a.here:link,
#main-navigation a.here:visited {
}

#main-navigation a.here:link,
#main-navigation a.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#main-navigation ul {
	position:absolute;
	left:0;
	top:0.25em;
	float:left;
	background:#669900;
	width:100%;
	margin:0;
	padding:1em 0.25em 0.25em 2em;
	list-style:none;
}

#main-navigation ul lI {
	float:left;
	display:block;
	margin-top:1px;
	margin-right: 1em;
}

#main-navigation ul a {
	background:#84AD64;
	color:#fff;
	display:inline;
	margin:0;
	padding-left: 10px;
	padding-right: 10px;
	border: #fff 2px solid;
}

#main-navigation ul a:hover,
#main-navigation ul a:active,
#main-navigation ul a.here:link,
#main-navigation ul a.here:visited {
	color:#fff;
}

#main-navigation .active
{
	font-weight: bold;
	background:#669900;	
}

#main-navigation ul ul li a:hover
{
	color:#fff;
}

#main-navigation ul ul
{
	display: none;
}

#main-navigation .active ul
{
	display: block;
	display: none;

}
		
/**************************************
/
/ Breadcrumbs
/
/*************************************/

#breadcrumbs
{
	position: 					relative;
	top:						8px;
	width: 						60%;
	margin-bottom: 				20px;	
	color:						#888888;
	font-size:					95%;
	float:						left;
}

	#breadcrumbs a
	{
		color:					#888888;
		text-decoration: 		underline;
	}

#breadcrumb_current
{
	font-weight:				bold;
}

/**************************************
/
/ Search
/
/*************************************/

#search
{
	padding-top:				6px;
	float:						right;
	text-align: 				right;
	font-size:					100%;
}

#search_form
{
	border:						none;
	margin-top: 				0px;
	margin-bottom: 				0px;
	margin-left: 				0px;
	margin-right: 				0px;
	padding-top:				0px;
	padding-bottom: 			0px;
	padding-left: 				0px;
	padding-right: 				0px;
	color:						#666666;
}

#search_submit_invisible
{
	visibility:					hidden;
}

/**************************************
/
/ Footer
/
/*************************************/

#footer
{
	margin-top: 10px;
	text-align: center;
	font-size:	70%;
}

#footer-inner
{
}

#credits {
	clear:both;
	color:#000000;
	font-size:small;
	margin:10px auto 0pt;
	text-align:right;
	width:760px;
}

#credits a {
	color:#000000;
	text-decoration:none;
}

#credits a:hover {
	border-bottom:thin dotted #333;
	color:#333;
}


.ascension-design {
	color:#000000;
	float:right;
	font-family:Verdana,arial,Helvetica,sans-serif;
	font-weight:bold;
	text-align:left;
}

.ascension-design .highlight {
	color:#FF9900;
}
