@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/body-bg.jpg) top left repeat-x #025695;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:82%;
	margin:0;
	padding:0;
}

h2{
	margin:0 0 30px 0;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
	color:#013963;
}

p{
	margin: 10px 0 15px 0;
	padding:0;
	color:#013963;
	font-size:1.1em;
	line-height:130%;
}

#wrapper{
	margin:40px auto 0 auto;
	width:842px;
}

#header{
	background:url(../images/header.jpg) top left no-repeat;
	width:842px;
	height:177px;
	border:1px solid #fff;
	border-bottom:none;
}

#nav{
	float:right;
	margin:82px 0 0 0;
}

#nav a{
	margin:0;
	padding:0 25px;
	font-size:1.1em;
	color:#444;
	text-decoration:none;
	border-right: 1px solid #ccc;
}

#container{
	background:url(../images/container-bg2.jpg) top left no-repeat;
	width:842px;
	height:509px;
	border:1px solid #fff;
	border-top:none;
}

.content{
	background:url(../images/content-bg.png) top left repeat;
	padding:20px;
	width:700px;
	height: 420px;
	border:1px solid #fff;
}

.content a img{
	border: 1px solid #fff;
	padding:3px;
	width:180px;
	height:100px;
	margin:0 0 10px 0;
}

.content .images{
	float:right;
	width:200px;
	margin:0 0 0 40px;
}

#footer{
	background:#025695;
	width:842px;
	height:54px;
}

#footer p{
	color:#ddd;
	margin:20px 0 0 0;
	font-size:0.9em;
}

#footer a{
	color:#ddd;
}

.tab-wrapper{
	
	margin:10px 0 0 50px;
	/* border:1px solid #eee; */
	clear:both;
	width:700px;
	height: 420px;
}

.tab-menu{
	position:relative;
	top:-100px;
	right:-47px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
	width:500px;
	float:right;
}

.tab-menu li{
	margin:0;
	padding:0;
	float:left;
}

.tab-menu li a{
	margin:0;
	padding:0 22px;
	font-size:1.1em;
	color:#666;
	text-decoration:none;
	border-right: 1px solid #ccc;
	font-weight:normal;
}

.tab-menu li a:hover, .tab-menu li a:focus{
	color:#222;
}

.tab-menu li.tab-selected a{
	text-decoration:none;
	color:inherit;
	color:#025695;
}

.tab-menu li:last-child a{
	border-right:none;
} 

a.menu{
	background:url(../images/menu-bg.png) top left no-repeat;
	width:171px;
	height:21px;
	text-decoration:none;
	color:#eee;
	display:block;
	font-style:italic;
	padding:2px 0 0 30px;
}

/* --------- Google Map --------- */

#side_bar a:hover {
	text-decoration: underline;
	}
#side_bar p {
	margin:0;
	padding-left: 0px;
	}
#side_bar, #side_bar_title {
	width: 270px;
	float: left;
	background-color: #efefef;
	}
#map {
	height: 320px;
	width:690px;
	padding:3px;
	border:#fff solid 1px;
}

#map div span{
	display:none;
}

.map-font{
	font-size:0.9em;
	width:235px;
}

.map-font img{
	margin:8px 8px 0 0;
	width:90px;
}
