/*
Light Blue: 	a8d2ff
Dark Blue:		0257b3
Light Orange:	ffe0ab
Dark Orange:	ffac1c 

Dark Red:       800020
*/

body{
	background:#fff;
	font-family:Helvetica, Arial, Sans-Serif;
}
div#container{
	width:918px;
	margin:auto;
}

div#bailoutContainer{
	width:918px;
	margin:auto;
}

br.clear{
	clear:both;
}
img{
	border:0px;
}
a{
	text-decoration:none;
}
/***********Navigation***********/
ul#navigation{
	height:2.1em;
	padding:0px;
	margin:0px;
	float:right;
	position:relative;
	top:2em;
	left:1em;
}
ul#navigation li{
	display:inline;
	font-weight:bold;
}

ul#navigation li.notActive{
    display:inline;
	font-weight:bold;
    color:#ccc;
}

ul#navigation a{
	color:#0257b3;
	text-decoration:none;
	display:block;
	float:left;
	padding:4px;
	padding-top:2px;
	padding-left:1.5em;
	padding-right:1.8em;
}

ul#navigation a.notactive{
	color:#0257b3;
	text-decoration:none;
	float:left;
	padding:4px;
	padding-top:2px;
	padding-left:1.5em;
	padding-right:1.8em;
}

ul#navigation a:hover{
	text-decoration:underline;
	display:block;
}


/***********Tabs***********/
div#tabs{
	padding-right:21px;
}

div#tabs_refi{
	padding-right:14px;
}

div#tabs img{
	float:right;
}

div#tabs_refi img{
	float:right;
}

/***********Content***********/
div#content{
	background:url(../images/bluehr_withspace.png) top repeat-x;
	border-left:1px #1c8aff solid;
	border-right:1px #1c8aff solid;
	border-bottom:1px #1c8aff solid;
	padding-top:1.6em;
	position:relative;
	overflow: hidden;
	height:auto !important;
}

div#contentError{
	background:url(../images/bluehr.png) top repeat-x;
	border-left:1px #1c8aff solid;
	border-right:1px #1c8aff solid;
	border-bottom:1px #1c8aff solid;
	padding-top:1.6em;
	position:relative;
	overflow: hidden;
	height:auto !important;
}

div#contentRefi{
	background:url(../images/burghr.png) top repeat-x #fff;
	border-left:1px #800020 solid;
	border-right:1px #800020 solid;
	border-bottom:1px #800020 solid;
	padding-top:1.6em;
	position:relative;
	overflow: hidden;
	height:auto !important;
}

div#contentCopy{
	background:url(../images/full_hr.png) top repeat-x #fff;
	border-left:1px #800020 solid;
	border-right:1px #800020 solid;
	border-bottom:1px #800020 solid;
	padding-top:1.6em;
	position:relative;
	overflow: hidden;
	height:auto !important;
}

div#widgetCopy{
	background:url(../images/full_hr.png) top repeat-x #fff;
	border-left:1px #800020 solid;
	border-right:1px #800020 solid;
	border-bottom:1px #800020 solid;
	padding-top:1.2em;
	position:relative;
	overflow: hidden;
	height:auto !important;
}

div#contentCopy h2{
    padding:.4em;
}

div#contentCopy h3{
    padding:.6em;
}

div#contentCopy p{
    padding:.6em;
}

.contentCopyColor{
    color:#0257B3;
}

div#contentStep3{
	border-left:1px #1c8aff solid;
	border-right:1px #1c8aff solid;
	margin-left:1px;
	margin-right:1px;
	padding:1em;
	position:relative;
}

div#left_column, div#right_column{
	float:left;
}

div#left_column{
	width:375px;
}

div#center_everything{
	text-align:center;
}

div#right_column{
	width:530px;
	float:right;
}

div#right_column img#mazephoto{
	float:right;
	margin-right:-1em;
}

div#right_column img#whymoneypathimage{
	float:left;
	margin-top:9px;
	margin-bottom:-1em;
	height:238px;
}
div#right_column img#pathtomoneyimage{
	margin-bottom:2em;
}




/***********form***********/
img#steps{
	display:block;
	margin-bottom:3em;
}
div#left_column div#form{
	display:block;
	padding-left:11px;
}

div#left_column div#form input{
	/**
	display:block;
	margin-bottom:2em;
	**/
}

div#left_column div#form label{
	/**
	color:#0257b3;
	font-weight:bold;
	float:left;
	width:170px;
	clear:both;
	text-align:right;
	margin-right:1em;
	line-height: normal;
	display: block;
	position: relative;
	**/
}

.labelPersonal{
	color:#0257b3;
	font-weight:bold;
	clear:both;
	text-align:left;
	margin-right:1em;
}

div#left_column div#form input#submit{
	background:url(../images/blank.png);
	color:#fff;
	height:29px;
	width:112px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	float:right;
	cursor: pointer;
}

