@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
#wrapper {
	width:650px;
	margin:0 auto 30px;
	padding:0 35px 35px;
	background:url(/images/usflag.jpg) 50% 0 no-repeat;
}
#masthead {
	background:#fff url(/images/masthead.png) 50% 0 no-repeat;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
#masthead a {
	display:block;
	width:648px;
	height:80px;
	line-height:80px;
}
#navigation {
	border:1px solid #ccc;
	background:#fff;
	margin-bottom:20px;
	overflow:auto;
	padding:13px 10px;
}
#main {
	border:1px solid #ccc;
	background:#fff url(/images/content.png) 0 100% repeat-x;
	padding:20px;
}
#content {
}
#service_info {
	clear:both;
}
#service_info #insurance,
#service_info #taxes {
	margin-right:20px;
}
#service_info #insurance,
#service_info #taxes,
#service_info #annuities {
	width:187px;
	float:left;
	border:1px solid #ccc;
	background:#fff;
}
#foot {
	clear:both;
	padding-top:20px;
}
#buttons {
	width:250px;
	float:right;
	margin-left:20px;
}
#buttons img {
	margin-bottom:20px;
}
img,
a img {
	border:none;
}
#jeff_moore img {
	border:1px solid #ccc;
}
.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
blockquote {
	padding-left:20px;
}