
/* CSS Document */

body {
	margin:0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #CCC;
}

#container {
	margin:0px auto;
	width:1000px;
}


#main_top_panel {
	clear:both;
	background: url(assets/quincy_top_bg.jpg) no-repeat 0 0;
	height:100px;
}

.top_menu {
	margin:0px;
	padding:20px 10px 0px 0px;
	float:right;
	display:block;
	width:450px;
	text-align: right;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #699;
}

.top_menu a {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
	
.top_menu a:hover {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #80DBB4;
}

.quincy_logo {
	margin:0px;
	padding:0px 0px 30px 0px;
	float:left;
}

.logo h1 {
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:26px;
	font-weight:normal;
}

.logo p {
	margin:0px;
	padding:0px 0px 0px 7px;
	color:#a6a6a6;
}

.logo p a {
	color:#207fb4;
}

.logo p a:hover {
	text-decoration:none;
}

/***************************************************************/

#quincy_header {
	clear:both;
	background:url(assets/quincy_header.jpg) no-repeat;
	height:185px;
}

.header_right {
	margin:0px;
	padding:15px 0px 0px 30px;
	float:left;
	width:470px;
}

.header_right h2 {
	margin:0px;
	padding:0px 10px 0px 0px;
	font-size:32px;
	font-weight:bold;
	color:#36505b;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.header_right h4 {
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size:14px;
	font-weight: bold;
	color:#474747;
}

.header_right h5 {
	color:#4d4d4d;
	font: italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.header_right p {
	margin:0px;
	padding:0px 20px 0px 0px;
	line-height:24px;
	color:#4d4d4d;
}

.header_right p a {
	color:#7e9199;
}

.header_right p a:hover {
	text-decoration:none;
}

.header_right img {
	margin: auto;
	border: solid 1px #033; 
}

.header_buttons {
	width: 420px;
	margin-top: 20px;
	
}

.header_right_logo{
	margin:0px;
	border:none;
	padding:12px 20px 0px 0px;
	float: right;
	width: 450px;
	height: 35px;
	
}


/************************************************************************************/
#navigaition_panel {
	clear:both;
	background:url(assets/nav_gradient.gif) repeat-x 0 0;
	height:65px;
}

.nav {
	margin:0px;
	padding:0px;
}

.nav ul {
	margin:0px 0px 0px 20px;
	padding:0px;
}

.nav ul li {
	margin:0px;
	padding:0 0px 0 0px;
	list-style:none;
	text-transform:uppercase;
	float:left;
	color:#fff;
	text-align:center;
	display:block;
}

.nav ul li a {
	float:left;
	width:auto;
	margin:0px;
	padding:23px 26px 23px 65px;
	text-decoration:none;
	color:#fff;
	background:url(assets/menu_bg.gif) no-repeat 0 0;
	display:block
}

.nav ul li a:hover {
	text-decoration: none;
	font-weight: bold;
}

.nav ul li a.current {
	float:left;
	width:auto;
	margin:0px;
	padding:23px 20px 23px 55px;
	text-decoration:none;
	color:#fff;
	background:url(assets/menu_bg.gif) no-repeat 0 0;
	display:block;
	font-weight:bold;
}

/**********************************************************************************************/
#quincy_container {
	clear:both;
	background:url(assets/mid_bg.gif) bottom right no-repeat;
	background-color:#fff;
	width:1000px;
}

/*left side menu*/
 
#quincy_container_left {
	float:left;
	width:290px;
	height: auto;
	margin-top:5px;
}

.quincy_left {
	width:270px;
	height:100%;
	margin:0px;
	padding:10px;
	background:url(assets/news_bg.gif) bottom right no-repeat;
	background-color:#d6dbdd;
}

.quincy_left_flash {
	width:270px;
	height:100%;
	margin:0px;
	padding:0px;
	background:url(assets/news_bg.gif) bottom right no-repeat;
	background-color:#d6dbdd;
}

