 @charset "utf-8";

	/* GLOBALS ********************************************/
	
	html,
	body {
		height: 100%;
	}
	* {
		margin: 0;
		padding: 0;
	}
	ul {
		list-style: none;
	}
	a {
		outline: none;
		color: #000000;
	}
	img {
		border: 0;
	}
	body {
		background: #b9b9b9;
		text-align: center;
		font: 13px Arial, Helvetica, sans-serif;
		color: #2e2e2e;
	}
	form input[type=button],
	form input[type=submit] {
		cursor: pointer;
		outline: none;
	}
	h1 {
		font-size: 18px;
		color: #000000;
	}
	h2 {
		font-size: 16px;
		color: #464646;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	h3 {
		font-size: 16px;
		color: #000000;
		padding-bottom: 6px;
		border-bottom: 1px solid #b2b2b2;
		margin: 10px 0 10px 0;
		clear: both;
	}
	h4 {
		font-size: 18px;
		font-weight: normal;
		color: #3c3c3c;
		margin-bottom: 10px;
	}
	h5 {
		font-size: 16px;
		color: #364c6a;
	}
		h6 {
		font-size: 30px;
		font-weight: normal;
		padding-bottom: 10px;
		border-bottom: 1px solid #b9b9b9;
		margin-bottom: 10px;
	}

	/* LAYOUT ********************************************/
	
	#wrapper {
		background: url(../../images/wrapper_bg.gif) repeat-y;
		width: 965px;
		min-height: 100%;
		margin: 0 auto;
		text-align: left;
		padding: 0 0 0 13px;
	}
	#content {
		width: 939px;
	}
	
	/* TOP BAR ********************************************/
	
	#topbar {
		background: url(../../images/topbar_bg.gif) repeat-x;
		width: inherit;
		height: 39px;
		text-align: right;
	}
	#topbar a {
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		display: block;
		float: right;
		margin-top: 11px;
	}
	#topbar #listLink {
		background: url(../../images/property_list_bg.gif) no-repeat;
		width: 162px;
		height: 29px;
		display: block;
		font-size: 15px;
		text-align: center;
		padding: 10px 0 0 14px;
		margin: 0 0 0 10px;
	}
	#topbar a:hover {
		text-decoration: underline;
	}
	
	/* HEADER ********************************************/
	
	#header #logo {
		background: url(../../images/logo.gif) no-repeat;
		width: 388px;
		height: 108px;
		display: block;
		float: left;
		font-size: 0;
		text-indent: -388px;
		margin: 3px 0 10px 5px;
	}
	#header form {
		width: 400px;
		float: right;
		margin: 45px 0 0 0;
	}
	#header form div {
		background: url(../../images/search_bg.gif) no-repeat;
		width: 283px;
		height: 38px;
		float: left;
	}
	#header form div input[type=text] {
		background: transparent;
		width: 220px;
		height: 20px;
		color: #999;
		margin: 9px 0 0 10px;
		border: 0;
		float: left;
		font-size: 17px;
	}
	#header form div input[type=text]:hover,
	#header form div input[type=text]:focus {
		color: #444;
	}
	#header form #clearButton {
		background: url(../../images/clear_button.gif) no-repeat;
		width: 16px;
		height: 16px;
		display: block;
		float: right;
		text-decoration: none;
		margin: 10px 10px 0 0;
		border: 0;
	}
	#header form #submit {
		background: url(../../images/search_button.gif) no-repeat;
		width: 105px;
		height: 38px;
		float: right;
		border: 0;
		margin-right: 8px;
	}
	
	/* NAVIGATION ********************************************/
	
	#nav {
		background: url(../../images/nav_bg.gif) repeat-x;
		width: inherit;
		height: 44px;
		clear: both;
	}
	#nav li {
		margin-right: 0;
		display: block;
		float: left;
	}
	#nav a {
		height: 33px;
		padding: 11px 21px 0 21px;
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		display: block;
		float: left;
		border-right: 1px solid #4d4d4d;
	}
	#nav a:hover {
		background: url(../../images/nav_bg_r.gif) repeat-x;
	}
	#nav .active a {
		background: #000000;
	}
	#nav .lastchild {
		border: 0;
		padding-right: 23px;
	}
	
	/* BANNER ********************************************/
	
	.banner {
		/*background: #000000;*/
		/*height: 218px;*/
		padding: 10px;
		margin-bottom:10px;
	}
	#sidebar .banner{
		padding:0px 5px 10px 10px;
		margin-left: -5px;
	}
	#page .banner{
		margin-top:-10px;
		margin-left: -10px;
	}
