
/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables
		6.Forms
		7.CZ styles
		8.Right Hand Content

    -------------------

	COLOURS ----------

		Text #000000
		
		A #26324f 

		A:hover #404e71

		H1 #505050
		
		H2 #505050

    -------------------

 */
 
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Make scroll bar always visibale IMPORTANT in FF */
HTMl { overflow-y: scroll; }


 /* 1.Over all styles
---------------------------------------------------------------*/
body {
	font: 13px Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #000000;
	background-color:#fff;
	}
P, td, th, div { line-height: 17px; }
H1, .Heading {
	font-size: 24px;
	font-weight: normal;
	color:#333333;
	margin-bottom:15px;
	line-height:normal;
}

H2, .Heading2 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	margin-bottom:15px;
}
H3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom:12px;
}
.Heading3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding:10px;
	background-color:#26324f;
	margin-bottom:12px;
}
H4 {
	font-size: 14px;
	color: #505050;
	line-height: 17px;
	margin-bottom:10px;
}
H5 {
	font-size: 13px;
	color: #505050;
	line-height: 17px;
	margin-bottom:8px;
}

H5 A { text-decoration: none; }

A { color: #26324f; text-decoration: underline; }
A:hover { color: #404e71; text-decoration: none; cursor:pointer; }
A.noline { color: #000; text-decoration: none; }
A.noline:hover { color: #000; text-decoration: none; }
	
	.skipmenu { text-align: left; }
	.skipmenu a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
	.skipmenu a:focus, a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }

.eNEWSHeading { font: 13px Arial, Helvetica, sans-serif; color: #26324f;  }
.eNEWSHeading:hover { font: 13px Arial, Helvetica, sans-serif; color: #333333; }
.eNEWSTitle { font: 12px Arial, Helvetica, sans-serif; color: #26324f; }
.eNEWSTitle:hover { font: 12px Arial, Helvetica, sans-serif; color: #333333; }

.Tax_Heading { padding:5px; color:#FFFFFF; font: bold 12px Arial, Sans-Serif; background-color:#26324f; }
.Tax_Row { padding:5px; color:#333333; font: normal 12px Arial, Sans-Serif; background-color: #e4e4e4; }
.DocSummaryBorder { padding:5px; border:1px solid #666666; }

.NavigationText { font-size: 11px; }

/* 2.Layout
---------------------------------------------------------------*/

#logo {
	border:0; margin:10px 0;
}
#content p {
	margin-bottom:15px;
}
#content ul, #content ol {
	margin:0 0 15px 25px;
	font-size:13px;
	list-style-type:disc;
}
#content li { margin-bottom:10px; }
#content table td { padding:5px; }
#content table, #contentFull table, #contentMiddle table {
	margin-bottom:15px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
#container {
	width: 80%;
	margin: 20px auto;
	text-align: left;
	background-color:#FFFFFF;
	min-width:800px;
	max-width:1200px;
}

#branding {
	margin:0 auto;
	display:block;
	clear:both;
	background-color:#26324f;
	text-align:center;
}
#banner { text-align:center; }
#banner img { width:100%; max-width:1200px;  }

#mainSupportingBanner {
	height:90px;
	width:960px;
	position:relative;
	margin: 0 auto;
	z-index:-100;
}

#contentContainer {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 40px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content { padding:20px; }
.margin-indent { margin-right:250px; }
#contentFull {
	width: 920px;
	float: left;
	padding:10px;
}
#contentMiddle {
	width: 540px;
	float: left;
	padding:0;
}

#column {
	width: 200px;
	float: right;
	padding: 10px;
	margin-bottom:15px;
}

#footer {
	margin: 0 auto;
	width:100%;
	clear: both;
	padding:10px 0;
	display:block;
	overflow:hidden;
	background-color:#26324f;
}

#footer p {
	color:#FFFFFF;
	font-size:11px;
	margin-bottom:10px;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#FFFFFF;
}
#footerPrimary {
	width: 200px;
	float: left;
	padding: 5px 0 0 15px;
}

