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

*, html {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #fff url('/images/layout/bg.png') repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 20px;
}

a {
	color: #1370b3;
}
a:hover {
	color: #003c78;
}
.caption {
	text-align:center;
	line-height:13px;
	padding-bottom:12px
}

.img-right {
	float: right;
	margin: 0 0 5px 10px;
}
.img-left {
	float: left;
	margin: 0 10px 5px 0;
}
.border {
	border: 1px solid #3e3d3d;
}
.clear {
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 0 auto 20px;
	background: #fff;
	border: 1px solid #29b9d9;
	border-top: 0;
	padding-bottom: 10px;
}

#header {
	background: url(../images/layout/header-back.png) repeat-x top;
	margin-bottom: 25px;
}

#top-contact {
	float: right;
	width: 281px;
	/* height: 58px; */
	padding: 12px 14px 12px 65px;
	margin: 25px 10px 0 0;
	background: #fff url(/images/layout/top-contact-bg.png) 17px center no-repeat;
	border: 1px solid #ffdb6b;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #ed1c24;
}

#top-contact span {
	display: block;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

#top-contact span.open
{
	font-size: 14px;
	color: #00b3f6;
	margin-bottom: 0;
}

#top-contact span a {
	text-decoration: none;
}
#top-contact a {
	color: #ed1c24;
}

#contact-nav  {
	float: right;
	clear: right;
	font-size: 11px;
	width: 315px;
	padding-top: 4px;
	margin: 0 10px 0 0;
	text-align: right;
	color: #676767;
	padding-right:15px;
}
#logo {
	padding: 15px 0 0 29px;
}
#logo a img {
	border: 0;
}


#splash {
	margin: 0 10px 0 0;
	width: 700px;
	float: right;
	overflow: hidden;
	border: 1px solid #f9e3a6;
	font-size: 14px;
}
.splash-cta {
	background: #2c3177;
	padding: 5px 20px 4px 10px;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
}
.splash-cta a {
	float: right;
	display: block;
}
.splash-cta span {
	display: block;
	padding: 4px 0 0;
}

#content-wrap {
	float: right;
	width: 700px;
	margin-right: 10px;
	line-height: 16px;
	display: inline;
	margin-top:15px;
	margin-bottom: 20px;
	overflow: hidden;
	clear:right;
}

#content-wrap h1 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 7px;
	color:#0b8fc6;
}

#content-wrap h2 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height:20px;
	color:#006db0;
	font-weight:normal;
}
#content-wrap h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#content-wrap p,
#content-wrap ul,
#content-wrap ol {
	margin-bottom: 10px;
}

#content-wrap ul,
#content-wrap ol {
	padding-left: 20px;
	overflow: auto;
}

#left-col {
	width: 220px;
	margin-left: 10px;
}

#nav {
	border: 2px solid #cacaca;
	margin: 0 0 15px 0;
	background: #e5e5e5;
}
#nav li {
	list-style: none;
}
#nav > ul > li {
	margin-top: 3px;
	font-weight: bold;
}
#nav > ul > li:first-child {
	margin: 0;
}
#nav a {
	display: block;
	color: #393637;
	padding: 8px 0 0 16px;
	min-height: 22px;
	text-decoration: none;
}
#nav > ul > li > a {
	background: #f0efef url(/images/layout/nav-bg.png) repeat-x top;
}
#nav li.wcactive > a,
#nav a.active {
	font-weight: bold;
}
#nav > ul > li > a:hover,
#nav > ul > li > a.active,
#nav > ul > li.wcactive > a {
	color: #fff;
	background: #f0efef url(/images/layout/nav-bg-hov.png) repeat-x top;
}
#nav ul ul a:hover {
	text-decoration: underline;
}
#nav ul ul {
	background-color: #F0EFEF;
}
#nav > ul > li > ul {
	padding: 5px 0 0;
}
#nav ul ul a {
	padding: 0 0 6px 22px;
	min-height: 16px;
	font-weight: normal;
}
#nav ul ul ul a {
	padding-left: 32px;
}
#nav ul ul ul ul a {
	padding-left: 42px;
}

