
/* Start */
html, body, .container {height: 100%;}

body > .container {height: auto; min-height: 100%;}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	margin:0px 0px 0px 0px;
	background-color:#E6FAE0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
}
form {
	margin:0px;
}
h1 {
	margin:0px 0px 8px 0px;
	color:#43453A;
	font-size:20px;
	font-weight:normal;
}
h2 {
	margin:0px;
	color:#868B7A;
	font-size:16px;
}
li {
	margin:8px 0px 8px 0px;
}
ul, ol {
	margin:0px 0px 0px 40px;
	padding:0px;
}
p {
	margin:0px 0px 8px 0px;
}




.container {
	display:block;
	background-color:#E3FADD;
}
.header {
	display:block;
	height:400px;
	background-image:url(/images/middle-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}



/* Header Navigation And Logo */
.header-top {
	display:block;
	padding:17px 0px 0px 0px;
	height:64px;
	width:952px;
	margin:0px auto 0px  auto;
}
.nav {
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
}
.nav div {
	display:table;
	float:left;
	margin:0px 2px 0px 2px;
}
.nav div:hover {
	background-image:url(/images/nav-right.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#478E71;
}
.nav div a {
	display:block;
	font-size:11px;
	padding:4px 5px 3px 5px;
	text-decoration:none;
	text-transform:uppercase;
	color:#6C6C6C;
	font-weight:bold;
}
.nav div a:hover {
	background-image:url(/images/nav-left.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFFFFF;
}



/* Header Middle / Form */
.header-middle {
	display:block;
	clear:both;
	width:952px;
	margin:0px auto 0px  auto;
}
.header-mid-img	{
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	margin-left:10px;
}
.form-bg {
	display:block;
	float:right;
	width:359px;
	height:211px;
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	padding:80px 0px 0px 20px;
}
.form {
	display:block;
	position:absolute;
}
.select-amount	{
	display:none;
}
.first-name, .last-name, .email {
   width:136px;
   font-size:12px;
   border:1px solid #333333;
   padding:2px 0px 2px 3px;
   position:absolute;
}
.first-name	{margin-top:15px;}
.last-name	{margin-top:48px;}
.email	{margin-top:80px;}

.check-01, .check-02, .check-03, .check-04 {
   position:absolute;
   margin-left:146px;
   color:#FFFFFF;
   width:210px;
}
.check-01	{margin-top:17px;}
.check-02	{margin-top:50px;}
.check-03	{margin-top:80px;}
.check-04	{margin:110px 0px 0px 0px; width:160px;}
.check-04 a	{color:#FFFFFF; text-decoration:none; font-weight:bold;}
.check-04 a:hover	{text-decoration:underline;}

.continue-button {
	position:absolute;
	height:32px;
	width:101px;
	margin:110px 0px 0px 180px;
}




/* Middle Nav */
.middle-nav {
	display:block;
	padding:1px 0px 0px 0px;
}
.middle-nav img {
	float:left;
	padding:0px 10px 0px 10px;
}
.middle-nav a {
	display:block;
	float:left;
	background-position:right;
	background-repeat:no-repeat;
	color:#E3FADD;	
	font-weight:bold;
	margin:10px 0px 0px 0px;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
}
.middle-nav a:hover {
	text-decoration:underline;
}
.link-a {
	width:254px;
	height:77px;
	background-image:url(/images/money-available.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.link-b {
	width:267px;
	height:77px;
	background-image:url(/images/seeking-money.png);
	background-position:bottom;
	background-repeat:no-repeat;
}	




/*.main {padding-bottom: 100px;}   must be same height as the footer --  This is being handled by the class below*/

.main {
	display:block;
	clear:both;
	width:952px;
	margin:0px auto 20px  auto;
	padding:25px 0px 40px 0px;
}
.content {
	display:block;
	float:left;
	width:630px;
	color:#6C6C6C;
	margin:0px 0px 20px 0px;
}
.content a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.content a:hover {
	text-decoration:underline;
}
.main img {
	float:right;
}





.footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px; 
	clear:both;
} 

#disclosures {
	width:952px;   /* What ever the wrappers width is. */
	margin:0 auto;  /* Centers the text or element */
	border-top:#6C6F5E 1px dotted;
	padding:20px 0px 0px 0px;
	color:#8F8578;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	text-align:center;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
}
#disclosures ul li a {
	color:#6C6F5E;
	text-decoration:none;
}
#disclosures ul li a:hover {
	text-decoration:underline;
}

