@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#header-large{
	width:100%;
	height:85px;
	background-image:url(../images/bg-header.jpg);
	background-repeat:repeat-x;
}
#header-content{
	width:960px;
	height:79px;
	padding-top:6px;
	margin:0 auto 0 auto;
}
#header-content .logo{
	padding-left:10px;
	height:77px;
	float:left;
}
#header-content .menu{
	float:left;
	padding-top:26px;
	padding-left:90px;
	height:52px;
	Margin:0px;
}

#top-content{
	width:960px;
	height:154px;
	margin:0 auto 0 auto;
}
#top-content .image{
	width:255px;
	height:110px;
	float:left;
	padding-left:383px;
	margin-top:20px;
}
#top-content .text{
	margin-top:20px;
	padding-left:20px;
	padding-top:20px;
	width:300px;
	float:left;
}

#content{
	width:100%;
	background-image:url(../images/bg-content.jpg);
	background-repeat:repeat-x;
}

#content-content{
	width:960px;
	margin:0 auto 0 auto;
	background-image:url(../images/bg-content-content.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#content .left{
	width:580px;
	padding-left:20px;
	padding-right:40px;
	padding-top:40px;
	float:left;
	font-size:12px;
	color:#383f45;
	line-height:1.6em;
}
.left ul{
	margin-left:40px;
}
#content .right{
	width:320px;
	padding-top:26px;
	float:left;
	background-image:url(../images/bg-right.jpg);
	background-repeat:no-repeat;
}

#content .right p{
	font-size:11px; 
	padding-left:15px;
}	
	
#content .img-right{
	margin-left:10px;
	padding-top:20px;
	width:300px;
}
#content-content h1{
	font-size:23px;
	color:#df9300;
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:solid #e0ddc9 1px;
}
#content-content h2{
	font-size:14px;
	color:#007F40;
	font-weight:normal;
	margin-bottom:20px;
}
#content-content .img{
	float:left;
	padding: 0 20px 20px 0;
}

#content-content .img-caption{
	float:left;
	padding: 0 20px 5px 0;
	font-size:10px;
}

#menu-right{
	list-style:none;
	padding-bottom:20px;
}
#menu-right li{
	display:block;
	float: left; /*For Gecko*/
	height:38px;
	background-image:url(../images/bg-li.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#menu-right li a{
	padding-left:10px;
	width:300px;
	float: none !important; /*For Opera*/
  	float: left; /*For IE*/
  	display: block;
	color: #171c20;
  	font: 13px/38px Arial, Helvetica, sans-serif;
  	text-decoration: none;
  	height: auto !important;
  	height: 1%; /*For IE*/
}
#menu-right li a:hover, #menu-right .selected{
	background-image:url(../images/bg-li-over.jpg);
	background-repeat:no-repeat;
}


#footer {
	width: 960px;
	margin: 40px auto 0 auto;
	padding-bottom:20px;
	background: url(../images/hr.jpg) no-repeat center center;
}
#footer p {
	padding-top:80px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #ccc;
}
#footer p span {
	padding-left: 17px;
	padding-right: 17px;
}
#footer a {
	text-decoration: underline;
	color: #ccc;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.clear{
	clear:both;
}