/********************* overwriting ***********************/
div#body_container { /* overwrite for home page */
	background-color:#f0f3f3;
	background-image: url(../images/home_template/body_bg.gif);
	background-repeat:repeat-x;
	background-position:30%;
}


#menu_bar { /* overwrite for home page */
	height:21px;
}

#menu_bar ul li.last { /* overwrite for home page */
	height:21px;
}

#footer { /* overwrite for home page */
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


/******************** home style ***********************/

div#home_content_area {
	width:950px;
	margin:0px auto;
	display:table;
	background-image: url(../images/home_template/content_box_bg.gif);
	background-color:#f0f3f3;
	background-repeat:repeat-x;
}


/***************** left column **********/
div#home_left_col {
	width:315px;
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#home_left_col h1 
{
	font-size:24px;
	font-weight:normal;
	color:#003be5;
	padding:10px 0px 10px 15px;
}

	#home_left_col #home_our_business 
	{
		background-image: url(../images/home_template/home_left_content_bg.gif);
		background-color:#f1f5fa;
		background-repeat:repeat-x;
		display:block;
		margin:0px 0px 0px 4px;
	}
	
	
	#home_our_business .business_listing h1
	{
		color:#484848;
		font-family:Century Gothic;
		font-size:13px;
		padding:0px 0px 4px 0px;
	}
	
	#home_our_business .business_listing a
	{
		padding-left:10px;
		background-image:url(../images/template/arrow.gif);
		background-position:left;
		background-repeat:no-repeat;
		position:absolute;

	}

	
	
	#home_our_business .business_listing img
	{
		border:1px solid #b5b5b6;
	}


	#home_our_business .our_business_box 
	{
		position:relative;
		padding:10px 10px 10px 10px;
		margin:0px 0px 0px 0px;
		background-image: url(../images/home_template/dotted_divider.gif);
		background-repeat:repeat-x;
		background-position:90% bottom;
	}

	#home_our_business .our_business_box_last 
	{
		position:relative;
		padding:10px 10px 10px 10px;
		margin:0px 0px 0px 0px;
	}

	#home_our_business .our_business_text h1
	{
		color:#484848;
		font-family:Century Gothic;
		font-size:13px;
		padding:0px 0px 4px 0px;
	}

	#home_our_business .our_business_image img
	{
		border:1px solid #b5b5b6;
		float:right;
	}

	#home_our_business .our_business_text a
	{
		padding-left:10px;
		background-image:url(../images/template/arrow.gif);
		background-position:left;
		background-repeat:no-repeat;
		position:absolute;

	}



/***************** right column ********************/

div#home_right_col 
{
	width:605px;
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 25px;
	background-image: url(../images/home_template/vertical_divider.gif);
	background-repeat:repeat-y;
	background-position:left;
}

	/*********** latest news ************/
	#home_right_col #latest_news 
	{
		background-image: url(../images/home_template/dotted_divider.gif);
		background-repeat:repeat-x;
		background-position:90% bottom;	
		padding:0px 0px 7px 0px;
	}

	#home_right_col #latest_news h1
	{
		font-size:24px;
		color:#b2391d;
		float:left;
		padding:10px 0px 10px 0px;
		font-weight:normal;
	}

	#latest_news .news_buttons 
	{
		float:right;
		margin:10px 3px 0px 0px;
	}

	#latest_news .home_news_listing 
	{
		color:#838383;
	}
	#latest_news .date_column 
	{
		color:#000000;
	}
	


	/************ property highlights ************/
	#home_right_col #property_highlights 
	{
		padding:0px 0px 10px 0px;
	}

	#home_right_col #property_highlights h1
	{
		color:#b57a1e;
		font-size:24px;
		float:left;
		padding:5px 0px 0px 0px;
		font-weight:normal;
	}

	#property_highlights .more_button 
	{
		float:right;
		margin:7px 3px 0px 0px;
	}

	#property_highlights .property_logos 
	{
		clear:both;
		display:block;
		padding:5px 0px 5px 0px;
		text-align:center;
	}



/************************** others ***********************/
.dotted_div 
{
	background-image: url(../images/home_template/dotted_divider.gif);
	background-repeat:repeat-x;
	height:3px;
}


.horizontal_div 
{
	margin:1px 0px 0px 0px;
	background-image: url(../images/home_template/horizontal_divider.gif);
	background-repeat:no-repeat;
	height:7px;
	
}
	
