@charset "UTF-8";
/* CSS Document */
<!--

html,body,td,th {
	font-family: georgia,garamond,serif;
	font-size: 15px;
	color: #000;
}
body {
	background:url(images/bg.png) #cdcdcd;
	margin: 0px;
	border-top: 5px solid #8a9562;
}
h1 {
	color:#a3d200;
	font-size: 29px;
	font-weight:bold;
}
a {
	text-decoration: underline;
	color: #8a9562;
}
a:hover {
	text-decoration: none;
	color: #a3d200;
}

.outside {
	margin-bottom:-5px;
	background:url(images/assets/center_tile.png) repeat-y center;
	overflow:auto;
}
.center {
	background:#FFF;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}

.logoLeft {
	background:url(images/logo.png) no-repeat center;
	float:left;
	width:412px;
	height:141px;
}
.ccam { 
	float:left;
	width:289px;
	height:95px;
	text-align:center;
	padding-top:46px;
}
.logoRight {
	height:111px;
	width:289px;
	float:right;
	text-align:center;
	padding-top: 30px;
}

.buttonBar {
	border-top:2px solid #a3d200;
	border-bottom: 2px solid #a3d200;
	width:100%;
	float:left;
}
.button a {
	width:163px;
	float:left;
	margin:1px;
	background:#8a9562;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	color:#FFF;
	font-size:19px;
	text-decoration:none;
}
.button a:hover {
	background:#a3d200;
}

.video {
	width:650px;
	height:390px;
	float:left;
	padding-top:10px;
	text-align:center;
}

.insuranceButtons {
	width:330px;
	height:380px;
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}
.freeQuote {
	background:url(images/assets/get_a_quote_box.png) #a3d200;
	height: 76px;
	width:312px;
	color:#fff;
	font-size:29px;
	font-weight:bold;
	text-align:right;
	padding-right:18px;
	padding-top:5px;
	margin-bottom:12px;
}
.largeButton a {
	display:block;
	width:306px;
	height:51px;
	background:url(images/large_button.png) #8a9562;
	color:#FFF;
	font-size:29px;
	text-decoration:none;
	padding-left: 15px;
	padding-top: 18px;
	margin-bottom:5px;
}
.largeButton a:hover {
	background:url(images/large_button_roll.png) #a3d200;
}
.buttonIcons {
	margin-top:-10px;
	float: left;
	padding-right:15px;
	border:0px;
}

.flash {
	width:990px;
	height:207px;
	background:#8a9562;
	color:#fff;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	text-align:center;
}
.content {
	width:900px;
	padding:45px;
	padding-right:45px;
	padding-top:25px;
	float:left;
}

.smallButtonBar {
	text-align:center;
	width:975px;
	padding-left:15px;
}
.smallButton a {
	display:block;
	width:221px;
	height:58px;
	background:url(images/small_button.png) #8a9562;
	color:#FFF;
	font-size:19px;
	text-decoration:none;
	padding-top: 11px;
	text-align:center;
	float:left;
	margin:9px;
}
.smallButton a:hover {
	background:url(images/small_button_roll.png) #a3d200;
}
.socialIcons {
	margin:15px;
	border:0px;
}

.socialBar {
	width:455px;
	float:left;
	padding:20px;
	text-align:center;
}

.footer {
	background:#8a9562;
	padding:45px;
	width:900px;
	float:left;
	color:#fff;
	text-align:center;
}
.footer a {
	color:#fff;
	text-decoration:underline;
}
.footer a:hover { text-decoration:none; }

.formTable {
	padding: 10px;
	width: 50%;
	border-bottom: 1px solid #c2c2c2;
}

-->
