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

body {background-color:#3c8c47}

.center_container{
	position: relative;
	width: 800px;
	height:1050px; /*background set to 1050px, change background if change height*/
	z-index: 100;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	background-image:url(images/background_mainFOUR.gif);

}

.topbar{
	position: relative;
	width: 800px;
	z-index: 90;
	padding-top:10px;
	padding-left: 15px;
	padding-right: 10px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;

	}

.nav_container{
	position: absolute;
	width: 160px;
	z-index: 110;
	padding-top:5px;
	margin-left: 10px;
	margin-right: 10px;
	top: 155px;
	left: 5px;
	text-align: Center;

	}

ul {
		margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 159px; /*width ul - 1px, so there is a slight overlap*/
	top: 0;
	display: none;
	}
	
	
/*style for menu items*/

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


ul li a:hover {
	color: #3c8b49;
	background: #f9f9f9;
	text-align: center;
} /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */


.main{
	position: absolute;
	right: 32px;
	z-index: 70;
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:20px;
	top: 53px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:300;
	width: 538px;
	height:521px;
	color: #FFF;
	text-align: center;































































































































































	
img.border{
	padding-left:10px;
	padding-right:7px;
	padding-bottom:7px;
	}

.footer{
	position: relative;
	width: 100%;
	z-index: 90;
	margin-top:10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:10px;

	}
