@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
}

body{
	background:#E0E0E0;
	background-repeat:repeat-x;
	margin:0px auto;
	padding:0px;
	text-align:center;
	font: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.wrapper{
	width:1000px;
	text-align:left;
	margin: 0 auto;
	margin-top:10px;
}

/* Header */

.header{
	background:url(../images/header.jpg);
	background-repeat:repeat-y;
	height:110px;
	padding-top:5px;
}


/* Menu */

.menu{
}

.menu ul{
	background:url(../images/menu.jpg);
	background-repeat:repeat-x;
	height:34px;
	padding-top:16px;
}

.menu li{
	list-style-type:none;
	list-style:inside;
	display:inline;
}

.menu a{
	padding:15px 45px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	border-left:2px solid #E4C818;
}

.menu a:hover{
	color: #009;
}

.menu a:active{
	color: #009;
}

.menu a.selected{
  color:#009; 
}

/* content */

.content{
	margin:0;
}

.banner{
	background:url(../images/banner.jpg);
	height:331px;
}

.content2{
	background:#fff;
	padding:10px;
	float:left;
	width:980px;
	min-height:250px;
}

.content1{
	background:#fff url(../images/text_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #CCC;
	border-bottom:0 none;
	border-top:0 none;
	padding:10px;
	float:left;
	width:980px;
	min-height:250px;
}

.text{
	margin:10px 5px;
	float:left;
	position:relative;
	margin-top:-40px;
}

.text1-top{
	background:url(../images/text_top1.png);
	background-repeat:no-repeat;
	width:100%;
	height:10px;
	margin:0px;
}

.text1{
	background:#fff url(../images/text_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #CCC;
	border-bottom:0 none;
	border-top:0 none;
	width:298px;
	padding:5px 10px;
	margin-left:1px;
	width:290px;
	margin-top:-5px;
	padding-top:10px;
	min-height:250px;
}

.text1 h1{
	font-size:20px;
	text-align:center;
}

.text1 p{
	padding:5px 0;
	line-height:18px;
}

.text1-bottom{
	background:url(../images/text_bottom1.png);
	background-repeat:no-repeat;
	width:100%;
	height:10px;
}

.text2{
	background:#fff url(../images/text_bg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	border:1px solid #ccc;
	border-bottom:0 none;
	border-top:0 none;
	width:291px;
	margin-left:1px;
	width:290px;
	padding:0 10px;
}

.text2 h5{
	font-size:14px;
	text-align: right;
}

.text2 h5 a{
	color:#000;
}


.content1 ul{
	margin-left:50px;
}

.content1 li{
	list-style-type:square;
	list-style: outside;
}

.content1 h3{
	font-size:16px;
}

.no-style li{
	list-style-type:none;
	line-height:18px;
}

.address{
	width:400px;
	float:left;
}

.map{
	margin-top:-50px;
	margin-right:100px;
	margin-bottom:20px;
	float:right;
}

/* Footer */

.footer{
	background:#000;
	vertical-align:bottom;
	height:20px;
	padding:15px;
	text-align: center;
	color:#ccc;
	font-size:12px;
	clear:both;
}

.end{
	background:#FFE001;
	height:20px;
	margin-bottom:10px;
}

