#mainphoto {
	background: url(/images/home_top.jpg) no-repeat;
	height: 459px;
	position: relative;
	clear: both;
}
#mainphoto h1 {
	font: normal 25px/37px Georgia, "Times New Roman", Times, serif;
	color: #1d62ca;
	margin: 0px;
	padding: 0px;
	width: 475px;
	position: absolute;
	left: 261px;
	top: 54px;
}
#banner_container {
	height: 459px;
	width: 800px;
	position: relative;
}
#banner_container img {
	height: 252px;
	width: 800px;
	position: absolute;
	left: 0;
	top: 207px;
	z-index: 0;
}
img.show {
	display: none;
	z-index: 1 !important;	
}
#maintext {
	background: url(/images/home_bottom.jpg) no-repeat;
	height: 214px;
}
#maintext h2 {
	font: normal 17px/27px Georgia, "Times New Roman", Times, serif;
	color: #1d62ca;
	text-align: center;
	margin: 0px;
	padding: 14px 0px 0px;
}
#video {
	font: bold 14px/31px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #fa4700;
	width: 207px;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 428px;
	z-index: 1;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
#video a{
	color: #fff;
	text-decoration: none;
	background: url(/images/arrow_home.gif) no-repeat right center;
	padding-right: 16px;
}
