/* CSS Document */
body
{
	font-family: verdana;
	font-size: 12px;
	font-weight: 400;
	margin: 0px;
	background-color: #1c1c1c;
}

a 
{
	color: #EF2C2C;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

.link
{
	cursor: pointer;
	color: #EF2C2C;
	text-decoration: none;
}

.link:hover
{
	text-decoration: underline;
}

#banner
{
	width: 990px;
	height: 221px;
	border: solid 0px #000000;
	text-align: center;
	background: transparent url(../images/bannerBg.gif) no-repeat scroll center bottom;
	margin: 0px auto 0px auto;
	padding-top: 15px;
}

#home
{
	margin-top: -20px;
	width: 670px;
	padding: 0px 20px 0px 0px;
	float: right;
}

#homeWide
{
	margin-top: -20px;
	width: 990px;
}

#news
{
	margin-top: 0px;
	float: right;
	width: 269px;
	padding: 20px 10px 20px 20px;
	background: #e6e6e6;
	height: 100%;
	border-left: solid 1px #8a8a8a;
}

#news h3
{
	color: #a6780a;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	font-family: Verdana;
}

#newsTitle
{
	font: normal normal bold 13px/17px verdana;
	color: #a6780a;
}

#head
{
	background-image: url(../images/head-bg.jpg);
	height: 151px;
	text-align: center;
}

#head_container
{
	width: 990px;
	margin: 0px auto 0px auto;
}

#menu
{
	background-image: url(../images/menu-bg.jpg);
	height: 46px;
}

#content
{
	background-image: url(../images/content-bg-top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	clear: both;
}

#content_container
{
	width: 990px;
	margin: 0px auto 0px auto;
	padding:0px 0px 0px 0px;
	display: table;
}

#foot
{
	background-image: url(../images/foot-bg.jpg);
	height: 213px;
}

#foot_container
{
	width: 990px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#logo
{
	margin-right: 176px;
	border: none;
}

#date
{
	width: 990px;
	text-align: right;
	margin: 0px auto 0px auto;
	padding-top: 28px;
	font-family: Verdana;
	font-size: 10px;
	color: #8d8d8d;
}

#menu ul
{
	list-style: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 990px;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	height: 46px;
	line-height: 46px;
	padding: 0px 35px 0px 35px;
	color: White;
	font-family: Century Gothic;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

#menu a:hover
{
	background-image: url(../images/menu-bg-active.jpg);
}

#foot p
{
	width: 200px;
	margin: 35px 55px 0px 0px;
	float: left;
}

#foot span
{
	line-height: 22px;
	color: #cccccc;
	font-size: 14px;
	width: 200px;
	border-bottom: solid 1px #676965;
	display: block;
	margin: 0px 0px 7px 0px;
}

#foot img
{
	float: left;
	border: none;
}

#foot a
{
	line-height: 22px;
	color: #616161;
	text-decoration: none;
	font-weight: 400;
}

#foot a:hover
{
	text-decoration: underline;
}

#foot .copyright
{
	margin: 15px auto 40px auto;
	text-align: left;
	width:990px;
	color: #999999;
	display: block;
	margin-bottom:50px;
}

h1
{
	margin: 0px 0px 10px 0px;
	color: #466e95;
	font-family: Times New Roman;
	font-size: 28px;
	font-weight: 400;
}

h3
{
	margin: 0px 0px 10px 0px;
	color: #466e95;
	font-family: Times New Roman;
	font-size: 28px;
	font-weight: 400;
}

#jsddm
{
	margin: 0;
	padding: 0;
}

#jsddm li a:hover
{
	background: #4F4F4F;
}

#jsddm li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 99;
	float: none;
	max-width: 350px;
}

#jsddm li ul li
{
	float: none;
	display: inline;
}

#jsddm li ul li a
{
	width: auto;
	max-width: 250px;
	background: #4F4F4F;
	display: block;
}

#jsddm li ul li a:hover
{
	background: #7F7F7F;
}