#nav ul ul li.wchild a {
	background: #F0EFEF url(/images/layout/nav-arrow-r.gif) no-repeat 11px 3px;
}
#nav ul ul li.wcactive > a {
	background: #F0EFEF url(/images/layout/nav-arrow-d.gif) no-repeat 9px 4px;
}
#nav ul ul ul li.wchild a {
	background: #F0EFEF url(/images/layout/nav-arrow-r.gif) no-repeat 21px 3px;
}
#nav ul ul ul li.wcactive > a {
	background: #F0EFEF url(/images/layout/nav-arrow-d.gif) no-repeat 19px 4px;
	padding-bottom: 4px;
}




#side-contact {
	background-color: #EEE;
}

#form-container {
	text-align: center;
}
#form-container a {
	color: #00f;/* Old: #2e74a6 */
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0 5px;
	outline: none;
}
#form-container a:focus {
	-moz-outline-style: none;
}

#sideform {
	text-align: left;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 5px 10px;
	font-size: 10px;
	height: 295px;
}
div.form-item {
	margin: 0px 0px 4px 0px;
	overflow: hidden;
}
div.form-item input, div.form-item select {
	float: right;
}
div.form-item input {
	width: 124px;
}
div.form-item textarea {
	width: 200px;
}

div.form-item input.zip {
	width: 68px;
}

div.form-item select {
	margin-right: 5px;
	font-size: 12px;
	width: 50px;
}

.formlabel {
	margin-top: 3px;
	display: block;
}

#footer {
	clear: both;
	text-align: left;
	padding: 60px 0 10px;
	font-size: 11px;
	line-height: 16px;
}

#footer .footer-creds {
	width: 860px;
	text-align: center;
	margin: 0 auto 12px;
}
#footer .footer-creds td {
	width: 16%;
}

#footer .small {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#737576;
	margin: 7px 0;
}

#footer-info {
	border-top: 1px solid #D9D9D9;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#737576;
    text-align:center;
	text-transform: uppercase;
}

#footer-info a {
	text-transform: uppercase;
}


.blogcredit {
	margin-bottom: 10px;
}




/* Credibility Logos */

#credibility-minor {
	height: 66px;
	margin: 0px;
	padding: 0px
}
#credibility-minor ul li {
  float: left;
  list-style: none;
}
#credibility-minor ul li a {
  display: block;
  position: relative;
}

#credibility-minor li.cred1 {
	background: url(/images/credibility/b-cleanspace.png) no-repeat top left;
}
#credibility-minor li.cred2 {
	background: url(/images/credibility/b-sarpy-county.png) no-repeat top left;
}
#credibility-minor li.cred3 {
	background: url(/images/credibility/b-omaha-25.png) no-repeat top left;
}
#credibility-minor li.cred4 {
	background: url(/images/credibility/b-2006-omaha.png) no-repeat top left;
}
#credibility-minor li.cred5 {
	background: url(/images/credibility/b-energy-star.png) no-repeat top left;
}
#credibility-minor li.cred6 {
	background: url(/images/credibility/b-40-under-40.png) no-repeat top left;
}
#credibility-minor li.cred7 {
	background: url(/images/credibility/b-basement-systems.png) no-repeat top left;
}
#credibility-minor li.cred8 {
	background: url(/images/credibility/b-bbb-hp-logo.png) no-repeat top left;
}
#credibility-minor li.cred9 {
	background: url(/images/credibility/b-fsi.png) no-repeat top left;
}
#credibility-minor li.cred10 {
	background: url(/images/credibility/b-bob-vila.png) no-repeat top left;
}

#credibility-minor li a:hover img {
  visibility: hidden;
}

#cse-wrap {
	overflow: hidden;
	margin: 0 0 15px;
}

#cse-inputbox {
	height: 16px;
	float: left;
	padding: 2px 0 0 2px;
	width: 185px;
	line-height: 13px;
	margin-right: 5px;
}
#cse-wrap button {
	padding: 0;
	background: 0;
	border: 0;
	margin: 0;
	width: 64px;
	float: left;
}


:focus {
 -moz-outline-style:none;
}

#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


#triggers table td {
text-align: center;
font-weight: bold;
width:152px;
}

