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

body {
	margin:0;
	font:83% Arial, Helvetica, sans-serif;
	line-height:140%;
	color:#333232;
	text-align:center;
	background:#c8b399 url(../images/bkgd_gradient_brown.jpg) repeat-x top;
}

a {
	color:#06C;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#036;
}

#content p {
	margin-top:0;
	margin-bottom:20px;
	padding:0;
}

#main_wrapper {
	width:950px;
	text-align:left;
	margin:0 auto;
	padding:10px 20px 20px 20px;
	background:#FFF;
	min-height:400px;
}

h1 {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight:normal; 
	border-bottom:1px dotted #999;
	margin:0 0 10px 0; 
	padding:5px 0 15px 0;
	color:#333232;
}

h2 {
	margin:5px 0; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight: normal;
	color:#333232;
}

h3 {
	color:#333232;
}

.h2span {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:18px;
}

ul {
	margin:0 0 20px 0;
	padding-left:20px;
	list-style-type:square;
}


#header {
	height:105px;
	width:100%;
	position:relative;
}
/** LAYOUT **/
.borderhorzbrown {
	background:#ece3e4; 
	height:5px; 
	width:100%; 
	margin-top:0;
	
}

.borderhorzblue {
	background:#e4edf2; 
	height:15px; 
	width:100%; 	
}

#content_wrapper {
	width:725px;
	margin-top:10px;
	float:left;
}

#content {
	float:left; 
	margin-left:15px; 
	width:520px;
}

#content_fullwidth {
	float:left; 
	width:720px;
}

#content_fullwidth p{
	margin-top:0;
}

#right_cta {
	background:#fff6e7;
	width:180px;
	float:right;
	height:270px;
	font:20px Georgia, 'Times New Roman', Times, serif;
	line-height:28px;
	text-align:center;
	padding:15px;
}

#right_form {
	background:#fff6e7;
	width:180px;
	float:right;
	font:90% Georgia, 'Times New Roman', Times, serif;
	line-height:120%;
	text-align:left;
	padding:15px;
	margin-top:10px;
}

#right_form form{
	font:12px Arial, Helvetica, sans-serif;
}

#right_form input{
	margin:10px 0 1px 0;
	width:175px
}


.horizontal_rule {
	border-bottom:1px dotted #999; 
	margin:10px 0;
	clear:both;
}

#quote {
	float:right; 
	line-height:24px; 
}

.quote_home {
	font:17px Georgia, 'Times New Roman', Times, serif;
	background:#e4edf2;
}

.quote_home a.jesse{
	float:right;
	display:block;
	margin:15px 15px 0 15px;
	width:260px;
}

.quote_open {
	font:16px Georgia, 'Times New Roman', Times, serif; 
	margin-top:20px;
	width:200px;
	padding:0 5px;
}

.quote_name {
	text-align:right;
	margin:0;
}

.quote_title {
	font-size:13px;
	line-height: 18px;
	padding-top:10px;
}

#footer {
	clear:both;
	font-size:12px;
	margin:5px auto;
	width:980px;
}

.spotlight {
	padding:15px;
	background:#e4edf2;
	margin-bottom:20px;
}

.spotlight2 {
	padding:15px;
	background:#FFC;
	margin-bottom:20px;
}

.spotlight h2, spotlight2 h2{
	margin-top:0;
}

.spotlight img{
	margin:2px 7px 3px 0;
}

.nomargin {
	margin:0
}


/** HOME LAYOUT **/
#program_wrapper {
	float:left;
	width:649px;
	border-top: 1px dotted #999;
	
}

.program {
	float:left; 
	width:195px; 
	border-left:1px dotted #999; 
	margin-top:10px;
	padding:0 10px 3px 10px;
	font-size:90%;
	line-height:150%;
}

.program p{
	margin:0;
}

.program h2{
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight:normal; 
	font-size:20px;
	margin:7px 0;
}


/** NAVIGATION **/
#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#000;
	font: 14px;
}

#nav li a{
	font: 14px;
	color:#C33;
	
}

#nav.topnav {
	position:absolute;
	bottom:0;
	right:0;
}

#nav.topnav ul{
	list-style:none;
	margin:0;
	padding:0;
}

#nav.topnav ul li{
	display:inline;
	float:left;
	position:relative;
}