.quincy_left h4 {
	margin:0px;
	padding:10px 0px 10px 0px;
	line-height:24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	border-bottom:1px dashed #999999;
}

.left_top_panel {
	width:290px;
	margin:0px;
	padding:0px;
	background-color:#b5bec2;
	height:50px;
}

.left_top_panel h3 {
	margin:0px 20px 0px 0px;
	padding:10px 0px 5px 10px;
	font-size:24px;
	font-weight:bold;
	color:#324c56;
	border-bottom:1px solid #b2bcbf
}

.bullet {
	width: 250px;
	border-left: 5px solid #666;
	padding: 0 0 0 10px;
	margin: 0 0 10px 2px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.bullet a {
	text-decoration: none;
	color: #036;
}

.bullet a:hover {
	color: #999;
	font-weight: bold;
}

.quincy_service {
	font-size:14px;
	font-weight:bold;
	color:#7B0E10;
	padding-top:5px;
}

.quincy_service a{
	margin:0px;
	padding:15px 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #324c56;
	text-decoration: none;
}

.quincy_service a:hover{
	margin:0px;
	padding:15px 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

/*right side menu*/
.quincy_container_right {
	height:auto;
	float:right;
	width:690px;
	margin-top:5px;
	padding:10px 10px 10px 0px;
	font-size:12px;
	text-align:left;
}
.quincy_container_results {
margin:10px 0px 0px 15px; 
padding-bottom: 10px; 
width:690px; 
position:relative; 
float:right;

}
.quincy_container_right p {
	margin:0px;
	padding:5px;
	line-height:24px;
}


.quincy_container_right h2 {
	margin:0px 10px 10px 0px;
	padding:10px 0 5px 0 ;
	font-size:20px;
	font-weight:normal;
	color:#818181;
	border-bottom:1px solid #999999;
}

.quincy_container_right h2 span {
	color:#36505b;
}

.quincy_container_right h3 {
	font: bold 14px Arial, Helvetica, sans-serif;

}

.quincy_container_right ul {
	list-style:none;
	float:left;
	width:auto;
	margin:5px auto;
	padding-left: 15px;
	
}

.quincy_container_right li {
	padding:0px 0px 0px 15px;
	margin:5px;
	background:url(assets/ul.jpg) top left no-repeat;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#7a7a7a;
	text-align:left;
}

.quincy_container_right img {
	margin:5px 15px 15px 15px; 
	border: solid #CCC 5px;
	float:left;
	vertical-align: top;
	display:block;
}

#main_middle_panel {
	clear:both;
	background:url(assets/mid_gradient.gif) repeat-x;
	background-color:#fff;
	width:1000px;
}

.mid_main_left {
	width:690px;
	float:left;
	display:block;
}

.mid_details {
	margin:0px;
	padding:50px 5px 50px 65px;
	background:url(assets/mid_bg.gif) bottom right no-repeat;
}

.mid_details h8 {
	margin:0px 40px 0px 0px;
	padding:10px;
	font-size:30px;
	font-weight:normal;
	color:#818181;
	border-bottom:1px solid #999999;
}

.mid_details h8 span {
	color:#36505b;
}

.mid_details h4 {
	margin:58px 0px 0px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}

.mid_details p {
	margin:0px;
	padding:0px;
	line-height:24px;
}

.mid_details p a {
	color:#546d77;
}

.mid_details p a:hover {
	text-decoration:none;
}

.mid_sec_panel {
	margin:0px;
	padding:0px;
	background-color:#ccd2d5;
}

.mid_box_one {
	margin:0px;
	padding:0px;
	background: url(assets/mid_box_gradient.gif) repeat-y;
	width:357px;
	float:left;
	display:block;
}

.mid_box_details {
	margin:0px;
	padding:30px 30px 0px 55px;
}

.mid_box_details h2 {
	margin:0px;
	padding:0px;
	font-size:24px;
	font-weight:bold;
	color:#36505b;
}

.mid_box_details h4 {
	margin:0px;
	padding:20px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	color:#4d4d4d;
}

.mid_box_details p {
	margin:0px;
	padding:0px;
	line-height:24px;
}

.mid_box_sec {
	margin:0px;
	padding:0px;
	background: url(assets/mid_right_gradient.gif) repeat-y;
	width:332px;
	float:left;
	display:block;
}

.mid_box_sec_details {
	margin:0px;
	padding:30px 30px 0px 55px;
	background:url(assets/img5.gif) bottom right no-repeat;
}

.mid_box_sec_details h2 {
	margin:0px;
	padding:0px;
	font-size:24px;
	font-weight:bold;
	color:#36505b;
}

.mid_box_sec_details ul {
	margin:0px;
	padding:30px 0px 0px 0px;
}

.mid_box_sec_details ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:24px;
}

