﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccccc url('images/bg_grad.jpg') fixed;
	height: 100%;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited {
	color: #005FA9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/************** header tag styles **************/
h1 {
	font: bold 120% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h2 {
	font: bold 114% Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}
h3 {
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h4 {
	font: 100% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h5 {
	font: 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
/*************** list tag styles ***************/
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;
}
label {
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}
input {
	font-family: Arial,sans-serif;
}
td {
	vertical-align: top;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1 {
	position: absolute;
	color: #333333;
	top: 171px;
	left: 2%;
	right: 2%;
	width: 95.6%;
	background-color: #ffffff;
}
#tl {
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#tr {
	position: absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#masthead {
	position: absolute;
	top: 5px;
	left: 0px;
	right: 2%;
	width: 95.6%;
}
#headerImage {
	background-image: url('images/bg_header.gif');
	background-repeat: no-repeat;
	margin-left: 10px;
	width: 380px;
	height: 60px;
	float: left;
}
#pageNav {
	float: right;
	width: 178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	z-index: auto;
}
#content {
	padding: 0px 10px 0px 0px;
	margin: 0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName {
	margin: 0px;
	padding: -5px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}
/************** utility styles *****************/
#utility {
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}
#utility a {
	color: #ffffff;
}
#utility a:hover {
	text-decoration: underline;
}
/***********Message Boxes styles****************/
.messageInfo, .messageSuccess, .messageWarning, .messageError {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	z-index: 200
}
.messageInfo {
	color: #000000;
	font-weight: bold;
	background-color: #8B9EB3;
	background-image: url('images/info.png');
}
.messageSuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('images/success.png');
}
.messageWarning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/Attention.png');
}
.messageError {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error.png');
}
/************** pageName styles ****************/
#pageName {
	padding: 0px 0px 14px 10px;
	margin: 0px;
}
#pageName h2 {
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#pageName img {
	position: absolute;
	top: 5px;
	right: 976px;
	padding: 0px;
	margin: 0px;
	width: 1px;
}
/************* globalNav styles ****************/
#globalNav {
	position: absolute;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin-top: 55px;
	margin-left: 5px;
	background-image: url('images/glbnav_background.gif');
}
#globalNav img {
	margin-bottom: -4px;
}
#gned {
	float: right;
	margin-bottom: 0px;
	border-width: thin;
	background: transparent url('images/navDown.png') no-repeat;
}
#gnl {
	position: absolute;
	top: 0px;
	left: 0px;
}
#gnr {
	position: absolute;
	top: 0px;
	right: 0px;
}
#globalLink {
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}
a.glink, a.glink:visited {
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}
a.glink:hover {
	background-image: url(images/glblnav_selected.gif);
	text-decoration: none;
}
.skipLinks {
	display: none;
}
/************ subglobalNav styles **************/
/*.subglobalNav {
	position: absolute;
	top: 84px;
	left: 0px; /*width: 100%;

	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}
.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}
.subglobalNav a:hover {
	color: #cccccc;
}*/
/*************** search styles *****************/
#search {
	position: absolute;
	top: 5px;
	font-weight: bold;
	right: 10px;
	z-index: 101;
}
#search input {
	font-size: 70%;
	margin: 0px 0px 0px 10px;
}
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
}
#search a:hover {
	margin: 0px;
}
/************* breadCrumb styles ***************/
#breadCrumb {
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	margin-right: 180px;
}
#breadCrumb a {
	color: #AAAAAA;
}
#breadCrumb a:hover {
	color: #005FA9;
	text-decoration: underline;
}
/************** feature styles *****************/
.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html > body .feature {
	height: auto;
}
.feature h3 {
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}
.feature img {
	float: left;
	padding: 0px 10px 0px 0px;
}
.feature ul {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 0 5px 15px;
}
/*************** story styles ******************/
.story {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	background-color: #F5F7F7;
	float: left;
	background: transparent url('images/storyHeadBack.jpg') repeat-x top left;
}
.story h3 {
	font: bold 125% Arial,sans-serif;
	color: #000000;
	height: 30px;
	width: 100%;
	margin-right: 10px;
	padding-left: 5px;
	display: inline;
}
.story p {
	padding: 0px 0px 5px 5px;
}
.story a.capsule {
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display: block;
	padding-bottom: 5px;
}
.story a.capsule:hover {
	text-decoration: underline;
}
td.storyLeft {
	padding-right: 12px;
}
/************** siteInfo styles ****************/
#siteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************ sectionLinks styles **************/
#sectionLinks {
	margin: 0px;
	padding: 0px;
}
#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
#sectionLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/************* relatedLinks styles **************/
.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}
.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
}
.relatedLinks a {
	display: block;
}
/**************** advert styles *****************/
#advert {
	padding: 10px;
}
#advert img {
	display: block;
}
/********************* end **********************/
/* Author: Craig Erskine Description: Dynamic Menu System - Horizontal/Vertical */
ul#navmenu-h {
	margin: -1px 1px 1px 1px;
	padding: 2px;
	list-style: none;
	position: absolute;
	color: black;
	z-index: 100;
}
ul#navmenu-h ul {
	width: 160px; /* Sub Menu Width */;
	margin: 1px;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	top: 0;
	left: 100%;
}
ul#navmenu-h li {
	float: left;
	display: inline;
	position: relative;
}
ul#navmenu-h ul li {
	width: 100%;
	display: block;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	list-style-type: none;

}
ul#navmenu-h ul img {
	float: right;
	position: relative;
	right: auto;
	margin-bottom: 0px;
}
/* Root Menu */
ul#navmenu-h a {
	margin: 0 0 1px 0;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 6px;
	float: left;
	display: block;
	background: #DDD;
	color: #666;
	font: bold 14px Arial, sans-serif;
	text-decoration: none;
	height: 1%;
}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover, ul#navmenu-h li:hover a, ul#navmenu-h li.iehover a {
	background: #BBB;
	background-image: url('images/glblnav_selected.gif');
	color: black;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a, ul#navmenu-h li.iehover li a {
	float: none;
	background: #71828A;
	background: url('images/opaque.png') repeat-x;
