/*
   home.css
*/

#service_times { background: url('/assets/images/sidebar_bg_1.png') repeat-y top right; padding-bottom: 20px; }
#service_times p { margin-bottom: 0; padding-bottom: 0; padding-top: 20px; }

#news { width: 609px; background: url("/assets/images/news_box_middle.jpg") repeat-y top left; }
#news .cap { display: block; float: left; width: 10px; height: 40px; background: url("/assets/images/news_box_header_bg.jpg") no-repeat top left; }
#news .head { height: 40px; background: url("/assets/images/news_box_top.jpg") no-repeat top left; }
#news .link { font-size: 10px; float:right; margin-right:20px; line-height:25px; }
#news .link a { color: #144728; text-transform: uppercase; }
#news .body { clear: both; position: relative; top: 0px; }
#news .foot { height: 7px; background: url("/assets/images/news_box_bottom.jpg"); clear: both; }
#news .head h2 { height: 40px; padding-right: 20px; display: block; float: left; font-size: 150%; color: #154829; text-transform: uppercase; background: url("/assets/images/news_box_header_bg.jpg") no-repeat top right; }

#news .body .pic, #news .body .left_col, #news .body .right_col { float: left; }
#news .body .pic { margin-left: 20px; margin-right: 0px; }
#news .body ul { width: 200px; list-style: none; margin: 0; padding: 0; font-size: 95%; line-height: 1em; margin-left: 20px; }
#news .body ul li { padding-left: 30px; margin-bottom: 10px; background: url("/assets/images/news_bullet.jpg") no-repeat 0px 0px; }
#news .body .left_col {}
#news .body .right_col {}

#news .body ul .title { color: #154829; font-weight: bold; }
#news .body ul .title a { color: #144728; }
#news .body ul .body { color: #4d534f; }

#slideshow {
	position: relative; 
	top:0; 
	left: 0;
	margin:0;
	padding:0;
	overflow:hidden;
	height:350px;
	width:350px;
}