#propSearch {
		background: url(../../images/search_box_bg.gif) no-repeat;
		width: 289px;
		height: 230px; /*218px;*/
		float: left;
                margin-bottom:10px;
	}
	#options {
		background: url(../../images/options_bg.gif) repeat-x;
		height: 42px;
	}
	#options a {
		width: 49%;
		height: 30px;
		text-align: center;
		display: block;
		float: left;
		text-decoration: none;
		font-size: 14px;
		color: #fff;
		padding-top: 12px;
	}
	#options a:hover {
		text-decoration: underline;
	}
	#searchLink2 {
		margin-left: 4.5px;
	}
	#options .inactive {
		background: transparent;
		color: #fff;
		border: 0;
	}
	#options .active1,
	#options .active2 {
		background: #b9b9b9;
		color: #5e5e5e;
		border-right: 1px solid #cecece;
	}
	#options .active2 {
		border-right: 0;
		border-left: 1px solid #cecece;
	}
	#options .active1:hover,
	#options .active2:hover {
		text-decoration: none;
	}
	#propSearch form,
	#checkForm form {
		margin: 15px 0 0 13px;
	}
	#propSearch form div,
	#checkForm form div {
		text-align: right;
		padding-right: 15px;
		clear: both;
		margin-bottom: 10px;
	}
	#propSearch form label,
	#checkForm label {
		display: block;
		float: left;
		margin-right: 15px;
	}
	#propSearch form select,
	#checkForm form select {
		background: #fff;
		width: 180px; /*216px;*/
		height: 20px;
		border: 0;
		color: #464646;
	}
	#propSearch form .short {
		width: 88px; /*106px;*/
	}
	#propSearch form input[type=submit],
	#checkForm form input[type=submit] {
		background: url(../../images/find_button.gif) no-repeat;
		width: 216px;
		height: 38px;
		font-size: 0;
		border: 0;
		float: right;
	}

		#tabs {
		width: 624px;
		height: 302px; /*218px;*/
		float: right;
               margin-right:10px;
               margin-top:30px;
	}

	#tabs ul {
        	height: 42px;

	}
	#tabs ul li {
		display: block;
		float: left;
		margin-right: 1px;
	}
	#tabs ul li a {
		background: url(../../images/tab_bg.gif) repeat-x;
		height: 30px;
		display: block;
		float: left;
		text-decoration: none;
		padding: 13px 18px 0 18px;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
	}
	#tabs ul li a:hover {
		background: url(../../images/tab_bg_r.gif) repeat-x;
		text-decoration: underline;
	}
	#tabs ul .activeli a,
	#tabs ul .activeli a:hover {
		background: #fff;
		color: #445f85;
		text-decoration: none;
	}
        #tabs {
		width: 624px;
		float: right;
	}
	#tabs ul {
		height: 42px;
	}
	#tabContent {
		background: url(../../images/tabcontent_bg.gif) no-repeat;
		width: 622px;
		height: 234px;
		padding: 20px 0 0 20px;
	}
	#tabContent div {
		width: 93%;
	}
	#tabContent p {
		margin-top: 15px;
	}
	#tabContent a:hover {
		background: #364c6a;
		color: #fff;
		text-decoration: none;
	}

        #side #tabContent {

