
/*

	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 #333333
		
		A #0054a6 

		A:hover #0077eb

		H1 #0054a6
		
		H2 #006bd3

    -------------------

 */
 
/* 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: baseline;
	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: 12px Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #333333;
	background-color:#e5eef6;
	margin:20px auto;
	}
P, td, th, div { line-height: 17px; }
H1, .Heading {
	font-size: 24px;
	font-weight: normal;
	color:#0054a6;
	margin-bottom:15px;
	line-height:normal;
}

H2, .Heading2 {
	font-size: 20px;
	font-weight: normal;
	color: #006bd3;
	margin-bottom:15px;
}
H3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom:15px;
}
.Heading3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding:10px;
	background-color:#006bd3;
	margin-bottom:15px;
}
H4 {
	font-size: 14px;
	color: #505050;
	margin-bottom:4px;
}
H5 {
	font-size: 13px;
	color: #505050;
	margin-bottom:10px;
}

H5 A { text-decoration: none; }

H6 {
	font-size: 12px;
	color: #505050;
	line-height: 17px;
	margin-bottom:10px;
}
A { color: #0054a6; text-decoration: underline; }
A:hover { color: #006bd3; 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: #0054a6; }
.eNEWSHeading:hover { font: 13px Arial, Helvetica, sans-serif; color: #006bd3; }
.eNEWSTitle { font: 11px Arial, Helvetica, sans-serif; color: #0054a6; }
.eNEWSTitle:hover { font: 11px Arial, Helvetica, sans-serif; color: #006bd3; }

.Tax_Heading { padding:5px; color:#FFFFFF; font: bold 11px Arial, Sans-Serif; background-color:#0054a6; }
.Tax_Row { padding:5px; color:#333333; font: bold 11px Arial, Sans-Serif; background-color: #f3f3f3; }
.DocSummaryBorder { padding:5px; border:1px solid #666666; }

.NavigationText { font-size: 11px; }
.small { font-size:11px; }
.large { font-size:16px; }
.newsframe { padding:10px; background-color:#e8f3fe; }
.floatr { float:right; margin:0 0 10px 10px; padding:1px; border: 2px solid #0054a6; }
.floatr-nobrdr { float:right; margin:0 0 10px 10px; }
.highlight { color: #0054a6; font-weight:bold; }

/* 2.Layout
---------------------------------------------------------------*/

#content p, #contentMiddle p, #contentFull p {
	margin-bottom:15px;
}
#content ul, #content ol, #contentFull ul, #contentFull ol, #contentMiddle ul, #contentMiddle ol {
	margin:0 0 15px 25px;
	font-size:12px;
	list-style-type:disc;
}
#content table, #contentFull table, #contentMiddle table {
	margin-bottom:15px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
#container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	padding:30px 15px 0 15px;
	background-color:#FFFFFF;
	border-bottom: 5px solid #0054a6;
	border-top: 5px solid #0054a6;
}

#branding {
	margin:0 auto;
	display:block;
	clear:both;
	overflow:hidden;
	height:188px;
}
#logo {
	float:left;
}


#mainBanner {
	height:188px;
	width:735px;
	position:relative;
	float:right;
	overflow:hidden;
}
.pics { height: 188px; width: 735px; padding:0; margin:0 0 10px 0; overflow: hidden; }
#mainBanner img { top:0; right:0; }

#contentContainer {
	width: 970px;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0px auto 15px auto;
	background-image:url(/images/mainbgtile.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#contentSupportingContainer {
	width: 900px;
	display: block;
	clear: both;
	overflow: auto;
	height:100%;
	margin: 0 auto;
	border-top:12px solid #FFFFFF;
	border-bottom:12px solid #FFFFFF;
}
#primaryColumn {
	width:235px;
	margin-right:20px;
	float:left;
}
#primaryColumn h3 { background-color:#7da7d1; color:#FFFFFF; padding:20px 10px 15px 10px; border-bottom: 1px solid #FFFFFF; margin-bottom:0; font-size:18px; }
#primaryColumn p { padding:10px; color:#0054a6; }
#content {
	width: 680px;
	float: left;
	padding:20px 0 0 0;
}
#contentFull {
	width: 920px;
	float: left;
	padding:10px;
	background:#cccccc;
}
#contentMiddle {
	width: 495px;
	float: left;
	padding:20px 0 0 0;
}
#notice, #notice H3 { padding:10px; background-color:#7da7d1; color:#fff; margin-bottom:10px; }

