body, div, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt,
blockquote, fieldset, legend, label, input, textarea {
    margin: 0; padding: 0; border: 0;
}

sh1, h2, h3, h4, h5, h6, p {
    margin: 0 0 1em 0;
}

h1{font-size: 200%;}
h2{font-size: 170%;}
h3{font-size: 140%;}
h4{font-size: 120%;}
h5{font-size: 100%;}
h6{font-size: 90%;}

body{
	background-color:#000;
	background-image:url(images/Fresh-Grass_1600.jpg);
	background-repeat:no-repeat;
	background-position:middle center;
	color:#4E8ABE;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
}

body a {
	color:#78a22f;
	text-decoration:none;
}

body a:hover {
	text-decoration:underline;
}

/***********************************************/
/* Navigation                                  */
/***********************************************/ 
body#homePage a#menu-homePage, 
body#about a#menu-about,
body#needs a#menu-needs,
body#help a#menu-help,
body#explore a#menu-explore,
body#connect a#menu-connect
	{background-image:url(images/mainHover.gif);
	}

#mainNav {
	position:absolute;
	height:30px;
	line-height:30px;
	width:100%;
	min-width:100%;
	background-image:url(images/mainUp.gif);
	font-size:1.2em;
	border-bottom:2px solid #000;
	border-top:2px solid #000;
	display:block;
	list-style:none;
	text-align:center;
	z-index:20;
}

#mainNavBoxFirst {
	max-width:16.55%;
	min-width:16.55%;
	display:inline-block;
	text-align:center;
	line-height:30px;
	float:left;
}

#mainNavBoxFirst a {
	font-size:1em;
	text-decoration:none;
	color:#fff;
	width:100%;
	min-width:100%;
	height:30px;
	display:inline-block;
}

#mainNavBoxFirst a:hover {
	font-size:1em;
	text-decoration:none;
	color:#fff;
	background-image:url(images/mainHover.gif);
	width:100%;
	display:inline-block;
}

#mainNavBox {
	max-width:16.55%;
	min-width:16.55%;
	display:inline-block;
	text-align:center;
	border-left:1px solid #000;
	height:30px;
	float:left;
	padding:0;
}

#mainNavBox a {
	font-size:1em;
	text-decoration:none;
	color:#fff;
	width:100%;
	min-width:135px;
	height:30px;
	display:inline-block;
}

#mainNavBox a:hover {
	font-size:1em;
	text-decoration:none;
	color:#fff;
	background-image:url(images/mainHover.gif);
	width:100%;
	display:inline-block;
}

.top a, .top a:visited {
	padding:0;
}

#menu a:hover {
	background-image:url(images/mainHover.gif);
	background-repeat:x-repeat;
}

#menu ul .item, ul .itemLast, ul .itemFirst{
	display:none;
}

#menu ul:hover .item, .item a .itemFirst a {
	display:block;
	background:#3399cc;
	width:100%;
	padding:0;
	height:30px;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}

#menu ul:hover .item{
	display:block;
	width:100%;
	margin-top:-6px;
	height:30px;
}

#menu ul:hover .itemLast{
	display:block;
	background:#3399cc;
	padding:0;
}

#menu ul:hover .item a:hover, .itemLast a:hover, .itemFirst a:hover {
	background-image:url(images/mainHover.gif);
	background-repeat:x-repeat;
}

#menu ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

#bottomSpacer {
	height:20px;
	width:100%;
	min-width:835px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	position:absolute;
	top:30%;
	height:60%;
	min-width:100%;
}

#containerInner {
	position:relative;
	top:-30%;
	margin:auto;
	max-width:75%;
	height:100%;
	min-width:950px;
	min-height:700px;
	background-image:url(images/mainColumnBG.png);
	background-repeat:repeat;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
}

#header {
	background-color:#fff;
	height:75px;
	width:100%;
	max-width:100%;
	text-indent:20px;
	background-image:url(images/pfHdr.jpg);
	background-repeat:no-repeat;
	background-position:5%;
	border-top:2px solid #000;
}

#header img {
	float:right;
}

#mainContent {
	width:100%;
	min-width:600px;
	height:450px;
	border-left:2px solid #000;
	border-right:2px solid #000;
}

#homeLeft {
	position:absolute;
	top:20.75%;
	width:65.5%;
	max-width:65.5%;
	min-width:580px;
	text-align:center;
	height:500px;
	z-index:0;
	left:0;
	margin:0 10px 0 40px;
}

#contentLeft {
	position:absolute;
	top:20.75%;
	width:65.5%;
	max-width:65.5%;
	min-width:580px;
	text-align:left;
	height:500px;
	z-index:0;
	left:0;
	overflow:auto;
	margin:0 10px 0 40px;
}

#contentLeft img {
	padding:4px;
}

#rightBG {
	position:absolute;
	height:250px;
	z-index:5;
}

#rightBG img {
	margin-top:-6px;
}

#contentRight {
	position:absolute;
	top:18%;
	width:25%;
	max-width:25%;
	min-width:225px;
	text-align:center;
	z-index:0;
	left:73%;
	margin-top:18px;
}

#footer {
	position:absolute;
	bottom:10px;
	color:#3399cc;
	width:100%;
	text-align:center;
	height:12px;
	font-weight:bold;
	font-size:12px;
}

#footer a {
	text-decoration:none;
	color:#3399cc;
}

#footer a:hover {
	text-decoration:underline;
}