#gray-hr {
	margin:15px 0px;
	height:1px;
	background-color:#ddd;
	color:#ddd;
	border:0
}

#spaced li {
margin-bottom:10px;
}

#home-silo-content {
	border-bottom: 1px solid #E1E1E1;
    float: left;
    margin-top: 15px;
    width: 700px;
}
.home-silo-links {
	float: left;
    font-size: 11px;
    margin-bottom: 10px;
    margin-right: 25px;
    padding-bottom: 10px;
    width: 215px;
}
.home-silo-links img {
	float:left;
	margin: 0px 10px 2px 0px;
}
.home-silo-links a {
	font-size: 18px;
	line-height: 20px;
	display:block;
}
.home-silo-links p {
	margin: 10px 0 0;
}

#home-reviews {
	border-bottom: 1px solid #E1E1E1;
    float: right;
    margin-bottom: 7px;
    width: 220px;
	height: 237px;
}

.newstop {
	border:1px solid #D9D9D9;
	color:#888;
	display:block;
	font-weight:bold;
	margin-top:10px;
	padding:5px 0 5px 8px;
	background-color: #EDEDED;
}
.newsbox {
	background-color:#FFF;
	border-bottom:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	color:#000000;
	font-size:12px;
	line-height:16px;
	padding:8px 12px;
}

#startphone {
	font-size:16px;
	color:#FFF;
	text-align:center;
	height: 32px;
	padding-top: 9px;
	font-weight: bold;
	width: 220px;
	background-image: url(/images/layout/get-started-phone-bg.png);
}

.smart-buy,
.des-button {
	margin: 10px 0 15px;
}

#content-wrap #map {
    clear: none;
    float: right;margin: 10px 0 40px 10px;
}

div#category {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 150%;
    font-weight: bold;
    margin: 30px 0 20px;
    padding: 8px 0;
    text-transform: uppercase;
}
div#brochure {
    background-color: #EFEFEF;
    border: 1px solid #C8C6C6;
    float: right;
    font-weight: bold;
    margin-left: 10px;
    padding: 8px;
    text-align: center;
    width: 116px;
}

div#brochure a {
    text-decoration: none;
}
div#brochure a:hover {
    text-decoration: none;
}
.filesize {
    font-size: 7pt;
    font-weight: normal;
}
hr.product {
    background-color: #E8E8E8;
    border: 0 none;
    color: #E8E8E8;
    height: 1px;
    margin: 25px 0;
}

#flashcontent {
    margin: 0 10px 10px;
    text-align: center;
}

.popupimagetext p, .popupimagetext h3{
	margin: 0 0 12px;
}

#right-content-box {
    background-color: #F1F1F1;
    border: 1px none #000000;
    float: right;
    margin: 0 0 5px 15px;
    width: 352px;
}

#quotebox {
    background-color: #ECF7FE;
    border: 1px solid #CCCCCC;
    clear: both;
    padding: 10px;
}
#quotebox a {
    font-weight: normal;
    text-decoration: none;
}
#quotebox a:hover {
    font-weight: normal;
    text-decoration: underline;
}

#right-content-box {
    background-color: #F1F1F1;
    border: 1px none #000000;
    float: right;
    margin: 0 0 5px 15px;
    width: 352px;
}
#right-content-box p {
    margin: 10px;
}
#graybullets {
    background-color: #F4F4F4;
    border-bottom: medium solid #034E88;
    border-top: medium solid #034E88;
    margin: 0;
    padding: 5px 0 0;
}
#expectbox {
    background-color: #E0E0E0;
    color: #024079;
    margin: 0 0 8px 2px;
}
#expectbox ol li {
    font-size: 17px;
    list-style: none outside none;
    margin: 0 0 0 235px;
    padding: 3px 0 18px 45px;
}
#expectbox ol li.first {
    background: url("/images/numbers/one-2.jpg") no-repeat scroll left top transparent;
}
#expectbox ol li.second {
    background: url("/images/numbers/two-2.jpg") no-repeat scroll left top transparent;
}
#expectbox ol li.third {
    background: url("/images/numbers/three-2.jpg") no-repeat scroll left top transparent;
}
#expectbox ol li.fourth {
    background: url("/images/numbers/four-2.jpg") no-repeat scroll left top transparent;
}
#expectbox ol li.fifth {
    background: url("/images/numbers/five-2.jpg") no-repeat scroll left top transparent;
}
#expectbox ol li.sixth {
    background: url("/images/numbers/six-2.jpg") no-repeat scroll left top transparent;
}
#expectbox ol li.seventh {
    background: url("/images/numbers/seven-2.jpg") no-repeat scroll left top transparent;
}
#expectbox ol li.eighth {
    background: url("/images/numbers/eight-2.jpg") no-repeat scroll left top transparent;
}
#expectbox ol li.ninth {
    background: url("/images/numbers/nine-2.jpg") no-repeat scroll left top transparent;
}