#nav.topnav ul li a, #nav.topnav ul li.active{
	padding:5px 25px 5px 5px;
	text-decoration:none;
	line-height:20px;
	display:block;
	white-space:nowrap;
	border: 1px solid #FFF;
}

.font_black{
	color:#000;
}

#nav.topnav ul li a:hover{
	background:#fff6e7;
	border:1px solid #DDD;
	color:#C33;
}

#nav.topnav ul ul{
	display:none;
	position:absolute;
	top:30px;
	left:0;
}

#nav.topnav ul ul li{
	border-bottom:1px dotted #999;
	border-right:1px solid #DDD;
	border-left:1px solid #DDD;
}



#nav.topnav ul li:hover ul {
	display:block;
}

#nav.topnav li ul a{
	background:#fff6e7;
	font-weight:normal;
	color:#333;
	width:200px;
}

#nav.topnav li ul a:hover{
	background:#FFF;
}


#nav.leftnav {
	float:left; 
	width:190px;
}

#nav.leftnav li{
	padding:5px 0;
	border-bottom:1px dotted #999;
}

#nav.leftnav li ul{
	padding:0 0 0 5px;
	font-weight:normal;
}

#nav.leftnav li ul li{
	padding:5px 0 0 10px;
	font-weight:normal;
	border:none;
}

#strategies {}

/** MISCELLANEOUS **/
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.more_link{
	float:right;
	font-size:9px;
	font-weight:bold;
	height:11px;
	margin-top:5px;
	color:#C33;
	text-align:right;
	width:100%;
}

.more_arrow {
	margin:4px 0 0 3px;
	float:right;
}

.footnote {
	font-size:11px;
	line-height:100%;
}

.back_top {
	font-size:11px;
	text-align:right;
	padding:0;
}

.no_space {
	margin:0px;
}

.no_space_top {
	margin-top:0;
}



#strategies ul{
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	font-weight:bold;
}

#strategies li{
	width:230px; 
	background-color:#e4edf2; 
	text-align:center; 
	margin:3px;
}

#strategies li a{
	display:block;
	padding:5px;
	text-align:left;
	line-height:100%;
	background:url(../images/arrow_blue.png) 217px 5px no-repeat;
}

#strategies li a:hover{
	background:#e1e1e1 url(../images/arrow_blue.png) 219px 5px no-repeat;
}

#resources ul{
	float:left;
	padding:0;
	margin-left:30px;
	list-style-type:none;
	font-weight:bold;
}

#resources li{
	width:450px; 
	background-color:#e4edf2; 
	text-align:center; 
	margin:3px;
}

#resources li a{
	display:block;
	padding:5px;
	text-align:left;
	line-height:100%;
	background:url(../images/arrow_blue.png) 437px 5px no-repeat;
}

#resources li a:hover{
	background:#e1e1e1 url(../images/arrow_blue.png) 439px 5px no-repeat;
}

#faq li{
	padding:15px 0 5px 0;
	border-bottom: 1px dotted #999;
}

#faq ul li{
	padding:0;
	border-bottom:none;
}

/* tables for charts -------------------------------------------*/
table {
	width:100%;
	font-size:90%;
	border:0;
	line-height:100%;
	vertical-align:top;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
}

table td {
	padding:5px;
	margin:1px;
	text-align:center;
}

table tr.header {
	font-weight:bold;
	color:#FFF;
}

table tr.header td{
	background:#369;
	border:1px solid #FFF;
}


table tr.alt td{
	background:#EEE;
	border:1px solid #FFF;
}

.testimonial {
	clear:both;
	margin-top:25px;
}

.testimonial_name {
	text-align:right;
}

.blue_link {
	color:#06C;
}

.input_line{
	border:none;
	border-bottom:1px solid;
}

.tbl_rate{
	width:90%;
	border:none;
	border:1px solid #E4EDF2;
}

.tbl_rate th{
	padding:5px;
	font-size:14px;
	background-color:#ECE3E4;
	line-height:30px;
}

.tbl_rate p{
	margin:3px 0px;
	padding:0px;
}

.tbl_rate td{
	text-align:left;
	padding:5px 0px 5px 10px;
	border-bottom:1px dashed #E4EDF2;	
}

.tbl_rate td.bold{
	text-align:left;
	padding-left:5px!important;
	border-bottom:1px dashed #E4EDF2;	
}
.required{
	color:#FF0000;
}
.borTop{
	border-bottom: #999999 solid 1px;
}