/* normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0;}

/* normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* removes list-style from lists */
ol, ul { list-style: none; }

/* normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

/* does something to the tables */
table { border-collapse: collapse; border-spacing: 0; }

/* removes border from fieldset and img */
fieldset, img { border: 0; }

/* left-aligns text in caption and th */
caption, th { text-align: left; }

/* removes quotation marks from q */
q:before, q:after { content:''; }


html {
	background-image: url(images/background.jpg);
	}

body {
	width: 768px; 
	margin: 20px  auto; 
	border: 1px solid white;
	background-color: #F1EDC2;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 160%;
	}

#header {
	background-image: url(images/header.jpg); 
	height: 433px;
	border-bottom: 1px solid white; 
	}

.title {position: relative; top: 25px; left: 480px;}

/********************* menu **************************/

#menu {
	top: 455px; 
	width: 768px; 
	height: 32px; 
	background-color: #548B54;
	}

#menu li {
	float: left;
	position: relative; 
	width: 153px;
	display: block; 
	height: 14px; 
	padding: 5px 0 13px 0; 
	font-size: 14px; 
	background-color: #548B54; 
	text-align: center;
	}


#menu a {color: white; text-decoration: none;}
#menu li.menu5, #menu li.menu5 ul li{width: 156px;}


#menu li ul {display: none; position: absolute;}
#menu li:hover {background-color: #7CCD7C;}
#menu li:hover ul {
	position: absolute;
	top: 32px;
	display: block; 
	background-color: #7CCD7C; 
	float: left; 	
	}
#menu li.over ul{ display: block; }

#menu li:hover  ul li{position: relative;}

li ul {
  display: none;
  position: absolute; 
  top: 32px;
  left: 0;
  }

  li > ul {
	top: auto;
	left: auto;
	}

/***************** end menu **************************/



#content {margin-top: 30px; padding: 20px; }
#main_content {width: 488px; float: left;}
#content p {padding-bottom: 2em;}



#sidebar {
	width: 220px;
	float: right;
	margin-left: 20px;
	}

.tagline {margin-bottom: 2em;}

#sidebar h2 {
	background-color: #548B54;
	color: white;
	padding-left: 4px;
	font-weight: normal;
	font-size: 100%;
	}

#sidebar li {margin-bottom: 1em;}

h1 {font-size: 140%; color: #006400; margin-bottom: 1em;}

#clear_footer {clear: both; height: 40px; display: block;}
#footer {
	height: 50px; 
	background-color: #548B54; 
	border-top: 1px solid white; 
	height: 34px;
	color: white;
	text-align: center;
	vertical-align: bottom;
	}


.right {float: right; padding: 0px 0px 20px 20px;}
.left {float: left; padding: 0px 20px 20px 0px;}
.clear {clear: both;}