.checklist {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F4F4F4;
    border-color: #034E88 -moz-use-text-color;
    border-left: 1px none;
    border-right: 1px none;
    border-style: solid none;
    border-width: 4px 1px;
    width: 95%;
}
.checklist td {
    border-spacing: 10px;
    padding: 5px;
    text-align: center;
}

#floodbox {
    background: url("/images/flooding-box.jpg") no-repeat scroll left top #FFFFFF;
    border: 1px solid #5A86C3;
    float: right;
    height: 350px;
    margin: 0 0 15px 25px;
    width: 325px;
}
#floodbox h2 {
    color: #032075;
    font-size: 22px;
    padding-left: 13px;
    padding-top: 10px;
}
#floodbox li {
    color: black;
}
#floodbox li {
    margin: 0 0 10px 5px;
}
#floodbox p {
    color: #2A55A7;
    line-height: 17px;
    margin: 0 15px;
}
#floodbox a {
    color: #2A55A7;
    text-decoration: none;
}

#numberedbullets {
    background-color: #F4F4F4;
    border-bottom: medium solid #034E88;
    border-top: medium solid #034E88;
    margin: 10px 0;
    padding: 5px;
}
#numberedbullets h2 {
    color: #024079;
}
#numberedbullets ol li {
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 3px 0 18px 45px;
}
#numberedbullets ol li.first {
    background: url("/images/numbers/one.jpg") no-repeat scroll left top transparent;
}
#numberedbullets ol li.second {
    background: url("/images/numbers/two.jpg") no-repeat scroll left top transparent;
}
#numberedbullets ol li.third {
    background: url("/images/numbers/three.jpg") no-repeat scroll left top transparent;
}
#numberedbullets ol li.fourth {
    background: url("/images/numbers/four.jpg") no-repeat scroll left top transparent;
}
#numberedbullets ol li.fifth {
    background: url("/images/numbers/five.jpg") no-repeat scroll left top transparent;
}
#numberedbullets ol li.sixth {
    background: url("/images/numbers/six.jpg") no-repeat scroll left top transparent;
}
#numberedbullets ol li.seventh {
    background: url("/images/numbers/seven.jpg") no-repeat scroll left top transparent;
}
#numberedbullets ol li.eighth {
    background: url("/images/numbers/eight.jpg") no-repeat scroll left top transparent;
}
#numberedbullets ol li.ninth {
    background: url("/images/numbers/nine.jpg") no-repeat scroll left top transparent;
}

#dottedhr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DADADA -moz-use-text-color -moz-use-text-color;
    border-right: 0 none;
    border-style: dashed none none;
    border-width: 1px 0 0;
    margin-top: 5px;
}

#reviews {
 clear:both; 
 margin-bottom:20px; 
 border:1px solid #e0e0e0; 
 background-color:#f3f3f3; 
 padding:8px;
}
#review-comments {
 float:right;
 width:520px;
} 

table#meet_the_team td {
    padding:10px;
    vertical-align:top
}

#smart-header {
    color: #8E8D8D;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}

#smart-buy-body {
    border: 0 none;
    color: #464646;
    float: left;
    margin-left: 50px;
    width: 550px;
}
#smart-buy-body h2 {
    color: #06A326;
    font-size: 16pt;
    font-weight: bold;
    line-height: 115%;
}

