/*
Theme Name: Sell House America
Theme URI: http://www.sellhouseamerica.com/
Description: Custom theme for Sell House America.
Author: Inverse Paradox
Author URI: http://www.inverseparadox.com/
*/
/* ----------------------------------------------------------------------------
   DEFAULTS
---------------------------------------------------------------------------- */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #141414;
	background: url(images/body-bg.gif) repeat-y top center;
}
body, html {
	height: 100%;
}
a {
	color: #213065;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
form {
	margin: 0;
}
/* ----------------------------------------------------------------------------
   WHOLE PAGE
---------------------------------------------------------------------------- */
#pagearea {
	width: 960px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: 0 auto;
	background-color: #fff;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
	font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix {
	display: block;
}

/* ----------------------------------------------------------------------------
   HEADER
---------------------------------------------------------------------------- */
#header {
	height: 156px;
	border-bottom: 3px solid #101731;
	background: url(images/header-bg.jpg) no-repeat 159px 0;
}
#header h1 {
	margin: 0;
	width: 156px;
	height: 156px;
	float:  left;
}
#header h1 a {
	display: block;
	width: 156px;
	height: 156px;
	overflow: hidden;
	text-indent: -9999px;
	border-right: 3px solid #101731;
	background: url(images/logo.gif) no-repeat 0 0;
}
ul#nav {
	display: block;
	width: 801px;
	height: 26px;
	float: right;
	margin: 127px 0 0 0;
	padding: 0;
	list-style-type: none;
	border-top: 3px solid #101731;
	background-color: #213065;
}
ul#nav li {
	float: left;
	padding: 5px 16px 0 27px;
	font-size: 13px;
	font-weight: bold;
	background: url(images/nav-star.gif) no-repeat 0 7px;
}
ul#nav li.first {
	padding-left: 16px;
	background: none;
}
ul#nav li a {
	color: #f4f4f4;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #f1e857;
}

/* ----------------------------------------------------------------------------
   ALL COLUMNS
---------------------------------------------------------------------------- */
#content.twocol {
	background: url(images/columnsbg.gif);
}
#content h1 {
	margin-top: 0;
	font-size: 24px;
	color: #000;
}
#content p, #content li, #content td {
	line-height: 150%;
}
#content img.alignleft {
	float: left;
	margin: 0 12px 0 0;
	border: 1px solid #333333;
}
#content img.alignright {
	float: right;
	margin: 0 0 0 12px;
	border: 1px solid #333333;
}
p#investorlogin {
	margin: 35px 0 50px 0;
}
p#investorlogin a {
	padding: 3px 7px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #611113;
	background-color: #941b1d;
	text-decoration: none;
}
/* ----------------------------------------------------------------------------
   SINGLE COLUMN
---------------------------------------------------------------------------- */
#onecol {
	width: 900px;
	padding: 30px;
}

/* ----------------------------------------------------------------------------
   MAIN COLUMN
---------------------------------------------------------------------------- */
#maincol {
	width: 700px;
	padding: 30px;
	float: left;
}


/* ----------------------------------------------------------------------------
   RIGHT COLUMN
---------------------------------------------------------------------------- */
#rightcol {
	width: 200px;
	float: right;
}
#rightcol .column-header {
	padding: 19px 0;
	text-align: center;
	background: url(images/right-pattern.gif);
}
#rightcol .column-header img {
	border: 2px solid #101731;
}
#rightcol ul.testimonials {
	margin: 0;
	padding: 0 18px;
	list-style-type: none;
}
#rightcol ul.testimonials li {
	display: block;
	margin: 18px 0;
	font-size: 11px;
	line-height: 150%;
}
#rightcol ul.testimonials li img {
	float: right;
	margin: 0 0 0 6px;
	border: 1px solid #101731;
}


