#page {
	width: 800px;
	margin: 0 auto;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0 7px;
	background-image: url(/images/page_bg.gif);
	background-repeat: repeat-y;
}					

#header {
	width: 800px;
	height: 110px;
	#height: 117px;
	margin: 0 auto;
	padding: 8px 7px 0 8px;
	#padding-left: 7px;
	background-image: url(/images/header_shadow.gif);
	background-repeat: no-repeat;
	#background-position: -1px 0;
	overflow: hidden;
	position: relative;
	left: -1px;
}

/* IE hacks */

* html #header {
	width: 813px;
	display: block;
	margin: 0 auto;
}

/*html>body #header {
	*width: 813px;
	*display: block;
	*margin: 0 auto;
	*border-bottom: solid 2px #000842;
}*/

h1, h2, h3 {
	margin: 0;
	padding: 7px 0;
}

h1,
.landingpage h1 {
	font-size: 26px;
}

h2,
.landingpage h2 {
	color: #FB7602;
	font-size: 20px;
}

h3,
.landingpage h3 {
	color: #3F86FF;
	font-size: 16px;
}

.landingpage p,
.landingpage a,
.landingpage li,
.landingpage input {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 16px;
}

ul, ol {
	margin: 0;
	padding: 7px 0;
}

ul li,
ol li {
	padding-bottom: 10px;
	list-style-position: inside;
}

ul li {
	list-style: none;
	padding-left: 25px;
	background-image: url(../images/investor_loans_bullet.png);
	background-repeat: no-repeat;
	display: inline-block;
}

ul li.first {
	#padding-left: 42px;
	#background-position: 17px 0;
}

ol li,
.landingpage ol li {
	margin-left: 20px;
	padding-left: 0;
	list-style: decimal;
}

div.johnsonbox {
	background-color: #D9E8FF;
	border: solid 1px #3F86FF;
}

.johnsonbox.apply {
	#position: relative;
	#left: 100px;
}

.red,
.landingpage .red {
	color: #CC0000
}

.bold {
	font-weight: bold;
}

div.wide {
	width: 750px;
	float: left;
	margin: 0 15px;
}

div.section.left {
	width: 550px;
	float: left;
}

div.section.right {
	width: 170px;
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
}

table.loans {
	width: 530px;
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
}

table.loans td,
table.loans th {
	/*width: 120px;*/
	padding: 10px;
	border: inset 1px #FFFFFF;
	border-collapse: collapse;
	background-color: #eeeeee;
}

table.loans td.rowtitle {
	background-color: #e5e5e5;
}

table.loans th {
	padding: 5px 0;
	background-color: #d9d9d9;
}

table.loans th,
.landingpage table.loans th p {
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	color: #000842;
}

.landingpage table.loans th p {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	line-height: 20px;
}

table.loans th a {
	font-size: 10px;
	color: #3F86FF;
}

table.loans tfoot td {
	background-color: #d9d9d9;
}

table.loans th.empty,
table.loans td.empty {
	background: none;
}

a[href $='.pdf'] {
	padding: 3px 0;
	padding-left: 20px;
	background: transparent url(../images/page_white_acrobat.png) no-repeat center left;
}

form input[type='text'] {
	background-color: #FFFFFF;	
}

.small,
.small td,
.small p {
	font-size: 8pt;
}

.small td {
	padding: 0;
	border: inset 1px #555555;
	border-collapse: collapse;
}

.small table {
	border: solid 1px #555555;
	border-collapse: collapse;
}

.tfvHighlight {
	border: solid 1px #FF0000;
}

/*#regform {
	width: 450px;
	margin: 10px auto;
}*/
#regform td,
#regform input[type='text'] {
	font-size: 12px;
}

html>body #regform {
	*width: 500px;
	*padding-left: 50px;
}