/* CSS Document */

<style type="text/css">

a:link    {color:white;}
a:visited {color:white;}
a:hover   {color:red;}
a:active  {
	color: white;
}
a bodylink:link {
	color: #1F5A07;
}
a.bodylink:visited {color:#0000ff;}
a.bodylink:hover {
	color: #FF0000;
}
.thumbnail{
position: relative;
z-index: 0;
}

.redfont {color: red;}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50px;
left: 60px; /*position where enlarged image should offset horizontally */

}

#header {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 10px;
	background-image: url(header.jpg);
	behavior: url(pie/PIE.htc);
	
}


#content {
	position: relative;
	margin: 0 auto;
	/* [disabled]align-self: center; */
	width: 980px;
	top: 20px;
	behavior: url(pie/PIE.htc);
	background-color: #DFF3C4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
}

#promotional_content {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
	box-shadow: 5px 5px 10px black;
	position: relative;
	text-align: center;
	float: right;
	width: 380px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	#frontbottom_content {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
	box-shadow: 5px 5px 10px #070707;
	position: relative;
	text-align: center;
	float: left;
	width: 540px;
	background-color: #CDEFA4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-webkit-box-shadow: 5px 5px 10px #070707;
	text-decoration-color: #D8D818;
	}
	
	#bottom_content {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
	box-shadow: 5px 5px 10px black;
	position: relative;
	text-align: center;
	float: left;
	width: 950px;
	background-color: #99AD81;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
	
	
	
#footer {
	margin: 0 auto;
	border-radius: 15px;
	box-shadow: 5px 5px 10px black;
	position: relative;
	text-align: center;
	width: 1000px;
	height: 50px;
	zindex: 3;
	background: -webkit-linear-gradient(#025322, #52DEEF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#176AFB, #52DEEF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#176AFB, #52DEEF); /* For Firefox 3.6 to 15 */
	background-color: #025322;
	font-size: 14px;
	font-weight: bold;
	color: #FDF9F9;
	-pie-background: linear-gradient(#176AFB, #52DEEF);
	behavior: url(pie/PIE.htc);/* padding:10px; 
border:5px solid gray;
margin:10px; */
	}
	
	.footerpic {
	margin: 0 auto;
	
	position: relative;
	text-align: center;
	width: 1000px;
	background-color: #023B0A;
	zindex: 4;
	}

#footer a:link    {color:white;}
#footer a:visited {color:white;}
#footer a:hover   {color:red;}
#footer a:active  {
	color: white;
}


.navcontainer {
	text-align: center;
	
	border-radius: 15px;
	box-shadow: 5px 5px 10px black;
	position: relative;
	float: left;
	top: 5px;
	left: 0px; 
	width: 200px;
	z-index:101;
	background: -webkit-linear-gradient(#025322, #52DEEF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#176AFB, #52DEEF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#176AFB, #52DEEF); /* For Firefox 3.6 to 15 */
	background-color: #025322;
	font-size: 20px;
	font-weight: bold;
	color: #FDF9F9;
	-pie-background: linear-gradient(#176AFB, #52DEEF);
	behavior: url(pie/PIE.htc);/* padding:10px; 
border:5px solid gray;
margin:10px; */
	}	
.navcontainer2 {
	/*border-radius: 15px; */
	text-align: center;
	box-shadow: 5px 5px 10px black;
	position: relative;
	float:left;
	top: 0px;
	left: 0px;
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	color: #006F32;
	z-index: 101;
	background-color: #36ADA7;	/*background: -webkit-linear-gradient(#176AFB, #52DEEF); /* For Safari 5.1 to 6.0 */	/*background: -o-linear-gradient(#176AFB, #52DEEF); /* For Opera 11.1 to 12.0 */	/*background: -moz-linear-gradient(#176AFB, #52DEEF); /* For Firefox 3.6 to 15 */
	/*background-color: #006F32;
	-pie-background: linear-gradient(#176AFB, #52DEEF);
	behavior: url(pie/PIE.htc);/* padding:10px; 
border:5px solid gray;
margin:10px; */
	}	
	


	
#primary_nav_wrap
{
	text-align: center;	
	margin-top:0px
	float:left;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:auto;
	padding:0;
text-align: center;
}

#primary_nav_wrap ul a
{
	display: block;
	color:white;
	text-align: center;
}
#primary_nav_wrap ul a:hover
{
	display: block;	
	color:red;
text-align: center;
	/*color: #F9F9F9;	
	text-decoration:none;
	
	font-weight:700;
	font-size:12px;
	line-height:32px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif*/
}
#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:auto;
	padding:0;
	text-align: center;
}

#primary_nav_wrap ul li.current-menu-item
{
text-align: center;
}

#primary_nav_wrap ul li:hover
{
color:red;
text-align: center;

}

#primary_nav_wrap ul ul
{
	display:none;

	position:absolute;
	TOP:120%;
	text-align: center;

}

#primary_nav_wrap ul ul li
{



}

#primary_nav_wrap ul ul a
{


}

#primary_nav_wrap ul ul ul
{
	top:0px;

}

#primary_nav_wrap ul li:hover > ul
{
	
	display:block;
	

}
	
</style>
