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

	body {
		color:#1e3a28; font:11px Verdana,Helvetica,sans-serif;
		line-height:15px;
		background:url(../img/body_bg.gif) repeat-x;
	}
	
	p {
		margin:10px 0 0 0;
		
	}

	#main {
		position:relative;
		margin:0 auto 0 auto;
		width:950px;
		background:#fff;
	}
	
	.shim {
		clear:both;
	}
	
	#header
	{
		position:relative;
		height:280px;	
	}
	#body {
		position:relative;
		height:330px;
	}
	#footer {
		position:relative;
	}
	

	#contentbox {
		position:absolute;
		left:40px;
		top:40px;
		width:385px;
		line-height:20px;
		font-size:12px;
	}

	#infobox {
		position:absolute;
		left:485px;
		top:25px;
		width:445px;
		font:12px Verdana, Geneva, sans-serif;
	}
	#infobox h2 {
		height:20px;
		color: #fff;
		font:bold 14px Arial, Helvetica, sans-serif;
		padding:5px 15px;
	}
	
	#infobox .ui-state-default { 
		background:#284e36;
	}
	#infobox .ui-state-hover, #infobox .ui-state-active { 
		background:#79b700;
	}

	#infobox div {
		border:#79b700 solid 1px;
		border-top:0px;
		padding:10px 20px;
	}
	
	#infobox div li {
		display:block;
		margin:5px 0;
	}
	
	#footerTop {
		height:170px;
		margin:40px 0 0 0;
	}
	
	#footerContact
	{
		position:absolute;
		right:20px;
		top:0px;
		width:445px;
	}
	#footerContact p {
		margin:0;
	}
	#footerContact img {
		float:left;
		margin:0 10px 0 0;
	}

	#footerTop .logo 
	{
		margin:75px 0 0 40px;
	}
	#footerTop .leader
	{
		margin:15px 0 0 40px;		
	}
	
	#footerBottom {
		position:relative;
		background:#79b700;
		height:115px;
	}
	
	#footerContent {
		position:absolute;
		color:#fff;
		width:420px;
		left:40px;
		top:20px;
	}
	
	#footerAddress {
		position:absolute;
		left:515px;
		top:25px;
	}
	#footerAddress li div {
		display:none;
		position:absolute;
		background:#fff;
		left:220px;
		top:0px;
		padding:5px 10px;
		width:175px;
		height:65px;
		font-weight:normal;
		line-height:20px;
		cursor:auto;
	}
	#footerAddress li {
		cursor: pointer;
		font:bold 12px Arial, Helvetica, sans-serif;
		width:190px;
		height:15px;
		background:#284e36;
		color:#fff;
		padding:5px 15px;
	}

	#footerAddress .selected {
		background:#fff;
		color:#284e36;
	}
	

