@charset "iso-8859-1";
/* CSS Document */

.wrapper {
	background				: #fff url(img/homeNavBG.jpg) repeat-x;
}

.feature {
	background				: url(img/featureBG.jpg);
	height					: 300px;
	margin-bottom			: 20px;
	position				: relative;
}


.col1 {
	width					: 280px;
	float					: left;
}

.col2 {
	width					: 210px;
	float					: left;
	margin					: 0 30px 0 20px;
}

.col2 h2 {
	padding:0;
	margin:10px 0;
	font-size:20px;
	text-transform:uppercase;
	color:#666666;
}

.col2 ul {
	border-top				: #e5e5e5 solid 1px;
	border-bottom			: #e5e5e5 solid 1px;
	padding					: 14px 0;
	margin					: 0;
	list-style				: none;
}

.green {
	border-top				: #e5e5e5 solid 1px;
	border-bottom			: #e5e5e5 solid 1px;
	padding					: 14px 0;
	margin					: 0;
	list-style				: none;
}

.col2 ul li {margin:5px 0;}

.col2 ul li {
	background				: url(img/greenbullet.jpg) no-repeat;
	padding					: 5px;
}


.col2 ul li a {
	/*background				: url(img/greenbullet.jpg) no-repeat;
	padding					: 5px;*/
	padding-left			: 36px;
	display					: block;
	text-transform			: uppercase;
	text-decoration			: none;
	color					: #999999;
	font-weight				: bold;
	border:#fff solid 1px;
	width:160px;
}

.col3 {
	width					: 440px;
	float					: right;
}

.featureButton {
	display					: block;
	height					: 70px;
	border-bottom			: #e5e5e5 solid 1px;
	padding					: 20px;
	color					: #999;
}

.featureButton a {
	text-transform			: uppercase;
	font-size				: 24px;
	width					: 300px;
	display					: block;
	line-height				: 20px;
	cursor					: pointer;
	text-decoration			: none;
	margin-bottom:10px;
}

.featureButton em {display:block;}

.featureButton1 {
	border-top				: #e5e5e5 solid 1px;
	background				: url(img/btn1.jpg) no-repeat right top;
}

.featureButton1 a {color:#829fb1;}

.featureButton2 {background:url(img/btn2.jpg) no-repeat right top;}
.featureButton2 a {color:#85c24f;}

.featureButton3 {background:url(img/btn3.jpg) no-repeat right top;}
.featureButton3 a {color:#000;}


.homeText {background:#fafafa;padding:20px;margin-left:0px;padding-top:30px;border-top:#e5e5e5 solid 1px;border-bottom:#e5e5e5 solid 1px;margin-top:50px;/*padding-right:260px;*/}
.homeText h1,.homeText h2 {color:#999;margin:0;padding:0;font-size:14px;margin-bottom:10px;}
.homeText h2 {margin-top:30px;}
.homeText p {padding:0;margin:0;margin-bottom:10px;color:#999;}
.homeText ul {list-style:square;padding-left:16px;}
.homeText li {padding:0;margin:0;margin-bottom:10px;color:#999;}

.laptop {
	width:312px;
	height:10px;
	background:url(img/laptop.gif);
	position:absolute;
	top:-10px;
	right:48px;
	overflow:hidden;
}