#smart-buy-body li {
    color: #464646;
}
#smart-buy-body li {
    margin-bottom: 8px;
    margin-left: 10px;
}

#disclamer {
    color: #757575;
    font-size: 10px;
    line-height: 110%;
    margin-left: 50px;
    margin-right: 50px;
}
#spacer {
    background-color: #E2E2E2;
    border: 0 none;
    float: left;
    height: 4px;
    margin-bottom: 10px;
    margin-top: 15px;
    width: 650px;
}

#main-contact td {
    padding: 6px;
}

.testimonials p {
margin-bottom: 10px;
}

table#opinion td {
	padding: 5px;
	vertical-align: top; 
} 

#fb-box {
	height: auto;
    margin-bottom: 10px;
}

.home-testimonials {
float: right;
width: 290px;
margin-left: 20px;
}

.home-newstop {
	border:1px solid #D9D9D9;
	color:#0B8FC6;
	display:block;
	font-weight:bold;
	height: 38px;
	padding:8px 0 5px 8px;
	background-color: #e7f7fe;
}
.home-newsbox {
	background-color:#FFF;
	border-bottom:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	color:#000000;
	font-size:12px;
	line-height:16px;
	padding:2px 12px;
}

.inner-testimonials p {
margin-bottom: 10px;
}

.home-hr {
	margin:10px 0px;
	height:1px;
	background-color:#ddd;
	color:#ddd;
	border:0
}

#home-table li {
    margin-top: 15px;
}

.table-title {
	font-weight: bold;
	color:#cc6600;
	font-size:16px;
	margin-bottom: 0px !important;
}

#financing {
    margin-top: 10px;
}

#int-splash-new {
    background: url("/images/splash-msg-bg.png") repeat-x scroll center top transparent;
    border: 1px solid #C4C4C4;
    margin-right: 10px;
    width: 708px;
	float: right;
}
#int-splash-new a img {
    border: medium none;
}
#int-splash-new .left, #int-splash-new .right {
    float: left;
	margin: 0px !important;
}
#int-splash-new .cta {
    background: url("/images/splash-cta-bg.png") repeat-x scroll center top transparent;
    border-top: 1px solid #C4C4C4;
    clear: both;
    color: #10548E;
    font: bold 16px/18px Verdana,Geneva,sans-serif;
    height: 54px;
}
#int-splash-new .cta table {
    width: 100%;
}
#int-splash-new .cta table td:first-child {
    padding: 16px 8px 0 0;
    text-align: right;
    vertical-align: top;
}
#int-splash-new .cta .cta-right {
    float: right;
    margin: 0 25px 0 0;
    width: 243px;
}
#int-splash-new .cta .cta-left {
    padding: 16px 0 0 25px;
}

.quotebox img {
padding-left: 15px;
}

/*** Thank You Page Call Outs ****/
.callout{
	width: 700px; 
	padding: 10px 0pt; 
	clear: both; 
	overflow:hidden; 
	border-top: 2px solid #cdedff; 
	border-bottom: 2px solid #cdedff;
	}
.callout .callout-items{
	float:right; 
	margin-right:5px;
	width:238px;
	}
	
.callout .callout-items .img{
	float: left; 
	margin-right:5px;
}

.callout .callout-items .txt{
	width:160px;
	font-size:11px;
	float:left;
}
/*** Thank You Page Call Outs ****/


/* --- OPEN SIGN --- */
div.open
{
	width: 145px;
	float: right;
	margin: 0 0 5px 10px;
	color: #109ace;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
	border-left: 2px solid #ccc;
}
div.open img {
	background: #0B8FC6;
	margin-bottom: 5px;
}
/* --- END OPEN SIGN --- */

.listing-callout {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    font-size: 9px;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
}


#top-open {
    background: url("/images/layout/open-sign-ctbs.png") no-repeat scroll left top transparent;
    color: #074368;
    float: right;
    font-weight: bold;
    height: 84px;
    margin: 26px 10px 0 0;
    padding: 12px 14px 0 65px;
    text-align: center;
    text-transform: uppercase;
    width: 292px;
}
#top-open span {
    font-size: 20px;
    line-height: 19px;
}
#top-open a {
    color: #074368;
}
#top-open a:hover {
    color: #1370B3;
}
#top-open span a {
    text-decoration: none;
}

