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

html{
	visibility: visible;
	height: 100%;
}
a {
	color: #333;
}
body{
    margin:0px;
	text-align: center;
	min-width: 900px;
	visibility: visible;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background: #4f886f;
	background-repeat: repeat-x;
}
i{
color: #aeaeae;	
}

h1{
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
	text-align:left;

}
#wrapper {
	margin:0 auto;
	width:900px;
	/*top:50%;*/
}
#topmenu{
float:left
}
#content{
	margin:0 auto;
	width:900px;
	text-align: center;
	float:left;
    }


#box{
	/*width:840px;
	padding:30px; 
	height: 500px;*/
}
h2{
	padding-top:25px;
	text-align: left;
}
h3{
	text-align: left;
	font-size:14px;
	padding:0 80px 3px 5px;
	margin:20px 30px 0 50px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-style: solid;
	border-color: #bdbdbd;
}
#h4list{
	padding:0 0 0 80px;
	text-align: left;
	font-size:12px;
	
}
ul{
	margin:10px 50px 30px 50px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 12px;
	text-indent: 0px;
	text-align: left;
	display: block;
	width: 330px;
	
}
ul a{
font-weight:bold;
	
}
p{
	text-align:justify;
	padding:0 50px 0 50px;
	
}
#LargeTable{
	padding:0 30px 0 50px;
	width:820px;
	text-align:left;
	
}
#boxheader {
	padding-left: 50px;
	height:64px;
	width:900;
	background: url(images/box-header.png) no-repeat;
}

#boxbody{
    float: left;
	width:900px;
	background:url(images/box-body.png) repeat-y;
}
#boxbody p{
	text-align:justify;
	display:block;
	width:400px;
	padding-top:20px;
	
}
#boxbodyimg{
	float: right;
	display: inline;
	padding: 27px 30px 20px 20px;
}
#boxbodylogos{
	float: right;
	margin: 0px 30px 0 0;
	padding:0 40px 0 30px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-style: solid;
	border-color: #bdbdbd;
	background:#FFF;
}
#boxbottom{
	float:left;
	height:25px;
	width:900px;
}
#footer{
	margin-top:10px;
width:900px;
float:left;
font-size:9px;
text-align:center;
line-height:15px;
}
#gmap{
	border: 3px solid #a0a0a0;
}