div#flash_menu_container {
	float: left;
	width: 838px;
	height: 427px;
	position: relative;
}

div#flash_container {
	position: absolute;
	top: -18px;
	left: 0px;
	width: 838px;
	height: 445px;
	z-index: 1;
}

div#menu_container {
	position: absolute;
	z-index: 2;
	width: 838px;
	height: 43px;
	top: 0px;
	left: 0px;
}

div#info_container {
	float: left;
	width: 806px;
	background-color: #304250;
	padding: 19px 14px 65px 19px;
}

/* LEFT CONTAINER STYLES */
div#info_left_container {
	float: left;
	width: 254px;
	height: 365px;
	background-image: url(../images/info_left_bg.jpg);
	background-repeat: no-repeat;
}

div#info_left_container p {
	margin: 0px;
	padding: 10px 14px 0 14px;
	font-size: 13px;
	color: #a1a1a1;
	line-height: 26px;
}

/* RIGHT CONTAINER STYLES */
div.info_column {
	float: left;
	width: 269px;
	padding: 0 0 0 12px;
}

div.no_pad {
	padding: 0px;
}

div.info_column h2 {
	display: block;
	width: 252px;
	text-indent: -9999px;
	margin: 0 0 0 7px;
	padding: 0 0 9px 0;
	border-bottom: 1px dashed;
	border-color: #868686;
	height: 14px;
}

div.info_column h2#index_contact_us {
	background-image: url(../images/index_contact_title.jpg);
	background-repeat: no-repeat;
}

div.info_column h2#index_careers {
	background-image: url(../images/index_careers_title.jpg);
	background-repeat: no-repeat;
}

div.info_column p {
	margin: 0px;
	padding: 8px 0 14px 10px;
	color: #a1a1a1;
	font-size: 11px;
	width: 252px;
	line-height: 18px;
}

div.info_column img {
	padding: 6px 14px 23px 13px;
	background-image: url(../images/index_img_frame.jpg);
	background-repeat: no-repeat;
}

div#news_container {
	float: left;
	padding: 0 0 0 12px;
	width: 524px;
}

div#news_container h2 {
	display: block;
	width: 524px;
	text-indent: -9999px;
	margin: 0 0 7px 7px;
	padding: 0 0 9px 0;
	border-bottom: 1px dashed;
	border-color: #868686;
	height: 14px;
	background-image: url(../images/index_news_title.jpg);
	background-repeat: no-repeat;
}

div#news_container div.news {
	float: left;
	width: 220px;
	padding: 0 52px 0 0;
}

div#news_container div.news_right {
	padding: 0px;
}

div#news_container div.news p {
	padding: 0 0 0 7px;
	margin: 0px;
	font-size: 11px;
	color: #a2a2a2;
	line-height: 16px;
}

div#news_container div.news p a {
	text-decoration: none;
	color: #6086a1;
}

div#news_container div.news p a:hover {
	text-decoration: underline;
}

div.news_image {
	float: left;
	border: 1px solid;
	border-color: #c9c9c9;
	width: 69px;
	height: 48px;
	margin: 7px 0 0 5px;
}

div.news_image img {
	border: 1px solid;
	border-color: #ffffff;
}

div.news_text {
	float: left;
	padding: 7px 0 0 0;
	width: 143px;
}

div.news_right {
	padding-left: 55px;
}