﻿/* ---------------------------------------------
#949dbd		Dark Blue		Main header colour
#fff		Light sky blue	Content Background (Old blue f4faff)
#fff		Light sky blue	Content leftnav area
#fff		Light sky blue	leftnav non-current page indicator
#7d7d7d		Dark gray		leftnav current page indicator
#a0a5be		Mid blue		Lower blocks
#737ea8		Darkest blue	Nav - top level menu hover & Left Nav Title
#7c9bcf		Mid blue		Nav Hover
#ffffff		White			Nav text 
#ffffff		White			Nav text hover
#ececec		Light gray		Nav List
#636363		Light gray		Standard text color
----------------------------------------------*/

body {
	background: #fff;
	font-family: Arial, 'Gill Sans MT', Arial, sans-serif;
	font-size: 62.5%; /*1em = 10px */
	color: #636363;
	/* To center the content */
	text-align: center;
	min-width: 750px;
}

h1 {
	font-size:2em;/* displayed at 24px */
}  
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1.1em}  /* displayed at 12px */
h5 {font-size:1em}  /* displayed at 12px */
h6 {font-size:0.8em}  /* displayed at 12px */

h1, h2, h3, h4, h5, h6 {
	color: #707070;
	margin-bottom: 0.4em;
	font-weight:normal;
}
h1.top, h2.top, h3.top {
	margin-top: 2px;
	margin-bottom: 0.8em;
	line-height: 1em;
	text-indent: -20px;
}

INPUT, SELECT, TH, TD {font-size:1em}

a {
	color: #505050;
}


/* visualSignals formating */
.visSig {
	font-weight: bolder;
}
.visSigS {
	color:blue;
}


#wrapper {
	width: 740px;	/* All other browsers */
	text-align: left; /* To counter-act the text-align:center on the body */
	margin: 0 auto; /* Centering */
	padding: 5px;
}

/* Needed to force some blocks to be their correct height
   when they contain floated blocks */
div.clear {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;
}

/*************************************************************
 * TOP OF THE PAGE
 ************************************************************/
#header {
	float: left;
	width: 740px;
	height: 83px;
	margin-bottom: 0px;
}

/*************************************************************
 * Main Menu
 ************************************************************/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
width:740px;
position:relative;
z-index:100;
font-size:1em;
margin-top: 0px;
margin-bottom: 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:94px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:right;
width:94px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:1.2em;
text-decoration:none;
text-align: center; 
color:#ffffff; 
width:94px; 
height:25px; 
border:0px; 
background:#949dbd; 
padding-left:0px; 
line-height:1.8em;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#ececec url(images/dropdown.gif) center right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#7c9bcf url(images/dropdown.gif) center right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#7c9bcf url(images/dropdown.gif) center right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#ececec;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#7c9bcf;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px; 
left:0; 
width:94px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:94px; 
top:0;
width:94px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-94px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ececec; 
color:#000; 
height: 20px; 
font-size:1.1em;
line-height:1.4em; 
padding:0px; 
width:94px;
vertical-align: middle;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#737ea8;
}
.menu :hover > a {
color:#fff; 
background:#737ea8;
}
.menu ul ul :hover > a {
color:#fff;
background:#7c9bcf;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

#menuspacer {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: right;
	width: 270px;
	background: #949dbd;
	height:25px;
}

/*************************************************************
 * MAIN CONTENT
 ************************************************************/

/***** HOME - MAIN CONTENT BLOCKS *****/
.homecontent {
	width: 740px;
	background: #fff;/*#ebecf6;*/
	font-size:1em;
	padding-top: 0px;
	margin-top: 6px;
	float: left;
}
.homecontent #primaryblock {
	background: #fff;
	float: left;
	height: 282px;
}
.homecontent #left {
	background: #fff;
	float: left;
	height: 262px;
	width: 432px;
	margin-right: 4px;
	padding:10px 20px 10px 40px;
	font-size:1.1em;
	line-height:1.4em;
}
.homecontent #right {
	background: #fff;
	float: left;
	height: 262px;
	width: 204px;
	padding:10px 20px 10px 20px;
	font-size:1.1em;
	line-height:1.4em;
}