.mid_box_sec_details ul li a {
	margin:0px;
	padding:0px;
	color:#505254;
	text-decoration:none;
	border-bottom:1px dotted #999999;
}

/***********************************/

/*****************************************************************/
#main_mid_right_panel {
	float:right;
	width:310px;
	display:block;
}

.search_panel {
	margin:0px;
	padding:0px;
	background-color:#b5bec2;
	height:92px;
}

.search_panel form {
	margin:0px;
	padding:0px;
}

.search_panel form label {
	margin:0px;
	padding:35px 0px 35px 35px;
	float:left;
	text-transform:uppercase;
	color:#324c56;
}

.search_panel form input {
	margin:30px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	float:left;
}

#main_news_panel {
	margin:0px;
	padding:0px;
	background:url(assets/news_bg.gif) bottom right no-repeat;
	background-color:#d6dbdd;
}

.news {
	margin:0px;
	padding:0px 35px 0px 35px;
}

.news h3 {
	margin:0px 20px 0px 0px;
	padding:35px 0px 5px 0px;
	font-size:24px;
	font-weight:bold;
	color:#324c56;
	border-bottom:1px solid #b2bcbf
}

.news h6 {
	margin:0px;
	padding:18px 0px 0px 0px;
	font-size:12px;
	color:#666666;
}

.news p {
	margin:0px;
	padding:5px 0px 10px 0px;
	line-height:24px;
	border-bottom:1px dotted #999999;
}

/****************************************************************************/

#main_bottom {
	clear:both;
	background:url(assets/bottom_bg.gif) repeat-x;
	height:67px;
}

.bottom {
	margin:0px;
	padding:30px 0px 20px 40px;
	width:auto;
}

.bottom h5 {
	margin:0px;
	padding:0px 60px 0px 0px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	border:none
}

.bottom p {
	margin:0px;
	padding:0px;
	color:#fff;
	float:left;
}

.bottom p a {
	color:#fff;
	text-decoration: none;
}

.bottom p a:hover {
	text-decoration: none;
	font-weight: bold;
}

a {
	color:#36505b;
	text-decoration:underline
}

a:hover {
	text-decoration:none
}


/* inner pages css start */
/*h3{font:25px "Times New Roman", Times, serif ;margin:0px; color:#fff;  padding:8px 0px 10px 10px;}
h3 span{color:#16eb00}*/

h5 {
	font:16px Tahoma, Arial, Helvetica, sans-serif;
	color:#36505b;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin:0px 0px 10px 0px;
}

h6 {
	font:16px Tahoma, Arial, Helvetica, sans-serif;
	color:#36505b;
	padding:0px 0px 5px 0px;
	margin:0px 0px 10px 0px;
}

.c {
	padding:20px 0px 16px 0px;
}

.servicecolumn1 {
	width:48%;
	float:left;
	margin:0px 0px 10px 0px;
}

.servicecolumn2 {
	width:48%;
	float:right;
	margin:0px 0px 10px 0px;
}

.blog-posted-row {
	padding:3px;
}

.quincy_column_1{
	float:left;
	width:320px;
}

.quincy_column_2{
	float:right;
	width:310px;
}

/* inner pages css ends */
	
