/*
Theme Name: Short Sale Power
Theme URI: http://www.shortsalepower.com
Description: The default WordPress theme for Short Sale Power
Version: 1.0
Author: Arranging Pixels
Author URI: http://www.arrangingpixels.com
*/

/*----------------- reset ---------------*/
*{

	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
	
}
/*----------------- base ----------------*/

body{
	
	background: #000000 url('http://shortsalepower.com/wp-content/themes/shortsalepower/images/bg.jpg') no-repeat fixed top center;
	font-size: 0.7em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;

}

h2{
	
	/*	cufon*/
	font-size: 2.2em;
	margin-bottom: 10px;
	margin-top: 10px;
	word-spacing: 3px;
}

h2 a{
	
	text-decoration: none;
	color: #252525;
}
a{
	color: #8b181b;
}
p{
	font-size: 1.2em;
	line-height: 1.8;
	color: #252525;
	margin-bottom: 10px;
	max-width: 750px;
}
.minheight {
	min-height: 500px;
	font-size: 140%;
}
#wrapper{
	width: 964px;
	margin: 0 auto;
}
.full{
	clear: both;
	border-top: 1px solid #dcdad9;
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
	overflow: hidden;
}
.col{
	
	width: 280px;
	display: inline;
	float: left;
	margin: 0 12px;

}
#index .col {
	padding: 0 0 30px 0;
}

.blog-post-home-column{
	
	width: 280px;
	display: inline;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.two_col{
	
	width: 590px;
	display: inline;
	float: left;
	margin-left: 15px;
	
}
.three_col{
	overflow: hidden;
	padding: 6px 0 36px;
	margin-bottom: 20px;
	clear: both;
	background: url('images/three_colback.jpg') no-repeat center bottom;
}
.three_col h2 {
	margin: 0;
	padding: 0;
}
.col img{
	
	margin-bottom: 10px;
	
}
.bold{
	
	font-weight: bold;
	
}
a.arrow_link, a.more-link {
	text-transform: uppercase;
	background: url('images/link_arrow.png') no-repeat scroll top right;
	height: 26px;
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	width: 120px;
	line-height: 26px;

}

a.arrow_link:hover, a.more-link:hover {
	background: url('images/link_arrow.png') no-repeat scroll bottom right;
	height: 26px;
	display: block;
	}


.post-information {
	
	margin-top: 75px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 25px;
	padding-bottom: 10px;
	
}

.terms-copy {
	
	margin-left: 60px;
	margin-top: 100px;
	width: 650px;
	
}

.terms-copy h3{
	margin-top: 30px;
}

.terms-copy p {
	font-size: 1.2em;
	line-height: 1.4em;
}

/*----------------- header---------------*/
#header{
	width: 964px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	overflow: hidden;
}
h1{
	
	text-indent: -9999px;
	background: url('images/ssp-logo.png') no-repeat scroll top left;
	width: 293px;
	height: 153px;
	position: absolute;
	left: 50%;
	margin: 0px 0 0 -498px;
	
}
#phone_number{
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;	
	position: absolute;
	text-align: right;
	width: 994px;
	left: 50%;
	margin-left: -510px;
	padding: 18px 0 0 0;
	z-index: 10;
}
/*----------------- nav -----------------*/
#nav {
	
	
	
	
}

ul#nav{
	margin: 43px 0 0 0;
	float: right;
	overflow: hidden;
	height: 33px;
	width: 960px;
	background: #000 url('images/nav-back.jpg') repeat-x 0 0;
}
ul#nav li{
	height: 33px;
	float: left;
	list-style: none;
}
ul#nav li.space {
	width: 346px;
}
ul#nav a{
	display: block;
	height: 33px;
	line-height: 33px;
	text-decoration: none;
	padding: 0 9px 0;
	text-align: center;
	border-left: 1px solid #666;
	font-size: 1.2em;
	color: #FFF;
	word-spacing: 3px;
	margin: 0;
}

ul#nav li a:hover{
	background: url('images/nav_link_hover_bg.jpg') repeat-x 0 0;
}

