html, body{
	margin:0;
	padding:0;
	background:#016ab2;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.wrapper{
	margin:0 auto;
	width:968px;
}
#header{
	width:100%;
	height:100px;
	background:url(../img/header_bg.png) repeat-x;
}
#logo{
	width:968px;
	height:100px;
	background:url(../img/header.jpg) no-repeat;
}
#footer{
	width:100%;
	height:60px;
	background:url(../img/footer_bg.png) repeat-x 0 0;
	color:#fff;
	padding:30px 0;
	text-align:center;
	font-size:12px;
}
#footer a{
	color:#fff;
	font-size:12px;
}
.clear{
	clear:both;
}
h1{
	font-size:24px;
	color:#1f95e6;
	font-family:"Arial Black", Gadget, sans-serif;
}

h2{
	font-size:18px;
	/*color:#1f95e6;*/
	color:#666;
	font-family:"Arial Black", Gadget, sans-serif;
}
a{
	color:#1f95e6;
}


#menu{
	width:200px;
	float:left;
	margin-left:9px;
}


#main{
	background:url(../img/main_bg.png) repeat-x #fff;
	width:100%;
	min-height: 600px;
	padding-top:15px;
}

#mainTop{
	width:968px;
	height:22px;
	background:url(../img/content_top.png) no-repeat;
}
#mainBtm{
	width:968px;
	height:24px;
	background:url(../img/content_btm.png) no-repeat;
	padding-bottom:15px;
}
#mainMid{
	width:968px;
	min-height:500px;
	background:url(../img/content_bg.png) repeat-y;
}
#content{
	width:710px;
	float:left;
	min-height:344px;
	padding:0 20px;
	font-size:14px;
}
#content h1{
	margin:0;
}

.slideshow{
	width:698px;
	height:266px;
	/*background:url(../img/fl_bg.png) no-repeat;*/
	padding:0 3px;
}
.slideshow img, .slideshow .slideLeft img, .slideshow .slideRight img{
	display:none;
}
.slideshow img.first, .slideshow .slideLeft img.first, .slideshow .slideRight img.first{
	.display: block;
}

.slideLeft{
	width:349px;
	height:266px;
	float:left;
}
.slideRight{
	width:349px;
	height:266px;
	float:left;
}

#map{
	float:right;
	width:350px;
	margin-left:10px;
}

.req{
	font-weight:bold;
	color:red;
}
.error{
	font-size:13px;
	color:red;
}

/*
.slideLeft img {  
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   
    zoom: 1;
}

.slideRight img {  
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   
    zoom: 1;
}

*/