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

/*###########################################################################*/
/* GLOBAL
/*###########################################################################*/
* { margin: 0px; padding: 0px; }

body	{
	color: #000000;
	font: normal 12px tahoma, geneva, sans-serif;
	line-height: 1.5;
	margin: 0px 0px;
	background: #79a720;
	z-index: 1;
}

p	{
	color: #000000;
	font: normal 12px tahoma, geneva, sans-serif;
	margin: 0px 0px;
	line-height: 1.5;
}

h1	{
	color: #496a0a;
	font: normal 18px tahoma, geneva, sans-serif;
	padding: 0px 0px;
}

h2	{
	color: #000000;/*#5c68b5;*/
	font: normal 16px tahoma, geneva, sans-serif;
	padding: 0px 0px;
}

a	{
	color: #000000;
	font: normal 12px tahoma, geneva, sans-serif;
	text-decoration: underline;
}

a:hover	{
	color: #496a0a;
	font: normal 12px tahoma, geneva, sans-serif;
	text-decoration: none;
}

img	{
	border: none;
}

.hrule	{
	border-bottom: 2px solid #79a720;
	margin: 0px 50px;
}

/*-- centers everything on page and creates page background --*/
#centerpage	{
	width: 900px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#top-hdrbdr	{
	width: 900px;
	height: 12px;
	position: relative;
	top: 25px;
	left: 0px;
	z-index: 3;
}

#logo	{
	width: 265px;
	height: 55px;
	position: relative;
	top: 25px;
	left: 0px;
	padding-top: 15px;
	padding-left: 25px;
	background: #ffffff;
	z-index: 3;
}

/*###########################################################################*/
/* START TOP NAV(tnav)
/*###########################################################################*/
#tnav	{
	height: 55px;
	position: absolute;
	top: 37px;
	left: 290px;
	z-index: 2;
}

#tnav	{
	width: 585px;
	padding-left: 25px;
	padding-top: 15px;
	background-color: #ffffff;
}

#tnav ul, #tnav2 ul {
	list-style-type: none;
	line-height: 45px;
	width: 130px;
	margin-right: 10px;
	float: left;
}

#tnav a, #tnav2 a, #tnav3 a	{
	color: #000000;
	font: normal 12px verdana, geneva, sans-serif;/*-- changes font size of top row only because "tnav2 ul li:hover ul li a" below changes all inside drop downs --*/
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	z-index: 3;
	line-height: 25px;
	height: 45px;
}

#tnav a:hover, #tnav2 a:hover, #tnav3 a:hover {
	line-height: 25px;
	height: 45px;
}

#tnav li, #tnav2 li, #tnav3 li	{
	position: relative;
}

#tnav ul ul, #tnav2 ul ul, #tnav3 ul ul	{
	position: absolute;
	top: 35px;
	margin-left: 0px;
	left: 0px;
	z-index: 3;
	display: none;
	}

#tnav ul ul ul, #tnav2 ul ul ul, #tnav3 ul ul ul 	{
	top: 0px;
	left: 100%;
	padding-left: 5px;
	display: none;
	background-color: #ffffff;
}

/*-- hiding and revealing using :hover --*/
div#tnav ul ul,
div#tnav ul li:hover ul ul,
div#tnav ul ul li:hover ul ul,
div#tnav2 ul ul,
div#tnav2 ul li:hover ul ul,
div#tnav2 ul ul li:hover ul ul,
div#tnav3 ul ul,
div#tnav3 ul li:hover ul ul,
div#tnav3 ul ul li:hover ul ul	{
	display: none;
}

div#tnav ul li:hover ul,
div#tnav ul ul li:hover ul,
div#tnav ul ul ul li:hover ul,
div#tnav2 ul li:hover ul,
div#tnav2 ul ul li:hover ul,
div#tnav2 ul ul ul li:hover ul,
div#tnav3 ul li:hover ul,
div#tnav3 ul ul li:hover ul,
div#tnav3 ul ul ul li:hover ul	{
	display: block;
}

.green-nav	{
	background: url("images/gfx/green-nav-1.png");
}

.green-nav a:hover, #green-on	{
	background: url("images/gfx/green-nav.png");
	color: #000000;
}

.yellow-nav	{
	background: url("images/gfx/yellow-nav-1.png");
}

