/**********START************/
/* http://chadhousing.com  */
/*CSS developed by mkOwens */
/* http://sbr-designs.com  */
/**********START************/
/* 	Global Tags & Classes  */
/**********START************/

body {
	background: #fff;
	margin: 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}


/***********END*************/
/* 	Global Tags & Classes  */
/***********END*************/
/**********START************/
/* 	Main Site Containers   */
/**********START************/

.site_maincontainer {
	width: 100%;
	background: none;
}
.site_mainbackground {
	width: 859px;
	background: url(../images/background.png) repeat-y;
}


/***********END*************/
/*  Main Site Containers   */
/***********END*************/
/**********START************/
/* 	 Header Related Tags   */
/**********START************/

#header {
	width: 788px;
	height: 112px;
	background: url(../images/header_background.png) no-repeat;
}
#header .float_left {
	width: 400px;
	height: 112px;
	text-align: left;
}
#header .float_right {
	width: 380px;
	height: 112px;
}
#header .logo {
	height: 85px;
	width: 342px;
	margin-top: 15px;
}
/***********END*************/
/* 	 Header Related Tags   */
/***********END*************/
/**********START************/
/*Quick Search Related Tags*/
/**********START************/

.quicksearch {
	width: 294px;
	height: 64px;
	background: url(../images/quicksearch.png) no-repeat;
	text-align: left;
	line-height: 30px;
	margin: 20px 0px 0px 20px;
	padding: 0px;
}
.quicksearch .qsinputbg {
	width: 236px;
	height: 25px;
	background: url(../images/quicksearch_back.png) no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}
.quicksearch .qsinput {
	width: 225px;
	height: 23px;
	background: none;
	padding: 0px 4px 2px 4px;
	margin: 0px;
	border: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #999;
}
.quicksearch .qssubmit {
	width: 35px;
	height: 23px;
	border: none;
	background: url(../images/quicksearch_submit.png) no-repeat;
	margin: 0px 7px 0px 0px;
	float: right;
}

.qs_login {
	width: 294px;
	height: 15px;
	background: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
}
.qs_login a:link, .qs_login a:active, .qs_login a:visited {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.qs_login a:hover {
	color: #cc0033;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/***********END*************/
/*Quick Search Related Tags*/
/***********END*************/

/**********START************/
/*   Nav Bar Related Tags  */
/**********START************/

.left_navbar {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	float: left;
}
.right_navbar {
	margin: 0px 25px 0px 0px;
	padding: 0px;
	float: right;	
}

/***********END*************/
/*   Nav Bar Related Tags  */
/***********END*************/

/**********START************/
/* Middle-Content Related  */
/**********START************/

#middlecontent_top {
	width:791px;
	height: 49px;
	background: url(../images/whitecontent_top.png) no-repeat;
}
#middlecontent_mid {
	width:791px;
	background: url(../images/whitecontent_mid.png) repeat-y;
}
.middlecontent_contain {
	text-align: left;
	width: 760px;
	min-height: 500px;
	background: none;
	border: solid 1px white;
}
.middlecontent_contain_h1 {
	font-size:24px;
	color:#CC0033;
}
.stronger {
	font-size: large;
	font-weight: bold;
}
.middlecontent_index {
	text-align: left;
	width: 760px;
	background: none;
}


.flash_index {
	float:left;
	/*width: 530px;*/
	width:100%;
	text-align:center;
}
.middlecontent_login {
	float:right;
	width: 228px;
	height: 124px;
	line-height: normal;
	background: url(../images/login_background.png) no-repeat;
}

	.middlecontent_login .float_left {
		width: 200px;
		margin: 2px 0px 0px 5px;
	}
	.middlecontent_login .sub_left {
		float: left;
		width: 80px;
		line-height: 30px;
	}
	.middlecontent_login .sub_left2 {
		float: left;
		width: 80px;
		line-height: 11px;
	}
	.middlecontent_login .float_right {
		width: 129px;
		margin: 0px 8px 0px 0px;
	}
	.middlecontent_login .login_title {
		font-family: "Times New Roman", Times, serif;
		color: #ebebeb;
		font-size: 20px;
		font-weight: bold;
	}
	.middlecontent_login .login_label {
		font-family: "Times New Roman", Times, serif;
		color: #ebebeb;
		font-size: 15px;
		font-weight: normal;
	}
	.middlecontent_login .login_small {
		font-family: "Times New Roman", Times, serif;
		color: #fff;
		font-size: 10px;
		font-weight: normal;
		line-height: 11px;
	}
	.login_small a:link, .login_small a:visited, .login_small a:active {
		text-decoration:none;
		color: #ebebeb;
	}
	.login_small a:hover {
		text-decoration:none;
		color: #cc0033;
	}
	.login_label a:link, .login_label a:visited, .login_label a:active {
		text-decoration:none;
		color: #ebebeb;
	}
	.login_label a:hover {
		text-decoration:none;
		color: #cc0033;
	}
