@charset "UTF-8";
/* CSS Document */




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}

.grey-txt {
	color: #333;
}
.grey-txt-sm {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.grey-txt-sm a {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
a img {border:0}

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

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

html {
	height:auto !important;
	height: 100%;  _height:100%;
	min-height:100%;
}

body{
	background:#ffffff url(background.jpg) repeat-y top center;
	text-align: center;
	min-width:990px;
	margin:0 auto;
	height:auto !important;
	height: 100%;  _height:100%;
	min-height:100%;
}


p {
	padding:0px 15px;
	font:13px/14px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
}


/* MAIN WRAPPER */

#container {
	position: relative;
	min-height: 100%;
	height:auto !important;
	height: 100%;  _height:100%;
	margin: 0 auto;
	text-align:center;
	/*margin-right:auto;*/
	/*margin-left:auto;*/
}

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:0px;
	vertical-align:top;
	min-height:100%;
	height:100%; _height:100%;
	height:auto !important;
}



/* MENU */

#header-wrapper {
	display:block;
	width:920px;
	height:140px;
	padding:0px 35px 0px 35px;
}

#logo {
	float:left;
	margin:39px 20px 0px 0px;
	font:26px Arial, Helvetica, sans-serif;
	color:#e71b23;
	font-weight: bold;
	text-align:left;
}

#menu {
	float:right;
	font: Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	margin:10px 10px 0px 0px;
}

#menu ul {
	float:left;
	text-align:left;
	list-style-type:none;
	white-space:nowrap;
	font: Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0px;
}
#menu li {
	display:inline;
	padding:0px 12px 0px 12px;
	background: url(http://www.rescuecapital.com/images/nav-divider.gif) left center no-repeat;
	height:27px;
}

#menu li a {
	color:#333333;
	list-style:none;
	text-decoration:none;
	margin-left:1px;
	font-size:14px;
}

#menu li a:hover {
	color:#e71b23;
	list-style:none;
	text-decoration:none;
}

#menu .first {
	margin-left:0px;
	background: none;
}

#menu .first a {
	margin-left:0px;
	background: none;
}

.divider {
	width:1px;
	display:block;
	height:27px;
	margin:10px 12px 0px 12px;
	background: url(http://www.rescuecapital.com/images/nav-divider.gif) left center no-repeat;
}

.phone {
	float:right;
	margin:39px 0px 0px 0px;
	font:18px Arial, Helvetica, sans-serif;
	color:#e71b23;
	font-weight: bold;
	text-align:right;
}


/* Main Content */

#main-content {
	display:block;
	height:100%;
	width:990px;
	background:#ffffff;
	padding:0px 0px 0px 0px;
}

#interior-content {
	width:990px;
	min-height:287px;
	background:#ffffff url(http://www.rescuecapital.com/images/interior-bkg-01.jpg) no-repeat center top;
	padding:0px 0px 0px 0px;	
}

#marketing-window {
	width:990px;
	height:285px;
}

#marketing-img {
	width:990px;
	height:285px;
}

#left-col {
	float:left;
	width:890px;
	padding:25px 50px 10px 50px;	
}

#right-col {
	float:right;
	margin: 0px 10px 0px 30px;
	padding:25px 0px 0px 0px;
	text-align:center;
}


/* FOOTER */
.stbar2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.stbar {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:30px;}
#footer_wrapper2 {
	width:970px;
 height: 75px;
 height:auto !important;
  min-height:75px;
 padding:23px 10px 0px 10px;
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background: #e71b23;
	bottom:0px;
	vertical-align:middle;
}
.footerwrap{margin:0 auto;text-align:left;width:970px;}
.footer_content-left {
	float:left;
	color:#ffffff;
	text-decoration: none;
	margin:0px 0px 0px 15px;
}

.footer_content-right {
	float:right;
	color:#ffffff;
	text-decoration: none;
	margin:0px 15px 0px 0px;
}
.footer_content-sm {
	float:right;
	color:#ffffff;
	text-decoration: none;
	margin:0px 0px 0px 0px;
}

.footer_content-right a {
	color:#ffffff;
	text-decoration: none;
}

.footer_content-right a:hover {
	color: #CCC;
	text-decoration: underline;
}