.yellow-nav a:hover, #yellow-on	{
	background: url("images/gfx/yellow-nav.png");
	color: #000000;
}

.peach-nav	{
	background: url("images/gfx/peach-nav-1.png");
}

.peach-nav a:hover, #peach-on	{
	background: url("images/gfx/peach-nav.png");
	color: #000000;
}

.blue-nav	{
	background: url("images/gfx/blue-nav-1.png");
}

.blue-nav a:hover, #blue-on	{
	background: url("images/gfx/blue-nav.png");
	color: #000000;
}

.purple-nav	{
	background: url("images/gfx/purple-nav-1.png");
}

.purple-nav a:hover, #purple-on	{
	background: url("images/gfx/purple-nav.png");
	color: #000000;
}

/*###########################################################################*/
/* END TOP NAV(tnav)
/*###########################################################################*/

/*###########################################################################*/
/* START NAV TWO(tnav2) ADDL CODE
/*###########################################################################*/
#tnav2	{
	height: 45px;
	position: absolute;
	top: 357px;
	left: 0px;
	z-index: 2;
}

#tnav2	{
	width: 870px;
	padding-left: 30px;
	padding-top: 0px;
	background-color: #ffffff;
}

/*###########################################################################*/
/* END NAV TWO(tnav2)
/*###########################################################################*/

/*###########################################################################*/
/* START NAV THREE(tnav3) ADDL CODE
/*###########################################################################*/
#tnav3	{
	height: 45px;
	position: absolute;
	top: 0px;
	left: 246px;
	z-index: 2;
}

#tnav3	{
	width: 552px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #ffffff;
}

#tnav3 ul {
	list-style-type: none;
	line-height: 45px;
	width: 130px;
	margin-right: 146px;
	float: left;
}

/*###########################################################################*/
/* END NAV THREE(tnav3)
/*###########################################################################*/

#hdr-img	{
	width: 900px;
	height: 250px;
	position: relative;
	top: 25px;
	left: 0px;
	background: #ffffff;
	z-index: 3;
}

#sharethis	{
	position: absolute;
	top: 0px;
	left: 825px;
	padding: 0px;
	text-align: center;
	z-index: 3;
}

#main	{
	width: 700px;
	position: relative;
	top: 70px;
	left: 0px;
	padding: 0px 100px;
	background: #ffffff url("images/bg/om-symbol.png");
	background-repeat: no-repeat;
	z-index: 3;
}

#footer	{
	width: 900px;
	height: 25px;
	position: relative;
	top: 70px;
	left: 0px;
	z-index: 2;
	background: #ffffff;
	font: normal 10px tahoma, geneva, sans-serif;
	text-align: center;
}

#footer-close	{
	width: 900px;
	height: 25px;
	position: relative;
	top: 70px;
	left: 0px;
	padding-bottom: 8px;
	z-index: 2;
}

.calendar	{
	margin: 0px -50px;
}

.black-borders	{
	border: 1px solid #000000;
	padding: 10px;
}

#sidebar	{
	float: right;
	width: 150px;
	margin-left: 30px;
	padding: 15px;
	border: 1px solid #79a721;
	}

.float-left	{
	float: left;
	padding-right: 15px;
}

.float-right	{
	float: right;
	padding-left: 15px;
}

.t-purple	{
	color: #6973b1;
	font: normal 12px tahoma, geneva, sans-serif;
	border-left: 1px solid #98a0d3;
	border-right: 1px solid #98a0d3;
	padding-left: 12px;
	padding-right: 12px;
}

.t-green	{
	color: #79a721;
	font: normal 12px tahoma, geneva, sans-serif;
	border-left: 1px solid #79a721;
	border-right: 1px solid #79a721;
	padding-left: 12px;
	padding-right: 12px;
}

.c-470	{
	width: 470px;
	margin-left: 115px;
}

.image-row-700	{
	width: 700px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 60px;
	z-index: 4;
}

#ytbox	{
	width: 560px;
	margin-left: 70px;
	z-index: 2;
}

.charitybutton	{
	color: #ffffff;
	font-weight: bold;
	width: 73px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	margin-left: 55px;
	background: url("images/gfx/charitybutton.png");
	background-repeat: no-repeat;
	z-index: 4;
}
