﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #e6edf3;
	background-image: url('../images/bgBlue.gif');
	background-repeat: repeat-x;
	color: #363636;
	line-height: normal;
	letter-spacing: 0.00em;
}
#container {
	width: 768px;
	margin: 0 auto;
	background-image: url('../images/repeat.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
	position: relative; 
}
/* Header and logos */
#masthead {
	background: url('../images/headerArea_background.gif');
	width: 768px;
	height: auto;
}
#mastheadTop {
	width: 768px;
	height: auto;
}
#masterheadBottom {
	width: 768px;
	height: auto;
}
#logo {
	float: left;	
	padding-left: 12px;
	height: 44px;
	width: 82px;
	left: 12px;
	margin-left: 10px;
}
#strapline {
	float: right;
	position: relative;
	width: 360px;
	height: 25px;
	top: 20px;
	margin-right: 10px;
}
/* Banner Image */
#banner {
	position: relative;  
	float: left;  
	border-color: #336699;
	width: 748px;
	height: 166px;
	margin-top: 10px;  
	margin-left: 10px; 
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	overflow: hidden;
	display: inline;
}
#bannerSmall {
	position: relative;  
	float: left;  
	border-color: #336699;
	width: 748px;
	height: 113px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px; 
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
#masterheadBottom .bannerText {
	position: absolute;
	width: 300px;
	color: #ffffff;
	font-size: small;
	right: 46px;
	top: 80px;
	letter-spacing: 0.0em;  
	line-height: 1.3em;   
	z-index: 2;
}
/* ********************* Menu Bar *********************** */
#menu{
	position:relative; 
	float: left;  
	width: 748px;
	height: 21px;
	text-align: center;
	background-color: #e6eaf2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3f5a9c;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-top:3px;
	z-index: 10;
}

#menu a {
	letter-spacing:0.15em;/
	color: #3f5a9c;
	text-decoration: none;
	display:block; 
	font-weight:normal;
}

#menu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3f5a9c;
	text-align: center;
	text-indent:5px;
	font-weight: normal;
	font-size: 13px;
	display: block;
	width: 120px;
	margin: 0;
	letter-spacing: 0.15em;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}

#menu h2.farright {
	border-right-color: #e6eaf2;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu li{
	margin: 0px 0 0 0;
	border: 1;
	padding: 0px 0 0 0;
	margin-bottom: 0px;
}

#menu ul ul li a {
	top: 2px;
	border-top: 1px solid #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu ul ul.short {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	width:112px;
	background:#e6eaf2;
	text-align:left;
	font-size: 11px;
}

#menu ul ul.mediumsize{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	width:164px;
	background:#e6eaf2;
	text-align:left;
	font-size: 11px;
}

li.liLengthmediumsize {
width: 164px;
}

li.liLengthshort {
width: 112px;
}

/* hover styles */
#menu h2:hover{
	background-color: #3f5a9c;
	color: white;
}
#menu a:visited{
	color: #3f5a9c;
}
#menu a:link{
	color: #3f5a9c;
}
#menu a:hover{
	background-color: #3f5a9c;
	color: white;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
	background-color: #3f5a9c;
	color: white;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li li li li:hover ul ul
{display:block;}

div#menu li li li:hover ul ul
{display:block;}

div#menu li li:hover ul ul
{display:block;}

div#menu li:hover ul ul
{display:block;}

div#menu li li li li:hover ul
{display:block;}

div#menu li li li:hover ul
{display:block;}

div#menu li li:hover ul
{display:block;}

div#menu li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/****************************************************************/

/* Left hand side navigation and page content */
#sidebar {
	float: left;
	width: 200px; /* background-color: #d3d3d3; */;
	position: relative;
	clear: both;
	margin-top: 35px;
	margin-left: 10px;
	display: inline;
	border-right-style: inset;
	border-right-width: thin;
	padding-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	right: -450px;
	top: 20px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
	width: 420px;
	margin-top: 4px;
	margin-left: 30px;
	position: relative; 
	display: inline;
}

#contentSingleColumn {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  0.9em;
	width: 720px;
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	position: relative;
	text-align: center;
}
#content h3 {
	font-size: 18px; 
	font-weight: normal;
	color: #3f5a9c;	
}

#content a {
	color: #3f5a9c;	
}
#content a:visited {
	color: #3f5a9c;
}
#contentSingleColumn h3 {
	font-size: 18px; 
	font-weight: normal;
	color: #0573c8;
	color: #3f5a9c;	
}
#contentLeft h3 {
	font-size: 18px; 
	font-weight: normal;
	color: #0573c8;
	color: #3f5a9c;	
}


#contentRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 282px;
	margin-top: 4px;
	margin-right: 30px;
	position: relative;
	display:inline;
}
#contentLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
	width: 407px;
	margin-top: 4px;
	margin-left: 25px;
	position: relative;
	display:inline;
}

#contentLeft .blueBox {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #D5D5FF;
	background-color: #F1F3F8;
	padding: 5px 5px 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right:60px;
}
#contentLeft a {
	color: #3f5a9c;
}
#contentLeft a:visited {
	color: #3f5a9c;
}

/***************************************************************/

#sidebar a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 5px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	background-color: #f2f2f2;
}

/**********************/
#sidebarRight{
	color: #3f5a9c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-right: 45px;
	position: relative;
	display:inline;
}

#sidebarRight .blueBox {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #D5D5FF;
	background-color: #F1F3F8;
	padding: 2px 5px 9px 5px;
	margin-bottom: 20px;
	font-size: 0.97em;
}

#sidebarRight .blueBox #title{
	text-decoration: underline;
}
#sidebarRight .blueBox a { /* blue box links */
	color: #3f5a9c;
	text-decoration: underline;
	font-weight: bold;
}
#sidebarRight .blueBox ul {
	margin: 0px;
	padding: 5px 0px 0px 21px;
	list-style-image: url('../images/ulBulletGrey.gif');
}

li {
	margin: 5px 0px 0px 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3f5a9c;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.15em;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	position:relative;
}
h5 {
	margin: 0px;
	font-size: 1.0em;
}

#sidebarRight .blueBox a:hover {
	background-color: #3f5a9c;
	color: white;
}

/************************/
/* Styles for blue news box */
#contentRight .blueBox {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #D5D5FF;
	background-color: #F1F3F8;
	padding: 2px 5px 9px 5px;
	margin-bottom: 10px;
	font-size: 0.97em;
}
#contentRight .blueBox #title{
	text-decoration: underline;
}
#contentRight .blueBox a { /* blue box links */
	color: #0573c8;
	text-decoration: none;
	font-weight: bold;	
}

#contentRight .blueBox ul { 
	margin: 0px;
	padding: 5px 0px 0px 21px;
	list-style-image: url('../images/ulBulletGrey.gif');
}

li {
	margin: 5px 0px 0px 0px;
}

h5 {
	margin: 0px;
	font-size: 1.0em;
}
#contentRight .blueBox .newsDate {
	font-size: x-small;
}

#contentRight .blueBox a:hover {
	color: black;	
	text-decoration: none;
	background-color: #eef7ff;
}

#contentRight .blueBox a:visited:hover {
	color: black;	
}

#contentRight .blueBox a:visited {
	color: #1d89dd;	
}
/* Footer */
#footer {
	border-width: thin;
	text-align: center;
	clear: both;
	width: 748px;
	/* height: 40px;*/
	margin-left: 10px;
	margin-top: 20px;
	padding: 1;
	overflow: auto;
	border-top-style: inset;
}
/* Styles for Footer */
#footer p {
	font-weight: normal;
	font-size: xx-small;
	padding-top: 10px;
}

#footer a {
	color: #3f5a9c;	
}
#footer a:visited {
	color: #3f5a9c;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/*    SITE MAP     */
#sitemap {
	margin: 0px 0px 0px 20px;
	text-align: left;
	padding: 0px 0px 0px 25px;
	list-style-image: url('../images/ulBulletGreyL.gif');
	font-size: 0.9em;
}
#sitemap a {
	text-decoration: none;
	color: #3f5a9c;
}

#sitemap a:hover{
	background-color: #3f5a9c;
	color: white;
}

#sitemap ul a:hover{
	background-color: #3f5a9c;
	color: white;
}
#sitemap a:visited{
}

#sitemap ul a:visited{
}

#sitemap .subpage {
	margin-left: 80px;
}
#backbutton	{
	text-align:right; 
	font-size: 0.9em;
}
#backbutton a {
	color: #3f5a9c;
}

#contentSingleColumn .client {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #CFD2D7;
	float: left;
	width: 675px;
	text-align: left;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
}
#contentSingleColumn .client .clientText {
	float: right;
	position: relative;
	width: 475px;
	background-color: #F1F2FA;
	padding-left: 5px;
}
#contentSingleColumn .client .clientImage {
	float: left;
	position: relative;
	margin-top: 10px;
}


