@import url("global.css");

/* =================================================================
 default.css

 Description: Styles for internal page layouts
================================================================= */
body {
	background:#dddddd url("../images/body_bg.jpg") repeat-x top center;
}

.content_center
{
	margin:0 auto;
	width:970px;
}

/* START: header
******************************/
.skip {
	display: none;
}

#header
{
	background:url("../images/header_bg.jpg") no-repeat top left;
	clear:both;
	height:115px;
	margin-top:16px;
	position:relative;
	width:970px;
}

	#exit_logo
	{
		left:5px;
		position:absolute;
		top:-30px;
	}

	#search_for_homes
	{
		background:transparent url("../images/home/magnifying_icon.gif") no-repeat top left;
		bottom:0;
		color:#000;
		display:block;
		font-weight:bold;
		margin:0 10px 10px 10px;
		min-height:80px;
		padding:0 0 0 80px;
		position:absolute;
		right:0;
		width:700px;
	}
		#search_for_homes .search_for_homes
		{
			color:#008c99;
			font-size:1.5em;
		}
	
	#search_for_homes .button
	{
		float:right;
		margin-bottom:10px;
	}
/* END: header
******************************/

/* START: content
******************************/
.layout_wrapper
{
	background-color:#fff;
	border-left:1px solid #999c90;
	border-right:1px solid #999c90;
	min-height:100%;
	padding:40px 0;
}

.layout_left
{
	background-color:#fff;
	float:left;
	padding:0 20px;
	/*width:300px;*/
	width:259px;	/*width - padding - (layout_wrapper-border-left)*/
}

#layout_right
{
	float:right;
	padding:0 10px 0 0;
	/*width:670px;*/
	width:659px;	/*width - padding - (layout_wrapper-border-right)*/
	//width:651px;	/*IE6 Fix*/
}

	.layout_right h3
	{
		border-bottom:1px solid #bfc3b4;
	}

.bottom_layout
{
	background:transparent url("../images/bottom_layout_bg.jpg") no-repeat center top;
	height:215px;
	width:970px;
}

.bottom_layout_left
{
	float:left;
	padding:0 10px;
	/*width:410px;*/
	width:390px;	/*width - padding*/
}
	
	#client_login
	{
	margin-top:30px;
	}
	
		#client_login fieldset
		{
			border:0;
		}
		
		#client_login legend
		{
			background:transparent;
			color:#008c99;
		}
		
		#client_login p
		{
			clear:both;
			padding-top:10px;
		}		
			
.bottom_layout_right
{
	float:right;
	width:559px;
}

	#agent_photo
	{
		background:url("../images/agent_photo_bg.jpg") repeat-x top left;
		height:214px;
		float:right;
		width:165px;
	}
		#agent_photo img
		{
			display:block;
			height:125px;
			margin:45px auto;
			width:108px;
		}
			
	#agent_contact
	{
		float:right;
		height:100%;
		padding:10px;
		font-size:0.8em;
		line-height:1.5em;
		margin-top:20px;
		text-align:right;
		/*width:390px;*/
		width:370px;	/*width - padding*/
	}
		
	#display_name
	{
		color:#325e69;
		font-size:2em;
		font-weight:bold;
	}
	
	#company_name
	{
		color:#008c9a;
		font-weight:bold;
	}
/* END: content
******************************/


/* START: main navigation
******************************/
ul#navigation {
	clear:both;
	height:49px;
	margin:5px 0 0 0;
	padding:0;
	position:relative;
	width:970px;
}
	ul#navigation li {
		float:right;
		display:inline;
		height:inherit;
		list-style:none;
	}
	
		ul#navigation li a {
			color:#999c90;
			display:block;
			font-size:0.8em;
			font-weight:bold;
			height:inherit;
			line-height:51px;
			padding:0 5px;
			text-decoration:none;
		}
			ul#navigation li a:hover {
				color:#fff;
			}

ul#secondary_navigation {
	clear:both;
	float:left;
	margin:20px 0;
	padding:0;
	width:100%;
}
	ul#secondary_navigation li {
		border-bottom:1px solid #bfc3b4;
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}
		ul#secondary_navigation li a {
			color:#000;
			display:block;
			font-size:0.8em;
			font-weight:bold;
			height:inherit;
			margin:0;
			padding:5px 5px;
			text-decoration:none;
		}
			ul#secondary_navigation li a:hover {
				background:#e6e6e6;
				color:#892034;
			}
/* END: sidecol
******************************/



/* START: footer
******************************/
div#contact_footer {
	display:inline;
	float:left; 
	padding:50px 0 20px;
	width:100%;
	font-size:1em;
	line-height:1.2em;
}

div#footer{
	background:#dddddd;
	clear:both;
	color:#000;
	font-size:0.6em;
	height:auto;
	margin:0;
	padding-top:10px;
}
div#footer a {
	border:0;
	color:#892034;
	text-decoration:none;
}
	div#footer a:hover {
		text-decoration:underline;
		background:none;
	}
div#footer_copyright {
	float:left;
	text-align:left;
}
div#footer_login {
	float:right;
	text-align:right;
}
div#footer_login ul {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
	div#footer_login ul li {
		display:inline;
	}
	div#footer_login ul li.li_divider {
		padding:0 10px;
	}
/* END: footer
******************************/
