/* General styles */

	body {
		background:url(../images/background_pattern.gif) 50% 0 repeat-y;
		text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height:18px;
		padding-bottom:70px;
	}
	
	h3, h4, p, li {
		margin:0 0 8px;
	}
	
	h3 {
		font-size:108%;
		color:#455c3b;
		font-weight:bold;
	}
	
	h4 {
		font-size:100%;
		color:#455c3b;
		font-weight:bold;
	}
	
	h4 a, h5 a, a h4, a h5 {
		color:#a0410d;
		text-decoration:none;
	}
	
	h4 a:hover, h5 a:hover, a:hover h4, a:hover h5 {
		text-decoration:underline;
		background-color:#edf3cf;
	}
	
	a {
		color: #A0410D;
		outline: none;
	}
	
	p, li {
		font-size:93%;
	}
	
	* strong {
		font-weight:bold;
	}
	
	* em {
		font-style:italic;
	}
	
	h4 em, h5 em {
		font-weight:bold;
	}
	
	img, embed {
		vertical-align:bottom;
	}
	
	.image-left {
		float:left;
		margin:3px 8px 0 0;
		border:1px solid #ccc;
	}
	
	.image-right {
		float:right;
		margin:3px 0 0 8px;
		border:1px solid #ccc;
	}	
		
	.no-border {
		border:none;
	}	

	.action_link {
		text-align:right;
		font-weight:bold;
	}
		
	.action_link a {
		color:#a0410d;
		text-decoration:none;
	}
	
	.highlighted {
		font-size:93%;
		color:#455c3b;
		font-weight:bold;
	}
	
	
/* #main styles */

	#main {
		background:url(../images/header.gif) 50% 0 no-repeat;
	}
	
	#main_inner {
		width:738px;
		margin-right:auto;
		margin-left:auto;
		background:url(../images/page_background.png) 0 0 no-repeat;
		position:relative;
	}
	
	
/* #header styles */

	#header {
		width:738px;
		height:148px;
		position:relative;
		margin-bottom:-54px;
		margin-right:auto;
		margin-left:auto;
	}
	
	#header h1 a {
		text-indent:-9999px;
		width:191px;
		height:58px;
		background:url(../images/logo.gif) 0 0 no-repeat;
		position:absolute;
		top:28px;
		left:24px;
	}
	
	#header h2 {
		width:426px;
		height:15px;
		text-indent:-9999px;
		background:url(../images/tagline.gif) 0 0 no-repeat;
		position:absolute;
		top:47px;
		left:285px;
	}
	

/* #billboard styles */		

	#billboard {
		background:#445c3a;
		padding-right:34px;
		margin:0 10px;
		height:205px;
	}

	.home #billboard, .our_people #billboard {
		background:#445c3a;
		padding-right:0;
		height:auto;
	}
	
	#billboard h3 {
		display:block;
		float:left;
		width:197px;
		height:205px;
		text-indent:-9999px;
		background-position:0 0;
		background-repeat:no-repeat;
		margin:0;
	}
	
	#billboard img {
		float:left;
	}
	
	.about_us #billboard h3 {
		background-image:url(../images/hdr-about.gif);
	}
	
	.succeed_or_fail #billboard h3 {
		background-image:url(../images/hdr-succeed_or_fail.gif);
	}
	
	.your_financial_lifescript #billboard h3 {
		background-image:url(../images/hdr-your_financial_lifescript.gif);
	}
	
	.our_people #billboard h3 {
		background-image:url(../images/hdr-our_people.gif);
	}
	
	.solutions #billboard h3 {
		background-image:url(../images/hdr-solutions.gif);
	}
	
	.opportunities #billboard h3 {
		background-image:url(../images/hdr-opportunities.gif);
	}
	
	
/* #nav styles */

	#nav {
		height:40px;
		background:url(../images/nav_background.gif) 10px 0 no-repeat;
	}	
	
	#nav ul {
		margin-left:10px;
	}
	
	#nav ul li {
		float:left;
		position: relative;
		display:block;
		height:18px;
		border-left:1px solid #8c9465;
		margin-top:1px;
	}
	
	#nav ul li.first {
		border-left:none;
	}
	
	#nav ul li a {
		display:block;
		height:18px;
		text-indent:-9999px;
		background-position:50% 50%;
		background-repeat:no-repeat;
	}
	
	#nav ul li a:hover {
		background-color:#edf3cf;
	}
	
	.home .nav-home a, .about_us .nav-about_us a, .succeed_or_fail .nav-succeed_or_fail a, .your_financial_lifescript .nav-your_financial_lifescript a, .our_people .nav-our_people a, .solutions .nav-solutions a, .opportunities .nav-opportunities a {
		background-color:#edf3cf;
	}
	
	.nav-home a {
		background-image:url(../images/nav-home.gif);
		width:44px; /*58*/
	}

	.nav-about_us a  {
		background-image:url(../images/nav-about_us.gif);
		width:69px; /*75*/
	}

	.nav-succeed_or_fail a  {
		background-image:url(../images/nav-succeed_or_fail.gif);
		width:164px; /*119*/
	}

	.nav-your_financial_lifescript a  {
		background-image:url(../images/nav-your_financial_lifescript.gif);
		width:177px; /*173*/
	}

	.nav-our_people a  {
		background-image:url(../images/nav-our_people.gif);
		width:84px; /*93*/
	}

	.nav-solutions a  {
		background-image:url(../images/nav-solutions.gif);
		width:75px; /*82*/
	}

	.nav-opportunities a  {
		background-image:url(../images/nav-opportunities.gif);
		width:99px; /*112*/
	}
	
	#nav ul li ul {
		position: absolute;
		border: 1px solid #8c9465;
		left: -9999px;
		top: 18px;
		width: 120px;
		margin: 0 0 0 -1px;
	}
	
		#nav ul li:hover ul, #nav ul li.hover ul {
			left: 0;
		}
	
	#nav ul li ul li {
		background: #FFF;
		border: none;
		margin: 0;
		height: 22px;
		line-height: 22px;
	}
	
	#nav ul li ul li a {
		background: none;
		width: 120px;
		height: 22px;
		line-height: 22px;
		text-indent: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
		text-align: left;
	}
	
