#logo{
	height: 90px;
	border-radius: 15px;
	margin: 0px 0px 0px 0px;
	padding:0;
	position: absolute;
}
#menubar{
	margin: 40px 10px 0px 0px;
	float: right;
}
#menubar ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	background-color: #98bf21;
}
#menubar ul li{
	float: left;
	border-right: 1px #8AA94A solid;
}
#menubar ul li:last-child{
	border-right: none; 
}
#menubar ul li a:link, a:visited{
	display: block;
	width: 100px;
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	padding:8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#menubar ul li a {
	color: #FFF;
}
#menubar ul li a:hover{	
	background-color: #7A991A;
}

#menubar ul li a.current{	
	background-color: #7A991A;
}
#menubar ul ul{
	display:none;
	background: #7A991A; 
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 0;
	position: absolute; 
//	top: 100%;
}
#menubar ul li:hover> ul{
	display:block;
}
#menubar ul ul li {
	float: none; 
	border-top: 1px solid #8AA94A;
	border-bottom: 1px solid #6A890A;
	position: relative;
}
.title {
	font-family: Arial;
//	font-size: 16px;
	font-weight: bold;
	color: #222;
}

.info {
	font-family: Arial;
	font-size: 14px;
	color: #444;
}

html, body {
	padding: 0; 
	margin: 0;
	background-color: #EEEEEE;
	height:100%;
}

header{
	height: 90px;
	width:100%;
//	background-color: #0115A9;
	background-color: #003399;
}

.wrapper{
	min-height:100%;
	margin-bottom:-70px;
}
.wrapper:after {
  content: "";
  display: block;
}
footer, .wrapper:after{
//	position:fixed;
//	margin:-80px 0px 0px 0px;
//	top: 100%;
	width:100%;
	height:70px;
}

footer div{
	border-top:#333 1px dotted;
	margin: auto;
	width: 950px;
	font-family: Arial;
	font-size: 11px;
	color: #555;
}

footer div ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
}
footer div ul li{
	float: left;
	border-right: 1px solid;
}
footer div ul li:last-child{
	border-right: none; 
}

footer div ul li a {
	text-decoration: none;
	color:#555;
	display: block;
	padding-left:3px;
	padding-right:3px;
	
}
.container {
	margin: auto;
	width: 900px;
}
.container2 {
	margin: auto;
	width: 600px;
}