/* ----------------------------------------------------------------------------
   INLINE FORM
---------------------------------------------------------------------------- */
#content .right-form {
	float: right;
	width: 270px;
	margin: 0 0 15px 20px;
	padding: 0 7px 18px 7px;
	border: 1px solid #213065;
	background-color: #f6f7ff;
	display: inline;
} 
#content .form table {
	margin: 0;
	padding: 0;
	width: 270px;
}
#content .form .labels {
	padding: 0 5px 3px 3px;
	width: 100px;
	text-align: right;
}
#content .form .labels-short {
	padding: 0 5px 3px 3px;
	width: 55px;
	text-align: right;
}
#content .form .inputs {
	padding: 0 0 6px 0;
	width: 185px;
}
#content .form .inputs-med {
	padding: 0 0 6px 0;
	width: 70px;
}
#content .form .inputs-short {
	padding: 0 0 6px 0;
	width: 60px;
}
#content .form .text {
	border: 1px solid #323232;
	font: 12px Arial, Helvetica, sans-serif;
	width: 165px;
	padding: 2px;
}
#content .form textarea.text {
	height: 85px;
}
#content .form select.text {
	width: 170px;
}
#content .form .inputs-med .text {
	width: 55px;
}
#content .form .inputs-short .text {
	width: 39px;
}
#content .form .submitbutton {
	width: 70px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #611113;
	background-color: #941b1d;
	cursor: pointer;
}
#content .form h5 {
	display: inline;
	margin: -12px 0 0 0;
	position: relative;
	left: 12px;
	top: -12px;
	padding: 0 5px;
	font-size: 20px;
	color: #88191b;
	background: #fff;
}

/* ----------------------------------------------------------------------------
   FOOTER
---------------------------------------------------------------------------- */
#footer .tagline {
	height: 55px;
	background: #9098b2 url(images/bottom-tagline.gif) no-repeat 53px 16px;
	overflow: hidden;
	text-indent: -9999px;
}
#footer .tagline h3 {
	margin: 0;
}
#footer .text {
	margin: 4px 0 0 0;
	padding: 3px 10px;
	color: #313131;
	font-size: 11px;
	line-height: 150%;
	background-color: #f3f3f3;
}

#footer .text a {
	color: #313131;
	text-decoration: underline;
}
#footer .text a:hover {
	text-decoration: none;
}
#footer .text .left {
	float: left;
}
#footer .text .right {
	float: right;
}
#footer .text .left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer .text .left li {
	float: left;
	padding: 0 4px;
	margin: 2px 0 0 0;
	line-height: 11px;
	border-left: 1px solid #313131;
}
#footer .text .left li.first {
	border: none;
	padding-left: 0;
}

/* ----------------------------------------------------------------------------
   LONG SIGNUP FORMS
---------------------------------------------------------------------------- */
.investors-form {
	width: 260px;
	float: right;
	margin: 0 45px 6px 20px;
	display: inline;
}
.formtable {
	width: 658px;
	padding: 15px;
	margin: 15px auto;
	border: 1px solid #d1d1d1;
	background-color:#f6f7ff;
	position: relative;
}
.investors-form .formtable {
	width: 260px;
	margin: 0;
}

.formtable table {
	width: 628px;
	border: none;
	padding: 0;
	margin: 0;
}
.investors-form .formtable table {
	width: 260px;
}
.divider {
	height: 1px;
	background-color: #d1d1d1;
	margin: 10px 0 10px 0;
}
.investors-form .formlabels {
	width: 120px;
}
.formlabels {
	width: 135px;
	text-align: right;
	padding: 4px 4px 4px 0;
}
.formlabels-short {
	width: 51px;
	text-align: right;
	padding: 4px;
}
.formlabels-long {
	width: 180px;
	text-align: right;
	padding: 4px 4px 4px 0;
}
.investors-form .forminputs {
	width: auto;
}
.forminputs {
	width: 179px;
	padding: 2px 0 2px 0;
}
.forminputs-short {
	width: 64px;
	padding: 2px 0 2px 0;
}
.forminputs-extended {
	padding: 2px 0 2px 0;
}
.formtable input, .formtable select {
	width: 175px;
}
.investors-form .formtable input, .investors-form .formtable textarea  {
	width: 130px;
}
.forminputs-short input, .forminputs-short select {
	width: 54px;
}
.forminputs textarea, input.expanded {
	width: 315px;
}

.superscript {
	font-size: 9px;
}
input, select, textarea {
	border: 1px solid #bfbfbf;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
input.button {
	background-color: #941b1d;
	border-color: #611113;
	color: #FFFFFF;
	font-weight: bold;
}
.req {
	color: #FF0000;
}
.investors-form .formtable h3 {
	display: inline;
	margin: -23px 0 0 0;
	position: relative;
	left: 12px;
	top: -23px;
	padding: 0 5px;
	font-size: 18px;
	background: #fff;
}
.bil{text-decoration:none;}
.bil:hover{text-decoration:underline;}