/*	disclaimer start here */
.footer_container {
	width: 1000px;
	margin: auto;
	background-color:#b5bec2;
}

.clear {
	clear:both;
	height:1px;
}

#footer_bottom_disclaimer {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#b5bec2;
	text-align:left;
	height: 65px;
	padding:5px 0px 0px 0px;
}

.footer_bottom_disclaimer {
	width:950px;
	margin:auto;
	padding:0px;
	color: #333;
	font-size:11px;
}

.footer_bottom_disclaimer img {
	padding: 5px;
	float:right;
}

.footer_bottom_disclaimer span {
	color: #333;
	float:left;
	text-decoration:none;
	padding:10px 3px 0px 3px;
	font:normal 10px Arial, Helvetica, sans-serif;
	line-height:1.8em;
}

/* disclaimer end here */

/* bottom links start here*/
#.footer_bottom_links {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	text-align:left;
	height: 38px;
	padding:5px 0px 0px 0px;
}

.footer_bottom_links {
	width:1000px;
	margin:auto;
	padding:10px 0px;
	color: #333;
	font-size:10px;
	text-align: center;
}

.footer_bottom_links a:hover{
	color: #FFF;
}




/* bottom links end here */


/* social start here */
#quincypads_bottom_social {
	width: 1000px;
	text-align:center;
	margin: auto;
	padding-top: 10px;
	height: 35px;
}

.sharing-cl {
	overflow:hidden;
	margin:0;
	padding-left:25px;
	list-style:none;
}

.sharing-cl li {
	display:inline;
}

.sharing-cl a {
	overflow:hidden;
	width:75px;
	height:30px;
	float:left;
	margin-right:5px;
	text-indent:-200px;
	background:url(assets/social_sprite.png) no-repeat;
}

a.sh-stumbleupon {
	background-position:-210px -40px;
}

a.sh-google {
	background-position:-70px -40px;
}

a.sh-twitter {
	background-position:-140px -40px;
}

a.sh-mail {
	background-position:0 -40px;
}

a.sh-digg {
	background-position:-280px -40px;
}

a.sh-facebook {
	margin-right:0;
	background-position:-350px -40px;
}

a.sh-newsvine {
	background-position:-420px -40px;
}

a.sh-linkedin {
	background-position:-490px -40px;
}

a.sh-buzz {
	background-position:-560px -40px;
}

a.sh-delicious {
	background-position:-630px -40px;
}

a.sh-reddit {
	background-position:-700px -40px;
}

a.sh-myspace {
	margin-right:0;
	background-position:-770px -40px;
}

a.sh-mail:hover {
	background-position:0 1px;
}

a.sh-google:hover {
	background-position:-70px 1px;
}

a.sh-twitter:hover {
	background-position:-140px 1px;
}

a.sh-stumbleupon:hover {
	background-position:-210px 1px;
}

.sh-digg:hover {
	background-position:-280px 1px;
}

a.sh-facebook:hover {
	background-position:-350px 1px;
}

a.sh-newsvine:hover {
	background-position:-420px 1px;
}

a.sh-linkedin:hover {
	background-position:-490px 1px;
}

a.sh-buzz:hover {
	background-position:-560px 1px;
}

a.sh-delicious:hover {
	background-position:-630px 1px;
}

.sh-reddit:hover {
	background-position:-700px 1px;
}

a.sh-myspace:hover {
	background-position:-770px 1px;
}
/* social end here */

#landlordForm{
	position:relative;
	float:left;
	margin:0px;
	padding:10px;
	width:580px;
	border: none;
}

#landlordForm h3{
	font-size:14px;
}

#landlordForm small{
	margin-left: 125px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#900;
}
	#landlordForm .formRow{
		position:relative;
		float:left;
		width:560px;
		padding:5px;
	}
	
#landlordForm label{
	margin:2px 5px;
	float:left;
	margin:0;
	width:120px;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#848484;
	text-transform:capitalize;
}

	#landlordForm .required{
		color:#9c1d00;
	}