#column {
	width: 200px;
	float: right;
	margin-bottom:15px;
		padding:0;
}


#footer {
	margin: 0 auto;
	width:970px;
	clear: both;
	padding:10px 15px;
	display:block;
	overflow:hidden;
	background-color:#FFFFFF;
}

#footer p, #end p {
	color:#0054a6;
	font-size:11px;
	margin-bottom:10px;
}
#footer a {
	color:#0054a6;
}
#footer a:hover {
	color:#0077eb;
}
#footerPrimary {
	width: 640px;
	float: left;
	height:30px;
	line-height:30px;
}

#footerSecondary {
	width: 260px;
	float: right;
	text-align:right;
}
#end {
	margin: 0 auto;
	width:970px;
	clear: both;
	padding:10px 15px;
	display:block;
	overflow:hidden;
}

/* 3.Search
---------------------------------------------------------------*/
#searchform {
	padding:0;
	margin:0;
	float:right;
}
.searchbut {
	background: #08085a;
	border: 1px solid #08085a;
	padding: 4px;
	color: #fff;
	font-weight: bold;
	font-size:11px;
}
.searchbox {
	width: 150px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color:#d2e1eb;
	color:#666666;
	font-size:11px;
}

/* 4.Menu
---------------------------------------------------------------*/

#menuWrap {	
	clear: both;
	display:block;
	height:40px;
	background-image:url(/images/menubg.gif);
	background-position:right;
	width:735px;
	position:relative;
	float:right;
	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:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:40px; /* add line height  DONT USE HEIGHT */
	font-weight:normal;
	font-size:12px;
	}
	
#menu { margin-left:20px; /* add any padding - separate so you don’t add margin to the all the ul elements */ }

#menu li { 
	list-style:none;
	float:left; /* float needed */
	position:relative;
	border:0;
	}
#menu li:hover { background-color: #006bd3; } /* 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 17px; /* set padding will affect padding on all a tags in menu */
	line-height:40px; /* set line height DONT use just height */
	color:#fff;
	text-decoration:none;
	border-left:1px solid #006bd3; border-right:1px solid #FFFFFF; /* Borders as appropriate */
	}

#menu a:hover{
	background-color: #006bd3;
	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:40px;
	background-color:#0054a6;
	}

#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;
	}
/*-----------------------Vertical menu----------------------------*/
.verticalDropMenu li a { 
	list-style: none;
	position:relative;
border-bottom:1px solid #FFFFFF;
	display:block;
	text-decoration:none;
	color:#0054a5;
	padding:10px;
	background-color:#b2cce5;
	font-size:14px;
	}
.verticalDropMenu li a:hover { 
	list-style: none;
	position:relative;
border-bottom:1px solid #FFFFFF;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding:10px;
	background-color:#005db7;
		font-size:14px;

	}
	
	
/* 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: #08085a;
	border: solid 0px #08085a; }
.FormText {
	background-color: #FFFFFF;
	border: solid 1px #666666;
	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;
	padding: 10px; margin: 10px 0 0px 0;
	width:auto;
	min-height:75px;
	height:auto !important;
	height:75px;/*Needs to match the min height pixels above*/
	font-size:11px;
	background-image:none;
	color:#FFFFFF;
}
#RHCAcc_1_DIV { background-color:#005db7; }
#RHCAcc_2_DIV { background-color:#006bd3; }
#RHCAcc_3_DIV { background-color:#0077eb; }
#RHCAcc_4_DIV { background-color:#1d89f2; }
.RightPanelBody { margin: 0; padding:0; background:none; }
#RHC_Body { margin:0; padding:0; background:none; width: 200px; }
#RHC_Body b { color: #FFFFFF; }
#RHC_Body a { color: #FFFFFF; text-decoration: underline; }
#RHC_Body a:hover { color: #FFFFFF; text-decoration: none; }