.loginbox_userpass {
	width: 129px;
	height: 30px;
	background: url(../images/login_userpass.png) no-repeat;
	margin: 0px 10px 0px 0px;
	line-height: 30px;
	padding: 0px;
	float: left;
}
.loginbox_up {
	width: 121px;
	height: 23px;
	background: none;
	padding: 0px 4px 2px 4px;
	margin: 0px;
	border: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #999;
}
.loginbox_submit {
	width: 95px;
	height: 32px;
	background: none;
}
#middlecontent_bottom {
	width:791px;
	height: 49px;
	background: url(../images/whitecontent_bottom.png) no-repeat;
}
.viewmore {
	margin: 0px;
	padding: 0px;
}
.viewmore_top {
	background: #000;
	width: 188px;
	height: 138px;
}
	.viewmore_top img {
		padding: 1px;
	}
.viewmore_bottom {
	width: 188px;
	height: 76px;
	background: url(../images/viewmore_bottom.png) no-repeat;
}
.viewmore ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.viewmore li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.viewmore_details {
	width: 175px;
	height: 30px;
	background: none;
	font-weight: 600;
}
.viewmore_button {
	width: 188px;
	height: 45px;
	background: none;
}
.gradient_top {
	float: left;
	width: 600px;
	height: 18px;
	background: url(../images/gradient_top.png) no-repeat;
}
.gradient_mid {
	float: left;
	width: 600px;
	min-height: 273px;
	background:  #ffcc66 url(../images/gradient_mid.png) no-repeat;
}
	.gradient_mid p {
	padding: 5px;
	margin: 5px;
	}
	.gradient_mid a:link, .gradient_mid a:visited, .gradient_mid a:active {
		color: #cc0033;
		text-decoration: none;
	}
	.gradient_mid a:hover {
		color: #000;
		text-decoration: underline;
	}