#top-open-wrapper {
padding-top:31px;
margin-left:26px;
}

#top-open .o-callout {

}

#top-open .o-phone {
font-size:15px;
}

#top-open .o-email {
font-size:15px;
}

#top-open .o-email a {
text-decoration:underline;
}




.youtubeVideoHeader {
	border-bottom:1px solid #D9D9D9;
	color:#888;
	display:block;
	font-weight:bold;
	margin-top:0px;
	padding:5px 0 5px 8px;
	background-color: #EDEDED;
}
#youtubeVideoWrapper {
	background-color:#FFF;
	border-bottom:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
    border-top:1px solid #D9D9D9;
	color:#000000;
	font-size:12px;
	line-height:16px;
	padding:0px 0px;
	margin-top:10px;
}

.youtubeVideoShowAll {
	padding:5px 0px 8px 10px;
}

.youtubeVideo {
    overflow: hidden;
    padding: 5px 0 0 10px;
}

#refer-wrap {
	width: 561px;
	margin: 0 auto;
}

#refer-wrap h1, #refer-wrap h2 {
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 10px 0;
}
#refer-wrap h2 {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	text-align:center;
	}
#refer-wrap p, #refer-wrap li {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	margin-bottom:5px;
}

#refer-wrap .content {
	width:235px;
	overflow:hidden;
	float:left;
	margin:10px 5px 0 0;
}
#refer-wrap .form {
	width: 295px;
	overflow: hidden;
	margin:20px 0 40px;
	background-color:#E9E9E9;
}
#refer-wrap .form .yours, #refer-wrap .form .friend {
	width:280px;
	overflow:hidden;
	padding:10px 15px 10px 10px;
}
#refer-wrap .form .friend {
	border-top: 1px solid #999;
}
#refer-wrap .form .yours .directions, #refer-wrap .form .friend .directions {
	width:95px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 8px 0 0;
	text-align:right;
	float:left;
	display:inline;
}
#refer-wrap .form .yours .zip-body, #refer-wrap .form .friend .zip-body {
	width:20px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 8px 0 7px;
	text-align:right;
	float:left;
	display:inline;
}
#refer-wrap .form .yours .comment-body, #refer-wrap .form .friend .comment-body {
	width:95px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 8px 0 0;
	text-align:right;
	float:left;
	display:inline;
}
#refer-wrap input[type=text] {
	width:170px;
}
#refer-wrap input[name=State_r] {
	width:50px;
}
#refer-wrap input[name=State] {
	width:30px;
}
#refer-wrap input[name=Zip_Code_r] {
	width:85px;
}
#refer-wrap input[name=Zip_Code] {
	width:80px;
}
#refer-wrap textarea[name=Message] {
	height:50px;
	width:170px;
}
#refer-wrap .name, #refer-wrap .address, #refer-wrap .city, #refer-wrap .phone, #refer-wrap .email, #refer-wrap .comment, #refer-wrap .phone
#refer-wrap .name_r, #refer-wrap .lname_r, #refer-wrap .address_r, #refer-wrap .city_r, #refer-wrap .phone_r, #refer-wrap .email_r, #refer-wrap .comment_r, #refer-wrap .phone_r {
	width:280px;
	clear:both;
	padding:3px 0;
}
#refer-wrap .state, #refer-wrap .zip {
	float:left;
	overflow:hidden;
	padding:3px 0;
}
#refer-wrap .submit {
	width:97px;
	float:right;
	margin:4px 0 0 0;
	padding-right: 2px;
}
#refer-wrap ul {padding-left:20px;}

#refer-wrap .required-fill {
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	color:#666;
	margin:15px 0 0px 105px;
}
#refer-wrap p.response {
	font-size:14px;
	font-weight:bold;
	text-align: center;
	color:#323B97;
}
#refer-wrap .cred-title {
	font: bold 12px/14px Arial,Helvetica,sans-serif;
	text-align:center;
	color:#999;
}
#refer-wrap .trusted-partners {
	text-align:center;
}
#refer-wrap .trusted-partners img {
	margin:5px;
}
