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

#header {
	height: 225px;
	background-color: #f7f9fd;
	background-image: url(../images/assets/home/header.gif);
	background-repeat: no-repeat;
	padding-left: 377px;
}
#wrapper {
}
#wrapper div {
	height: 350px;
	width: 214px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	font-size: 110%;
	float: left;
	border-right: 1px solid #999999;
}
#wrapper div.last {
	height: 350px;
	width: 214px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	font-size: 110%;
	float: left;
	border-right: none;
}
#wrapper div h1 {
	font-size: 160%;
	line-height: 100%;
	font-weight: 100;
	margin-bottom: 12px;
}
#wrapper div h1 a {
	color: #ff9946;
	text-decoration:none;
}
#wrapper div h1 a:hover {
	text-decoration:underline;
}
#wrapper div p {
	line-height: 100%;
	height: 80px;
}
#wrapper div ul {
	padding-top: 12px;
}
#wrapper div ul li {
	background-image: url(../images/assets/home/bullet.gif);
	padding-bottom: 8px;
	line-height: 120%;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 4px;
}
#wrapper div img {
}
#wrapper div a.fom {
	background-image: url(../images/assets/main/find_out_more.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 115px;
	position: absolute;
	top: 600px;
	bottom: 0px;
	padding-left: 100px;
	background-position: right;
}
#wrapper div a.fom span {
	display:none;
}
#footer {
	clear: both;
}

