@charset "utf-8";
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

* {
	margin: 0px;
	padding: 0px;
	border:0px;
	text-decoration:none;
}
body {
	background:#dbdbd6 url(../images/bg.jpg) top repeat-x;
	font: 12px/1.45em "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#1c1c1c;
	text-align:left;
}
p {
	margin-bottom: 10px;
	line-height: 17px;
	text-align: left;
}
a:link {
	color: #f49031;
	text-decoration: underline;
}
a:visited {
	color: #f49031;
	text-decoration: underline;
}
a:hover {
	color: #f49031;
	text-decoration: none;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.align_left {
	text-align:left;
}
.align_right {
	text-align:right;
}
strong {
	font-weight: bold;
	color:#f49031;	
}
hr {
	border-bottom: 1px dotted #454545;
	border-top:0px;
	margin-bottom:10px;
}
h1 {
	font-size: 20px;
	color:#1c1c1c;
	padding-bottom:15px;
	font-weight:normal;
	text-align:left;
}
h2 {
	font-size: 20px;
	color:#1c1c1c;
	border-bottom: 1px dotted #fff;
	margin-bottom:6px;
	padding-bottom:6px;
	font-weight:normal;
	text-align:left;
}
h3 {
	font-size: 30px;
	color:#fff;
	text-align:left;
}
h4 {
	font-size: 30px;
	color:#fff;
	text-align:left;
}
#container {
	width: 960px;
}
#header {
	background: url(../images/bg_header.jpg) top right no-repeat;
	height:153px;
	padding-top:46px;
}
#left {
	width:580px;
	margin-right:20px;
	float:left;
}
#right {
	width:360px;
	float:right;
}
#footer {
	margin-top:6px;
}
#footer a:link {
	color:#fff;
	text-decoration:none;
}
#footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#logo {
	height:66px;
}
#nav {
	margin-top:41px;
	padding-top:12px;
	font-size:13px;
}
#nav ul {
	list-style:none;
}
#nav li {
	float:left;
}
#nav li a {
	text-decoration:none;
	padding-top:7px;
	padding-bottom:7px;
	color:#fff;
	padding-right:30px;
}
#nav li.selected a {
	color:#f49031;
}
#nav li a:hover {
	color:#f49031;
}
.box_white {
	background:#fff;
	margin-top:20px;
}
.box_black {
	background:#1c1c1c;
	margin-top:20px;
	color:ffffff;
}
.box_black p {
	color:ffffff;
}
.box_pad {
	padding:20px;
}
.box_pad_img {
	padding:20px;
	padding-top:0px;
}
.black {
	color:#fff;
}
.news_item {
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;
}
ul li {
	margin-left: 20px;
}