
/*

	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 #c50000 

		A:hover #105a4b

		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: 1em/1.3em Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #333333;
	background-color:#fff;
	margin-top:15px;
	text-align:justify;
	}
H1, .Heading {
	font-size: 1.8em;
	font-weight: normal;
	color:#25492d;
	margin-bottom:0.5em;
	line-height:normal;
}
.large {
	font-size: 1.6em;
	font-weight: normal;
	color:#25492d;
	margin-bottom:0.5em;
	line-height:normal;
}
H2, .Heading2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #105a4b;
	margin-bottom:0.5em;
	border-bottom: 1px solid #105a4b;
}
H3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #105a4b;
	margin-bottom:0.5em;
}
.Heading3 {
	font-size: 1.2em;
	font-weight: normal;
	background-color: #105a4b;
	padding:5px;
	color:#FFFFFF;
	margin-bottom:0.5em;
}
H4 {
	font-size: 0.8em;
	color: #505050;
	line-height: 17px;
	margin-bottom:0.5em;
}
H5 {
	font-size: 0.8em;
	color: #505050;
	line-height: 17px;
	margin-bottom:0.5em;
}

H5 A { text-decoration: none; }

H6 {
	font-size: 0.6em;
	color: #505050;
	line-height: 17px;
	margin-bottom:0.5em;
}
A { color: #25492d; text-decoration: underline; }
A:hover { color: #105a4b; 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: 1em Arial, Helvetica, sans-serif; color: #25492d;  }
.eNEWSHeading:hover { font: 1em Arial, Helvetica, sans-serif; color: #105a4b; }
.eNEWSTitle { font: 0.9em Arial, Helvetica, sans-serif; color: #25492d; text-decoration:underline; }
.eNEWSTitle:hover { font: 0.9em Arial, Helvetica, sans-serif; color: #105a4b; text-decoration:none; }

.Tax_Heading { padding:5px; color:#FFFFFF; font: bold 0.8em Arial, Sans-Serif; background-color:#105a4b; }
.Tax_Row { padding:5px; color:#333333; font: normal 0.8em Arial, Sans-Serif; background-color: #FFFFFF; }
.DocSummaryBorder { padding:5px; border:1px solid #25492d; }

.NavigationText { font-size: 0.7em; background:none; }
.photobg { background-color:#cccccc; padding:5px; text-align:center; vertical-align:middle;}
.photobg p { font-size:0.8em; margin-bottom:0em; padding:0; }
.tabletext { padding:0 15px 0px 0; }
.highlight { font-weight:bold; }
.padr { margin-right:15px; }
.boxed { border: 1px solid #25492d; padding:8px; margin-bottom:10px;  }
/* 2.Layout
---------------------------------------------------------------*/

#logo {
	border:0; margin:10px 0; 	float:right; padding:18px 25px 0 0;

}
#content p, #contentMiddle p, #contentFull p {
	margin-bottom:1em; text-align:justify;
}
#content ul, #content ol, #contentFull ul, #contentFull ol, #contentMiddle ul, #contentMiddle ol {
	margin:0 0 1.3em 2em;
	font-size:1em;
	list-style-type:disc;
}
#content table, #contentFull table, #contentMiddle table {
	margin-bottom:1em; text-align:justify;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding:0;
	background-color:#FFFFFF;
	border: 1px solid #105a4b;
}

#branding {
	margin:0 auto;
	display:block;
	clear:both;
	background-image:url(../images/backgroundbanner.jpg);
	height:277px;
	position:relative;
}
#branding p { color:#FFFFFF; text-align:right; position:absolute; bottom:25px; right:25px; font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; }
#branding a { color:#FFFFFF; }
#branding a:hover { color:#FFFFFF; text-decoration:none; }

#mainSupportingBanner {
	height:90px;
	width:960px;
	position:relative;
	margin: 0 auto;
	z-index:-100;
}


#contentContainer {
	width: 960px;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
	background-image:url(../images/backgroundtile.gif);
	background-repeat:repeat-y;
	background-position:right;
		background-color:#ffffe0;

}
#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:140px;
	margin-right:20px;
	float:left;
}

#content {
	width: 690px;
	float: left;
	padding:10px;
	background:#ffffe0;
}
#contentFull {
	width: 930px;
	float: left;
	padding:15px;
	background:#ffffe0;
}
#contentMiddle {
	width: 540px;
	float: left;
	padding:0;
	background:#CCCCCC;
}
.innerColumn { float:left; width:45%; padding:10px;}

#column {
	width: 230px;
	float: right;
	padding: 10px;
	margin-bottom:15px;
	
}
#column p { margin-bottom:1em; }

#footer {
	margin: 0 auto;
	width:942px;
	clear: both;
	padding:10px;
	display:block;
	overflow:auto;
		background-color:#25492d;

}

#footer p {
	color:#FFFFFF;
	font-size:0.75em;
	margin:5px 0;
	line-height:1.5em;
			background-color:#25492d;

}
#footer a {
	color:#FFFFFF; text-decoration:none; font-weight:bold;
}
#footer a:hover {
	color:#7ec0b3;
}
#footerPrimary {
	width: 520px;
	float: left;
	height:30px;
	line-height:30px;
}

#footerSecondary {
	width: 250px;
	float: right;
	text-align:right;
			background-color:#25492d;

}
#footerEnd {
	margin: 0 auto 10px auto;
	width:942px;
	clear: both;
	padding:10px;
	display:block;
	overflow:auto;

}
#footerEnd a { color:#666666; }
#footerEnd p { font-size:0.7em; }
/* 3.Search
---------------------------------------------------------------*/
#searchform {
	padding:0;
	float:right;
}
.searchbut {
	background: #7ec0b3;
	border-bottom: 1px solid #7ec0b3;
	border-right: 1px solid #7ec0b3;
	border-left: 1px solid #7ec0b3;
	border-top: 1px solid #7ec0b3;
	padding: 4px;
	color: #25492d;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
}
.searchbox {
	width: 150px;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 0.75em;
	color:#999999;
}

/* 4.Menu
---------------------------------------------------------------*/

#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:32px;
	background:#25492d; /* 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:0;
	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;
	}
	
#menu { margin-left:10px; /* 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: #25492d; } /* 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;
	border-left:1px solid #FFFFFF; border-right:1px solid #25492d; /* Borders as appropriate */
	}

#menu a:hover{
	background-color: #25492d;
	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:#25492d;
	}

#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 li ul a:hover { background-color:#105a4b; }
#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;
	background-color:#1a7260;
	}
#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  { 
	color: #FFFFFF;
	background-color: #25492d;
	border: solid 0px #25492d;
	padding:3px; }
.FormText {
	background-color: #FFFFFF;
	border: solid 1px #333333;
	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, #RHCclock_DIV, #RHCwisewords_DIV, #RHCvideo_DIV, #RHCbusinessgrowth_DIV {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px; margin: 0 0 10px;
	width:auto;
	min-height:75px;
	height:auto !important;
	height:75px;/*Needs to match the min height pixels above*/
	font-size:12px;
	background:none;
	color:#000;
	border-bottom:1px solid #25492d;
	text-align:justify;
}

.RightPanelBody { margin: 0; padding:0; background:none; }
#RHC_Body { margin:0; padding:0; background:none; width: 230px; }
#RHC_Body b { color: #25492d; }
#RHC_Body a {	color: #25492d;	 text-decoration: underline; }
#RHC_Body a:hover { color: #105a4b; text-decoration: none; }
#RHC_Body img { border:1px solid #FFFFE0; margin-left: 5px; }

