/* CSS Reset thanks to Eric Meyer */

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, 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-weight: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #556;
	background-color: #FFFFFF;
	background-image: url(images/global/topbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	padding: 30px 20px 0px 20px; 
	float: left;
}

#searchbox {float: right;
			padding-top:40px; padding-right: 20px;
}

#main_menu {
	padding: 20px 9px 0px 11px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* ******************************* */
/* Inside Pages Template structure */
/* ******************************* */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 15px 20px;
}
#mainContent {
	margin: 20px 0 0 301px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* ******************** */
/* Home page containers */
/* ******************** */

#col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 9px 15px 10px; /* padding keeps the content of the div away from the edges */
		
}
#col3 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 9px; /* padding keeps the content of the div away from the edges */
}
#col2 {
	margin: 0 320px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}


/* **************************** */
/*          headers             */
/* **************************** */
h1 {
	color: #005566;
	font-size: 1.4em;
	padding: 1em 0;
}
h2 {
	color: #c53;
	font-size: 1.2em;
	border-top: 1px dotted #9ca;
	margin: 1em 0;
	padding-top: 1em;
}
h3 {
	color: #005566;
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 1em;
}
h4 {color: #005566;
	font-weight: bold;
}

p + h4 {margin-top: 10px;}

h5 {
	font-weight: normal;
	line-height: 16px;
	color:#666666;
}

.subtitle {
	font-size: 12px;
	text-transform: uppercase;
}

#mainContent, #col1, #col2, #col3, #sidebar1 {font-size:.8em; line-height:1.4em;}

p { padding-bottom: .9em;}

#mainContent ul, #mainContent ol {margin-left:20px; margin-bottom:1em;}

#mainContent ul.list li {
	list-style: url(images/arrow.gif) none;
	padding: .5em 0 0 0;
}


.amp {
	font-family: Arial, Helvetica, sans-serif;
}
p.body_copyintro {font-size: 1.2em; line-height: 1.6em;}

/* ********************************************* */
/* Footer */
/* ********************************************* */
#footer {
	font-size: .7em;
	line-height: 1.0em;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	margin-top:20px;
	padding-top: 10px;
}
/* ********************************************* */
/* Mailing List Box  */
/* ********************************************* */
#mailingListBox {
	text-align: left;
	margin: 0;
	padding: 0;
}

#mailingListBox h3 {padding-top:10px;}
#mailingListBox form input {
	color:#556;
}

#mailingListBox form #submit {width:60px;}

/* ********************************************* */
/* Main Menu */
/* ********************************************* */
#main_menu {
	color: #006666;
	font-size: 14px;
	margin: 0px;
	width: 940px;
	float: left;
	display: block;
}
#main_menu ul {
	padding: 0;
	margin: 0;
}
#main_menu ul li {
	list-style-type: none;
	float: left;
	background-image: url(images/global/tab_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 11px 0;
	text-align:center;
	width: 134px;
}
#main_menu ul li a {
	color: #258;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}

#main_menu ul li.current {background-image: url(images/global/tab_on.gif);
	background-repeat: no-repeat;
	background-position: left top;}
#main_menu ul li a:hover {
	color: #b42;
	text-decoration: none;
}
/* hide from IE5-Mac */
/* #main_menu li a {float: none;} */
/* end hide */



/* ********************************************* */
/* style elements */
/* ********************************************* */

/* ********************* */
/* right and left floats */
/* ********************* */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.divline {padding: 10px 30px 10px 30px;
	border-top: 1px solid #e5e5e5;}
	
.float-l {
	width: 137px;
	float: left;
}
.float-r {
	margin-right: -20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 1em;
	width: 120px;
	float: right;
	padding-right: 0;
}


/* ********************************************* */
/* Second Level Menu */
/* ********************************************* */

#sub_menu {
	color: #005566;
	font-size: 13px;
	margin: 10px 0 20px 0;
	width: 260px;
	background-image: url(images/global/sidebarBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}
#sub_menu h1 {
	color: #005566;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #a4c2c7;
	border-top: 2px solid  #a4c2c7;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
#sub_menu h1 a {
	color: #005566;
	text-decoration: none;
	display: block;
	padding: 10px;
	width: 240px;
	
}
#sub_menu h1 a:hover, #sub_menu h1.current a:link, #sub_menu h1.current a:visited {
	color: #005566;
	text-decoration: none;
	display: block
}

#sub_menu ul {
	margin: 0;
	padding: 0;
}
#sub_menu ul li {
	text-align: left;
	list-style-type: none;
	margin: 0;
	border-bottom: 1px dotted #a4c2c7;
}
#sub_menu ul li a {
	color: #005566;
	text-decoration: none;
	padding: 6px 10px;
	display: block;
	width: 240px;
}
#sub_menu ul li.current a:link, #sub_menu ul li.current a:visited {
	color: #c53
}
#sub_menu ul li a:hover, #sub_menu h1 a:hover {
	color: #cc5533;
	text-decoration: none;
	display: block;
	background-color: #ffffcc;
}


.goto_item {
	font-size: .8em;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* ********************************************* */
/* link colours */
/* ********************************************* */
a:link, a:visited {
	color: #006677;
	text-decoration: none
}
a:hover {
	color: #c53;
	text-decoration: none;
}





