/* Specific Formatting */

#content {
	width:865px;
	height:578px;
	background:url(../_images/index_bg.jpg) no-repeat top left #fff;
	float:left;
	clear:left;
	overflow:hidden;
}

#content h1 {
	font-size:1.8em;
	font-weight:lighter;
	color:#003776;
	line-height:1.1em;
	margin:0 0 8px 0;
}

#content h3 {
	font-size:1em;
	font-weight:lighter;
	color:#000;
	margin:14px 0 0 0;
	line-height:1.2em;
}

#content em {
	font-style:italic;
	font-size:.9em;
}

#copy {
	width:360px;
	height:258px;
	padding:6px 0 0 20px;
	float:left;
	clear:left;
}

/* FLASH STYLES */

#flash_container {
	float:left;
	width:400px;
	height:275px;
	margin:37px 0 5px 20px;
	padding:0;
	border:1px solid #999;
	overflow:hidden;
	background-color:#fff;
}



/* PROMOBOX STYLES */

#promoboxes {
	float:left;
	width:350px;
	height:224px;
	overflow:hidden;
	padding:30px 0 0 120px;
}

.promobox {
	width:320px;
	height:63px;
	float:left;
	clear:left;
	margin:0 30px 10px 0;
	padding:0 0 0 24px;
	background:url(../_images/promobox_bg.png) no-repeat top left;
	overflow:hidden;
}

.promo_image {
	width:140px;
	height:63px;
	float:left;
	overflow:hidden;
	margin:0 0 0 10px;
}

.promo_copy {
	width:149px;
	height:63px;
	float:left;
	color:#fff;
	font-size:.8em;
	margin:0;
	font-weight:bolder;
}

.promo_copy a:link, .promo_copy a:visited {
	text-decoration:none;
	color:#fff;
	display:block;
	padding:25px 0 25px 12px;
}

.promo_copy a:hover {
	text-decoration:underline;
}