/* --- page styles --- */
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
	background-color: #ffffff;
}
/* link styles */
a.arrowlink:link, a.arrowlink:visited {
	text-decoration: none;
	color: #0066cc;
}
a:link, a:visited {
	text-decoration: underline;
	color: #0066cc;
}
a:active, a:hover, a.arrowlink:active, a.arrowlink:hover {
	text-decoration: underline;
	color: #d73c3b;
}
*:focus { 
	outline: 0; 
}
/* button links */
.button {
	width: 100%;
	overflow: hidden;
}
.button a {
	display: block;
	float: left;
	height: 30px;
	margin-right: 10px;
	padding-right: 18px; /* sliding doors padding */
	font: normal 16px Arial, sans-serif;
	text-decoration: none;
	color: #ffffff;
	background: url('../images/button_a.gif') no-repeat bottom right;
}
.button a span {
	display: block;
	padding: 5px 0 5px 18px;
	line-height: 20px;
	color: #ffffff;
	background: url('../images/button_span.gif') no-repeat bottom left;
} 
.button a:hover {
	outline: none; /* hide dotted outline in Firefox */
	color: #ffffff;
	background-position: top right;
}
.button a:hover span {
	color: #ffffff;
	background-position: top left;
} 
/* heading and text styles */
h1 {
	margin-top: 20px;
	padding-top: 0;
	font-size: 2.0em;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
}
#bannercontent div.home h1 {
	margin-top: 20px;
	padding-top: 0;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #ffffcc;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #eb382f;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #0093dd;
}
.note {
	font-size: .825em;
	color: #555555;
}
.disclaimer {
	font-size: .75em;
	font-style: italic;
}
/* ie png fix */
img, div { 
	behavior: url(../js/iepngfix.htc) 
}
/*general layout styles */
.line {/* use in div, similar to an <hr> */
	height: 1px;
	overflow: none;
	margin: 20px 0px 20px 0px;
	padding: 0;
	line-height: 1px;
	background-color: #cdb492;
}
/* --- content container --- */
#container {/* goes around all but footer */
	/* height: auto !important;	for sticky footer */
	/* height: 100%;							for sticky footer */
	/* min-height: 100%;					for sticky footer */
	/* margin: 0 auto -100px; 		for sticky footer: same ht as push */
}
/* --- header styles --- */
#header {
	clear: both;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
#headercontent {	
	position: relative;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
}
#logo {
	float: left;
}
#hostbox {
	float: right;
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: right;
	color: #363636;
}
#hostbox img {
	float: right;
	margin: 0px 10px 0px 10px;
	border: 1px solid #cecfd1;
}
#hostbox div {
	float: left;
	margin: 0;
	padding: 0;
}
#hostbox a:link, #hostbox a:visited {
	text-decoration: underline;
	color: #3fade3;
}
#hostbox a:active, #hostbox a:hover {
	text-decoration: underline;
	color: #d73c3b;
}
#hostbox p {
	margin: 3px 0px 3px 0px;
	padding: 0;
}
/* --- navigation styles --- */
#nav {
	clear: both;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
#navcontent {
	position: relative;
	width: 980px;
	height: 41px;
	overflow: hidden;
	margin: 0 auto;
	
	font-size: 1.2em;
	background: #cc2a28 url(../images/01_bg_nav1.gif) top left repeat-x;
}
#nav ul {
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#nav ul li {
	display: block;
	float: left;
	position: relative;
	right: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li.nav1 {
	border-left: 1px solid #aa2321;
}
#nav ul li a {
	display:block;
	margin:0 0 0 1px;
	padding: 10px 20px 10px 20px;
	border-right: 1px solid #aa2321;
	line-height:1.3em;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/01_bg_nav1.gif);
}
#nav ul li a:active,
#nav ul li a:hover {
	background-image: url(../images/01_bg_nav2.gif);
}
/* --- flash/banner styles --- */
#banner {
	clear: both;
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin: 0;
}
#bannercontent {
	position: relative;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	
	background: #67594e url('../images/01_bg_banner.jpg') repeat-x top left;
}
#bannercontent div.wealth, #bannercontent div.debt, #bannercontent div.solution, #bannercontent div.about, #bannercontent div.join, #bannercontent div.home {
	float: left;
	width: 467px;
	height: 200px;
	padding-left: 168px;
}
#bannercontent div.debt {
	background: url('../images/01_happy_1.jpg') no-repeat top left;
}
#bannercontent div.wealth {
	background: url('../images/01_happy_2.jpg') no-repeat top left;
}
#bannercontent div.solution {
	background: url('../images/01_happy_3.jpg') no-repeat top left;
}
#bannercontent div.about {
	background: url('../images/01_happy_4.jpg') no-repeat top left;
}
#bannercontent div.join {
	background: url('../images/01_happy_5.jpg') no-repeat top left;
}
#bannercontent div.home {
	background: url('../images/01_happy_0.jpg') no-repeat top left;
}
#become {
	float: right;
	margin: 12px;
}
#become div {
	float: left;
	width: 127px;
	height: 47px;
	margin: 1px 1px 0px 0px;
	padding: 0px 0px 0px 30px;
	font-size: 1.3em;
	background: #504943 url('../images/01_bg_become.jpg') no-repeat top left;
}
#become a:link, #become a:visited {
	text-decoration: none;
	color: #fdff92;
}
#become a:active, #become a:hover {
	text-decoration: none;
	color: #ffcc33;
}