.gradient_bot {
	float: left;
	width: 600px;
	height: 18px;
	background: url(../images/gradient_bot.png) no-repeat;
}
.partnerbox {
	width: 480px;
}
.search_contain {
	float: left;
	width: 790px;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}
	.search_contain a:link, .search_contain a:visited, .search_contain a:active {
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	.search_contain a:hover {
		color: #cc0033;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
.search_right {
	float: right;
	width: 570px;
}
.search_rule {
	float:left;
	width: 750px;
	background: #cc0033;
	height: 2px;
	}
.whatpage {
	float: right;
	margin-right: 40px;
	line-height: 26px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
	.whatpage a:link, .whatpage a:visited, .whatpage a:active {
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	.whatpage a:hover {
		color: #cc0033;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
.homePhotos {
	width: 765px;
	text-align: center;
}	
.howmany {
	float: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	size: 14px;	
	line-height: 26px;
}
	.howmany span {
		color: #cc0033;
		font-weight: bold;
	}
.search_result {
	float: left;
	width: 360px;
	height: 150px;
	border: #000 solid 1px;
	margin: 5px;
	background: #ffcc99;
}
.result_left {
	width: 186px;
	height: 136px;
	overflow: hidden;
	float: left;
	margin: 5px;
	border: #000 1px solid;
}
	.result_left img {
	}
.result_right {
	float: right;
	width: 145px;
	margin: 4px;
	text-align: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
	.result_right span {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	.header_1 {
		color:#cc0033;
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: bold;
	}
	.header_2 {
		color:#666;
		font-family: "Times New Roman", Times, serif;
		font-size: 16px;
		font-weight: bold;
	}
	.tagline_1 {
		color:#000;
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: normal;
	}
	.leftnav {
		margin-left: 15px;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		width: 135px;
		float: left;
	}
	.leftnav a:link, .leftnav a:visited, .leftnav a:active {
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	.leftnav a:hover {
		color: #cc0033;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	.leftnav ul {
		margin: 0;
		padding: 0;
		list-style: none;	
	}
	.leftnav .inactive {
		list-style: url(../images/grayball.png);
	}
	.leftnav .subactive {
		list-style: url(../images/redball.png);
	}
.prop_desc {
		height: 50px;
		width: 135px;
		overflow: hidden;
	}
.search_details {
	width: 750px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	.detail_fifth {
		float: left;
		width: 145px;
		text-align: center;
	}
	.details_picture {
		height: 274px;
		width: 375px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 5px;
		overflow: hidden;
		float: left;
	}
	.details_middle {
		height: 225px;
		width: 190px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 5px;
		float: left;
	}
	.details_buttons {
		height: 225px;
		width: 165px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 5px;
		float: left;
	}
	.details_address {
		color:#cc0033;
		font-weight: bold;
		font-size: 14px;
	}
.prop_avail {
	width:80%;
	margin:1em 0;
}
.avail_warn {
	border:2px solid #FFB500;
	background-color:#FFE39E;
	color:#B3001C;
	padding:0.3em;
	font-weight:bold;
}
.search_avail {
	border:1px solid #FFB500;
	background-color:#FFE39E;
	color:#B3001C;
	text-align:center;
	margin-bottom:0.1em;
	font-size:0.8em;
}
	.tracking_container {
		width: 585px;
		height: 440px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.tracking_row {
		width: 550px;
		clear:left;
	}
	.tracking_detail {
		float: left;
		width: 150px;
	}
	.tracking_id {
		float: left;
		width: 100px;
	}
	.adminimage_row {
		position: relative;
		top: 0px;
		left: 0px;
		vertical-align: middle;
	}
	.adminimage_row img {
		vertical-align: middle;
	}
/***********END*************/
/* Middle-Content Related  */
/***********END*************/
/**********START************/
/* Transition Related Tags */
/**********START************/

	#transition_content {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	width: 785px;
	text-align: left;
}
	#transition_content a:link, #transition_content a:active, #transition_content a:visited {
		color: #fff;
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	#transition_content a:hover {
		color: #fff;
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: underline;
	}

/***********END*************/
/* Transition Related Tags */
/***********END*************/
/**********START************/
/* 	 Form Related Tags     */
/**********START************/

	.form_container {
		width: 750px;
		background: none;
		color: #cc0033;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
	}
	.form_redlink a:link, .form_redlink a:active, .form_redlink a:visited {
			color: #cc0033;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: normal;
			text-decoration: underline;
		}
	.form_redlink a:hover {
			color: #000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: normal;
			text-decoration: underline;
		}
	.reg_form {
		width: 370px;
		float: right;
		}
	.login_form {
		width: 320px;
		height: 385px;
		float: left;
		text-align: left;
		border-right: 1px #000 solid;
	}
	.form_header {
		width: 350px;
		background: none;
		text-align: left;
		float:left;
	}
	.form_leftcol {
		float: left;
		width: 200px;
		line-height: 25px;
		text-align: left;
	}
	.form_rightcol {
		float: right;
		width: 160px;
		line-height: 25px;
		text-align: left;
	}
	.login_header {
		width: 290px;
		background: none;
		text-align: left;
		float:left;
	}
	.login_leftcol {
		float: left;
		width: 100px;
		line-height: 25px;
		text-align: left;
	}
	.login_rightcol {
		float: right;
		width: 160px;
		line-height: 25px;
		text-align: left;
	}
	.login_footer {
		width: 270px;
		background: none;
		text-align: right;
		float:left;
	}
	.form_footer {
		width: 350px;
		background: none;
		text-align: right;
		float:left;
	}
	.reg_header {
		color:#cc0033;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
	}
	.reg_tagline {
		color:#000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
	}
	.fp_link {
		color: #6666cc;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
	}
.byappt {
	visibility: hidden;
}
/***********END*************/
/*     Form Related Tags   */
/***********END*************/
/**********START************/
/* 	 Footer Related Tags   */
/**********START************/

#footer {
	width: 787px;
	height: 75px;
	background: url(../images/footer_background.png) no-repeat;
}
#footer .float_left {
	width: 500px;
	height: 60px;
	margin-top: 10px;
	margin-left: 10px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
}
	#footer .float_left a:link, #footer .float_left a:active, #footer .float_left a:visited {
		color: #000;
		font-family: "Times New Roman", Times, serif;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
	}
	#footer .float_left a:hover {
		color: #cc0033;
		font-family: "Times New Roman", Times, serif;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
	}
#footer .float_right {
	width: 250px;
	height: 60px;
	margin-top: 10px;
	margin-right: 10px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
}
	#footer .float_right a:link, #footer .float_right a:active, #footer .float_right a:visited {
		color: #000;
		font-family: "Times New Roman", Times, serif;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
	}
	#footer .float_right a:hover {
		color: #cc0033;
		font-family: "Times New Roman", Times, serif;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
	}

/***********END*************/
/* 	 Footer Related Tags   */
/***********END*************/
/********START*************/
/*  Slimbox-Specific CSS  */
/********START*************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #c03;
}

.lbLoading {
	background: #c03 url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #c03;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #c03;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/***********END*************/
/*  Slimbox-Specific CSS   */
/*******END*//*START********/
/*Contact Form-Specific CSS*/
/*********START*************/
#leftcontact {
float: left;
width: 250px;
}
#rightcontact {
float: right;
width: 250px;
text-align: center;
line-height: 25px;
}
#leftside {
float: left;
line-height: 25px;
vertical-align: middle;
}
#rightside {
float: right;
line-height: 25px;
vertical-align: middle;
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
.contactform {
background: #fff;
color: #cc0033;
border: #cc0033 1px solid;
}
.contactbox {
background: #fff;
color: #cc0033;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: #cc0033 1px solid;
}
.contactsubmit {
color: #000;
}
/***********END*************/
/*Contact Form Specific CSS*/
/***********END*************/