@charset "UTF-8";
/* 
Title:     homepage.css - Wilgan Insurance, Inc.
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

#innerwrap {
	padding: 0;
}

#sidebar {
	float: right;
	margin: 30px 0;
	padding: 0 0 100px 0;
	width: 265px;
	font-size: 100%;
	line-height: 1.5em;
	color: #333;
	background: #eaeaea;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
#sidebar strong {
	font-size: 110%;
}
/* Channels

==================================================================== */

ol.channels {
	float: left;
	list-style: none;
	margin: 30px 0 30px 0;
	padding: 0 0 0 25px;
	width: 970px;
	display: inline;
}
ol.channels li {
	float: left;
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
}
ol.channels li div.channel {
	position: relative;
	border: 5px solid #eaeaea;
}
ol.channels li div.channel a span {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	color: #ccc;
	background-color: #333;
	background: rgba(0,0,0,.7);
}
ol.channels li div.channel a span strong {
	display: block;
	padding: 10px 10px 0 10px;
	font-weight: normal;
	font-style: normal;
	font-size: 110%;
	color: #fff;
}
ol.channels li div.channel a span em {
	display: block;
	padding: 0 10px 10px 10px;
	font-style: normal;
	font-size: 90%;
	color: #e3c887;
}
ol.channels li div.special-img img {
	max-width: 100%;
}

.BeneClick {
	clear: both;
	padding: 30px 0; 
	/*background:#1e3c5e;*/ 
	background: #eaeaea;
	color:#fff; 
	text-align:center;
}
.BeneClick h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	color: #0989c6;
}
.BeneClick p {
	font-size: 1.25em;
}

.BeneClick .btn {
	display:inline-block;
	margin: 0 auto;
	padding: 8px 10px;
	width: 160px; 
	color: #0989c6;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: .02em;
	background: #fff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.BeneClick .btn:hover {
	color: #fff;
	background: #0989c6;
}

.ACA {
	clear: both;
	padding: 10px 0 30px 0; 
	background:#1e3c5e; 
	color:#fff; 
	text-align:center;
}
.ACA h2 {
	margin: 0;
	padding: .5em 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	color: #0989c6;
}
.ACA p {
	font-size: 1.25em;
}

.ACA .btn {
	display:inline-block;
	margin: 0 auto;
	padding: 8px 10px;
	width: 160px; 
	color: #0989c6;
	font-family: "Impact", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: .02em;
	background: #fff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ACA .btn:hover {
	color: #fff;
	background: #0989c6;
}