@charset "utf-8";
#home-top {
	background-image: url(../images/home-bg01.jpg);
	background-repeat: no-repeat;
	height: 534px;
}
#home-middle {
	background-image: url(../images/home-bg02.jpg);
	background-repeat: no-repeat;
	height: 311px;
}
#home-middle #left {
	float: left;
	margin-left: 30px;
	width: 475px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 24px;
}
#home-middle #left .box {
	font-size: 12px;
	float: left;
	margin-top: 20px;
	line-height: 17px;
	width: 220px;
	margin-right: 10px;
}
#home-middle #right {
	float: right;
	margin-right: 30px;
}
#home-middle #video {
	border: 5px solid #A70116;
	margin-top: 20px;
	font-size: 12px;
	color: #FFFFFF;
}
#home-bottom {
	background-image: url(../images/home-bg03.jpg);
	background-repeat: no-repeat;
	_height: 819px;
	min-height: 819px;
	padding-top: 80px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
}
#home-bottom #left-col {
	float: left;
}
#home-bottom #right-col {
	float: right;
}
#home-bottom h1 {
	font-size: 22px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
.home-newspiece {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #202020;
	padding-top: 5px;
}


#twitter_div {
	background-image: url('../images/twitterBG.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	line-height: 18px;
	padding: 0px;
}
#twitter_div ul {
	list-style-type: none;
	padding: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
 
#twitter_div ul li {
	color: #000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CFCEC5;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
 
#twitter_div ul li a:hover {
	text-decoration: underline;
	color: #000000;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}