.push {
	height:38px;
	width:100%;
	background:#FFFFFF;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin: 5px 0px;
	font:normal 22px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e71b23;
	text-align:left;
}
h2 {
	padding:0px 15px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#e71b23;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	color:#525252;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 15px;
}
li {
	font:13px Arial, Helvetica, sans-serif;
	color:#666;
	list-style-type:square;
	margin:5px 0px 0px 0px;
}


/* Quick CONTACT FORM */
#quick-contact-top-esp {
	display:block;
	width:214px;
	height:73px;
	background:url(http://rescatecapital.com/images/quick-contact-top.gif) center top no-repeat;
	margin:0px;
	padding:0px;
}
#quick-contact-wrapper {
	width:214px;
	margin:0px 0px 0px 0px;
}
#quick-contact-top {
	display:block;
	width:214px;
	height:73px;
	background:url(http://www.rescuecapital.com/images/quick-contact-top.gif) center top no-repeat;
	margin:0px;
	padding:0px;
}
#quick-contact-top2 {
	display:block;
	width:215px;
	height:86px;
	background:url(free-header.gif) center top no-repeat;
	margin:0px;
	padding:0px;
}

#quick-contact-content {
	display:block;
	width:164px;
	background:#e6e6e6 repeat-x ;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#666666;
	margin:0px;
	padding:5px 25px 5px 25px;
	text-align:left;
}
.quick-contact_field {
	float: left;
	width: 155px;
	text-align: left;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#999;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

#quick-contact-bottom {
	display:block;
	width:215px;
	height:20px;
	background:url(http://www.rescuecapital.com/images/quick-contact-bottom.gif) center top no-repeat;
	padding:0px;
	margin:0px;
}

.btn-submit {
	float:left;
	display:block;
	width:83px;
	height:32px;
	background:url(http://www.rescuecapital.com/images/btn-submit.gif) center top no-repeat;
	margin:0px 10px 0px 0px;
	border:none;
}
.btn-submit2 {
	float:left;
	display:block;
	width:163px;
	height:43px;
	background:url(guote-btn.gif) center top no-repeat;
	margin:0px 0px 0px 0px;
	border:none;
}

.btn-reset {
	float:right;
	display:block;
	width:83px;
	height:32px;
	background:url(http://www.rescuecapital.com/images/btn-reset.gif) center top no-repeat;
	margin:0px 10px 0px 0px;
	border:none;
}


/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Arial, Helvetica, sans-serif;
	color:#525252;
	letter-spacing:0px;
}
#contact_table {
	width: 400px;
	font:11px/20px Arial, Helvetica, sans-serif;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	height: 20px;
	text-align: right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 250px;
	font:11px Arial, Helvetica, sans-serif;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.contacttext {
	font:11px Arial, Helvetica, sans-serif;
	color:#525252;
	background-color: #FFFFFF;
}

.btn-submit-2 {
	float:left;
	display:block;
	width:83px;
	height:32px;
	background:url(http://www.rescuecapital.com/images/btn-submit.gif) center top no-repeat;
	margin:0px 10px 0px 0px;
	border:none;
}

.btn-reset-2 {
	float:left;
	display:block;
	width:83px;
	height:32px;
	background:url(http://www.rescuecapital.com/images/btn-reset.gif) center top no-repeat;
	margin:0px 10px 0px 0px;
	border:none;
}
.SUB1 {
	font:24px aRIAL, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:left;
	line-height:34px;
}
.SUB1b {
	font:30px aRIAL, Arial, Helvetica, sans-serif;
	color:#e71b23;
	text-align:left;
	line-height:34px;
}
.COPY {

	font:19px aRIAL, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:left;
	line-height:28px;
}
	.COPY2 {
	font:19px aRIAL, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
	line-height:24px;
}
.SUB2 {
	font:30px aRIAL, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: bold;
	text-align:left;
	
}
.copybox4
{float:left;
width:360px;margin:25px 0px 0px 390px;
text-align:left;}
.copybox
{float:right;
width:565px;
	margin:220px 10px 15px 0px;
	text-align:left;}
	.copybox3
{float:right;
width:215px;
	margin:25px 20px 0px 0px;
	text-align:left;}
	.copybox2
{float:left;
width:565px;
	margin:220px 10px 15px 0px;
	text-align:left;}