* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: #080808 url(/assets/media/images/background.png) repeat-x;
	margin: 0 auto 0 auto;
	color:#FFF;
}

a, a:link, a:visited, a:active, a:focus {
	outline: 0;
}

a img, img {
	border: none;
}

a{
	color:#fff;
}
a:hover{
	color:#F08F2D;
}
.clear{
	height:10px;
	clear:both;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -166px; /* the bottom margin is the negative value of the footer's height */
	text-align: center;
}
.content {
	font-family:Arial,Helvetica,Sans-serif;
	font-size:0.8em;
	margin:0 auto;
	min-height:350px;
	padding:30px 130px;
	text-align:left;
	width:940px;
}
/*--------NAVIGATION-----------*/
#navigation{
	height:44px;
	left:20px;
	margin:0 auto;
	overflow:hidden;
	padding:0 130px;
	position:relative;
	width:960px;
}
#navigation ul{
	margin:0;
	padding:0;
}
#navigation ul li{
	list-style-type:none;
	width:221px;
	float:left;
	padding:2px 0 0;
}
#navigation a{
	text-decoration:none;
    color:#fff;
	display:block;
	height:42px;
	text-indent:-9999px;
}
#apply a{
	background:transparent url(/assets/media/images/credbtn.png) no-repeat 0 0;
}
#apply a:hover{
	background-position:0 -42px;
}
#apply a.active{
	background-position:0 -42px;
}
#info a{
	background:transparent url(/assets/media/images/infobtn.png) no-repeat 0 0;
}
#info a:hover{
	background-position:0 -42px;
}

/*----------MAIN CONTENT-----------*/

.leftcol{
	float:left;
	width:58%;
	text-align:left;
	margin-bottom:20px;
}

.rightcol{
	float:right;
	margin-top:10px;
	width:35%;
	margin-bottom:20px;
}
.rightcol .caption{
    font-family:Arial,Helvetica,Sans-serif;
	font-size:0.8em;
}
p{
	font-family:Arial, Helvetica, Sans-serif;
	font-weight:normal;
	line-height:1.4em;
	margin-bottom:10px;
	padding:0 20px;
}
h1{
	color:#E7E7E7;
	font-family:Georgia;
	font-size:3em;
	font-weight:normal;
	margin-bottom:20px;
	padding:0 20px;
}
h2{
	color:#E7E7E7;
	font-family:Georgia;
	font-size:2.3em;
	font-weight:normal;
	margin-bottom:20px;
	padding:0 20px;
}
h5{
	color:#F08F2D;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:1em;
	font-weight:normal;
	margin-bottom:30px;
	padding:0 20px;
}
h4{
	background:#473F2C none repeat scroll 0 0;
	font-family:Georgia;
	font-size:1.4em;
	font-weight:normal;
	padding:6px 30px;
	margin-bottom:20px;
}
.break-thick{
	clear:both;
	height:5px;
	background:#945e22;
	margin:16px 0;
}
.break-thin{
	clear:both;
	height:1px;
	background:#663f1e;
	margin:16px 0;
}
.orange{
	color:#f08f2d;
}
#steps{
	color:#BDBDBD;
	float:right;
	font-family:Georgia;
	font-size:1.2em;
	width:105px;
}
.textbox{
	background:#dbbd81;
	border:none;
	padding:2px;
}
.dropbox{
	background:#dbbd81;
	border:none;
	padding:2px;	
}
.next{
	background:#181818 none repeat scroll 0 0;
	border:1px solid #BDBDBD;
	color:#FFFFFF;
	float:right;
	font-family:georgia;
	font-size:14px;
	height:37px;
	margin-bottom:16px;
	width:100px;
	cursor:pointer;
}
.submit{
	background:#181818 none repeat scroll 0 0;
	border:1px solid #BDBDBD;
	color:#FFFFFF;
	float:right;
	font-family:georgia;
	font-size:14px;
	height:37px;
	margin-bottom:16px;
	width:187px;
	cursor:pointer;
}
.label{
	display:block;
	float:left;
	padding:2px 15px 0 0;
	text-align:right;
	width:190px;
}
.exp{
	background:transparent url(/assets/media/images/arrow.jpg) no-repeat scroll 0 0;
	left:290px;
	padding-left:27px;
	position:relative;
	top:-19px;
	width:605px;
}
.cred_1{
	background:#322c20;
	padding:15px;
	margin:0 0 10px;
}
.cred_2{
	background:#1d1a14;	
	padding:15px;
	margin:0 0 10px;
}
.disclaimer{
	display:block;
	margin-bottom:20px;
	text-align:center;
}
/*------------ FOOTER CONTENT ---------------*/

.footer, .push {
	height: 166px; /* .push must be the same height as .footer */
}

.footer {
	background: #595959 url(/assets/media/images/footer_background.png) repeat-x;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:0.7em;
	padding: 30px 0;
	color:#878787;
}
.footer a{
	color:#878787;
}
.footer a:hover{
	color:#FFFFFF;
}
#footerContent{
	left:20px;
	margin:0 auto;
	position:relative;
	width:940px;
	padding:0 130px;
}
/*-------CONTACT PAGE-------*/
.contact{
	clear:none;
	float:left;
	padding:10px 0 10px 25px;
	width:200px;
}
.contact .name{
	font-weight:bold;
	color:#F08F2D;
}