/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: August 28, 2008           */
/*==================================*/

/*==================================*/
/*----------- FLASH AREA -----------*/
/*==================================*/

#flasharea {
	width: 880px;
	height: 301px;
	margin: 0 10px 0 10px;
}

#noflash {
	width: 606px;
	height: 221px;
	background: url(../images/home/noflash_bg.jpg) no-repeat top left;
	position: relative;
	padding: 80px 34px 0 240px;
	line-height: 150%;
}

#noflash h1 {
	width: 606px;
	color: #fff;
	font-weight:normal;
	font-size: 2em;
	margin: 0 0 13px 0;
	line-height: 110%;;
}

#noflash p {
	width: 606px;
	color: #231F20;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0 0 13px 0;
}

#noflash img {
	float: right;
}

/*==================================*/
/*------------ FEATURES ------------*/
/*==================================*/

#feature1 { float: left; width: 388px; height: 139px; background: url(../images/home/feature1.jpg) no-repeat top left; color: #950339; font-size: .8em; padding: 35px 130px 0 19px;}
#feature1 a, #feature1 a:visited{color: #950339;}
#feature1 a:hover {text-decoration: underline;}
#feature1 h2 {font-weight: normal; font-size: 1.4em; padding: 0 0 20px 0;}
#feature1 .button a{ background:url(../images/home/feature1button.gif) 0 50% no-repeat; text-indent: -9999em; overflow: hidden; display: block; width: 92px; height: 24px;}
#feature1 .button a:hover { background:url(../images/home/feature1button.gif) -92px 50% no-repeat;}
#feature1 p {padding: 0 0 20px 0;}

#feature2 {
	float: left; width: 278px; height: 139px; background: url(../images/main/feature2.jpg) no-repeat top right; color: #0064A5; font-size: .8em; padding: 35px 85px 0 0; }
#feature2 a, #feature2 a:visited{ color: #0064A5;}
#feature2 a:hover{ text-decoration: underline; }
#feature2 h2 { font-weight: normal; font-size: 1.4em; padding: 0 0 20px 0; }
#feature2 p {padding: 0 0 20px 0;}
#feature2 .button a{ background:url(../images/home/feature2button.gif) 0 50% no-repeat; text-indent: -9999em; overflow: hidden; display: block; width: 125px; height: 24px;}
#feature2 .button a:hover{ background:url(../images/home/feature2button.gif) -124px 50% no-repeat;}