/** {margin:0;padding:0}*/
html,body{height:100%;

/*overflow: hidden ;*/
overflow-x: hidden;

overflow-y: auto;
}
#wrapper{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#outer{
	display:table-cell;
	vertical-align:middle;
}
#formwrap{
	position:relative;
	left:50%;
	float:left;

}

#container{
	/*border:1px solid #000;
	padding:20px 20px;*/
	position:relative;
	
	left:-50%;
	width: 900px;
	height: 600px;
}
#left_box{
	background-color:#000000;
	/*padding:20px 20px;*/
	float: left;
	
	
	width: 630px;
	height: 425px;
	

}
#right_box{
	background-color:#cbb99d;
	/*padding:20px 20px;
	padding-left:630px;*/

	width: 270px;
	height: 91px;
	/*height: 425px;
	opacity: .7;
	filter:alpha(opacity=70);*/
	float:left;
	
}
#right_box2{
	background-color:#cbb99d;
	/*padding:20px 20px;
	padding-left:630px;*/

	width: 270px;
	height: 334px;
	/**/opacity: .7;
	filter:alpha(opacity=70);
	float:left;
	
}
#divider{
float:left;
	width: 900px;
	height: 1px;

}
#bottom_box{
	float:left;
background-color:#00632c;

	

	width: 900px;
	height: 174px;
	opacity: .8;
filter:alpha(opacity=80);
}
p{margin:1em 0}
.homepage_input{
width:100px;
background-color:#80af96;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
border:none;
padding: 5px 5px 5px 5px;
}
.homepage_dropdown{
width:110px;
background-color:#80af96;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
border:none;
padding: 5px 5px 5px 5px;
}
.homepage_input_button{
background-color:#00b034;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
border:none;
padding: 4px 10px 4px 10px;


}


<!--[if lt IE 8]>
<style type="text/css">
#formwrap {top:50%}
#form1{top:-50%;}
</style>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
#wrapper{
position:relative;
overflow:hidden;
}
</style>
<![endif]-->

#list-menu {
width: 180px;

}
#list-menu ul {
margin: 0;
padding:0;

padding-top: 5px;
list-style-type: none;
} 
#list-menu li {
margin: 5px 0 0;
width:180px;
} 

#list-menu a {
display: block;
width:180px;
padding: 7px 10px 7px 10px;

background: #FFF;


text-decoration: none; /*lets remove the link underlines*/
color:#000;
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
width:180px;
color: #000;
opacity: .8;
filter:alpha(opacity=80);
font-family:Arial, Helvetica, sans-serif;
font-size:13px;


}

#list-menu a:hover {
width:180px;
background: #FFF;
color: #006600;
opacity: 1;
filter:alpha(opacity=100);

} 
