/* CSS Document */
/*---------------------------- main ------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	BEHAVIOR: url(js/csshover.htc);
}
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #909090;
	margin-right: auto;
	margin-left: auto;
}
div {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color:#ff5a00;
}

a:hover {
	text-decoration: underline;
	color:#db4e02;
}

.articleshover {
	text-decoration: underline;
	font-size:16px;
	font-weight:bold;
	color:#ff5a00;
}

.articleshover:hover {
	text-decoration: underline;
	font-size:16px;
		font-weight:bold;
	color:#db4e02;
}

.a2 {
	text-decoration: underline;
	color:#ff5a00;
}

.a2:hover {
	text-decoration: underline;
	color:#db4e02;
}

.highlighted {
	color: #ff5a00;
}
.star {
	color: #ff5a00;
	font-size:14px;
}

h5 {
	font-size: 12px;
	color:#000000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.8em;
}

h4 {
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 1.2em 0px;
	color: #404547;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	color: #ff5a00;	
}

h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 14px;
	color: #404547;
}

p {
	padding: 0px;
	margin: 0px 0px 1.5em 0px;
	line-height: 1.5em;
}

div.clearing {
	clear: both;
	line-height: 0px;
}

form strong {
	color:#000000;
}

form h5 {
	padding-bottom: 5px;
}

input.text, select.text, textarea.text {
	background-color:#FFFFFF;
	border: solid 1px #999999;
	margin: 0px;
	padding: 3px 0px 4px 0px;
	font-size: 11px;
	font-family: Tahoma;
	vertical-align: middle;
	color:#000000;
}
.width{
width: 150px;
background-color:#FFFFFF;
	border: solid 1px #999999;
	margin: 0px;
	padding: 3px 0px 4px 0px;
	font-size: 11px;
	font-family: Tahoma;
	vertical-align: middle;
	color:#000000;
}

.widthx{
width: 265px; 
height: 80px;
}


select.text {
	padding: 0px;
	height: 21px;
}

input.radio {
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	height: 21px;
	vertical-align: middle;
}

input.button {
	color: #ccff00;
	text-align: center;
	border: solid 1px #FFFFFF;
	background-color: #64932d;
	padding: 3px 0px 2px 0px;
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	vertical-align: middle;
	cursor:pointer;
}

.inputbuttongrey {
	color: #666666;
	text-align: center;
	border: solid 1px #FFFFFF;
	background-color: #c0c0c0;
	padding: 3px 0px 2px 0px;
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	vertical-align: middle;
	cursor:not-allowed;
}

input.submit {
	background:url(../i/buttonBg1.gif) left top repeat-y;
	width: 285px;
	color:#FFFFFF;
	text-align: center;
	padding: 9px 0px;
	font-family:Arial;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -1px;
	border: none;
	margin: 0px;
}

ol, ul.main {
	list-style:decimal;
	font-weight: bold;
	color:#000000;
	margin: 0px 30px 1.5em 40px;
	padding: 0px;
	line-height: 1.5em;
}

ul.main {
	list-style:disc;
	color:#ff5a00;
}

ul.main li span, ol li span {
	font-weight: normal;
	color: #000000;
	font-size: 11px;
}

.comments {
	font-size: 10px;
}

div.hr {
	margin-top: 2em;
	border-top:solid 1px #c4c5c6;
	line-height: 1.5em;
}

#menu ul, #header, #content, #footer {
	width: 778px;
	text-align: left;
	margin: 0px auto;
}

#menu {
	background-color: #404547;
	height: 57px;
	text-align: center;
}

#menu ul li {
	float: left;
	text-align: left;
	padding: 18px 0px 14px 0px;
}

#menu ul li a {
	display: block;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 16px;
	border-left: solid 1px #8D8D8D;
	border-right: solid 1px #5D5D5D;
}

#menu ul li.first a {
	border-left: none;
}

#menu ul li.last a {
	border-right: none;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #8D8D8D;
}

#headerContainer {
	clear: both;
	background:url(../i/headerBg.gif) repeat-x left top;
	text-align: center;
}

#header {
	position: relative;
}

#logo, #mainlogo {
	background:url(../i/logoBg.jpg) right top no-repeat;
	position: absolute;	
	height: 89px;
	width: 290px;
	left: 0px;
	top: 7px;
	z-index: 1;
}

#mainlogo {
	background:url(../i/mainLogoBg.jpg) right top no-repeat;
}

#logo a, #mainlogo a {
	display: block;
	background-color:#FFFFFF;
	width: 246px;
	margin-top: 14px;
}

#logo a img, #mainlogo a img {
	margin: 0px 0px 0px 6px;
}

#logo div, #mainlogo div {
	width: 140px;
	height: 12px;
	background-color:#FFFFFF;
	font-size: 10px;
}

#header h3 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #404547;
	text-align: right;
	margin: 0px;
	padding: 29px 10px 0px 0px;
}

#mainHeader {
	position: relative;
}

#mainHeader h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 40px;
	top: 30px;
	width: 220px;
	font-size: 30px;
	font-family: Arial;
	font-weight: normal;
	color:#FFFFFF;
}

#mainHeader img.applyImage {
	position: absolute;
	left: 102px;
	top: 102px;
}

#mainHeader img.man {
	position: absolute;
	left: 307px;
	top: -11px;
}

#mainHeader div.right {
	position: absolute;
	right: 0px;
	width: 300px;
	top: 0px;
	font-weight: bold;
}

#mainHeader ul {
	font-size: 11px;
	color:#FFFFFF;
	margin-top: 7px;
}

#mainHeader ul li {
	background:url(../i/listArrow.gif) left top no-repeat;
	padding-left:20px;
	margin: 2px 0px 1px 0px;
}

#mainHeader div.buttons {
	position: absolute;
	right: 4px;
	top: 99px;
	width: 343px;
}

#mainHeader div.buttons a {
	display: block;
	height: 39px;
}


#mainHeader div.buttons a:hover {
	text-decoration: none;
}

#mainHeader a.newCustomers {
	background:url(../i/newCustomersButton.jpg) left top no-repeat;
}

#mainHeader a.newCustomers:hover {
	background:url(../i/newCustomersHoverButton.jpg) left top no-repeat;
}

#mainHeader a.returningClients {
	background:url(../i/returningClientsButton.jpg) left top no-repeat;
}

#mainHeader a.returningClients:hover {
	background:url(../i/returningClientsHoverButton.jpg) left top no-repeat;
}

#content {
	padding: 1em 0px 2em 0px;
}

#content p a {
	color: #ff5a00;
	text-decoration: underline;
}


#content div.contentWrapper {
	padding: 0px 35px 0px 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/* #content div.green {
	border: solid 1px #78bf37;
	padding: 10px 15px 15px 15px;
	background-color: #e3f1c7;
	margin-bottom: 2em;

} */

