﻿@import url('layout.css');

/* Colour note:  #xyz is expanded as #xxyyzz.*/

/* TAGS **************************************/

h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}

body {
	font-family: Calibri, Verdana, Tahoma, Arial, sans-serif;
	font-size: medium;
	color: black;
}

#container {
	width: 100%;
	height: 100%;
	background-color: #009933;
}


/* MASTHEAD **********************************/

#masthead {
	position:relative;
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #A6D19F;
}


#masthead img {
	float: left;
}

#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}


/* PAGE CONTENT ******************************/

#page_content {
	position: relative;
}

/* CONTENT (editable pages) ******************/

#content {
	margin-left: 140px;
	padding: 10px;
	background-color: white;
	left: 0px;
	display: block;
}

/* 
 * IE7 Necessary for correctly laid out printing.
 * IE7 Contact Us - positions map correctly when first opened at 1024x768.
 * IE6 Fixes peekaboo bug - insets and pictures missing.
 */
#content {
	height:1%;
}


/* FOOTER ***********************************/

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #A6D19F;
	text-align: right;
}

#footer p {
	font-size: x-small;
	margin-right: 10px;
}

#footer a {
	color: navy;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

#footer a:visited {
	color: maroon;
	text-decoration: underline;
}

#footer_goto_top {
	text-align: left;
	float: left;
	clear: none;
}

/* Do not highlight visited just for going to top of page.*/
#footer_goto_top a:visited {
	color: navy;
	text-decoration: none;	
}

#footer_goto_top a:hover {
	color: black;
	text-decoration: underline;	
}

/* SIDEBAR ***********************************/

#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #009933;
	color: white;
	z-index:1; /* Ensures flyout above other content.*/
}


/* BEGIN MENU */

#sidebar ul {
	display: block;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	border-top:1px solid white;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
}

#sidebar ul ul {
	border:1px solid white;
	border-bottom:none;
}

#sidebar li {
	display: block;
	border-top-style:none;
	border-right-style:none;
	border-bottom:1px solid white;
	border-left-style:none;
}

#sidebar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 5%;
}

#sidebar :hover > a {
	text-decoration: underline;
	background:#999999;
}

/* Hide the sub levels and give them a positon absolute so that they take up no room. */
#sidebar ul ul {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left:140px; /* Indent from parent list's left.*/
}

/* Make the second level visible when hovering on first level list OR link. */
/* Need this for ie6?
#sidebar ul a:hover ul {
	visibility:visible;
	background: #009933;
}
*/
#sidebar ul li:hover ul {
	visibility:visible;
	background: #009933;
}

/* Keep the third level hidden when hovering on first level list OR link. */
#sidebar ul :hover ul ul{
	visibility:hidden;
}

/* Make the third level visible when hovering over second level list OR link. */
#sidebar ul :hover ul :hover ul
{ 
	visibility:visible;
	background: #009933;
}

/* 0 41 82 123 164 205*/
#sidebar ul.item1top {top:-1px;}
#sidebar ul.item2top {top:39px;}
#sidebar ul.item3top {top:78px;}
#sidebar ul.item4top {top:117px;}
#sidebar ul.item5top {top:156px;}
#sidebar ul.item6top {top:195px;}

/* END MENU */


/* GENERAL LINKS *****************************/

a {
	color: navy;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: maroon;
	text-decoration: underline;
}

.deadlink a {
	text-decoration:none;
}

/* MISCELLANEOUS *****************************/

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.greenstatement {
	margin-left: 40px; /*background-color: #8AE294;*/ /*float: left;*/;
	margin-right: 25px;
	margin-bottom: 15px; /*clear: none;*/;
/*	left: 0px;*/
	font-weight: bold; /*width:60%;*/;
	color: #009933;
	font-size: large;
}

/* Open sided table with ruled rows.*/

.tablecell {
	border-top:1px solid #000000;
	padding-top:10px;
	padding-bottom:10px;
}
.table {
	border-collapse: collapse;
	border-top:3px solid #000000;
	border-bottom:3px solid #000000;
}

.inset {
	display: block;
	clear: none;
	z-index: 0;
	background: #A6D19F;
	padding: 10px 10px 10px 10px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: small;
}

/* Bug message shows only for older IE.*/
#bugmessage {
	visibility:hidden;
}
