html,body{
	margin: 0px 0px 0px 0px;
	height: 100%;
	min-height: 100%;
	border-top: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 0px solid #f2f2f2;
	border-left: 0px solid white;
	padding: 0px 0px 0px 0px;
	color: #00597c;
	background: #f0f5f9;
}

.main_drop{
	width: 830px;
	min-height: 100%;
	height: auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	padding: 10px 46px 0px 46px;
	margin: 0 auto;
	background-image: url(main-drop.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

.logo_contain{
	margin: 20px 0px 10px 0px;
}

h1.homepage{
	font: 40px Arial, sans-serif;
	color: #00597c;
	line-height: 46px;
	
	padding: 0px 0px 0px 20px;
	margin: 30px 0px 0px 0px;
}

.hp_block{
	width: 750px;
	height: 270px;
	
	padding: 30px 40px 0px 40px;
	
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.hpb_left{
	width: 510px;
	height: 240px;
	float: left;
}

.hpb_title{
	width: 510px;
	height: 117px;
}

.hpb_text{
	width: 430px;
	height: 120px;
	
	font: 14px Arial, sans-serif;
	color: #009fda;
	line-height: 16px;
	
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
	
	
	overflow: auto;
}

.hpb_text p{
	font: 14px Arial, sans-serif;
	color: #009fda;
	line-height: 16px;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}

.hpb_controls{
	width: 240px;
	height: 240px;
	float: left;
}

.hpbc_title{
	font: 18px Arial, sans-serif;
	color: #00597c;
	line-height: 20px;
	
	margin: 35px 0px 35px 0px;
}

.hpbc_btn{
	width: 240px;
	height: 40px;
	
	margin: 35px 0px 0px 0px;
}

.menubtn { 	width: 98px;
		height: 20px;
		display: inline-block;
		text-align: center;
	
		font: 14px Arial, sans-serif;
		color: #ffffff;
	
		text-decoration: none;
	
		background: #009fda;
	
		padding: 6px 0px 0px 0px;
		margin: 0px 0px 20px 50px;
		border-top: 0px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-left: 0px solid #ffffff;
}

.menubtn:hover { width: 98px;
		height: 20px;
		display: inline-block;
		text-align: center;
	
		font: 14px Arial, sans-serif;
		color: #ffffff;
		line-height: 16px;
	
		text-decoration: none;
	
		background: #00597c;
	
		padding: 6px 0px 0px 0px;
		margin: 0px 0px 20px 50px;
		border-top: 0px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-left: 0px solid #ffffff;
}

.advert_pods{
	width: 830px;
	height: 150px;
	margin: 10px 0px 0px 0px;
}

.advert_pod_left{
	float: left;
	width: 270px;
	height: 150px;
	margin: 0px 0px 0px 0px;
}

.advert_pod{
	float: left;
	width: 270px;
	height: 150px;
	margin: 0px 0px 0px 10px;
}

