/*////////////////////////////////////////////////////
//													//
//                HOMEPAGE STYLES	                //
//													//
// SITE: C-MIST										//
// AUTHOR: MARC JONES, ICEBOMB						//
// VERSION: 1.0										//
// CREATED: 05 JUN 09								//
// LAST UPDATED: 15 JUL 09							//
//													//
////////////////////////////////////////////////////*/

#imageBanner {
	width: 699px;
	height: 204px;
	overflow: hidden;
}
#ctaBox {
	border: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: 211px;
	height: 204px;
	float: left;
	background-color: #E06716;
	color: #FFFFFF !important;
}
#ctaBox a,
#ctaBox p {
	color: #FFFFFF !important;
	text-decoration: none;
	padding: 0px !important;
	margin: 0px !important;
	margin-left: 10px !important;
	margin-right: 5px !important;
}
#ctaBox a {
	font-size: 2.4em;
	display: block;
	text-decoration: none;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
}
#ctaBox a:hover {
	text-decoration: underline;
}
#ctaBox p {
	font-size: 1.4em;
	margin-top: 5px !important;
	margin-bottom: 15px !important;
}