@charset 'utf-8';

/*---------------- Index Banner ---------------*/

#banner{
	background:url(../images/banner_bg.jpg) no-repeat top center;
	height:372px;
}
#banner h1, #banner h2{
	text-transform:uppercase;
	position:absolute;
}
#banner_left{
	float:left;
}
h1.heading{
	font-size:1.8em;
	margin:172px 0 0 0;
	color:#717171;
}
h2.heading{
	margin:255px 0 0 108px;
	font-size:1.2em;
}
#banner_left h2{
	color:#3ea6ef;
}
#banner_title_color{
	color:#2f79ad;
}


#banner_photo{
	background:url(../images/banner_photo.png) no-repeat top center;
	width:664px;
	height:373px;
	float:right;
	position:relative;
	z-index:100;
	margin-right:-140px;
}



/*---------------- Index Content ---------------*/
.col1, .col2{
	width:276px;
	padding:20px 0px 30px 20px;
	float:left;
}

.col1 h1, .col2 h1, #sidebar_links h1{
	margin-bottom:20px;
	color:#6fa7ce;
	font-size:1.2em;
	text-transform:uppercase;
}


.col1 img, .col2 img{
	margin-top:11px;
}

.col1 p{
	margin:20px 0 0 0;
	color:#6a6a6a;
	text-transform:none;
}

#col2_sub{
	margin:20px 0 0 0;
	list-style:none;
}

#col2_sub li{
	padding:0 0 0 30px;	
	color:#6a6a6a;
	background:url(../images/tick.gif) no-repeat left center;
}