;	border: medium #71828A;
	left: auto;
	
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a, ul#navmenu-h li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover a {
	background: #C1CBCC;
}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a {
	background: url('images/opaque.png') repeat-x;

}
/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover a {
	background: #666;
}
/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background: #666;
}
/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: #333;
}
/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul, ul#navmenu-h li:hover ul ul ul, ul#navmenu-h li.iehover ul ul, ul#navmenu-h li.iehover ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul, ul#navmenu-h ul li:hover ul, ul#navmenu-h ul ul li:hover ul, ul#navmenu-h li.iehover ul, ul#navmenu-h ul li.iehover ul, ul#navmenu-h ul ul li.iehover ul {
	display: block;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
	margin: -1px;
	border-collapse: collapse;
	font-size: 1em;
}
/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */
/* style the top level hover */
.menu ul li:hover a, .menu ul li a:hover {
	color: #000;
	border-bottom: 8px solid #606;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul, .menu ul li a:hover ul {
	display: block;
	position: absolute;
	top: 1.2em;
	margin-top: 11px;
	left: 0;
	width: 96px;
	border: 1px solid #888;
	border-top: 0;
	background: transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
	display: block;
	background: transparent url(../../opacity/opaque.png);
	color: #000;
	border: 0;
	margin: 0;
	color: #333;
	font-weight: normal;
	font-size: 0.9em;
	height: auto;
	line-height: 1em;
	padding: 5px;
	width: 86px;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
	background: #888;
	color: #fff;
}
/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
	background: transparent filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: 0.8;
	margin-top: 10px; /* for IE5.5 faulty box model */;
	marg\in-top: 11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
	background: #ddd;
	width: 96px; /* for IE5.5 faulty box model */;
	w\idth: 86px; /* for IE6 */
}
