@charset "utf-8";
/* CSS Document */

/* Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-indent: 0;
}

body {
	background: url(../img/main-bg.jpg) top center no-repeat #004d09;
}

#wrapper {
	padding-top: 26px;
}

#wrapper .header-wrapper {
	height: 83px;
	background: #fff;
	width: 100%;
}

#wrapper .header-wrapper .header {
	height: 83px;
	position: relative;
	width: 992px;
	margin: 0 auto;
}

#wrapper .header-wrapper .header .logo {
	background: url(../img/retirement_solutions.jpg) top left no-repeat;
	position: absolute;
	top: 0px;
	left: -20px;
	height: 83px;
	width: 255px;
	display: block;
	cursor: pointer;
}

#wrapper .main-wrapper {
	margin: 0 auto;
	width: 992px;
}

#wrapper .main-wrapper .content-wrapper {
	padding-top: 13px;
	float: left;
	display: inline;
	width: 785px;
}

#wrapper .main-wrapper .content-wrapper .menu {
	width: 760px;
	height: 51px;
	/*background: url(../img/nav.jpg);*/
	position: relative;
}

.menu ul {
	list-style-type: none;
}

.menu ul li {
	display: inline;
	float: left;
	position: relative;
}

.menu ul a:link, .menu ul a:visited {
	display: block;
	float: left;
	height: 51px;
	background-repeat: no-repeat;
	background: url(../img/nav.jpg) top left no-repeat;
	cursor: pointer;
	position: relative;
}

/** home link **/
.menu li.home a:link, .menu li.home a:visited {
	width: 88px;
	background-position: 0px -0px;
}

.menu li.home a:link.currentAncestor,
.menu li.home a:visited.currentAncestor,
.menu li.home a:hover,
.menu li.home #current {
	background-position: 0px -51px;
}


/** About link **/
.menu li.about a:link, .menu li.about a:visited {
	width: 116px;
	background-position: -88px -0px;
}

.menu li.about a:link.currentAncestor,
.menu li.about a:visited.currentAncestor,
.menu li.about a:hover,
.menu li.about #current {
	background-position: -88px -51px;
}

/** services link **/
.menu li.services a:link, .menu li.services a:visited {
	width: 110px;
	background-position: -204px -0px;
}

.menu li.services a:link.currentAncestor,
.menu li.services a:visited.currentAncestor,
.menu li.services a:hover,
.menu li.services #current {
	background-position: -204px -51px;
}

/** client-center link **/
.menu li.client-center a:link, .menu li.client-center a:visited {
	width: 151px;
	background-position: -314px -0px;
}

.menu li.client-center a:link.currentAncestor,
.menu li.client-center a:visited.currentAncestor,
.menu li.client-center a:hover,
.menu li.client-center #current {
	background-position: -314px -51px;
}

/** contact link **/
.menu li.contact a:link, .menu li.contact a:visited {
	width: 102px;
	background-position: -465px -0px;
}

.menu li.contact a:link.currentAncestor,
.menu li.contact a:visited.currentAncestor,
.menu li.contact a:hover,
.menu li.contact #current {
	background-position: -465px -51px;
}

/** become-a-client link **/
.menu li.become-a-client a:link, .menu li.become-a-client a:visited {
	width: 193px;
	background-position: -567px -0px;
}

.menu li.become-a-client a:link.currentAncestor,
.menu li.become-a-client a:visited.currentAncestor,
.menu li.become-a-client a:hover,
.menu li.become-a-client #current {
	background-position: -567px -51px;
}

