@charset "utf-8";
/* CSS Document */
body {
	background-color:#f0f0f0;
}
#holder { background:url(/images/home/bg-body.gif) top left repeat-y; }
#top-content {
	background-image:url(/images/home/bg-banner.png);
	height:184px;
}
#main-content {
	background:url(/images/home/bg-main.jpg) top left no-repeat;
	padding-left:18px;
	width:955px;
	}
	#content { width:702px; padding:10px 80px 6px 35px; }
	#content p { padding:0 0 10px 10px; line-height:18px; }
#top-links {
	float:none;
	padding:0;
	position:absolute;
	top:163px;
	right:10px;
}
.big-button {
	background:url(/images/home/large-button.png) top left no-repeat;
	width:168px;
	/*height:177px;*/
	height:188px;
	display:block;
	margin-right:15px;
	float:left;
	text-decoration:none;
	padding:20px 36px 0 19px;
	color:#3a3b3c!important;
}
.big-button:visited {
	text-decoration:none;
}
.big-button:hover {
	/*background-position:0 -203px;*/
	background-position:0 -208px;
	text-decoration:none;
}
	.big-button p {
		line-height:16px;
		margin-top:10px;
		}
		.big-button p span {
			font-weight:bold;
			text-decoration:none;
			background:url(/images/home/arrows.gif) no-repeat;
			background-position:right 5px;
			padding-right:13px;
			}
		.big-button:hover p span { text-decoration:underline; }
		
#button-holder {
	padding:40px 0 0 35px;
}
#cta {
	border:none;
	padding-top:13px;
	float:right;
	margin-right:1px;
}
hr { border:none; background-color:#c7c7c7; height:1px; width:686px; margin-top:10px; margin-bottom:0; margin-left:0; }
#gold-seal { width:171px; }
#mria { width:500px; margin-top:15px;}
#footer {
	background:url(/images/home/footer.gif) top left no-repeat;
	margin-left:-18px;
	color:#000;
}