#index ul#nav li a.homelink,
#search ul#nav li a.propertieslink,
#facts ul#nav li a.faqlink, 
#about ul#nav li a.aboutlink,
#blog ul#nav li a.bloglink,
#started ul#nav li a.startlink,
#contactpage ul#nav li a.contactlink {
	background: url('images/nav_link_hover_bg.jpg') repeat-x 0 0;
}
ul#nav li:hover {
	visibility:visible;

}
ul#nav li ul {
	position: absolute;
	z-index: 120;
	background-color: #000;
	word-spacing: 3px;
	text-align: left;
	left: -9999px;
	margin: 0;
	padding: 0;
}

ul#nav li ul li {
	float: none;
	

}

ul#nav li ul li a{
	background: #000000;
	text-align: left;
	border: 1px solid #333;
	border-left: none;
	width: 190px;
}

ul#nav li:hover ul {
	left: auto;	
	
}

/*----------------- banner --------------*/
#header #banner{
	
	background: url('images/banner.jpg') no-repeat scroll top left;
	height: 227px;
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
	
}
#header #banner h2 {
	font-size: 1.5em;
}
#header #banner h2 a {
	color: #000 !important;	
}
#header #banner_sub{
	
	background: url('images/banner_sub.jpg') no-repeat scroll top left;
	height: 136px;
	padding: 40px 0 0 0;
	clear: both;
	overflow: hidden;
}
#header #banner #banner_paragraph{
	
	margin: 0 25px 0 0;
	width: 380px;
	float: right;
	clear: both;
	
}
#header #banner_sub #banner_paragraph{
	
	padding: 0 50px 8px 262px;
	clear: both;
	margin: 0 0 0 0;
	height: 93px;
	overflow: hidden;
}

#header #banner_sub #banner_paragraph img{
	
	display: block;
	float: left;
	width: 63px;
	margin-right: 20px;
	padding: 1px 0 0 0;
	
}
#header #banner_sub #banner_paragraph h2{
	
	font-size: 3.6em;
	padding: 0;
	margin: 0;
	
}
#header #banner_sub #banner_paragraph h3{
	
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	
}
#header #banner_sub #banner_paragraph #sub_titles{
	
	float: left;
	width: 550px;
	
}
#header #banner #banner_paragraph a{
	
	color: #8b181b;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4em;
	
}
#header #banner_sub #sub_nav{
	
	clear: both;
	background: url('images/sub_nav_bg.jpg') repeat-x scroll bottom left;
	height: 35px;
	overflow:hidden;
	margin: 0;
	text-align: center;
}
#header #banner_sub #sub_nav ul{
	
	list-style: none;
	padding: 0 0 0 22px;
	overflow:hidden;
}
#header #banner_sub #sub_nav ul li{
	
	float: left;
	
}
#header #banner_sub #sub_nav ul li a{
	
	display: block;
	float: left;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	font-size: 1.1em;
	padding: 0 10px;
	background: url('images/sub_nav_divider.jpg') no-repeat center right;
	line-height: 32px;
	height: 32px;
	margin: 0;
	
}
#header #banner_sub #sub_nav ul li a.last{
	
	background: none;
	
}
#header #banner_sub #sub_nav ul li a.active_sub{

	background: #F7F7F7;
	border-right: 1px solid #dcdbda;
	border-top: 1px solid #dcdbda;
	border-left: 1px solid #dcdbda;
	color: #464647;
}
#header #banner_sub #sub_nav ul li a:hover{
	color: #990000;
}

/*----------------- body ----------------*/
#content{
	
	width: 928px;
	margin: 0 auto;
	overflow: hidden;
	background-color:#FFF;
	padding: 20px 18px 0;
	
}
#content .noborder {
	border: none;
}
#content li {
	list-style: inside;
	list-style-type: disc;
}
#tabs ul li {
	list-style: none;
}
#terms{
	
	width: 928px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 18px 0;
	margin-left: 45px;
	
}

.image_center{
	margin-left: 230px;	
}



#content .link_graphic{
	
	background: #2d2d2e url('images/link_graphic_black.png') no-repeat top right;
	height: 25px;
	display: block;
	
}
#content .full #help_action_graphic{
	
	margin-top: 40px;
	display: block;
	width: 401px;
	float: left;
	margin-right: 20px;

}
#content .full #help_action_home{
	
	margin-top: 40px;
	width: 490px;
	float: left;
	margin-bottom: 0px;
	
}
/*----------------- entry -------------*/