/***** HOME - LOWER CONTENT BLOCKS *****/
#blockscontainer {
	position:static;
	font-size:1em;
}
#blockscontainer .block {
	background: #a0a5be;
	font-size:1.1em;
	display:block;
	float: left;
	width: 244px;
	height: 148px;
	margin: 6px 4px 0 0;
}
/* The right-most block has two classes: block and last */
#blockscontainer .last {
	width: 244px;
	margin-right: 0;
}
/***** SECONDARY PAGE - BLOCKS *****/
#secondarycontent {
	width: 740px;
	background: white;
	font-size:1em;
	padding-top: 0px;
	margin-top: 6px;
	float: left;
}
#secondarycontent #primaryblock {
	background: #fff; /* #fff; */
	float: left;
	height: auto;
	min-height: 282px;
	width:inherit;
	float: left;
}
#secondarycontent #left {
	background: #fff; /* #fff; */
	float: left;
	height: auto;
	min-height: 282px;
	width: 150px;
}
#secondarycontent #right {
	background: #fff; /* #fff; */
	float: left;
	height: auto;
	min-height: 282px;
	width: 526px;
	text-indent:0px;
	font-size:1.1em;
	line-height:1.4em;
	border-left:solid 4px white;
	padding:20px 20px 20px 40px;
}
#secondarycontent #right li {
	padding-bottom:5px;
}
.divisioncontainer {
	display:block;
	height:auto;
}

.divisionleft {
	display:block;
	height:auto;
	width: 375px;
	float:left;
}
.divisionright {
	display:block;
	float:right;
	padding-top: 14px;
	text-align:right;
	width: 150px; /* image can be 140px wide */
}

/***** SECONDARY PAGE - LEFT NAVIGATION *****/
.leftnav ul {
	padding:0;
	margin:0px 0 0 0px;
	list-style-type:none;
}
.leftnav li {
	float:left;
	width:139px;
	position:relative;
}
.leftnav a, .leftnav a:visited {
	display:block;
	font-size:1.2em;
	text-decoration:none;
	text-align: left;
	text-indent: 1.4em; 
	color:#505050; 
	width:139px; 
	height:25px; 
	border: 0px;
	background:#ececec;  
	padding-left:0px; 
	line-height:2em;
}
.leftnav .sub a, .leftnav .sub a:visited {
	text-indent: 2em; 
}
.leftnav a:hover {
	color:#fff; 
	background:#7c9bcf;
}
.leftnav #top a, .leftnav #top a:visited {
	background:#737ea8;
	color:#fff;
	text-indent: 0.5em;
}
.leftnav .current a {
	background:#ececec url(/images/bluepoint.gif) 0.5em 50% no-repeat;
}
.leftnav .current a:hover {
	background:#7c9bcf url(/images/whitepoint.gif) 0.5em 50% no-repeat;
}

#secondarycontent #basebar {
	margin-top: 6px;
	padding: 0px;
	border: 0px;
	float: right;
	width: 740px;
	background: #949dbd;
	height:15px;
}


/*************************************************************
 * FOOTER
 ************************************************************/
.footer {
	position: static;
	margin: auto;
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 740px;
	height: 50px;
}
#divider {
	margin: 7px 0 6px 0;
}
.footerleft {
	position: relative;
	width: 460px;
	height: 50px;
	float: left;
}
.footerright {
	position: relative;
	width: 280px;
	height: 50px;
	float: left;
	text-align: right;
	font-size: 0.85em;
}
.footer ul {
	margin:0;
	padding: 0;
	*padding: 2px 0 0 0;
	list-style-type: none;
}
.footer ul li {
	display: inline;
	margin:1px 0 0 0;
	padding: 0 6px 0 0px;
	*padding: 0 5px 0 0px;
}
.footer ul li.last {
	border-right:none;
}
.footer ul a {
	font-size: 0.9em;
	color: #505050;
}
/* END FOOTER */