/*body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center;  for IE 5x 
	background-color: #000000;
	}

a:link { color: #; }
a:visited { color: #; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 741px;   width of centered content, usually header width 
	text-align: left; reset left-align 
	}

.photo {
	position : absolute;
	top : 0px;
	left : 0px;
	width: 243px;
	}

.logo {
	position : absolute;
	top : 0px;
	left : 243px;
	width: 499px;
	}

.toptext {
	position : absolute;
	top : 210px;
	left : 240px;
	width: 480px;
	z-index: 1;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 320px;
	left : 35px;
	width: 185px;
	z-index: 1;
	font: 14px bold Arial,Verdana,sans-serif;
	color: #ffffff;
	}

.nav a:link {
	color: #FBF9C5;
	text-decoration: none;
	}

.nav a:visited {
	color: #F7C971;
	text-decoration: none;
	}

.nav a:hover {
	text-decoration: underline;
	}

.content {
	position : absolute;
	top : 0px;
	left : 0px;
	width: 472px;
	padding: 280px 20px 0 250px;
	background: url("/images/loanme-bg.gif") repeat-y #ffffff;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	text-align : center;
	}

.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 90%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}

.prop {
    height: 690px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}*/
	
/* NEW CSS*/

/* colors */

body	{
	background-color:#ACCFCC;
	color:#131313;
}
h1	{
	color:#000000;
}
h2	{
	color:#B16A1A;
}
h3	{
	color:#B16A1A;
}
#middle-bg	{
	border-top:#D5E7E5 solid 11px;
	border-bottom:#D5E7E5 solid 11px;
}
#nav {
	color:#B16A1A;
}
#nav a	{
	color:#B16A1A;
}
#nav a:hover	{
	border-bottom:#9D3541 solid 2px;
}
#content-bg	{
	border:#8EA9A7 solid 2px;
	background-color:#F4F4F4;
}
#content-right-bg	{
	background-color:#F3F0D9;
	border:#D1CEBA solid 1px;
}
#disclosures	{
	color:#333333;
}
#disclosures ul li a	{
	color:#333333;
}
a	{
	color:#CE6700;
}






/* Main Stuff */
body	{
	margin:0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	margin-bottom:30px;
}
form	{
	margin:0px;
}
img	{
	border:none;
}
h1	{
	font-size:28px;
	font-weight:normal;
	margin:10px 0px 20px 0px;
	line-height:28px;
}
h2	{
	font-size:16px;
	font-weight:normal;
	margin:0px;
}
p	{
	margin:8px 0px 8px 0px;
}
a	{
	color:#CE6700;
	font-weight:bold;
	text-decoration:underline;
}
a:hover	{
	text-decoration:none;
}
.block	{
	display:block;
}


#top-bg	, #middle-bg, bottom-bg{
	display:table;
	width:100%;
	background-position:top;
}
#top-bg	{
	height:98px;
	background-image:url(/images/top-bg.jpg);
	background-repeat:repeat-x;
}
#middle-bg	{
	height:413px;
	background-image:url(/images/header-bg.jpg);
	background-repeat:repeat;
}
#bottom-bg	{
	background-image: url(/images/bottom-bg.jpg);
	background-repeat:repeat-x;
}



.wrapper	{
	display:block;
	width:898px;
	margin-left:auto;
	margin-right:auto;
}
.top-move	{
	padding-left:50px;
}
#logo	{
	width:452px;
	height:109px;
	position:absolute;
	margin-left:45px;
}
/*#networks	{
	width:308px;
	height:93px;
	position:absolute;
	margin-left:510px;
}*/
#nav	{
	display:table;
	width:800px;
	padding-top:10px;
	padding-left:45px;
		
}
#nav a	{
	height:14px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 5px 0px 5px;
}

.float-left	{
	display:table;
	float:left;
}

.header-left	{
	display:block;
	width:349px;
	height:280px;
	margin-top:40px;
	padding-left:40px;
}

.header-middle	{
	width:162px;
	height:280px;
	background-image: url(/images/money-time.jpg);
	background-repeat:no-repeat;
	margin-top:40px;
}
	
.header-right	{
	width:279px;
	height:370px;
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:10px;
}
#form {
	display:table;
	width:230px;
	margin:110px 0px 0px 39px;
}
.first-name, .last-name, .email, .select-amount  {
   width:150px;
   font-size:12px;
   margin-bottom:5px;
   margin-left:20px;
   background-color:#FEFF9E !important;
   border:#6E6E44 solid 1px;
}
.select-amount	{
	width:152px;
}

.check-01, .check-02, .check-03 {
   display:none;
}
.check-04	{
	width:190px;
	margin-left:0px;
}
.check-04 a	{
	color:#B16A1A;
	text-decoration:none;
}
.check-04 a:hover	{
	text-decoration:underline;
}

.continue-button {
   margin-top:5px;
   margin-left:20px;
}


#content-bg	{
	display:table;
	width:894px;
	padding:20px 0px 20px 0px;
	margin-top:20px;
	
}



.content	{
	display:block;
	width:637px;
	line-height:20px;
}
.first-font	{
	font-size:15px;
}
.content-top	{
	width:602px;
	padding-left:20px;
	font-size:13px;
}
.content-pad	{
	display:table;
	width:602px;
	padding-left:20px;
}
.content-pad-int	{
	display:table;
	width:602px;
	padding-left:20px;
}
.content-pad ul	{
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 10px;
}
.content-pad ul	li{
	padding:0px;
	margin:6px 0px 6px 0px;
}
#content-image	{
	width:184px;
	height:239px;
	float:left;
	padding-right:15px;
}
#index-image	{
	display:block;
	clear:both;
	width:637px;
	height:157px;
}

#medal	{
	margin-left:250px;
}

.content-right	{
	display:table;
	width:231px;
	margin-left:0px;
	
}
#content-right-bg	{
	display:table;
	width:206px;
	padding:9px 11px 12px 13px;
}

#top-para	{
	width:205px;
	height:69px;
}
#top-cta	{
	width:205px;
	height:183px;
}
#bottom-cta	{
	width:205px;
	height:218px;
}

.content-right input	{
	margin-left:15px;
	margin-top:20px;
}


#disclosures	{
	margin:8px 0px 0px 0px;
	
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a {
	font-weight:bold;
	text-decoration:none;
}
#disclosures ul li a:hover {
	text-decoration:underline;
}