/* Clears default margins and padding */
*{

	margin:0px;

	padding:0px;

	}

html {

font-family: verdana, tahoma, arial;
font-size: 0.8em;

}	
	
/* List Item Properties for Menu */	

ul {
	background-color: #5DA83F;
	text-align: center;
	list-style: none;
	height:35px;
	width: auto;
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
  }
	
li {
  float: left;
  position: relative;
  width: 11.5em;
  }
	
li ul {
    display: none;
    position: absolute; 
    top: 0.8em;
    left: 0;
 	height: auto;
	width: auto;
    border: 1px solid #fff;
    padding: 0;
    text-align: left;
	background-color: #5DA83F;
	margin-top: 0;
  }
	
li > ul {
	top: 30px;
	left: 0;
	background-color: #5DA83F;
	}
	
	li ul li {
	width: 170px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
	background-color: #5DA83F;
	}

	
li:hover ul, li.over ul{ 
  display: block; 
	}

#nav a, #nav a:link {
color: #fff;
text-decoration: none;
display: block;
	padding: 0px 10px;
}

#nav a:hover {
	background: #B04235;
	}

/* Main Wrapper & Content etc */
	
#wrapper {
	margin:0 auto;

	width:750px;

	clear:both;

}

#menu1 {
margin: auto;
width: 750px;
}

#content {
margin: auto;
width: auto;
}
	
#footer {
width: 750px;
margin: auto;
background-color: #669933;
margin-top: 10px;
}

#header{
background-image: url(../newimages/logo2.gif);
background-repeat: no-repeat;
background-position: center top;
text-indent: -100000px;
min-height: 75px!important;
height: 75px;
margin-top: 10px;
padding-bottom:-20px;
width: 750px;
}

#footer-text {
margin-top: 5px;
font-size: 1.33em;
}

#footer-text a:visited {
color: #00349A;
}

#footer-text a {
color: #00349A;
font-size: 1.4em;
}

*html li ul {
	margin-top: 22px;
	}
	
	