#landlordForm input, #landlordForm select, #landlordForm textarea{
	padding:2px 5px;
	width:350px;
	border:1px solid #dfdfdf;
	margin:0;
	padding:2px;
	background:#f8f8f8;
	float:left;
}
	#landlordForm select{
		height:26px;
	}
		#landlordForm select.state{
			width:4.5em;
		}
		#landlordForm select.bathsBeds{
			width:11em;
		}
		
	#landlordForm textarea{
	padding:5px;
	border:1px solid #dfdfdf;
	margin:10px 0;
	padding:2px;
	background:#f8f8f8;
	height:150px;
	float:left;
	}
	
	#landlordForm input.required{
		border-color:#9c1d00;
	}
	#landlordForm input.threeDigits{
		width:35px;
		text-align:center;
		margin-right:5px;
	}
	
	#landlordForm input.fourDigits{
		width:45px;
		text-align:center;
	}
	
	#landlordForm input.fiveDigits{
		width:50px;
		text-align:center;
	}
	
	#landlordForm input.sevenDigits{
		width:70px;
		text-align:center;
	}

#landlordForm .inputQualifier{
	padding:0px 5px 0px 0px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	float:left;
}

#landlordForm input[type="submit"]{
	width:142px;
	height:40px;
	margin-left: 125px;
	text-indent:-999px;
	border:none;
	cursor:pointer;
	overflow:hidden;
	background: url(assets/send.gif) no-repeat;
}

.landlordFormMessage{
	padding:10px;
	margin:0px 0px 10px 0px;
	text-align:center;
	width:445px;
	border:2px solid #c9c9c9;
	font-size:14px;
	color:#9c1d00;
}

#customerForm{
	position:relative;
	float:left;
	margin:0px;
	padding:10px;
	width:580px;
	border: none;
}

#customerForm h3{
	font-size:14px;
}

#customerForm small{
	margin-left: 125px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#900;
}
	#customerForm .formRow{
		position:relative;
		float:left;
		width:560px;
		padding:5px;
	}
	
#customerForm label{
	margin:2px 5px;
	float:left;
	margin:0;
	width:120px;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#848484;
	text-transform:capitalize;
}

	#customerForm .required{
		color:#9c1d00;
	}

#customerForm input, #customerForm select, #customerForm textarea{
	padding:2px 5px;
	width:350px;
	border:1px solid #dfdfdf;
	margin:0;
	padding:2px;
	background:#f8f8f8;
	float:left;
}
	#customerForm select{
		height:26px;
	}
	
	#customerForm textarea{
	padding:5px;
	border:1px solid #dfdfdf;
	margin:10px 0;
	padding:2px;
	background:#f8f8f8;
	height:150px;
	float:left;
	}
	
	#customerForm input.required{
		border-color:#9c1d00;
	}
	#customerForm input.threeDigits{
		width:35px;
		text-align:center;
		margin-right:5px;
	}
	
	#customerForm input.fourDigits{
		width:45px;
		text-align:center;
	}
	
	#customerForm input.fiveDigits{
		width:50px;
		text-align:center;
	}
	
	#customerForm input.sevenDigits{
		width:70px;
		text-align:center;
	}

#customerForm .inputQualifier{
	padding:0px 5px 0px 0px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	float:left;
}

#customerForm input[type="submit"]{
	width:142px;
	height:40px;
	margin-left: 125px;
	text-indent:-999px;
	border:none;
	cursor:pointer;
	overflow:hidden;
	background: url(assets/send.gif) no-repeat;
}

.customerFormMessage{
	padding:10px;
	margin:0px 0px 10px 0px;
	text-align:center;
	width:445px;
	border:2px solid #c9c9c9;
	font-size:14px;
	color:#9c1d00;
}

/*Reformatted Sales Form*/