#entry {
	
	
}


.entry_home h3 {
	
	
}

.entry h3 {

	margin-top: 30px;
}

.entry h4 {
	font-size: 1.6em;
	margin-top: 5px;
	
}

.entry h5 {
	font-size: 18px !important;
	font-weight: normal;
	width: 561px;
	}
	

.entry h6 {
	font-size: 1.2em;
	margin-top: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	width: 500px;
	
}

#content .entry_home{
	
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#content .entry h3{
	
	margin-bottom: 5px !important;
	color: #959595;
	margin-top: 35px !important;
	font-size: 14px !important;
	
}

.entry p {
	
	width: 550px;
	
}

.entry strong {
	
	margin-top: 20px;
	
}
p.postmetadata{
	
	color: #898989;
	padding: 0;
	font-size: 1.0em;
	line-height: .8;
	clear: both;
	overflow: hidden;
}
p.postmetadata a{
	
	color: #898989;
	text-decoration: none
}
p.postmetadata a:hover{
	
	
	text-decoration: underline;
	color: #8b181b;
	
}
p.postmetadata img{
	
	display: inline;
	margin: 0;

}
p.postmetadata span#timestamp_icon{
	
	float: left;

	
}
p.postmetadata span#author_icon{
	
	float: left;

	
}
p.postmetadata span#comments_icon{
	
	float: right;

}
p.postmetadata span#categories_icon{
	
	float: right;
}
p.postmetadata span{
	
	line-height: 1.0;
	
}
/*----------------- blog ----------------*/
#blog #content {
	background-image: url('images/blog_bg.jpg');
	
}