#wrapper .main-wrapper .content-wrapper .content-top {
	background: url(../img/content-top.png) top left no-repeat;
	padding-top: 11px;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill {
	background: url(../img/content-bg-y.png) top left repeat-y;
	width: 761px;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .home {
	height: 450px;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .content {
	background: url(../img/content-bg.png) bottom left no-repeat;
	width: 691px;
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
	padding-top: 10px;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .clear {
	padding-left: 21px;
	padding-right: 45px;
	padding-top: 0px;
}

.title {
	font-family: Times;
	font-size: 20px;
	color: #066322;
	font-weight: bold;
	height: 28px;
	padding-bottom: 20px;
}

.fancy {
	padding-right: 57px;
	background: url(../img/title-fancy.png) top right no-repeat;
	height: 28px;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .content p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Times;
	font-size: 14px;
	color: #464646;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .content p.big {
	font-size: 24px;
	color: #0c6624;
	font-weight: bold;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .content p.big-black {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .content p a, #wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .content p a:visited {
	text-decoration: none;
	color: #066322;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .content p a:hover {
	text-decoration: underline;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .content .people {
	position: absolute;
	bottom: 0px;
	left: 21px;
	height: 265px;
	width: 476px;
	background: url(../img/people.jpg);
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .content .video {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 205px;
	text-align: center;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-back-fill .content .video .solution-button {
	background: url(../img/solution-button.png) top left no-repeat;
	height: 39px;
	width: 162px;
	cursor: pointer;
	border: 0px;
}

#wrapper .main-wrapper .content-wrapper .content-top .content-bottom {
	background: url(../img/content-bottom.png) top left no-repeat;
	height: 26px;
	width: 761px;
}

#wrapper .main-wrapper .sidebar-wrapper {
	width: 207px;
	float: left;
	display: inline;
	padding-top: 40px;
}

#wrapper .main-wrapper .sidebar-wrapper .sidebar-top {
	width: 207px;
	padding-top: 20px;
	background: url(../img/sidebar_top.png) top left no-repeat;
	position: relative;
}

#wrapper .main-wrapper .sidebar-wrapper .sidebar-top .sidebar-back-fill {
	width: 207px;
	background: url(../img/sidebar-bg-y.png) top left repeat-y;
}

#wrapper .main-wrapper .sidebar-wrapper .sidebar-top .sidebar-back-fill .sidebar-content {
	width: 185px;
	background: url(../img/sidebar-bg.png) bottom left no-repeat;
	padding-left: 22px;
}

#wrapper .main-wrapper .sidebar-wrapper .sidebar-top .sidebar-bottom {
	width: 207px;
	height: 20px;
	background: url(../img/sidebar-bottom.png) top left no-repeat;
}

#wrapper .main-wrapper .sidebar-wrapper .sidebar-top .swoosh {
	position: absolute;
	width: 56px;
	height: 24px;
	top: 10px;
	left: 75px;
	background: url(../img/swoosh.png) top left no-repeat;
}

#wrapper .footer-wrapper {
	width: 972px;
	margin: 0 auto;
	height: 400px;
	padding-left: 20px;
	padding-top: 20px;
}

#wrapper .footer-wrapper .footer {
	width: 669px;
	background: url(../img/footer-bg.png) top left repeat-y;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: Georgia;
	padding: 26px;
}

#wrapper .footer-wrapper .footer a, #wrapper .footer-wrapper .footer a:visited {
	text-decoration: none;
	color:#fff;
}

#wrapper .footer-wrapper .footer a:hover {
	text-decoration: underline;
}

#wrapper .footer-wrapper .boss {
	padding-top: 14px;
	padding-left: 7px;
	position: relative;
}

#wrapper .footer-wrapper .boss .boss-logo {
	position: absolute;
	top: 14px;
	left: 7px;
	width: 32px;
	height: 35px;
}

#wrapper .footer-wrapper .boss .boss-content {
	padding-left: 38px;
	font-family: Georgia;
	font-size: 14px;
	color: #fff;
}

#wrapper .footer-wrapper .boss .boss-content a, #wrapper .footer-wrapper .boss .boss-content a:visited {
	color: #fff;
	text-decoration: none;
}

#wrapper .footer-wrapper .boss .boss-content a:hover {
	text-decoration: underline;
}

.large {
	font-size: 15px;
	font-weight: bold;
}

.bio-image {
	display: block;
	float: left;
	height: 116px;
	width: 115px;
}

.content-left {
	text-align: center;
	width: 300px;
	float: left;
	display: inline;
	font-size: 16px;
	font-family: Times;
	font-weight: bold;
	padding-top: 10px;
}

.content-left a, .content-left a:visited {
	color: #000;
	text-decoration: none;
}

.content-left a:hover {
	text-decoration: underline;
}

.content-right {
	width: 380px;
	float: left;
	display: inline;
}

.ending {
	background: url(../img/twist.jpg) top center no-repeat;
	height: 43px;
}

.content-contact {
	background: url(../img/contact-bg.jpg) top left no-repeat;
	height: 468px;
	width: 709px;
	padding-left: 10px;
	font-weight: bold;
}

.bigg {
	font-family: Times;
	font-size: 18px;
	color: #754c24;
	text-transform: uppercase;
	padding-top: 15px;
	padding-left: 25px;
}

.littleg {
	font-family: Times;
	font-size: 12px;
	color: #555;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 10px;
}

.rm-button {
	width: 86px;
	height: 26px;
	background: url(../img/read-more-button.jpg) top left no-repeat;
	border: 0px;
	margin-left: 60px;
	margin-bottom: 5px;
}

.input{
	width: 300px;
	margin-bottom:30px;
	display: block;
	margin-left: 30px;

}

.submit{
	
	margin-bottom:30px;
	
	margin-left: 30px;

}