/* #content styles */

	#content {
		width:648px;
		margin:0;
		background:url(../images/content_background.gif) 10px 0 repeat-y;
		padding:0 45px;
		text-align:left;
	}
	
	.home #content {
		background:url(../images/home_background2.gif) 10px 0 repeat-y;
	}
	
	.assessment #content {
		background:white;
		width:628px;
		margin-left:10px;
	}
	
	#content ul, #content ol {
		padding-left:30px;
	}
	
	#content ul li {
		list-style:disc;
	}
	
	#content ol li {
		list-style:decimal;
	}
	
	#content:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	
/* #content-main styles */

	#content-main {
		width:462px;
		float:right;
		text-align:left;
		line-height:20px;
	}

	.home #content-main {
		width:648px;
		float:left;
		text-align:left;
		line-height:18px;
	}

	.assessment #content-main {
		width:628px;
		text-align:left;
		line-height:18px;
	}

	#content-main h4 {
		margin-top:15px;
	}
	
	#content-main h3 {
		font-size:18px;
	}
	
	#content-main .action_link {
		font-size:93%;
		padding:0 12px 0 0;
		background:url(../images/action_link-content-rt.gif) 100% 1px no-repeat;
	}
	
	#content-main .action_link a {
		padding:0 0 0 13px;
		background:url(../images/action_link-content-lt.gif) top left no-repeat;
	}
	
	.content #content-main .action_link {
		text-align:left;
		padding:0 0 0 13px;
		background:url(../images/action_link-content-lt.gif) 0 2px no-repeat;
	}

	.content #content-main .action_link a {
		background:url(../images/action_link-content-rt.gif) top right no-repeat;
		padding:0 12px 0 0;
	}
	
	#content-main .action_link a:hover {
		background-color:#edf3cf;
		text-decoration:underline;
	}
	
	
/* #content-features styles */

	#content-features {
		width:136px;
		float:left;
		text-align:left;
	}
	
	.home #content-features {
		width:648px;
		text-align:left;
		margin-top: 15px;
	}
	
	.home .features_section {
		float: left;
		width: 190px;
		margin-right: 25px;
	}
	
	.features_section {
		margin-top:10px;
		padding-top:13px;
		background:url(../images/dotted_divider.gif) 0 0 repeat-x;
	}
	
	#content-features h4, #content-features h5, #content-features p {
		font-size:85%;
		line-height:14px;
	}
	
	.home #content-features h4, .home #content-features h5, .home #content-features p {
		font-size:93%;
		line-height:16px;
	}
	
	#content-features h5 {
		font-weight:bold;
		margin-bottom:5px;
	}
	
	#content-features .action_link {
		padding:0 10px 0 0;
		background:url(../images/action_link-features-rt.gif) top right no-repeat;
		margin:0 0 15px;
	}
	
	#content-features .action_link a {
		padding:0 0 0 10px;
		background:url(../images/action_link-features-lt.gif) 0 -1px no-repeat;
	}
	
	#content-features .action_link a:hover {
		background-color:#edf3cf;
		text-decoration:underline;
	}
	
	.home #content-main .action_link {
		text-align: left;
		float: left;
		margin-right: 20px;
	}
	
	.content #content-main .no_brackets, .content #content-main .no_brackets a {
		background-image:none;
		text-align:left;
		padding:0;
	}
	
/* footer styles */

	#footer {
		height:44px;
		background:url(../images/footer_background.png) left bottom no-repeat;
		width:738px;
		margin-right:auto;
		margin-left:auto;
		padding-top:35px;
	}
	
	#footer p {
		border-top:1px solid #999;
		padding:5px 0 0;
		margin:0 45px 0;
		color:#999;
		font:11px Verdana, Arial, Helvetica, sans-serif;
	}

/* assessment styles */

#financial_freedom_assessment_table {
	border:1px solid #ccc;
	border-width:1px 1px 0;
	margin-bottom:15px;
}

