@charset "utf-8";

html, html#js, html#nojs {
	
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #fff;
}

a:hover {
	color: #c1eaab;
}

h1, h2, h3{
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

h1{
	font-size: 35px;
	line-height: 1em;
	margin: 0 0 .7em;
}

h1 .dark{
	font-size: 25px;
	line-height: 1em;
	color: #4d7b1a;
	display: block;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

h2{
	font-size: 27px;
	line-height: 1em;
	margin: 0 0 .7em;
}

#headerWrapper {
	background: #fff url(/../images/header-bg.jpg) no-repeat center 172px;
}

#header{
	position: relative;
	height: 497px;
	width: 970px;
	margin: 0 auto;
}

#wrapper {
	position: relative;
	background: url(/../images/content-shadow.png) repeat-y center 0;
}

#logo{
	position: absolute;
	display: block;
	left: 25px;
	top: 42px;
	width: 391px;
	height: 86px;
	background: url(/../images/logo.png) no-repeat;
	border: 0;
}

#menu{
	position: absolute;
	top: 75px;
	right: 25px;
	list-style-type: none;
	border: none;
	padding: 0;
	margin: 0;
}

#menu li {
	vertical-align: top;
	display: inline-block;
}

#menu li a {
	text-decoration: none;
	vertical-align: top;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #79bd29 url(/../images/menu.png) repeat-x;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

#menu li a:hover, #menu li a.selected {
	background-color: #58761e;
	background-position: 0 100%;
}

#menu li a.selected {
	cursor: default;
}

#content{
	font-weight: lighter;
	position: relative;
	z-index: 10;
	overflow: hidden;
	color: #fff;
	width: 920px;
	margin: -166px auto 0;
	background: #85b12b url(/../images/content-bg.png) repeat-y;
}

#content a{
	font-weight: normal;
}

#content p{
	font-size: 15px;
	line-height: 1.3em;
	margin: 0 0 1.5em 0;
}

#content p.bold{
	font-weight: bold;
}

#content p:last-child{
	margin: 0;
}

#mainColumn{
	float: left;
	width: 468px;
	padding: 65px 65px 50px;
}

#contactForm{
	width: 388px;
}

#contactForm input, #contactForm textarea{
	padding: 4px;
	border: 0;
	display: block;
	outline: none;
	margin: 0 0 10px;
	/*
    background: #90c84d url(/../images/form-input-bg.png);
	color: #fff;
	*/
	background-color:#FFF;
	color:#333;
}

#contactForm textarea{
	padding: 6px 4px;
	width: 380px;
}

#contactForm input.submit{
	display: inline;
	background: transparent;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 300px;
}

#leadCapture {
	padding: 0;
	margin: 0;
	height:190px;
}

#leadForm{
	width: 280px;
}

#leadForm input, #leadForm textarea{
	padding: 4px;
	border: 0;
	display: block;
	outline: none;
	margin: 0 0 10px;
    /*
    background: #90c84d url(/../images/form-input-bg.png);
	color: #fff;
	*/
	background-color:#FFF;
	color:#333;
	width: 220px;
}

#leadForm textarea{
	padding: 6px 4px;
	width: 280px;
}

#leadForm input.submit{
	display: inline;
	background: transparent;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 80px;
}

#sideColumn{
	float: right;
	padding: 47px 47px 47px 0;
	width: 228px;
}

.arrowList{
	list-style-type: none;
	padding: 0;
	margin: 0 0 2.5em 0;
}

.arrowList li{
	font-weight: bold;
	line-height: 1.4em;
	padding: 0 0 1em 30px;
	background: url(/../images/arrow.png) no-repeat 0 0;
}

.arrowListLight{
	list-style-type: none;
	padding: 0;
	margin: 0 0 2.5em 0;
}

.arrowListLight li{
	font-weight: bold;
	line-height: 1.4em;
	padding: 0 0 1em 30px;
	font-size:14px;
	background: url(/../images/arrowlite.png) no-repeat 0 0;
}

#testimonials{
	padding: 50px 0 0 0;
}

#testimonials h2{
	margin: 0 0 .4em;
}

#testimonials ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#testimonials ul li{
	min-height: 20px;
	padding: 20px 0 10px 15px;
	background: url(/../images/side-quote.png) no-repeat;
}

#testimonials ul li p{
	margin: 0 0 .5em 0;
}

#testimonials ul li .author{
	text-align: right;	
	font-style: italic;
}

#contactInfo dl, #contactInfo dd, #contactInfo dt{
	padding: 0;
	margin: 0;
}

#contactInfo dd{
	font-size: 15px;
	font-weight: bold;
	color: #73b723;
	line-height: 1em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	padding: 0 0 2px 0;
}

#contactInfo dt.phone{
	font-weight: bold;
	font-size: 27px;
	padding: 0 0 15px 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

#footer{
	overflow: hidden;
	line-height: 1.4em;
	color: #666;
	font-size: 11px;
	margin: 0 auto;
	width: 880px;
	padding: 40px 45px 20px;
	background: #fff url(/../images/content-bottom.png) no-repeat center top;
}

#footer a{
	color: #666;
	font-weight: bold;
}

#footer a:hover{
	color: #222;
}

.icon {
	vertical-align: bottom;
	display: inline-block;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
}

.SIPC {
	width: 44px;
	height: 22px;
	background-image: url(/../images/logo-sipc.png);
}

.NFA {
	width: 38px;
	height: 22px;
	background-image: url(/../images/logo-nfa.png);
}

.FINRA {
	width: 51px;
	height: 22px;
	background-image: url(/../images/logo-finra.png);
}




