@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
******************************/
#header
{
	background:url("../images/home/header_bg.jpg") no-repeat top left;
	clear:both;
	height:361px;
	margin-top:16px;
	position:relative;
	width:970px;
}

	#exit_logo
	{
		left:5px;
		position:absolute;
		top:-20px;
	}

	#quick_search
	{
		bottom:0;
		position:absolute;
		right:0;
	}	

	#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
******************************/
.bottom_layout
{
	background:transparent url("../images/bottom_layout_bg.jpg") no-repeat center top;
	height:215px;
	width:970px;
}

.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;
		}		
			
.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;
			}
/* END: sidecol
******************************/



/* START: footer
******************************/
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
******************************/