#financial_freedom_assessment_table td {
	padding:5px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	background:#fbffe1;
	font-family:Arial, Helvetica, sans-serif;
}

.positive_number, .negative_number {
	width:20px;
	font-weight:bold;
	text-align:right;
}

#financial_freedom_assessment_table td.positive_number {
	padding-left:10px;
}

#financial_freedom_assessment_table td.negative_statement {
	padding-right:10px;
}

.positive_statement, .negative_statement {
	font-weight:bold;
	font-size:93%;
	line-height:14px;
}

#financial_freedom_assessment_table td.negative_ranking {
	padding-left:10px;
}

.positive_ranking, .negative_ranking {
	width:120px;
}

#financial_freedom_assessment_table td.positive_ranking {
	padding-left:10px;
}

.positive_ranking label, .negative_ranking label {
	float:left;
	padding-left:1px;
	width:23px;
}

.positive_ranking input, .negative_ranking input {
	margin-right:10px;
}

#financial_freedom_assessment_table td.negative_number, #financial_freedom_assessment_table td.negative_ranking, #financial_freedom_assessment_table td.negative_statement {
	background:#e9ecd0;
}

#financial_freedom_assessment_table tr.even td {
	background:#e9ecd0;
}

#financial_freedom_assessment_table tr.even td.negative_number, #financial_freedom_assessment_table tr.even td.negative_ranking, #financial_freedom_assessment_table tr.even td.negative_statement {
	background:#cacdb5;
}

#assessment_scores {
	width:100%;
	border:1px solid #ccc;
	border-width:1px 0 0 1px;
	background:#E9ECD0;
	margin-bottom:15px;
}

#assessment_scores td {
	vertical-align:top;
	border:1px solid #ccc;
	border-width:0 1px 1px 0;
	padding:10px;
	font-size:93%;
}

#assessment_scores td.score {
	width:100px;
	text-align:right;
	font-weight:bold;
}

.highlight {
	background:#fff9b7;
}

.highlight td, .highlight td em {
	font-weight:bold;
}

#assessment_scores .highlight td {
	border:3px solid red;
}

#assessment_scores .highlight td.score {
	border-width:3px 1px 3px 1px;
	border-right-color:#ccc;
	border-left-color:#ccc;
}

#assessment_scores .highlight td.description {
	border-width:3px 1px 3px 0;
	border-right-color:#ccc;
}

#user_score {
	background:#455C3B;
	color:white;
	font-size:16px;
	font-weight:bold;
}

#user_score p {
	font-weight:normal;
	font-size:12px;
	margin:8px 0;
}

#button {
	text-align:center;
	margin-top:10px;
}

#button input {
	width:300px;
	height:30px;
	font-weight:bold;
}


/* override styles */

#contact_box {
	width:160px;
	background:#eef2d6;
	padding:10px 15px;
	float:right;
	margin-left:10px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

#contact_box h4 {
	margin-top:0;
}

/* override styles */

	.first {
		margin-top:0;
		padding-top:0;
		background:none;
	}	
	
/* COLUMNS */

.faux_columns {
	height: auto;
	overflow: auto;
	display: block;
}

	.faux_columns li {
		width: 34%;
		float: left;
	}

		.succeed_or_fail .faux_columns li,  {
			width: 50%;
		}
		
		.your_financial_lifescript .faux_columns li {
			width: 33%;
		}
		
		.ron .faux_columns li {
			width: 50%;
		}
		
.columns li {
	width: 15em;
	background: red;
	margin: 0;
	padding: 0;
	line-height: 2em;
}

/* PEOPLE */

#people {
	display: block;
	list-style: none !important;
	margin: 0 0 20px 0;
	padding: 0 !important;
	height: auto;
	overflow: auto;
}

	#people li {
		list-style: none !important;
		padding: 0;
		width: 33%;
		float: left;
	}
	
	#people li.picture {
		display: block;
		hieght: 200px;
	}
	
		#people li h4 {
			margin: .5em 0 0;
		}
		
		#people li h5 {
			font-size: 80%;
			color: #000;
		}
		
		#people li p.email {
			font-size: 90%;
		}
	
.our_people h4.name {
	margin-bottom: 0;
}

.our_people h5.position {
	margin-bottom: 10px;
	font-size: 85%;
}

/* FORMS */

form {
	height: auto;
	overflow: auto;
}

	#content form ul {
		padding: 0;
	}

		form li {
			width: 50%;
			height: 50px;
			float: left;
			margin-bottom: 1em;
			list-style: none !important;
		}
		
		form li.textarea, form li.select {
			float: none;
			clear: both;
			width: 100%;
			height: auto;
			overflow: auto;
		}
		
			form li textarea {
				width: 90%;
				height: 100px;
			}
		
			form li label, form li input {
				display: block;
			}
			
			form li input {
				width: 90%;
			}
			
	label.error {
		color: #900;
		font-size: .8em;
		text-transform: uppercase;
	}
	
	input.error {
		border-color: #900;
		background-color:#FCC;
	}