#blog .entry{
	
	margin: 0 0 40px 0;
	overflow: hidden;
}
#blog h3 a {
	text-decoration: none;
	padding-right: 20px;
	color: #333;
}
.navigation{
	
	margin: 0 0 20px 0;
	width: 595px;
	clear: both;
	overflow: hidden;
}
.navigation .alignleft{
	
	width: 295px;
	float: left;
	display: block;
	overflow: hidden;
	
}
.navigation .alignright{
	
	width: 295px;
	float: right;
	display: block;
	overflow: hidden;
	text-align: right;
}
#comments{
	
	margin-bottom: 10px;
	
}
.commentlist{	
	margin-bottom: 30px;
	font-size: 1em;
	
}
ol.commentlist {
}
.commentlist li{
	margin-bottom: 20px;
	background: #f9f9f9 url('images/comment-quote-bg-5.jpg') 0px 0px no-repeat;
	padding: 50px 10px 10px 10px;
	border-bottom: 1px solid #bababa;
	list-style: none;
}
.commentlist a {
	text-decoration: none;
}
.padleft {
	padding-left: 20px;
	width: 500px;
}
.comment-body{
	
	width: 595px;
	overflow: hidden;
	clear: both;
}
.comment-body .vcard{
	
	width: 32px;
	display: block;
	float: left;
	margin-right: 20px;
}
.comment-body .vcard img{
	
	border: 1px solid #bababa;
	
}
.comment-body .comment_p cite{
	
	font-weight: bold;
	font-size: 1.2em;
}
.comment-body .comment_p a{
	
	display: block;
	
} 
.comment-body .comment_p{
	
	width: 500px;
	float: left;
	display: block;
	
}
#respond{
	
	margin-bottom: 30px;
	
}
#respond a {
	text-decoration: none;	
}
#respond textarea{
	padding: 5px;
	width: 580px;
	border: 1px solid #bababa;
}
#respond input{
	
	padding: 5px;
	width: 580px;
	border: 1px solid #bababa;
	
}
#respond label{
	font-size: 1.4em;
	margin-bottom: 20px;
	display: block;
}
#respond #submit_comment{
	
	display: block;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	background: url('images/submit_comment_btn.jpg') no-repeat scroll top left;
	width: 122px;
	height: 29px;

}
#sidebar{
	
	padding: 0 10px 30px 0;
	height:auto;
}
#sidebar .hr{
	
	background: url('images/sidebar_hr.png') no-repeat scroll top left;
	width: 264px;
	height: 39px;
	display: block;
	margin-top: 20px;
	border-top: 1px solid #d9d9d9;
}
#sidebar .hr hr{
	
	display: none;
	
}
#sidebar #searchform{
	
	margin-bottom: 30px;
	overflow: hidden;
}
#sidebar #searchform .screen-reader-text{
	
	display: none;
	
}
#sidebar #searchform #s{
	
	border: 1px solid #d8d8d8;
	padding: 10px 5px 0 5px;
	width: 200px;
	height: 24px;
	display: block;
	float: left;
}
#sidebar #searchform #searchsubmit{
	
	background: url('images/search_btn.jpg') no-repeat scroll top left;
	width: 50px;
	cursor: pointer;
	height: 36px;
	display: block;
	text-indent: -9999px;
	float: left;
}
#sidebar #subscribe p{
	
	margin: 0;
	clear: both;
	overflow: hidden;
	
}
#sidebar #subscribe p#rss_subscribe span.subscribe_icon{
	
	padding-top: 5px;
	
}
#sidebar #subscribe span.subscribe_icon{
	
	float: left;
	display: block;
	width: 30px;
	margin-right: 10px;
}
#sidebar #subscribe span.subscribe_text{
	
	float: left;
	display: block;
	width: 205px;
	line-height: 2.4;
	font-size: 1.2em;
	font-weight: bold;
}
#sidebar #subscribe a{
	
	color: #252525;
	
}
#sidebar #subscribe a:hover{
	
	color: #8B181B;
	
}
#sidebar ul li{
	
	list-style: none;
	padding-bottom: 5px;
}
#sidebar ul li a{
	
	font-family: "Trebuchet MS";
	color: #252525;
	text-decoration: none;
	font-size: 1.6em;
	
}
#sidebar ul li a:hover{
	
	color: #8B181B;
	
}
/*----------------- contact -------------*/
#contact_left_col{
	
	margin-right: 30px;
	width: 473px;
}
#contact_right_col{
	
	width: 395px;
	
}
#contact_right_col #google_map{
	
	border: 1px solid #d8d8d8;
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
}
#contact{
	
	width: 935px;
	overflow: hidden;
	padding: 20px 0 0 20px;
}
#contact_left_col, #contact_right_col{
	
	overflow: hidden;
	display: block;
	float: left;
	
	
}
#contact_left_col label, #contact_left_col input{
	
	display: block;
	float: left;
	
}
#contact_left_col label{
	
	font-size: 1.4em;

}
#contact_left_col input{
	
	font-size: .8em;
	padding: 5px;
	margin-top: 5px;
}
#contact_left_col fieldset{
	
	margin-bottom: 20px;
	
}
#contact_left_col label#email_label{
	
	margin-right: 47px;
	
}
#contact_left_col label#email_label, #contact_left_col label#telephone_label{
	
	width: 207px;
	
}
#contact_left_col label#email_label input, #contact_left_col label#telephone_label input{
	
	width: 205px;
	
}
#contact_left_col label#name_label, #contact_left_col label#nature_label{
	
	width: 485px;
	padding-bottom: 5px;
	
}
#contact_left_col label#name_label input, #contact_left_col label#nature_label input{
	
	width: 460px;
	
}
#contact_left_col textarea{
	
	width: 460px;
	padding: 5px;
}
#contact_left_col input, #contact_left_col textarea{
	
	border: 1px solid #d8d8d8;
	
}
#contact_left_col input#submit_message{
	
	text-indent: -99999px;
	display: block;
	border: none;
	background: url('images/send_message_btn.jpg') no-repeat scroll top left;
	width: 108px;
	height: 29px;
	cursor: pointer;
	
}
#contact_right_col #v_card{
	
	background: url('images/v_card_btn.jpg') no-repeat scroll top left;
	width: 67px;
	height: 24px;
	text-indent: -9999px;
	display: block;
	
}
#contact_right_col #other_contact{
	
	overflow: hidden;
	
}
#contact_right_col #other_contact p{
	
	overflow: hidden;
	width: 395px;
}
#contact_right_col #other_contact .icon{
	
	margin-right: 10px;
	width: 20px;
	display: block;
	float: left;
	
}
#contact_right_col #other_contact .text{
	
	width: 300px;
	float: left;
}
#contact_right_col #address_wrap{
	
	width: 395px;
	overflow: hidden;
	clear: both;
}
#contact_right_col #address_wrap #address{
	overflow: hidden;
	float: left;
	display: block;
	width: 300px;
}
#contact_right_col #address_wrap #maps_btn{
	
	overflow: hidden;
	float: left;
	display: block;
	background: url('images/get_directions_btn.jpg') no-repeat scroll top left;
	width: 91px;
	height: 24px;
	text-indent: -999999px;
	margin-top: 5px;
}
#contact_right_col #address_wrap #maps_btn:hover{
	
	opacity: .8;
	
}
/*----------------- search -------------*/
.three_col img{
	
	border: 1px solid #d8d8d8;
	
}
#search_short_btn{

	background: url('images/search_shortsale_btn.png') no-repeat scroll top left;
	width: 158px;
	height: 26px;

}
#searchall_short_btn{

	background: url('images/search_allshortsale_btn.png') no-repeat scroll top left;
	width: 172px;
	height: 26px;
}
#search_featuredshort_btn{

	background: url('images/search_featuredsale_btn.png') no-repeat scroll top left;
	width: 200px;
	height: 26px;
	
}
#short_myth_btn{

	background: url('images/shortsale_myths_btn.png') no-repeat scroll top left;
	width: 140px;
	height: 26px;
	
}
#about_foreclosure_btn{

	background: url('images/about_foreclosure_btn.png') no-repeat scroll top left;
	width: 206px;
	height: 26px;
}
#short_scoop_btn{

	background: url('images/shortsale_scoop_btn.png') no-repeat scroll top left;
	width: 228px;
	height: 26px;

}
#avoid_foreclosure_btn{
	

	background: url('images/avoid_foreclosure_btn.png') no-repeat scroll top left;
	width: 159px;
	height: 26px;

}
#sale_assessment_btn{
	

	background: url('images/get_started_btn.png') no-repeat scroll top left;
	width: 143px;
	height: 26px;

}
#document_inventory_btn{
	
	background: url('images/document_inventory_btn.png') no-repeat scroll top left;
	width: 265px;
	height: 26px;
	
}
#short_process_btn{
	
	background: url('images/shortsale_process_btn.png') no-repeat scroll top left;
	width: 173px;
	height: 26px;
	
}
#forms_documents_btn{
	
	background: url('images/download_form_btn.png') no-repeat scroll top left;
	width: 233px;
	height: 26px;
	
}