div.form_group{
	background:#edf2f7;
	padding:1em;
	padding-top:2em;
	border:1px solid #0257b3
}



/***********Blocks***********/
div.block{
	width:264px;
	height:215px;
	border-top:8px solid #a8d2ff;
	float:left;
	margin-right:14px;
	margin-top:1em;
	background:#0257b3;
	color:#fff;
	padding:1em;
}

div.block_copy{
	width:264px;
	height:215px;
	border-top:8px solid #a8d2ff;
	float:left;
	margin-right:14px;
	margin-top:1em;
	background:#0257b3;
	color:#fff;
	padding:1em;
}

div#lastblock{
	/*if only ie supported child selectors :(*/
		margin-right:0px;
}

div#lastblock p{
	/*if only ie supported child selectors :(*/
	font-size:13px;
}

div.block h1{
	margin:0px;
	font-size:17px;
	border-bottom:1px solid #800020;
}
div.block a{
	color:#a8d2ff;
	font-size:14px;
}
div.block form{
	margin-top:1em;
}
div.block form input{
	height:25px;
	font-size:16px;
}
div.block form input#subscribe{
	position:relative;
}

form fieldset{
	/**
	background:#edf2f7;
	padding:1em;
	padding-top:2em;
	border:1px solid #0257b3;
	margin-top:1em;
	**/
}

form fieldset legend{
	display:block;
	color:#fff;
	font-weight:bold;
	position:absolute;
	padding-bottom:10px;
}

form fieldset legend span{
	font-size:16px;
	top:7px;!important;
	left:12px;!important;
	height:29px;
	width:107px;
	padding:0px;
	display:block;
	position:relative;
}

div#left_column div#form select{

}

/***********ERRORS***********/
div#errors {
	padding-top:.6em;
	padding-left:.6em;
	padding-bottom:.6em;
	border:1px solid #0257b3;
	margin-top:1em;
	margin-bottom:1em;
	background:#fff;
	width:340px;
}

div#errorMessage {
	color:red;	
}

.errorField {
    background: #f0ff6f;
  	display:inline;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/***********Footer***********/
div#footer ul#subnav{
	padding:0px;
	padding-left:1em;
	margin:0px;
	margin-top:2em;
}

div#footer ul#subnav li{
	display:inline;
}

div#footer ul#subnav a{
	color:#0257b3;
	font-weight:bold;
	float:left;
	display:block;
	height:32px;
	padding-top:8px;
	padding-right:2em;
}

div#footer ul#subnav a:hover{
	text-decoration:underline;
	display:block;
}


/***********Misc***********/

hr.blue{
	border:none;
	height:13px;
	background:url(../images/bluehr.png);
	margin:0px;
	margin-bottom:-1px;
	margin-top:-1px;
	width:1024px;
}
span.leftcap, span.rightcap{
	width:16px;
	height:36px;
	display:block;
	float:left;
}
span.leftcap{
	background:url(../images/leftcap.png);
}
span.rightcap{
	background:url(../images/rightcap.png);
}
a.button{
	background:url(../images/bg.png) repeat-x;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	height:36px;
	display:block;
	float:left;
	padding-top:0.65em;
	cursor:hand;
}


/***THIS IS SOME SELECT BOX STYLING---HELPS WITH A LOT OF THINGS, ONE IS THE TABB'ING*******/


/***TOOLTIP STYLING***/
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.mapbubble {
	/*does bubble size get defined here?*/
	font-size: 12px;
	font-weight: normal;
	margin: 0 5px 5px 5px;
	padding: 5px;
	text-align: left;
	line-height: 1.3em;
	min-height: 70px;
	z-index: 10000;
	}

.mapbubble h3, .mapbubble h3 a, .mapbubble h3 a:visited {
	color:#0257b3;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 3px 0;
	padding: 0;
	}

.mapbubble h3 a:hover {
	text-decoration: underline;
	}

.mapbubble h4, .mapbubble h4 a, .mapbubble h4 a:hover, .mapbubble h4 a:visited {
	display: inline;
	font-weight: normal;
	font-size: 12px;
	color: #527B29; /*darkgreen*/
	}

.mapbubble strong {
	font-color: inherit;
	font-weight: bold;
	}


/***Error styling***/
.error {
	color:red;
	font-size: 12px;
	margin: 5px 0 5px 0;
}


/**
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;

    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
/**
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}
**/
/***FORM STUFF**/

form{

}

form#loanstuff {
	width:373px;
	border:1px solid #0257b3;
	background:#edf2f7;
	margin-top:1em;
	marding-left:11px;
	margin-bottom:1em;
}

form#bankLogin {
	width:373px;
	border:1px solid #0257b3;
	background:#edf2f7;
	margin-top:1em;
	margin-bottom:1em;
    margin-left:18em;
}

input#submit{
	background:url(../images/blank.png);
	border:0px;
	color:#fff;
	height:29px;
	width:112px;
	font-size:15px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor: pointer;
}

