@charset "utf-8";
/* CSS Document */

#homeLeftColumn {
	width: 615px;
	float: left;
	margin-left: 5px;
}

#homeImage {
	width: 615px;
	height: 225px;
}

#homeRightColumn {
	width: 300px;
	float: right;
}

#homeText {
	padding: 0 10px 0 10px;
}

#homeInfo, #contactInfo {
	height: 205px;
	background: url(../graphics/main/grad-2.gif) top left repeat-x;
	padding: 10px;
}

#homeInfo .address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 1.2em;
	font-style: italic;
	margin-left: 55px;
}

#contactInfo .address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 1.2em;
	font-style: italic;
}

.areaBtn {
	width: 300px;
	margin-top: 12px;
}

.areaBtn a {
	display: block;
	height: 76px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	padding: 13px 0px 0px 32px;
}
	
.areaBtn a:hover {
	background-position: right;
}

.corp a {
	background: url(../graphics/home/corp-btn.jpg) top left no-repeat;
}

.pwm a {
	background: url(../graphics/home/pwm-btn.jpg) top left no-repeat;
}

.trust a {
	background: url(../graphics/home/trust-btn.jpg) top left no-repeat;
}

#newsBox {
	width: 280px;
	padding: 10px 10px 0 10px;
	background: url(../graphics/main/grad-rounded.gif) left top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 1.2em;
	font-style: italic;
}

#newsImage {
	width: 240px;
	float: right;
	margin-left: 15px;
}


#newsImage .caption {
	background-color: #e5e5e5;
	padding: 5px;
	font-style: italic;
}