#forms_snapshot_btn{
	
	background: url('images/download_snapshot_btn.png') no-repeat scroll top left;
	width: 290px;
	height: 26px;
	
}
#about_shortsale_btn{
	
	background: url('images/about_shortsale_btn.png') no-repeat scroll top left;
	width: 223px;
	height: 26px;	
	
}
#about_yogi_btn{
	
	background: url('images/about_yogi_btn.png') no-repeat scroll top left;
	width: 221px;
	height: 26px;
	
}
#why_realestate_btn{
	
	background: url('images/why_realestate_btn.png') no-repeat scroll top left;
	width: 101px;
	height: 26px;
	
}
#qualifications_btn{
	
	background: url('images/qualification_btn.png') no-repeat scroll top left;
	width: 280px;
	height: 26px;
	
}
#search_short_btn, 
#searchall_short_btn, 
#search_featuredshort_btn,
#short_myth_btn,
#about_foreclosure_btn,
#short_scoop_btn,
#avoid_foreclosure_btn,
#sale_assessment_btn,
#document_inventory_btn,
#short_process_btn,
#forms_documents_btn,
#forms_snapshot_btn,
#about_shortsale_btn,
#about_yogi_btn,
#why_realestate_btn,
#qualifications_btn {
	
	display: block;
	text-indent: -99999px;

}



