/* CSS Document */

body, html
{
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg.jpg) no-repeat;
}
img
{
	border: none;
}
.main_wrapper
{
	width: 980px;
	margin: 0 auto;
}
.logo_bg
{
	height: 121px;
	width: 955px;
	padding: 0 12px;
}
.logo
{
	float: left;
	vertical-align: middle;
	margin-top: 10px;
}
h2
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 40px;
	color: #587895;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 span
{
	color: #000;
}


/*   menu style  */
.menu
{
	width: 945px;
	float: left;
	margin: 0 17px;
}
#nav
{
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 500;
	float: left;
	margin-top: 12px;
	background: url(../images/menu_bg.jpg) no-repeat;
	width: 943px;
	height: 40px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
}
#nav li
{
	display: block;
	float: left;
	height: 40px;
}

#nav li a.top_link
{
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 0 17px;
}
#nav li:hover a.top_link
{
	color: #fff;
}
#nav li:hover a.top_link:hover
{
	color: #fff;
	display: block;
	background: #353434;
}
#nav .current
{
	color: #FFFFFF;
	background: #353434;
}
#nav li:hover
{
	position: relative;
	color: #FFFFFF;
	background: #353434;
}

#nav li:hover ul.sub
{
	left: 0px;
	top: 40px;
	height: auto;
	background: #353434;
}
#nav li:hover ul.sub li
{
	display: block;
	position: relative;
	float: left;
	width: 200px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
}
#nav li:hover ul.sub li a
{
	display: block;
	font-size: 13px;
	text-indent: 18px;
	color: #fff;
	text-decoration: none;
}
#nav li:hover ul.sub li a:hover
{
	display: block;
	color: #FFF;
	border-left: #587895 4px solid;
}
#nav ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	margin: 0;
	padding: 0px;
	list-style: none;
	z-index: 1000;
}

/*  ---------------------------------------------------------------   */

.banner
{
	width: 964px;
	float: left;
	margin: 0 8px;
}
.middle
{
	width: 964px;
	float: left;
	margin: 0 8px;
	background: url(../images/mid_bg.jpg) repeat-y;
	padding: 10px 0px;
}

.lft_div
{
	width: 630px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 25px;
}
.main_hd
{
	background: url(../images/dotted_line.jpg) repeat-x bottom;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #587895;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
.hd
{
	background: url(../images/dotted_line.jpg) repeat-x bottom;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.txt
{
	font-family: Arial;
	font-size: 13px;
	color: #000;
	line-height: 20px;
	text-align: justify;
}

.right_div
{
	width: 270px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
.right_top
{
	background: url(../images/right_top.jpg) no-repeat;
	width: 266px;
	height: 15px;
	float: left;
	margin: 0;
}
.right_mid
{
	background: url(../images/right_mid.jpg) repeat-y;
	width: 266px;
	float: left;
}
.right_end
{
	background: url(../images/right_end.jpg) no-repeat;
	width: 266px;
	height: 62px;
	float: left;
}
.calendar
{
	float: left;
	width: 226px;
	margin: 0;
	padding: 0 20px;
	padding-bottom: 25px;
}
h1
{
	background: url(../images/right_hd.jpg) no-repeat;
	height: 48px;
	margin: 0;
	padding: 0 20px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	padding-top: 7px;
	float: left;
	width: 226px;
}
.calendar_txt
{
	color: #FFF;
	font-family: Arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 12px;
}
.calendar_hd
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.city
{
	float: left;
	width: 226px;
	margin: 0;
	padding: 0 20px;
	padding-bottom: 15px;
}
.city_hd
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding: 0;
	padding-top: 8px;
}
.city_txt
{
	color: #FFF;
	font-family: Arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	padding-bottom: 12px;
}
.city_txt a
{
	color: #FFF;
	text-decoration: underline;
}
.city_txt a:hover
{
	color: #FFF;
	text-decoration: none;
}

.footer_bg
{
	background: url(../images/footer_bg.jpg) no-repeat top;
	width: 914px;
	float: left;
	margin: 0 8px;
	padding: 25px;
	font-family: Arial;
	font-size: 13px;
	color: #000;
	padding-top: 40px !important;
}
.footer_bg a
{
	color: #000;
	text-decoration: none;
}
.footer_bg a:hover
{
	color: #000;
	text-decoration: underline;
}
