@charset "utf-8";
/*
Gold #706900
Green #CCE1F4
*/

body {
	background-color:#FFF;
	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 */
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #348073;
	text-align:left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#header {
	border-bottom:2px solid #348073;
}
#mainContent {
	background: #FFF;
	padding: 2em 40px;
}
#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #348073;
}
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.8em;
	color: #DDD;
}
h1 {
	color: #255A53;
	font-size: 1.8em;
}
h2 {
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #255A53;
}
h3 {
	margin-bottom: 3px;
	font-size: 1em;
	color: #1B4D83;
}
p {
	margin: 0 0 2em 0;
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
}
.tightP {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 0.8em;
	line-height: 1em;
}

.imageright {
	float: right;
	padding: 0 0 20px 20px;
}
/* Menu Start */
#nav-menu {
	padding: 0px 0px 0px 60px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	height: 25px;
	font-weight: bold;
	position: absolute;
	top: 135px;
	text-align: center;
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li {
	float: left;
	margin: 0 0.8em;
}
#nav-menu li a {
	text-decoration: none;
	width: 80px;
	padding: 1px;
	display: block;
	color: #bfcb97; /*Button Text Color*/
}
#nav-menu a:hover {
	color: #bfcb97;
	border-bottom: solid 4px;
}
#nav-menu li a.currentPage, #nav-menu li a.currentPage:hover, #nav-menu li a.currentPage:active {
	color: #bfcb97;
	border-bottom: solid 4px;
	cursor: default;
}
/* Footer Menu Start */


#footer-menu {
	background-color: #666;
	padding: 15px 0px 10px 140px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	height: 25px;
	font-weight: bold;
	text-align: center;
}
#footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer-menu li {
	float: left;
	margin: 0 0.8em;
}
#footer-menu li a {
	text-decoration: none;
	width: 80px;
	padding: 1px;
	display: block;
	color: #CCC; /*Button Text Color*/
}
#footer-menu a:hover {
	color: #CCC;
	border-bottom: solid 4px;
}
#footer-menu li a.currentPage, #nav-menu li a.currentPage:hover, #nav-menu li a.currentPage:active {
	color: #CCC;
	border-bottom: solid 4px;
	cursor: default;
}
.theList {
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
}
#videoPlace {
	float: left;
	padding: 20px 20px 20px 0;
}
