/* CSS Document */

html {
	background: #EDEEDC url("../images/bg.jpg") top center no-repeat;
	color: #333;
}
body {
	background: transparent url("../images/bodyBg.jpg") top center no-repeat;
	color: #333;
	width: 940px;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto 20px;
	padding: 0;
}
a {
	background: transparent;
	color: #E56100;
	text-decoration: none;
}
a:hover {
	background: #E56100;
	color: #fff;
}
.clear {
	clear: both;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
img.left {
	float: left;
	margin: 0 10px 4px 0;
}
img.right {
	float: right;
	margin: 0 0 4px 10px;
}
input, textarea, select {
	font: 11px Arial, Helvetica, sans-serif;
}
li {
}
.clear {
	clear: both;
}
table {
	border-collapse: collapse;
	margin: 10px 0 10px;
	border-left: solid 1px #eee;
}
table caption {
	font-style: italic;
	color: #666;
	margin: 0;
	padding: 2px 0;
	text-align: left;
}
table th, table td {
	padding: 2px 4px;
}
table th {
	background: #597D6F;
	color: #fff;
}
table td {
	border: solid 1px #eee;
	border-left: 0;
}
/*------------titles-------------*/

h1 {
	float: left;
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0;
}
/*ie6*/
* html h1 {
	margin: 0 0 0 10px;
}
h1 a {
	background: url("../images/logo.jpg") top left no-repeat;
	color: #333;
	float: left;
	font-size: 12px;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 0 40px 58px 0;
}
h1 a:hover {
	background: url("../images/logo.jpg") top left no-repeat;
	color: #333;
	text-decoration: none;
}
h1 a span {
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/*------------hd-------------*/

div#hd {	
	background: transparent url("../images/bodyBg.jpg") top center no-repeat;
	}

#topMn {
	float: right;
	clear: both;
	background: #fff;
	padding: 2px;
	text-align: right;
	margin: 15px 10px 0;
	width: 400px;
	height: 13px;
}
#topMn a {
	color: #5B8070;
	padding: 2px 5px;
	font-size: 11px;
}
#topMn a:hover {
	background: #5B8070;
	color: #fff;
}
#topMn span {
	display: none;
}
#hd {
	background: transparent;
	color: #333;
	width: 940px;
	float: left;
	margin: 0;
	padding: 0;
}
p#logo {
	background: transparent url("../images/logo2.gif") top left no-repeat;
	color: #333;
	width: 344px;
	height: 87px;
	float: right;
	margin: 7px 45px 0 0;
	padding: 0;
}
/*ie6*/
* html p#logo {
	margin: 7px 22px 0 0;
}
p#logo span {
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/*------------menu------------*/


#menu {
	background: transparent url("../images/MnBg.gif") center center no-repeat;
	color: #fff;
	width: 920px;
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
}
/*ie6*/
* html #menu {
	margin: 19px 0 0 5px;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 15px;
}
#menu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	background: transparent;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	margin: 0;
	padding: 10px 25px;
}
#menu ul li a:hover {
	background: transparent;
	color: #E4E2CD;
}
/*------------wrapper------------*/

#wrapper {
	background: #fff url("../images/line2.gif") bottom left repeat-x;
	color: #333;
	width: 940px;
	float: left;
	text-align: center;
	margin: 8px 0 0;
	padding: 0 0 40px;
}
/*----leftColumn-----*/

#leftColumn {
	background: transparent;
	color: #333;
	width: 211px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 0 0 9px;
}
#leftColumn a img {
	display: block;
	margin: 0 0 10px;
	padding: 0;
}
#leftColumn p {
	margin: 0;
	padding: 0;
}
/*----content-----*/

#content {
	background: #fff;
	color: #333;
	width: 649px;
	float: left;
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 20px;
}
/*----banners-----*/

#banners {
	background: #fff url("../images/line2.gif") bottom left repeat-x;
	color: #333;
	width: 940px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}
#banners a img {
	display: inline;
	margin: 10px 20px;
	padding: 0;
}
html>/**/body #banners a img {
	float: left;
}
/*----footer-----*/

#footer {
	background: #F5F5EB url("../images/footerBg.jpg") bottom center no-repeat;
	color: #666;
	width: 942px;
	float: left;
	font-size: 10px;
	text-align: left;
	clear: both;
	display: block;
	margin: 0 0 0 -1px;
	padding: 16px 0 18px;
}
/*ie6*/
* html #footer {
	width: 940px;
	margin: 0;
}
#footer a {
	background: transparent;
	color: #666;
}
#footer a:hover {
	background: transparent;
	color: #666;
	text-decoration: underline;
}
#innerFooter {
	background: #F5F5EB url("../images/footerBg.gif") top left repeat-y;
	color: #666;
	width: 942px;
	margin: 0;
	padding: 20px 0 0;
}
#left {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}
#right {
	float: right;
	margin: 5px 20px 0 0;
	padding: 0;
}
#left p, #right p {
	margin: 0 0 5px;
	padding: 0;
}

div.newsH 
{
    background-color:#eeeeee;
    background:url(/user/assets/images/bkgH.png) top left no-repeat;
    padding:10px;
    height:100px;
    width:680px;
    margin-left:-10px;
    margin-top:10px;
}

div.newsH img
{
    border:1px solid #ffffff;
    float:left;
    margin:0 10px 0 0;
}

div.newsH div.newsText
{
    height:78px;
}

div.newsH div.newsBtn
{
    height:22px;
}

div.newsH img.btn
{
    border:0px solid #ffffff;
    float:right;
    margin:0 0px 0 0;
    bottom:0;
}

div.newsH h3
{
    margin:0 0 5px 0;
    padding:0;
}
div.newsH p
{
    margin:0;
    padding:0;
}