#content div.green {
	border: solid 1px #78bf37;
	padding: 10px 15px 15px 15px;
	background:url(../i/greengradient.jpg);
	margin-bottom: 2em;

}

.greentableheader {
color:#67960a; font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;
}

#content div.green form {
	position: relative;
}

.newforminput {
font-size:10px;
font-family:tahoma,arial;

}

.newstar {
	color: #ff5a00;
	font-size:10px;
}

#content div.green img {
	position: absolute;
	left: 605px;
	top: -48px;
	z-index: 1;
}

#content div.greenx {
	border: solid 1px #78bf37;
	padding: 10px 15px 15px 15px;
	background:url(../i/greengradient.jpg);
	/* background-color: #e3f1c7; */
	margin-bottom: 2em;
	width: 300px;

}

#content div.greenx form {
	position: relative;
}

#content div.greenx img {
	position: absolute;
	left: 605px;
	top: -48px;
	z-index: 1;
}

#content a.button {
	background: url(../i/buttonBg.gif) left top no-repeat;
	width: 224px;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 8px 0px 14px 0px;
	display: block;
}

#content a.button:hover {
	text-decoration: none;
}





#bottom {
	text-align: center;
	background: url(../i/bottomBg.gif) left top repeat-x;
	height: 78px;
}

#footer {
	color: #909090;
	padding-top: 10px;
}

#footer ul {
	width: 630px;
	font-size: 10px;
	text-align:right;
	font-family: arial;
	clear: right;
	padding-top: 10px;
}

#footer ul li {
	border-right: solid 1px #ffffff;
	float: left;
	padding: 0px 1em;
	margin-bottom: 1em;
}

#footer ul li.last {
	border: none;
	padding-right: 0px;
}

#footer ul a {
	color: #ffffff;
	text-decoration: underline;
}

#footer ul a:hover {
	color: #ff5a00;
}

img.step {
	margin-right: 18px;
	float: left;
}

img.applynow {
	position: absolute;
	left: 280px;
	top: 0px;
}

/* this is for the mouseout and default settings */

.headerhover {
  background-color: #e10000;
  border-color:#ffffff; border-left-style:solid; border-left-color:#ffffff; border-left-width:thin;
  cursor:pointer;

}


/* .header_table {border-color:#ffffff; border-left-style:solid; border-left-color:#ffffff; border-left-width:thin;}


/* :hover is a pseudo selector to use to set the mouseover attributes */
.headerhover:hover {
  background-color: #566f83;
  border-color:#ffffff; border-left-style:solid; border-left-color:#ffffff; border-left-width:thin;


}



.headerhover_small {
  background-color: #8092a0;
  border-color:#ffffff; border-left-style:solid; border-left-color:#ffffff; border-left-width:thin;
  cursor:pointer;

}
.headerhover_small:hover {
  background-color:#666666;
  border-color:#ffffff; border-left-style:solid; border-left-color:#ffffff; border-left-width:thin;
  

}

/* subnav */

.subnav:link {color:#ffffff; text-decoration:none; font-weight:bold; font-size:8pt; font-family:arial,sans-serif;}
.subnav:active{color:#ffffff; text-decoration:nne; font-weight:bold; font-size:8pt; font-family:arial,sans-serif;}
.subnav:visited {color:#ffffff; text-decoration:none; font-weight:bold; font-size:8pt; font-family:arial,sans-serif;}
.subnav:hover {color:#ffffff; text-decoration:none; font-weight:bold; font-size:8pt; font-family:arial,sans-serif;}

/* privacy on apply now page */

.privacy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	cursor:default;
}

/* toggle  */
.toggle { display: none; }
.toggle2 { display: none; }
.toggle3 { display: none; }
.toggle4 { display: none; }
.toggle5 { display: none; }
.toggle6 { display: none; }
.toggle7 { display: none; }
.toggle8 { display: none; }
.toggle9 { display: none; }

.tablegreen { border-bottom: solid 1px #78bf37; border-right: solid 1px #78bf37;  padding-left:10px;  font-size:10px; }
.tablegreenright { border-bottom: solid 1px #78bf37;   padding-left:10px;  font-size:10px; }
.tablegreenlast {  border-right: solid 1px #78bf37;  padding-left:10px; font-size:10px; }
.tablegreenlastright {   padding-left:10px; font-size:10px; }