padding: 20px 0 0 20px;

}
#side #tabContent div{
    width: 93%;
}

	/* SIDEBAR ********************************************/
	
	#sidebar {
		width: 285px;/*295px;*/
		float: left;
		padding: 0 10px 0 5px;
		font-size: 13px;
                margin-top:10px;
	}
        #sidebar h2{
            margin-bottom:10px
        }
	#sidebar ul {
		min-width: 125px;
		margin: 0 10px 10px 5px;
		float: left;
	}
	#sidebar ul li {
		background: url(../../images/arrow.gif) 0 50% no-repeat;
		padding-left: 7px;
		margin-bottom: 6px;
		display: block;
	}
	#sidebar ul li a {
		display: block;
	}
	#sidebar ul li .strong {
		color: #e68400;
		font-weight: bold;
	}
	#sidebar ul li:hover {
		background: url(../../images/arrow_r.gif) 0 50% no-repeat;
	}
	#sidebar ul li:hover a {
		text-decoration: none;
	}
	#sidebar .hr {
		height: 3px;
		clear: both;
		border-bottom: 1px solid #b2b2b2;
		margin-bottom: 10px;
	}
	#cta {
		background: url(../../images/cta_bg.jpg) no-repeat;
		width: 287px;
		height: 197px;
		clear: both;
		margin: 10px 0 20px 0;
		font-size: 14px;
		color: #3c3c3c;
	}
	#cta div {
		width: 85%;
		margin: 0 auto;
		padding-top: 20px;
	}
	#cta #button {
		background: url(../../images/cta_button.gif) no-repeat;
		width: 240px;
		height: 38px;
		display: block;
		font-size: 0;
		text-indent: -999px;
		margin: 15px 0 15px 0;
	}
	#cta span {
		font-size: 13px;
		display: block;
		text-align: center;
	}
	#cta a {
		color: #3c3c3c;
		font-weight: bold;
		text-decoration: underline;
	}
	#cta a:hover {
		text-decoration: none;
	}
	
	/* PAGE ********************************************/
	
	#page {
		width: 630px;
		float: right;
		margin: 10px 0 10px 0;
	}
        #page.printpage{
        float:none;
        margin-left: auto;
        margin-right: auto;
        }
	#spotlight {
		background: #e5e5e5;
		height: 200px;
		border: 1px solid #cecece;
		padding-left: 1px;
	}
	.title,
	.titleShort {
		background: url(../../images/title_bg.gif) repeat-x;
		height: 23px;
		color: #fff;
		font-size: 14px;
		padding: 6px 0 0 10px;
	}
	.titleShort {
		width: 302px;
	}
	.spotlightEntry {
		width: 146px;
		float: left;
		margin: 10px 5px 0 5px;
		font-size: 11px;
		text-align: center;
                display:inline;
	}
	.spotlightEntry span {
		font-size: 13px;
		font-weight: bold;
		display: block;
		color: #000000;
	}
	.spotlightEntry .checkButton {
		background: url(../../images/check_button.gif) no-repeat;
		width: 145px;
		height: 33px;
		display: block;
		font-size: 0;
		text-indent: -9999px;
		margin: 5px 0 7px 0;
	}
	.thumb a {
		background: url(../../images/zoom_icon.gif) 99% 99% no-repeat;
		width: 145px;
		height: 91px;
		display: block;
		position: absolute;
		text-decoration: none;
	}
	#buttons {
		height: 72px;
		margin: 10px 0 0 3px;
	}
	#buttons ul li {
		width: 149px;
		height: 47px;
		margin: 0 5px 0 0;
		font-size: 11px;
		padding: 13px 0 0 55px;
		display: block;
		float: left;
	}
	#buttons ul li a {
		font-size: 12px;
		font-weight: bold;
		display: block;
		text-decoration: none;
		margin: 0 0 3px 0;
	}
	#buttons ul li a:hover {
		text-decoration: underline;
	}
	#buttons #reports {
		background: url(../../images/reports_bg.gif) no-repeat;
	}
	#buttons #movers {
		background: url(../../images/movers_bg.gif) no-repeat;
	}
	#buttons #roomates {
		background: url(../../images/roomates_bg.gif) no-repeat;
	}
        #buttons #roomates {
        background: url(../../images/roomates_bg.gif) no-repeat;
	}

	#forRenters,
	#forLandlords {
           /* font-family:verdana,arial;*/
		width: 305px;
		float: left;
		margin-bottom: 15px;
	}
	#forLandlords {
		margin-right: 7px;
		float: right;
	}
	#forRenters ul,
	#forLandlords ul {
		margin: 15px 0 0 10px;
	}
	#forRenters ul li,
	#forLandlords ul li {
		background: url(../../images/bullet.gif) 0 4px no-repeat;
		padding-left: 10px;
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 16px;
	}
	
	/* FOOTER ********************************************/
	
	#footer {
		background: #3c3c3c;
		height: 244px;
		clear: both;
		font-size: 11px;
		color: #fff;
		margin-top: 20px;
	}
	#footer a {
		color: #fff;
	}
	#footer #left {
		width: 260px;
		height: 150px;
		float: left;
		margin: 20px 0 0 20px;
	}
	#footer #left span {
		color: #919191;
	}
	#footer #left ul {
		margin-top: 10px;
	}
	#footer #left ul li {
		margin-bottom: 2px;
	}
	#footer #left ul li a {
		color: #fff;
		text-decoration: none;
		display: block;
	}
	#footer #left ul li a:hover {
		color: #b2b2b2;
		text-decoration: underline;
	}
	#footer #right {
		width: 610px;
		float: right;
		margin: 20px 20px 0 0;
	}
	#footer #right span {
		display: block;
		padding-bottom: 7px;
		border-bottom: 1px solid #595959;
		font-size: 15px;
	}
	#footer #right ul {
		font-size: 12px;
		float: left;
		margin: 10px 25px 0 0;
	}
	#footer #right ul li {
		margin-bottom: 3px;
	}
	#footer #right ul li a {
		display: block;
	}
	#footer #right ul li a:hover {
		text-decoration: none;
	}
	#logos {
		background: url(../../images/logos.gif) 0 100% no-repeat;
		width: 939px;
		height: 74px;
		clear: both;
	}
        /*From Old Site*/
        .mr20{
}
.contact_form td
{
	padding: 2px 10px;
}
.body textarea
{
	width: 350px;
}
.temporary_house td
{
	border: 1px solid #8D8D8D;
}
.temporary_house table
{
	border: 1px solid #B2B2B2;
	margin-bottom: 10px;
	width: 450px;
}
.temporary_house td td, .temporary_house table table
{
	border: none;
}
.temporary_house table table
{
	margin-bottom: 0px;
	width: auto;
}
#partner_banner
{
	overflow: hidden;
}
* html #partner_banner
{
	overflow: hidden;
	width: 215px;
}
.incorrect, .incorrect td
{
	color: #FF0000;
	font-size: 11px;
}
.border
{
	border-bottom: none;
	border-left: 1px solid #7E97AF;
	border-right: 1px solid #7E97AF;
	border-top: none;
}
.border2
{
	border-bottom: 1px solid #7E97AF;
	border-left: 1px solid #7E97AF;
	border-right: 1px solid #7E97AF;
	border-top: none;
}
.greenRule
{
	border-bottom-color: #538918;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.navCell
{
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
}
.body, .body1 td
{
	color: #333333;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	line-height: 18px;
}
.featprop
{
	border-bottom: 3px solid #408ECA;
	border-left: 3px solid #408ECA;
	border-right: 3px solid #408ECA;
	border-top: 3px solid #408ECA;
}
.small, .small td
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
}
.quickFormButton
{
	background-color: #408ECA;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: hand;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-transform: lowercase;
}
.quickFormLabel
{
	color: #FFFFFF;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.searchFormButton
{
	background-color: #E7F0F8;
	border: 1px solid #2E74A7;
	color: #FF6600;
	cursor: hand;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-transform: uppercase;
	width: 200px;
}
a.searchFormButton
{
	display: block;
	height: auto;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	width: 250px;
}
.landlordFormButton
{
	background-color: #E7F0F8;
	border: 1px solid #2E74A7;
	color: #2E74A7;
	cursor: hand;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-transform: uppercase;
	width: 200px;
}
a.landlordFormButton
{
	display: block;
	height: auto;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
}
.resultLink
{
	background-color: #FFFFFF;
	border: 1px solid #FF6600;
	color: #FF6600;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}
.resultLink:hover
{
	background-color: #FF6600;
	color: #FFFFFF;
}
.resultNoLink
{
	background-color: #FF6600;
	border: 1px solid #FF6600;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}
.bottomBorder
{
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.rowBox
{
	background-color: #F8F8F1;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}
.neighborhoodBox
{
	border-bottom: 1px dashed #999999;
	border-left: 1px none #333333;
	border-right: 1px none #333333;
	border-top: 1px none #333333;
}
.advancedTab1
{
	background-color: #E7F0F8;
	border: 1px solid #71B3D7;
	color: #333333;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	width: 130px;
}
.advancedTab2
{
	border-bottom-color: #71B3D7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #71B3D7;
	border-left-style: none;
	border-left-width: 1px;
	border-right-color: #71B3D7;
	border-right-style: none;
	border-right-width: 1px;
	border-top-color: #71B3D7;
	border-top-style: none;
	border-top-width: 1px;
	color: #333333;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
}
.largeType
{
	color: #333333;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
}
.boxOLD
{
	background-color: #E7F0F8;
	border: 1px solid #71B3D7;
	width: 100%;
}
.orangeBox
{
	background-color: #FFE6D5;
	border: 1px solid #FF6600;
	width: 100%;
}
.greenBox
{
	background-color: #E3F7CE;
	border: 1px solid #538918;
	width: 100%;
}
.vacancyMenu
{
	border: 1px solid #666666;
	color: #333333;
	display: block;
	margin-top: 4px;
	padding: 1px 5px;
	text-decoration: none;
	width: 150px;
}
.vacancyMenu:hover
{
	background-color: #F8F8F1;
	color: #000000;
}
.partnerStore
{
	color: #FFFFFF;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.partnerStore:hover
{
	color: #CCCCCC;
}
.partnerStoreDisabled
{
	color: #999999;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.detailsRule
{
	border-bottom-color: #71B3D7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #71B3D7;
	border-left-width: 1px;
	border-right-color: #71B3D7;
	border-right-width: 1px;
	border-top-color: #71B3D7;
	border-top-width: 1px;
}
.detailsLink
{
	border: 1px solid #FFFFFF;
	color: #333333;
	display: block;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	padding: 1px 5px;
	text-align: left;
	text-decoration: none;
}
.detailsLink:hover
{
	background-color: #E7F0F8;
	border: 1px solid #71B3D7;
	color: #000000;
}
.detailsBox
{
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
}
.priceBox
{
	background-color: #D4D0C8;
	border: 1px solid #333333;
	padding: 2px;
}
.orange
{
	color: #FF6600;
}
.white
{
	color: #FFFFFF;
}
.footerLink
{
	color: #FF6600;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	text-decoration: none;
}
.largeWhite
{
	color: #FFFFFF;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 25px;
	line-height: 40px;
	text-align: center;
}
.largeWhite2
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 40px;
}
.largeWhiteDisabled
{
	color: #CCCCCC;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 25px;
	line-height: 40px;
}
.navLink
{
	background-color: #8BA02E;
	color: #FFFFFF;
	display: block;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	text-decoration: none;
}
.navLink:hover
{
	background-color: #9FBA0A;
}
.landlordLink
{
	background-color: #87A1C6;
	color: #FFFFFF;
	display: block;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	text-decoration: none;
}
.landlordLink:hover
{
	background-color: #698CB5;
}
.landlordLink2
{
	background-color: #999999;
	color: #FFFFFF;
	display: block;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	text-decoration: none;
}
.landlordLink2:hover
{
	background-color: #636563;
}
.landlordLink3
{
	background-color: #FF9955;
	color: #FFFFFF;
	display: block;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	text-decoration: none;
}
.landlordLink3:hover
{
	background-color: #698CB5;
}
.navRule
{
	border-bottom-color: #9FBA0A;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.navRule2
{
	border-bottom-color: #CE7C3B;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.landlordRule
{
	border-bottom-color: #698CB5;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.landlordRule2
{
}
.landlordRule3
{
	border-top-color: #698CB5;
	border-top-style: solid;
	border-top-width: 2px;
}
.navLinkSub
{
	color: #FFFFFF;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
}
.footerBar
{
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}
.detailsTitle
{
	/*font-family: "Arial Black", Arial;*/
	font-size: 15px;
	line-height: 25px;
}
.advancedSearchLink
{
	color: #FFFFFF;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.advancedSearchLink:hover
{
	color: #C0EC91;
}
.homeTitle, h2
{
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #000000;
	display: block;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
.titleNoLine
{
	color: #408ECA;
	display: block;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
.netscapeHack
{
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}
.body
{
	/*font-family: Verdana, Arial, Sans-serif;*/
	font-size: 11px;
	line-height: 18px;
}
/*.landlordForm, .formfields, .input_fields, .body .body .body input, .body .body .body select, .body .body .body textarea
{
	background-color: #FFFFFF;
	border: 1px solid #333333;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}*/
.tinytype .formfields
{
	width: 103px;
}
.quickForm, .navRule select
{
	background-color: #FFFFFF;
	border: 1px solid #333333;
	color: #333333;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	width: 160px;
}
.searchFormOLD
{
	background-color: #FFFFFF;
	border: 1px solid #333333;
	color: #333333;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
}
.titleNoLine
{
	border-bottom-color: #408ECA;
	border-bottom-style: none;
	border-bottom-width: 0px;
	color: #408ECA;
	display: block;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
#scrolling
{
	background-color: #e0f1a3;
	height: 79px;
	margin-top: 5px;
	width: 340px;
}
ul#images
{
	margin: 0px;
	padding: 0px;
}
#images li
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#screens
{
	background: #e0f1a3 url(images/scrollbg.gif) repeat-x top left;
	height: 79px;
	overflow: hidden;
	width: 300px;
}
#screens img
{
	margin: 5px;
}
.container_img
{
	margin: 5px 0;
	overflow: hidden;
	padding: 2px;
	width: 342px;
}
.detailmenu
{
	height: 20px;
}
.detailmenu ul
{
	float: left;
	list-style: none;
	margin: 0;
	margin-left: 3px;
	padding: 0 0 3px 0;
	padding: 0px;
}
.detailmenu li
{
	background: none;
	color: #616161;
	float: left;
	font-weight: bold;
	list-style: none;
	margin: 0 1px 0 0;
}
.detailmenu li span
{
	background: #E7F0F8;
	border: 1px solid #2E74A7;
	color: #2E74A7;
	display: block;
	float: left;
	height: 18px;
	padding: 0px 14px;
}
.detailmenu li.last
{
	border-right: none;
}
.detailmenu li a
{
	color: #9f9f9f;
	display: block;
	padding: 1px 14px;
	text-decoration: none;
}
.detailmenu li a:hover
{
	background-color: #E7F0F8;
	border: 1px solid #2E74A7;
	color: #2E74A7;
	padding: 0 13px;
}
#map_canvas
{
/*	border: 1px solid #2f3d60;*/
}
.fix_for_ie
{
	width: 346px;
}
#gallery_div,#google_map_div,#map_canvas
{
	line-height: 1px;
}

/*End from old site */
.furnitable p {
    padding:10px 30px 0 25px;
}
table table p{
    padding-bottom:10px;
}
#left ul{
    width:100px;
    float:left;
}
.pagenav ul li.pagerSideLink span a{
    width:auto;
    height:auto;
    background:none;
    border:none;
    text-decoration: underline;
}
.pagenav ul li.pagerSideLink span a:hover{
    width:auto;
    height:auto;
    background:none;
    border:none;
    text-decoration: none;
    color:white;
}
.box td{
vertical-align:top;
}
#vanlines{
width:100px;
float:left;
}

.movingservcol{
float:right;
width:310px;
}
.zoom_button {
		background: url(../../images/zoom_icon.gif) no-repeat;
		width: 29px;
		height: 26px;
		display: block;
		position: absolute;
		text-decoration: none;
	}
	.thumb {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.thumb .zoom_button {
		top: 0;
		right: 0;
		margin: 64px 2px 0 0px !important;
	}
        #checkForm input[type=button] {
        background: url(../../images/availability_button.gif) no-repeat !important;
        margin: 0 -43px 0 0 !important;
        	width: 216px;
		height: 38px;
		font-size: 0;
		border: 0;
		float: right;
}

#sidebar .widget-area>ul>li:hover,#sidebar .widget-area>ul>li{
	 	background: none;
	}
	#sidebar .widget-area ul li:hover a {
		text-decoration:underline;
	}
        	#sidebar .widget-area ul li ul li a:hover{
		text-decoration:none;
	}