#footerSecondary {
	width: 540px;
	float: right;
	text-align:right;
	padding:5px 15px 0 0;
}

/* 3.Search
---------------------------------------------------------------*/
#searchform {
	padding:0;
}
.searchbut {
	background: #404e71;
	border: 1px solid #aab3d1;
	padding: 4px;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
}
.searchbox {
	width: 130px;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 11px;
	color:#999999;
}

/* 4.Menu
---------------------------------------------------------------*/

#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:32px;
	background:#26324f; /* add background (this can be added directly to the #menu */
	position:relative;
	z-index:100;/* this makes sure that the menu appears on top of all elements of the page mainly things like JS banners and flash files */
	}
#menu, #menu ul{
	margin:auto;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:32px; /* add line height  DONT USE HEIGHT */
	font-weight:normal;
	font-size:13px;
	width:800px;
	}


#menu li { 
	list-style:none;
	float:left; /* float needed */
	position:relative;
	border:0;
	}
#menu li:hover { background-color: #404e71; } /* keeps the original button highlighted */
#menu li.noborderl a { border-left:none;  }/* Borders as appropriate */
#menu li.noborderr a { border-right:none;  } 


#menu a{
	display:block;
	padding:0px 22px; /* set padding will affect padding on all a tags in menu */
	line-height:32px; /* set line height DONT use just height */
	color:#fff;
	text-decoration:none;
	}

#menu a:hover{
	background-color: #404e71;
	color:#fff;
	}

#menu ul {
	position:absolute; /* Menu uses position ab to set drop downs so top: needs to be the same height as the menu */
	display:none; /*display none so menu is not visable until user hovers over the li*/
	width:194px; /* Width will need to be updated inline with all the padding on the menus */
	top:32px;
	background-color:#26324f;
	}

#menu li ul a{
	width:150px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	line-height:18px;
	padding:8px 22px;
	}

#menu ul ul{
	top:auto;
	}	

#menu li ul ul { /* styles for sub drop downs */
	left:184px; /* left needs to be the overall width of the main drop down  */
	margin:0px 0 0 10px;
	width:204px;
	}
#menu li ul ul a { 
	width:160px; /*update width inline with all the overs*/
	}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
	}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block;
	}


/* 5.ARD Tables
---------------------------------------------------------------*/



/* 6.Forms (ask us a question)
---------------------------------------------------------------*/

#FirstName, #LastName { width:49%; }
#Business, #Telephone, #emailAddress { width:98%; }
#ValidationCode { width: 100px; }
#Comments { width: 99%; height: 100px; }

.FormButton  { 
	height: 19px;
	color: #FFFFFF;
	background-color: #26324f;
	border: solid 0px #0053A4; }
.FormText {
	background-color: #FFFFFF;
	border: solid 1px #000000;
	margin-bottom:5px;
	padding:2px; }
.FormTextRequired {
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	margin-bottom:5px;
	padding:2px; }


/* 7.CZ
---------------------------------------------------------------*/

#CZDocumentBody td { padding:5px; }
table#CZDocumentBody
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
#FAQBody ul { margin:0 0 10px 30px; }
.DocumentBody p { margin-bottom:15px; }
.FormButton { margin-bottom:15px; }


/* 8.Right Hand Content
---------------------------------------------------------------*/
#RHCAcc_1_DIV, #RHCAcc_2_DIV, #RHCAcc_3_DIV, #RHCAcc_4_DIV {
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #fff;
	padding: 10px; 
	width:auto;
	min-height:70px;
	height:auto !important;
	height:70px;/*Needs to match the min height pixels above*/
	font-size:12px;
	background-color:#E6E6E6;
	background-image:none;
	color:#444;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
	margin-bottom:5px;
}

.RightPanelBody { margin: 0; padding:0; background:none; border-left:none; }
#RHC_Body { margin:0; padding:0; background:none; width: 200px; border-left:none;  }
#RHC_Body b { color: #26324f; }
#RHC_Body a {	color: #26324f;	 text-decoration: none; }
#RHC_Body a:hover { color: #404e71; text-decoration: underline; }


