@charset "utf-8";
/* CSS Document */

BODY {
	margin-top: 0px;
	margin-bottom: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	background-image: url(images/site-bg-interior.gif);
	background-repeat: repeat-x;
	background-color: #f2f2f2;
}

/*Divider*/
#divider{
	height: 175px;
	width: 960px;
	background-image: url(images/callout-bg.jpg);
	background-position: center bottom;

}
#divider h1 {
	font-size: 40px;
	text-align: left;
	width: 650px;
	margin-left: 10px;
	padding-top: 55px;
	color: #FFFFFF;
	float: left;
}
#divider .button {
	float: right;
	width: 210px;
	margin-top: 55px;
}
/*Web Site Features Box*/
#feature-box {
	width: 334px;
	height: 129px;
	color: #FFFFFF;
	text-align: left;
	padding: 25px;
	background-image: url(images/feature-bg.gif);
	background-repeat: no-repeat;
	float: right;
	margin-left: 10px;
	clear: both;
	margin-bottom: 15px;
}
#feature-box h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#feature-box ul {
	margin-left: 15px;
	float: left;
	color: #FFFFFF;
	margin-right: 20px;
	font-size: 11px;
	line-height: 18px;
}
/*Interior Classes*/
#interior-content {
	width: 900px;
}
#interior-content h4 {
    padding-top: 15px;
	padding-left: 15px;
	margin-left: 0;
	margin-bottom: 15px;
	background-image: url(images/headline-bg.gif);
	background-repeat: no-repeat;
	font-size: 32px;
	color: #FFFFFF;
	width: 862px;
	height: 46px;
	clear: both;
}
/*Site Thumbs*/
.layout-container {
	width: 900px;
	clear: both;

}
.web-thumb  {
	padding-bottom: 10px;
	float: left;
	width: 275px;
	margin-right: 20px;
	list-style: none;
	text-align: left;
	font-size: 12px;
	line-height: 1.6em;	
}
/*Carousel Div*/
#mycarousel {
	width: 840px;
	height: 215px;
	text-align: left;
	overflow: hidden;
	float: left;
	position: relative;
}
#mycarousel li {
	list-style: none;
	display: inline-block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;	
}
.arrows {
    margin-top: 100px;
	width: 24px;
	float: left;
	position: relative;
}