#search_short_btn:hover, 
#searchall_short_btn:hover, 
#search_featuredshort_btn:hover,
#short_myth_btn:hover,
#about_foreclosure_btn:hover,
#short_scoop_btn:hover,
#avoid_foreclosure_btn:hover,
#sale_assessment_btn:hover,
#document_inventory_btn:hover,
#forms_documents_btn:hover,
#forms_snapshot_btn:hover,
#short_process_btn:hover,
#qualifications_btn:hover, 
#why_realestate_btn:hover, 
#about_yogi_btn:hover, 
#about_shortsale_btn:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}
/*----------- twitter styles ------------*/
#tweets{
	
	overflow: hidden;
	
}
#tweets .tweet_list{
	
	overflow: hidden;
	
}
#tweets .tweet_list li{
	
	padding-bottom: 20px;
	display: block;
	overflow: hidden;
}
#tweets a.tweet_avatar, #tweets a.tweet_avatar img{
	height: 48px;
	width: 48px;
	overflow: hidden;
	float: left;
	display: block;
}
#tweets .tweet_body{
	
	width: 200px;
	margin-left: 20px;
	display: block;
	float: left;
	overflow: hidden;
}
#tweets .tweet_body span{
	
	font-size: 1.2em;
	
}
#tweets .tweet_body span a {
	
	font-size: 1.0em;
	
}
#tweets .tweet_body a{
	
	font-size: 1.2em;
	color: #8B181B;
}
#tweets .tweet_body a:hover{
	
	text-decoration: underline;
}
#tweets .time_ago{
	
	display: block;
	
}
/*----------------- get started tabs --------------*/
#tabs .ui-tabs-hide{
	
	display: none;
	
}
body #tabs ul.ui-tabs-nav{ list-style: none; margin: 0; padding: 0; }
#tabs ul.ui-tabs-nav li{
	
	padding: 0 0 10px 20px;
	
}
#tabs ul.ui-tabs-nav li a{
	
	color: #bababa;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}
#tabs ul.ui-tabs-nav li.ui-state-active a{
	
	color: #252525;
	
}
#tabs .left_label{
	
	width: 280px;
	display: block;
	float: left;
	
}
#tabs .right_input{
	
	display: block;
	float: right;
	
}
#tabs fieldset{
	
	overflow: hidden;
	clear: both;
	
}
#tabs .next{
	
	display: block;
	text-indent: -99999px;
	background: url('images/next_btn.png') no-repeat scroll top left;
	width: 129px;
	height: 29px;
	float: right;
	overflow: hidden;
}
#tabs .prev{
	
	display: block;
	text-indent: -99999px;
	background: url('images/back_btn.png') no-repeat scroll top left;
	width: 129px;
	height: 29px;
	float: left;
	overflow: hidden;
	
}
#tabs .next:hover, #tabs .prev:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}
/*------------get started forms----------*/
#facts_survey p {
	padding: 0;
	margin: 0;
	color: #F00;
	clear: both;
	font-size: 1em;
}
#facts_survey fieldset{
	
	margin-bottom: 20px;
	
}
#facts_survey input, #facts_survey select{
	
	border: 1px solid #D8D8D8;
	font-size: 1.0em;
	margin-top: 5px;
	padding: 10px;
	
}
#facts_survey select option{
	
	padding: 0 5px;
	
}
#facts_survey h2 {
	padding-bottom: 12px;
}
#facts_survey label{
	
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
	padding: 6px 0 0 0;
	
}
#facts_survey #tabs-2 label{
	
	font-size: 1.2em;
	font-weight: bold;
	
}
#facts_survey #tabs-2 fieldset, #facts_survey #tabs-3 fieldset, #facts_survey #tabs-4 fieldset{
	
	border-bottom: 1px dashed #ddd;
	padding-bottom: 8px;
	margin-bottom: 10px;
	
}
#facts_survey select, #facts_survey #tabs-2 input, #facts_survey #tabs-3 input, #facts_survey #tabs-4 input{
	
	padding: 4px;
	font-size: 1.2em;
	
}
#facts_survey .textarea_label{
	
	width: 472px;
	
}
#facts_survey .textarea_label textarea{
	
	border: 1px solid #D8D8D8;
	font-size: 1.0em;
	margin-top: 5px;
	padding: 10px;
	width: 462px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	
}
#facts_survey #payment_history_label, #facts_survey #help_inquiry_label{
	
	width: 485px;
	float: left;
	
}
#facts_survey #payment_history_label input, #facts_survey #help_inquiry_label input{
	
	width: 462px;
	float: left;
	
}
#facts_survey label#email_label, 
#facts_survey label#telephone_label {
	
	float: left;
	width: 207px;

}
#facts_survey label#email_label input, 
#facts_survey label#telephone_label input{

	float: left;
	width: 207px;

}
#facts_survey label#email_label {
margin-right: 47px;
}

