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

/* --- 1. Global and Defaults --- */
body {
	font: 100% "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif;
	background:  rgb(52,102,0);
	margin: 20px 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: #000000;
}

img{
	border: none;
	}
ul { 
	padding:0px;
	margin:0px;
	}
/* --------- 2.  Divs and positions -----------------*/	
#container {
	position: relative;
	width: 880px; 
	height: 91em;	
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid yellow;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
#header {
	background:   rgb(52,102,0); 
	padding: 0; 
	text-align: center;
	border-bottom: 2px solid yellow;
	}
#titlebar{
	background-image: url(../graphics/backgr.gif);
	width: 450px;
	margin: 15px 0 10px 40px;
	}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 860px;
	padding: 0 10px; 
	background: rgb(52,102,0);
	border-top: 2px solid yellow;
	z-index: 2;
	} 

#mainContent {
	position: absolute;
	top: 13.5em;
	width: 870px;
	margin: 0 0 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	background: white;
	z-index: 3;
	}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; 
	background: #f0f0f0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar1 h3, #sidebar1 p {
	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;
	}
#xtrapanel{
	position: absolute;
	top: 20em;
	width:820px;
	margin: 0 10px 0 10px;
	z-index: 1;
	visibility: visible;
	}
/* --- 3. Headings and Fonts  ---*/
 #header h1 {
	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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent #titlebar h2{
	font: 1.5em/1.2em Arial,"Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	color: yellow;
	font-style: italic;
	padding: 8px 10px 8px 30px;
	margin: 0;
	}
h1, h2, h3{
	font-family: "Comic Sans MS", cursive;
	color: rgb(52, 102, 0);
	}
#mainContent h1{
	font: bold italic 1.5em/1.1em "Comic Sans MS", cursive;
	}
#mainContent h2{
	font: bold italic 1.1em/1em "Comic Sans MS", cursive;
	}
#mainContent h3{
	font: bold italic 1em/1em "Comic Sans MS", cursive;
	}
p{
	font-size: 0.85em;
	}
	

#sidebar1 h1{
	font: bold italic 1.1em/1em "Comic Sans MS", cursive;
	margin-left: 6px;	
	}
#sidebar1 h2{
	font: bold italic 0.9em/1em "Comic Sans MS", cursive;
	margin-left: 6px;	
	}
#sidebar1 h4{
	font-size: 0.85em;
	margin-left: 6px;	
	}
#sidebar1 p{
	font-size: 0.82em;
	}
#footer p {
	margin: 0; 
	padding: 5px 0;
	font: 0.8em "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif;
	color: white;
	text-align: center;
}
.highlite{
	color: red;
	}

div#xtrapanel h1{
	font-size: 0.75em;
	color: black;
	}
	
/* Lists */
#mainContent #sidebar1 ul{
	padding: 6px 0px 3px 25px;
	width: 195px;
	} 
#mainContent #sidebar1 ul li{
	list-style-image: url(../graphics/bullet.gif);
	font-size: 0.82em;
	padding: 0px 0px 0.9em 5px;
	}
/*  ---- The following 3 items used for Cotact Info ----*/	
ul.cntcts{
	float: left;
	width: 27em;
	margin: 0.8em 0 1em 0.8em;
	padding: 3px 1.5em 3px 3px;
	list-style: none;
	}
li.details {
	float: left;
	width: 20em;
	margin: 0 0 0.4em 0;
	padding: 3px;
	text-align: left;
	font-size: 0.85em;
	}	
li.title{
	float: left;
	margin: 0 0 0.4em 0;
	padding: 3px;
	font-size: 0.85em;
	text-align: right;
	font-weight: bold;
	width: 5em;
	padding-right: 1.5em; 
	}	

div#xtrapanel ul{
	float: left;
	margin: 0.5em 0 0.5em 0.8em;
	list-style: none;
	width: 780px;
	}	
div#xtrapanel ul li{
	float: left;
	font-size: 0.6em;
	width: auto;
	color: black;
	margin: 1px 3px 1px 3px;
	}	
	
		
/* 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-left: 8px;
	}
.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-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;
	}
.clearlft { /* 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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
hr{
	width : 80%;
	height :3px;
	color: rgb(52, 102, 0);
	}
/* menu design */
#menubar{
	width: 99.7%;
	height: 1.7em;
	background-color: rgb(52,102,0);
	padding-bottom: 0.1em;
	}

div#menubar ul li {
	font: 0.9em/1.1em "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif;
    font-weight: bold;
   	list-style-type: none;
	float: left;
	width: 20%;
	background: rgb(52,102,0);
	}
div#menubar ul li a {
	display:block;
	width:100%;
	text-indent: 0;
	text-decoration: none;
	line-height:1.7em;
	color: yellow;
	border:1px solid yellow; /* format the design */
	}
div#menubar ul li a:hover {
	text-decoration: none;
	color: black;
	background-color: #fefefe;
	}
A:LINK{color :green; text-decoration : none}
A:ACTIVE{color : purple; text-decoration: none}
A:VISITED{color : lime; text-decoration : none}
A:HOVER{color : red; text-decoration : underline;}

#footer a{
	color: yellow;
	text-decoration: none;
	margin: 0 4% 0 4% ;
	}
#footer a:hover{
	color: white;
	text-decoration: underline;
	}
	