@charset "utf-8";
/* CSS Document */

/* -------------------------------------------- */
/*		AllChicoRentals.com 
/* -------------------------------------------- */
/*		Created March 21, 2008
/* -------------------------------------------- */

body.flash { 
	margin: 0px;
	height: 100%;
	overflow:hidden
}

body.noflash { margin: 0px; }

p.flash_install {
	text-align: center;
	font-size: x-large;
	margin-right: 30px;
	margin-left: 30px;
}

a.footer {
	color: #ffffff;
}

.subtitle {
	color: #FFFFFF;
	display: block;
	padding-left: 25px;
	margin-top: -3px;
}

#html_content {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	z-index: -1;
}

#header_box {
	height: 45px;
	background-image: url(assets/blueskin/gradient_top_bg.jpg);
	padding-left: 30px;
	padding-top: 10px;
	background-repeat: repeat-x;
}

#title_container {
	width: 340px;
	height: 270px;
	top: 10px;
	position: relative;
	float: left;
}

#title_content {
	display: block;
	margin-bottom: -15px;
}

#flash_install_container {
	width: 540px;
	height: 270px;
	position: relative;
	top: 10px;
	float: right;
	background-image: url(assets/box_search.png);
	background-repeat: no-repeat;
}

#flash_install_content {
	max-width: 100%;
	position: relative;
	min-height: 125px;
	text-align: center;
	display: block;
	margin-top: 80px;
}

#quotes_container {
	width: 340px;
	position: relative;
	float: left;
}

#middle_content_container {
	width: 900px;
	position: relative;
	top: 30px;
}

#user_content_container {
	width: 540px;
	position: relative;
	float: right;
}

#landlord_container {
	width: 265px;
	position: relative;
	float: left;
}

#renter_container {
	width: 265px;
	position: relative;
	float: right;
}

#bottom_content_container {
	width: 900px;
	float: left;
	top: 30px;
	margin-bottom: 50px;
	position: relative;
}

#footer_box {
	width: 900px;
	height: 40px;
	float: left;
	background-image: url(assets/blueskin/gradient_bottom_bg.jpg);
	background-repeat: repeat-x;
}

#footer_links {
	color: #FFFFFF;
	margin-top: 10px;
}