html{
	
}

body{
	background-color: #c0d29e;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

h1, h2, h3{
	color: #fff; 
	padding: 10px;
}

h1{
	font-size: 1.8em;
}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.3em;
}

p{
	padding: 5px 10px 5px 10px;
}

#wrapper{
	margin: 10px auto 10px auto;
	width: 800px;
}

#header{
	height: 100px;
}

#navigation{
}

/*LEVEL ONE*/
ul.dropdown{
	position: relative; 
	font-weight: bold;
}

ul.dropdown li{
	float: left; 
	background: #c0d29e; 
}

ul.dropdown a:hover{
	color: #000;
}

ul.dropdown li a{
	display: block; 
	padding: 4px 8px; 
	color: #d96e26; 
	text-decoration: none;
	font-weight: bold;
}

ul.dropdown li:last-child a{ 
	border-right: none;
} /* Doesn't work in IE */

ul.dropdown li.hover, ul.dropdown li:hover{
   background-color: #fff;
	position: relative;
}

ul.dropdown li.hover a{
	color: #000;
}

/*LEVEL TWO*/
ul.dropdown ul{ 
	width: 220px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
}

ul.dropdown ul li{ 
	font-weight: normal; 
	background: #d96e26; 
	float: none;
}

ul.dropdown ul li a:hover{ 
	color: #000;
}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a{ 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
} 


#content{
	background-color: #909e09;
	color: #fff;
}

#footer{
	height: 30px;
	padding: 10px 0px 0px 0px;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.smallerText{
	font-size: smaller;
}

.clear{
	clear: both;
}

.text-center{
	text-align: center;
}


.text-right{
	text-align: right;
}

.text-inline li{
	display: inline;
}

.padded-ul{
	padding: 10px;
}

.padded-ul li{
	margin: 0px 0px 10px 0px;
}