@CHARSET "UTF-8";
BODY{
	color: #000;
	font-family: Tahoma;
}
a{
	color: #107DD4;
}
a img{
	border: 0px;
}
#page_body{
	margin: 0px auto;
	width: 1050px;
}
#header{
	margin: 5px 0px 10px 0px;
	float: left;
	width: 100%;
}
#logo{
	margin: 12px 0px 0px 15px;
	float: left;
}
#language_switcher{
	float: right;
	margin: 0px 10px 0px 0px;
	
}
#language_switcher span{
	display: block;
	height: 19px;
	width: 98px;
	margin: 0px 15px;
	color: #107DD4;
	text-decoration: underline;
	float: right;
}
#language_switcher img{
	margin: 0px 2px 0px 3px;
}
#language_switcher span.active{
	color: #FFF;
	text-decoration: none;
	background: url("../image/language_splash.png") no-repeat;
}
#menu{
	text-transform: uppercase;
	margin: 0px;
	font-size: 18px;
}
#menu img{
	float: left;
	
}
#menu span{
	display: block;
	padding: 20px 25px 0px 25px;
	background: url("../image/menu_background.png") repeat-x;
	float: left;
	height: 81px;
	line-height: 40px;
}
#menu span.menu_left{
	background-image: url("../image/menu_left_side.png") no-repeat;
}
.menu_right{
	background: url("../image/menu_right_side.png") no-repeat;
}
#menu div.divider{
	background: url("../image/menu_divider.png") no-repeat;
	float: left;
	width: 2px;
	height: 104px;
}
#content{
	margin: 0px 20px 0px 20px;
}
#main_banner{
	float: left;
	width: 425px;
}
#news{
	float: right;
	width: 220px;
	font-size: 16px;	
}
.news_title{
	color: #107DD4;
	text-decoration: underline;
	display: block;
	
}
.news_text{
	color: #000;
}
#directions{
	width: 100%;
	padding: 40px 0px 40px 0px;
	float: left;
}
#directions .direction_teaser{
	float: left;
	margin: 0px 0px 20px 0px;
	clear: both;
}
#directions .direction_teaser td{
	height: 126px;
	vertical-align: bottom;
}
#directions div{
	float: left;
	width: 230px;
	margin: 0px 20px 0px 0px;
}
#directions .direction_name{
	font-size: 24px;
	color: #107DD4;
	text-decoration: underline;
	display: block;
	float: left;
	clear: both;
	
}
#directions .direction_body{
	font-size: 16px;
	color: #3A3F47;
	float: left;
	margin: 0px;
}
#footer{
	background: url("../image/bottom_line.png") repeat-x;
	padding: 25px 0px 0px 0px;
	float: left;
	width: 100%;
}
#copyright{
	font-size: 12px;
	float: left;
	width: 390px;
}
#phone_number{
	font-size: 28px;
	float: left;
	margin: 0px 20px 0px 0px;
}
#location_map{
	color: #107DD4;
	font-size: 12px;
	float: left;
}
#location_map img{
	margin: 0px 3px -3px 0px;
}
#design_copyright{
	float: right;
}
.news_item{
	margin: 5px 0px 15px 0px;
	font-size: 14px;
}
.clear{
	clear: both;
}