.filediv {
	padding: 8px 0;
}
.filediv a {
	font: normal 150% Segoe UI, Arial, Helvetica, sans-serif;
}
.filediv a:hover {

}
.filediv p {
	display: none;
}

#tab_height{
	width: 495px;
	border-left: 1px solid #BABABA;
	padding-left: 20px;
}
#submit{
	
	display: block;
	text-indent: -99999px;
	background: url('images/submit_form.png') no-repeat scroll top left;
	width: 109px;
	height: 29px;
	cursor: pointer;
}
.submit_noborder {
	border: none;
}
#submit:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}
.submit_form{
	
	float: right;
	width: 109px;
	height: 29px;
	overflow: hidden;
	display: block;
	
}
.success, .fail {
	text-align: center;
	background: url('images/ty-bg.jpg') no-repeat;
	width: 464px;
	height: 252px;
	margin: 0 auto;
}
.success h3, .fail h3 {
	text-align: center;
	font-size: 600%;
	color: #fff;
	width: 350px;
	padding: 40px 0 10px 0;
	margin-left: 60px;
	
}
.success .ty-text {
	font-size: 1.5em;
	color: #fff;
}

.error_strings {
	text-align: center;
	color: #F00;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	padding: 10px;
	font-weight: bold;
}

/*------------ social networking ----------*/

.social-networking-container {
	
	width: 540px;
	clear: both;
	overflow: hidden;
	margin-bottom: 150px;
}

.social-networking-container_left {
	float: left;
	width: 235px;
}

.social-networking-container_right {
	float: left;
	margin-left: 20px;
	width: 220px;
}

.social-networking-container p {


}

.social-networking-container img {
	float: left;
	clear: left;
	margin-right: 15px;
}

/*------------get started forms----------*/
#search {
	
}
#search p {
	
}
#search h2 {
	padding-bottom: 10px;	
}
#search h3 {
	font-size: 2em;
}
#search h3 a {
	text-decoration: none;	
}
#search #searchform{
	
	margin-bottom: 30px;
	overflow: hidden;
}
#search #searchform .screen-reader-text{
	
	display: none;
	
}
#search #searchform #s{
	
	border: 1px solid #d8d8d8;
	padding: 10px 5px 0 5px;
	width: 200px;
	height: 24px;
	display: block;
	float: left;
}
#search #searchform #searchsubmit{
	
	background: url('images/search_btn.jpg') no-repeat scroll top left;
	width: 50px;
	cursor: pointer;
	height: 36px;
	display: block;
	text-indent: -9999px;
	float: left;
}




/*----------------- footer --------------*/
.footer-container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	overflow: hidden;

	
}
#footer{
	
	width: 964px;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	background-color: #000 !important;
	border-top: 3px solid #fff;
	overflow: hidden;
 	color: #636464;
	text-align: center;
}
#footer a {
	color: #999;
	text-decoration: none;
	overflow: auto;
}
#footer p {
	color: #636464;	
}
.copywrite p{
	color: #636464;
	font-size: 1.0em;
}

.terms p{
	cursor: pointer;
	font-size: 1.0em;

}
#footer .left {
	float: left;
	margin-left: 20px;
}
#footer .right {
	float: right;	
	margin-right: 20px;
}
#kw-logo{
	margin: 50px 0 20px 490px;
}
#footer a.credit {
	display: block;
	width: 267px;
	height: 44px;
	background: url('images/ap_credit.jpg') no-repeat 0 0;
	text-indent: -9999px;
	float: right;
	margin-right: 80px;
	margin-top: 15px;
}