#left {
	float:left;
	display:inline;
	margin:0 30px 0 0;
	width:550px;
}
	#left h2 {
		margin:20px 0 0 0;
	}
	
#right {
	float:left;
	margin:10px 0 0 0;
}
	#right .map {
		border:1px solid #d9d0ce;
		margin:10px 15px;
		height:237px;
		width:332px;
	}

#find_us {
	float:left;
	clear:both;
	width:100%;
	margin:10px 0 0 0;
	display:inline;
}


/*NEWS*/
#news_container {
	overflow-y:scroll;
	margin:10px 10px 10px 10px;
	float:left;
	clear:both;
	border:1px solid #8d1400;
	width:343px;
	height:390px;
}
#news {
	float:left;
	clear:both;
	display:inline;
	background:url(../images/home/news_bg.jpg);
	width:100%;
	line-height:normal;
	font-size:12px;
}
	#news img {
		float:left;
		clear:both;
		margin:15px;
	}
	#news #text {
		float:left;
		margin:15px 0 0 0;
		width:190px;
		font-size:12px;
	}
	#news #text .short_text {
		float:left;
		clear:both;
		width:100%;
		margin:0;
	}
	#news #text a.read_more {
		float:left;
		clear:both;
		margin:5px 0 0 0;
		display:inline;
		background:url(../images/home/news_read_more.png) left no-repeat;
		padding:0 0 0 20px;
		height:16px;
		line-height:16px;
	}
	#news #text h4 {
		margin:0;
	}
	#news #text h4 a {
		color:#b41a01;
		float:left;
		clear:both;
		margin:0 0 5px 0;
		display:inline;
		font-size:15px;
		line-height:14px;
	}
	#new #text h4 a:hover {
		text-decoration:underline;
	}
	
ul#submenu {
	width:340px;
	background:#FFF;
	border:1px solid #8d1400;
	margin:10px 0 10px 10px;
	padding:10px 0 10px 0;
}
	ul#submenu li {
		float:left;
		clear:both;
		padding:0;
		margin:0 0 0 50px;
		width:200px;
		display:list-item;
	}
		ul#submenu li a {
			color:#000;
		}
		
#simplemodal-container {
	padding:0;
	margin:0;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-350px;
	width:700px;
	height:500px;
	display:none;
}
#saved-dialog {
	float:left;
	padding:0;
	margin:0 0 0 0;
	display:inline;	
	background:#fff;
	width:700px;
	height:100%;
	display:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
}
a.close {
	top:-10px;
	left:635px;
	margin:0;
	position:absolute;
	z-index:20;
	width:48px;
	height:48px;
	background:url(../images/X.png) bottom no-repeat;
}
a.close:hover {
	background:url(../images/X_hover.png) bottom no-repeat;
}
#saved_top {
	position:absolute;
	float:left;
	clear:both;
	margin:0;
	text-align:left;
	width:100%;
	height:37px;
	background:url(../images/square_box_header_bg.gif) repeat-x;
	border:1px solid #a02c05;
	padding:0;
}
	#saved_top h1 {
		margin:0 0 0 270px;
		display:inline;
		float:left;
		line-height:39px;
		font-size:20px;
		color:#fff;
		width:auto;
	}
