@charset "utf-8";
/* CHOICE TRANSLATING INDEX CSS STYLES */

/* MEDIA CONTAINER */
#media-container {
	width: 956px;
	height: 258px;
	margin: 0 0 0 10px;
}

#media-container #flash {
	width: 661px;
	height: 258px;
	float: left;
}
/* END OF MEDIA CONTAINER */

/* NEWS BUCKET */
#news-bucket {
	width: 283px;
	height: 258px;
	margin: 0;
	padding: 0;
	border-left: 6px solid #FFFFFF; 
	background-color: #a0c4e8;
	float: left; 
	clear: right;
}

#news-bucket p.line {
	margin: 0 0 0 20px;
	padding: 0;
	clear: both;
}

#news-bucket h2 {
	color: #FFFFFF;
	font-size: 14px;
	width: 145px;
	float: left;
	margin: 25px 0 0 20px;
	padding: 0;
}

#news-bucket a.view-news {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	clear: right; 
	margin: 25px 0 0 0;
	width: 84px;
	padding: 0;
	text-decoration: underline;
	font-size: 12px;
	color: #7d99b7;
}

#news-bucket a.view-news:hover {
	text-deocoration: none;
}

#news-bucket #posting {
	width: 230px;
	margin: 8px 0 0 20px;
	padding: 0;
}

#news-bucket #posting p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

#news-bucket #posting p a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#news-bucket #posting p a:hover {
	text-decoration: underline;
}

#news-bucket #posting p span {
	color: #6b849e;
	font-size: 11px;
}

#news-bucket #newsletter-signup {
	width: 230px;
	margin: 15px 0 0 20px;
	padding: 0;
}

#news-bucket #newsletter-signup p {
	font-family: Arial, Helvetica, sans-serif;
	color: #6b849e;
	font-size: 10px;
	font-weight: bold;
}

#news-bucket #newsletter-signup p input {
	width: 100px;
	border: 1px solid #b6b6b6;
	color: #b6b6b6;
	font-size: 11px;
	padding: 1px;
}

#news-bucket #newsletter-signup p input.go {
	background: transparent url(media/images/btn_go.gif) top left no-repeat;
	width: 26px;
	height: 18px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
	border: none;
	cursor: pointer;
	padding: 0;
}
/* END OF NEWS BUCKET */

/* CONTENT CONTAINER */
#content-container {
	width: 950px;
	margin: 0 0 0 10px;
	padding: 0;
	background-color: #FFFFFF;
}
/* END OF CONTENT CONTAINER */

/* INFO BUCKETS */
#info-buckets {
	width: 639px;
	margin: 40px 0 0 43px;
	padding: 0;
	float: left;
}

/* BUCKET */
#info-buckets #bucket {
	width: 181px;
	margin: 0 32px 0 0;
	padding: 0;
	float: left;
}

#info-buckets #bucket h3 {
	font-size: 14px;
	color: #831f37;
}

#info-buckets #bucket h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #831f37;
	text-decoration: none;
}

#info-buckets #bucket #image {
	width: 181px;
	height: 67px;
	border: 1px solid #999999;
	/*padding: 5px;*/
	margin: 15px 0 15px 0;
}

#info-buckets #bucket #image img {
	width: 173px;
	height: 59px;
	margin: 4px 0 0 4px;
}

#info-buckets #bucket h4 {
	color: #a7bc51;
	font-size: 12px;
	text-decoration: underline;
}

#info-buckets #bucket h4 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a7bc51;
	font-size: 12px;
	text-decoration: underline;
}

#info-buckets #bucket p {
	font-family: Arial, Helvetica, sans-serif;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 13px;
	margin: 10px 0 10px 0;
}
/* END OF BUCKET */
/* END OF INFO BUCKETS */