/* --- main content styles --- */
#main {
	clear: both;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
#maincontent {
	position: relative;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	
	background: url(../images/01_bg_content.jpg) top left repeat;
}
#maincolumn {
	float: left;
	width: 600px;
	padding: 20px 0px 20px 20px;	
}
#maincolumn #homeblurbs p {
	margin: 0;
	padding: 10px;
	font-size: 1.5em;
}
#maincolumn #homeblurbs p em {
	font-style: normal;
	color: #d6302e;
}
#maincolumn #homeblurbs div.button {
	padding-left: 7px;
}
#sidecolumn {
	float: right;
	width: 300px;
	padding: 20px;
	
	background: url(../images/01_bg_column.jpg) top right no-repeat;
}
#sidecolumn #kudo {
	clear: both;
	margin: 0px;
	padding: 0px 0px 40px 0px;
	font-size: .9em;
	color: #534741;
}
#sidecolumn #kudo img {
	float: left;
	padding-top: 3px;
}
#sidecolumn #kudo #kquote {
	float: right;
	width: 180px;
	padding-bottom: 20px;
}
#sidecolumn #kudo #kquote p {
	margin: 0;
	padding: 0px 0px 10px 0px;
}
#sidecolumn #kudo #kquote p #kname {
	padding-left: 1em;
	text-indent: -1em;
}
#sidecolumn #topimg {
	padding-bottom: 20px;
}
.push {/* goes at very bottom of main */
	width: 980px;
	/* height: 100px; 						for sticky footer: footer's border width more than footer */
	margin: 0 auto;
	border-top: 1px solid #d5d3cf;
}
/* --- footer styles --- */
#footer {
	clear: both;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
		
	height: 90px; 						/* for sticky footer: footer's border width less than push */
}
#footercontent {
	position: relative;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 25px;	
}
#mainfooter {
	float: left;
	width: 650px;	
	padding-left: 10px;
	font-size: .8em;
	line-height: 1.5em;
	color: #666666;
}
#mainfooter a:link, #mainfooter a:visited {
	text-decoration: none;
	color: #0093dd;
}
#mainfooter a:active, #mainfooter a:hover {
	text-decoration: none;
	color: #d73c3b;
}
#bbb-logo{
	float: left;
	margin-right: 10px;
}
#sidefooter {
	float: right;
	width: 200px;
	padding-right: 10px;
	text-align: right; 
}
#sidefooter a:link, #sidefooter a:visited {
	text-decoration: none;
}
#sidefooter a:active .col1, 
#sidefooter a:active .col2, 
#sidefooter a:active .col3, 
#sidefooter a:active .col4, 
#sidefooter a:hover .col1, 
#sidefooter a:hover .col2, 
#sidefooter a:hover .col3, 
#sidefooter a:hover .col4 {
	text-decoration: none;
	color: #d02b29;
}
#sidefooter .col1 {
	font-size: .9em;
	color: #444444;
}
#sidefooter .col2 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #d02b29;
}
#sidefooter .col3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #898171;
}
#sidefooter .col4 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #33a9e4;
}
#sidefooter .bigcap {
	font-size: 1.2em;
	text-transform: uppercase;
}
