@charset "utf-8";
/* CSS Document */

/* --- 1. Global and Defaults --- */

body  {
	font: 100% "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif;
	background: rgb(177,217,193);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 10px 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: #000000;
	}
img{
	border: none;
	}
ul { 
	padding:0px;
	margin:0px;
	}
	
/* --- 2. Containers and Positions  ***/
#Container { 
	width: 94%;  /* this will create a container 94% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #008f56;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
	}
#header { 
	background: white; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: solid 2px #008f56;
	height: 60px;
	margin-bottom: 1.6em;
	}
#header img{
	padding: 0 50px 0 0;
	}
#innerContainer{  /* Holds all content below the Header and menubar  **/
	width: 100%;
	margin: 0 auto;
	background: white;
	padding-top: 0.3em;
	}	
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 18%; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 3px 0px 3px; /* top and bottom padding create visual space within this div  */
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	border-left: none;
	}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 18%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 3px 15px 3px; /* top and bottom padding create visual space within this div */
	margin-left:8px;
}


/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	padding: 0 10px 20px 10px; /* 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. */
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#008f56;
} 

/* --- 3. Other positioning ietms --- */

#sidebar1 p, #sidebar1 h2, #sidebar1 h3, #sidebar1 h4, #sidebar1 h6, #sidebar2 p, #sidebar2 h2, #sidebar2 h3, #sidebar2 h4, #sidebar2 h6{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* --- 4. Miscellaneous classes for reuse ---*/

.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: 10px 0 8px 10px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin: 10px 8px 8px 0px;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft{
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* --- 5. Headings and Fonts  ---*/
h1,h2, h3{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #008f56;
	}
h4, h5, h6{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif;
	color: black;
	}

h1.pageheading	{
    color: white;
    background-color: #008F56;
    width: 58%;
	padding: 6px;
	margin: 20px 0 10px 20%;
	font: 1.6em Impact;
    text-align: center;
    }
h2{
	font-size: 1.2em;
	text-align: left;
	}
h3{
	font-size: 1.4em;
	text-align: center;
	}
h1{
	font-size: 1.1em;
	text-align: left;
	}

h4{	
	font-size: 1.1em;
	text-align: left;
	}
h5{	
	font-size: 1em;
	text-align: center;
	}
h6{	
	font-size: 1em;
	text-align: left;
	}	
p{
	font-size: 0.95em;
	}
	
/* --- 6. Font varations and specials  ---*/
#header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-align: left;
	background-color: white;
	color: #008f56;
	font-size: 16px;
	font-style: italic;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent li{
	list-style-type: none;
	}
#sidebar1, #sidebar2{
	font-size: 88%;
	}

.coras{
	color: #008f56;
	font-weight:bold;
	}
.ital{ font-style: italic;}
.undrlnd{text-decoration: underline;}
.bld{font-weight: bold;}
.centered{text-align: center;}

.italboldcent{
	font-style:italic;
	font-weight:bold;
	text-align:center;
	}		

#sidebar2 ul{
	padding: 8px 3px 8px 25px;
	} 
#sidebar2 li{
	list-style-image: url(../graphics/bullet1.gif);
	padding: 0px 0px 10px 3px;
	}
/*  The Lists in Sidebar1 contain the local menus */	
#sidebar1 ul{
	padding: 6px 0px 6px 25px;
	} 
#sidebar1 li{
	list-style-image: url(../graphics/bullet1.gif);
	padding: 0px 0px 1.2em 2px;
	}
/* Buullets */
.grnbllt1{
	margin: 0.5em 1em 0.5em 20%;
	list-style: url(../graphics/bullet2.gif);
	}
.grnbllt2{
	margin: 0.5em 1em 0.5em 0.8em;
	list-style: url(../graphics/bullet2.gif);
	}
ul.grnbllt1 li, ul.grnbllt2 li{
	margin: 0.2em 0 0.2em 1.2em;
	padding: 0px 0 0 0.5em;
	}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 0.8em "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif;
	color: white;
	text-align: center;
}
/* --- 7. Menu and Links etc.  ---*/
/* menu design */
#menubar{
	position: absolute;
	left: 3%;
	top: 73px;
	width: 94.2%;
	height: 1.5em;
	background-color: #008f56;
	margin-bottom: 0.5em;
	}

div#menubar ul li {
	font: 0.8em/1em "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif;
    font-weight: bold;
   	list-style-type: none;
	float: left;
	background-color: #008f56;
	}
div#menubar ul li a {
	display:block;
	width:100px;
	text-indent:4px;
	text-decoration: none;
	line-height:1.7em;
	color: white;
	border:1px solid black; /* format the design */
	}
div#menubar ul li a:hover {
	text-decoration: none;
	color: #008f56;
	background-color: #fefefe;
	}

/* 2nd Level Menu */
#secondarymenu{	
	margin: 0 0 0 1.5%;
	height: 1.4em;
	margin-bottom: 0.5em;
	z-index: 3;
	}
div#secondarymenu ul li {
	font: 0.7em/1em "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif;
    font-weight: bold;
   	list-style-type: none;
	float: left;
	background-color: rgb(179,214,190);
	z-index: 3
	}
div#secondarymenu ul li a {
	display:block;
	width: 90px;
	text-indent:3px;
	text-decoration: none;
	line-height:1.5em;
	color: black;
	border:1px solid black; /* format the design */
	}
div#secondarymenu ul li a:hover {
	text-decoration: none;
	color: #008f56;
	background-color: #fefefe;
	}
div#menubar ul li.selected {
	height: 2.1em;
	color: white;
	background-color: rgb(179,214,190);
	}
div#menubar ul li a.selected{
	width: 100px;
	text-indent:5px;
	height: 2em;
	color: black;
	}
div#menubar ul li a:hover.selected{
	color: #008f56;
	background-color: #fefefe;
	}
/*  Links  */
a:link{color :#A43907; font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif; text-decoration : none;}
a:visited{color : rgb(143,79,107); font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif; text-decoration : none;}
a:hover{color : rgb(0,143,86); text-decoration : underline;}
#sidebar2 a:link{ font-weight: bold;}
#footer a{
	color: white;
	text-decoration: none;
	margin: 0 2.5% 0 2.5% ;
	}
#footer a:hover{
	color: white;
	text-decoration: underline;
	}


