/*
   home.css
*/

#pictures { float: left; width: 558px; height: 304px; }

#home_sidebar { width: 337px; float: left; }

#welcome {
	background: url("/assets/images/home/bg_welcome.jpg") no-repeat;
	color: white;
	margin: 0px;
	padding: 0px;
}
#welcome  > h2 { 
	font-family: "Times New Roman", Times, Garamond, serif; 
	font-weight: normal; 
	padding: 3px 0 0 25px; 
	margin: 0 0 10px 0; 
}
#welcome p { 
	font-size: 12px; 
	padding: 0 25px 0 25px; 
	height:132px;
}

#leftcolumn {
	margin-top: 15px;
	width: 435px;
	float:left;
}

#rightcolumn {
	margin-top: 15px;
	margin-left: 25px;
	width: 435px;
	float:left;
}

#map  {
	height: 106px;
	position: relative;
	background-image: url(/assets/images/home/bg_map.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 337px;
	color: #544C43;
}
#map   h2,#map  .address,#map  .map_link  { position: absolute; }
#map   h2  { font-size: 18px; top: 12px; left: 25px; }
#map .address { top: 18px; right: 25px; line-height: 1.2em; font-weight: bold; font-size: 11px; }
#map .map_link {
	text-transform: uppercase;
	text-decoration: underline;
	left: 25px;
	top: 40px;
}
#map a {
	color: #2f4183;
}