fieldset {
	border:none;
	padding:4px;!important;
	position:relative;
	margin-bottom:4px;
}
label {
	display:block;
	font-size:14px;
	color:#0257b3;
	font-weight:bold;
	margin-bottom:1px;
}

em.greenAsterisk {
  font-size:14px;
  font-weight:bold;
  color:green;
  position: absolute;
  padding-left:4px;
}

input {
    font-size: 100%;
	border: 1px solid #ccc;
	width:160px;
}

select {
	font-size: 75%; 
	border: 1px solid #ccc;
	width:160px;
}


input#zip {width:90px;}
input#numberOfEmployees{width:90px;}
input#authorizedSignees{width:90px;}
input#subscribe{width:141px;}

input#loanAmountSame{width:60px;}

input#phonePart1{width:40px;}
input#phonePart2{width:40px;}
input#phonePart3{width:60px;}

input.labelHighlight { 
	color: #ccc; 
}

select {width:160px;}
select#state {
	width:40px;
}
select#businessType{
	width:185px;
}

span.hint {
	font:normal 11px/14px verdana;
	background:#eee url(../images/bg-span-hint-gray.gif) no-repeat top left;
	color:#444;
	border:1px solid #888;
	padding:5px 5px 5px 40px;
	width:120px;
	position:absolute;
	margin: -12px 0 0 14px;
	display:none;
}

fieldset.welldone span.hint {
	background:#9fd680 url(../images/bg-span-hint-welldone.jpg) no-repeat top left;
	border-color:#749e5c;
	color:#000;
}
fieldset.kindagood span.hint {
	background:#ffffcc url(../images/bg-span-hint-kindagood.jpg) no-repeat top left;
	border-color:#cc9933;
}


fieldset.welldone {
	background:transparent url(../images/bg-fieldset-welldone.gif) no-repeat 194px 15px;
}
fieldset.kindagood {
	background:transparent url(../images/bg-fieldset-kindagood.gif) no-repeat 194px 15px;
}

.print{
	float:right; 
	width:120px;
	background:url(../images/printer-small.gif) no-repeat top left; 
	padding:0; 
	height:20px;
}

.fade {  
  position: absolute;  
  top: 100px  
  left: 100px  
}  
   
.fade div {  
  position: absolute;  
  top: 0;  
  left: 0;  
  display: none;  
}  


/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */

label.checkbox span.holder {
	height: 61px; /* Total height of your checkbox image */
	background: url(../images/checkbox.gif) 0 -1px no-repeat; /* Path to your checkbox image */
}

label.radio span.holder {
	height: 61px; /* Total height of your radio buttons image */
	background: url(../images/radio.gif) 0 -1px no-repeat; /* Path to your radio button image */
}

label.checkbox:hover span.holder,
label.radio:hover span.holder { top: -21px; } /* Background position on mouseover */

label.checked span.holder,
label.checked span.holder { top: -42px !important; } /* Background position when checked */


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

label.list {
	float: left; clear: left;
	margin: 0 0 5px 0;
}

label.inline {
	float: left; margin: 0 10px 0 0;
}

input.hiddenCheckbox {
	position: absolute; left: -10000px; /* Hide the input */
}

label.prettyCheckbox span.holderWrap {
	display: block; float: left;
	position: relative;
	margin-right: 5px;
	overflow: hidden;
}

label.prettyCheckbox span.holder {
	display: block;
	position: absolute;
	top: 0; left: 0;
}

div#BailoutWidget {
    border: 8px double #e8e7e4;
    background: #fff;
    width: 145px;
    text-align: center;
    padding: 8px 2px;
    margin: 0;
    color: #0257b3;
    font: normal 14px/18px Arial, Helvetica, Verdana, sans-serif;
}

div#BailoutWidget a {
    color: #800020;
    text-decoration: underline;
}

div#BailoutWidget a:hover {
    color: #0257b3;
    text-decoration: underline;
}

div#BailoutWidget strong {
    font: normal 16px/20px 'Courier New', Courier, serif;
}

div#BailoutWidget h4 {
    margin: 0;
    padding: 0;
}

div#BailoutWidget h4 a {
    display: block;
    background: url('http://blog.moneypath.com/images/cash_stack.jpg') no-repeat left top;
    margin: 0 auto;
    padding: 0;
    height: 63px;
    width: 91px;
}

div#BailoutWidget h4 a span {
    display: none;
}

div#BailoutWidget h5 {
    font-weight: normal;
    color: #0257b3;
}

div#BailoutWidget h5 a {
    color: #800020;
}

div#BailoutWidget a.PoweredBy {
    display: block;
    background: url('http://blog.moneypath.com/images/mp_logo.jpg') no-repeat left top;
    margin: 0 auto;
    padding: 0;
    height: 34px;
    width: 129px;
}

div#BailoutWidget a.PoweredBy span {
    display: none;
}



input.labelHighlight { color: #aaa; }