#salesForm{
	position:relative;
	float:left;
	margin:0px;
	padding:10px;
	width:580px;
	border: none;
}

	#salesForm  small{
	margin-left: 125px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#900;
}
	#salesForm  .formRow{
		position:relative;
		float:left;
		width:560px;
		padding:5px;
	}
	
#salesForm label{
	margin:2px 5px;
	float:left;
	margin:0;
	width:160px;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#848484;
	text-transform:capitalize;
}

	#salesForm .required{
		color:#9c1d00;
		font-weight: bold;
	}

#salesForm input, #salesForm select, #salesForm textarea{
	padding:2px 5px;
	width:300px;
	height:20px;
	border:1px solid #c9c9c9;
	background:#f8f8f8;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size:12px;
}
	#salesForm select{
		height:26px;
	}
		#salesForm select.state{
			width:4.5em;
		}
		#salesForm select.bathsBeds{
			width:11em;
		}
		
	#salesForm textarea{
		padding:5px;
	border:1px solid #dfdfdf;
	margin:10px 0;
	padding:2px;
	background:#f8f8f8;
	height:50px;
	float:left;
	}
	
	#salesForm input.required{
		border-color:#9c1d00;
	}
	#salesForm input.threeDigits{
		width:35px;
		text-align:center;
		margin-right:5px;
	}
	
	#salesForm input.fourDigits{
		width:45px;
		text-align:center;
	}
	
	#salesForm input.fiveDigits{
		width:50px;
		text-align:center;
	}
	
	#salesForm input.sevenDigits{
		width:70px;
		text-align:center;
	}

#salesForm .inputQualifier{
	padding:0px 5px 0px 0px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	float:left;
}

#salesForm input[type="submit"]{
	width:142px;
	height:40px;
	margin-left: 165px;
	text-indent:-999px;
	border:none;
	cursor:pointer;
	overflow:hidden;
	background: url(assets/send.gif) no-repeat;
}

.salesFormMessage{
	padding:10px;
	margin:0px 0px 10px 0px;
	text-align:center;
	width:445px;
	border:2px solid #c9c9c9;
	font-size:14px;
	color:#9c1d00;
}

.salesfooter {
	font-size: 10px;
	color: #000000; 
	
}

/*End Sales Form*/


/* ----------------------------------------------------------------------------------------------------------
START SEARCH CSS
---------------------------------------------------------------------------------------------------------- */
/* Search Form Style */
.searchForm {
	position:relative;
	float:left;
	margin:5px 10px 10px 20px;
	padding-top:10px;
	padding-left: 20px;
	width: 640px;
	background:#ffffff;
	border:1px solid #cccccc;
	text-align:left;
}

.searchForm label {
	position:relative;
	float:left;
	margin:0;
	width:80px;
	padding:5px 0px 0px 25px;
	color:#36505b;
	font-size:14px;
	font-weight: bold;
	text-align:left;
	text-transform:capitalize;
}

.searchForm #advancedOptions{
	position:relative;
	float:right;
	width:450px;
	margin-right:10px;
	padding-left: 5px;
	background: #DDD;
	color:#36505b;
	font-size:12px;
	font-weight: bold;
	text-align:left;
}

.listingDetailsHolder {
	background:#FFF:
}

#advanced label {
		color:#36505b;
}

#singleListingHolder {
position: relative;
float: left;
margin: 0px 5px;
width: 970px;
}

#singleListingNav {
position: relative;
float: left;
margin: 12px 5px 0px 5px;
padding-bottom: 5px;
width: 970px;
border-bottom: 1px solid #C8C8C8;
}

.companyName, .companyAddress, .companyPhone {
	font-size: 11px;
	color:#333;
}

    
      
      .slide-out-div {
          padding: 0px;
          width: 300px;
          background: #000;
          border: none;
      }      
   

/** EDITS **/

#quincy_container_left.comparative
{
	height:	1000px;
}

#landlordForm .recaptchatable #recaptcha_response_field, #customerForm .recaptchatable #recaptcha_response_field, #salesForm .recaptchatable #recaptcha_response_field
{
	left:-2px;
}
