.homebanner {
	width: 100%;
	height: 300px;
	background-image: url('../images/home/homebanner_repeat.jpg');
}

.homebanner_margin {
	width: 900px;
	height: 300px;
	margin: auto;
}

.pagebox_home_full {
	width: 980px;
	overflow: auto;
}

.pagebox_home_top {
	width: 980px;
	height: 10px;
	float: left;
	background-image: url('../images/home/home_top_bg.png');
	background-repeat: no-repeat;
	
}

.pagebox_home_left {
	width: 490px;
	float: left;
	color: #333333;
	background-color: #ffffff;
	line-height: 24px;
}

.pagebox_home_left_padding {
	padding: 10px 10px;
	padding: 10px 10px;
}

.pagebox_home_right {
	width: 490px;
	float: left;
	color: #333333;
	background-color: #ffffff;
	line-height: 24px;
}

.pagebox_home_right_padding {
	padding: 10px 10px;
	padding: 10px 10px;
}

a.home_link:link	  	{color: #005b8f; text-decoration: none;}
a.home_link:visited 	{color: #005b8f; text-decoration: none;}
a.home_link:hover   	{color: #007dc5; text-decoration: none;}
a.home_link:active  	{color: #005b8f; text-decoration: none;}

.hr_home_fade { 
	background: url('../images/home/hr_home_bg.jpg') no-repeat center center;
	margin: auto;
	height: 18px;
	width: 100%;
}
