/* CSS Document */
* {
border:0;
margin:0;
padding:0;
}

body {
	line-height:150%;
	background:#292d2e;
	margin:0;
	padding:0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:9pt;
	color:#1a1a1a;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

p {
margin-bottom:8px;
}

a:link, a:visited {
color:#f04e23;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#ccc;
font-weight:bold;
text-decoration:underline;
}

.clr {
height:0px;
clear:both;
}

#page_container {
width:980px;
background-color:#292d2e;
height:800px;
margin:0px auto;
}

#header {
height:110px;
background-color:#292d2e;
}

#header img {
float:left;
}

#top_menu {
background:#303435;
margin:0px auto;
}

#top_menu_inner {
background:transparent;
}


#menu {
	color: #eee;
	font-size:9pt;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

#menu ul li {

	padding: 8px 15px;
	margin: 0;
	float: left;
	background: url("img/menu_separator.gif") no-repeat bottom right;
}

#menu ul li.last {
	background:#303435;
}


#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}

#menu ul li.current, #menu ul li:hover {
	background: #1a1a1a;
}

#baner {
height:345px;
background: #1a1a1a url("img/baner.jpg") no-repeat top center;
}

#baner_page {
height:85px;
background: #1a1a1a;
}

#content {
background:#efede4;
min-height:200px;
overflow:visible;
padding-bottom:16px;
}

#content .inner {
margin:0px auto;
width:900px;
}

#content .inner2 {
margin:0px auto;
}

#footer {
background:#f04e23;
height:45px;
font-size:8pt;
}

.left_box {
width:700px;
float:left;
margin:auto;
overflow:visible;
}

.right_box {
width:280px;
float:left;
margin:auto;
overflow:visible;
}

.full_box {
width:940px;
margin:auto;
overflow:visible;
text-align: justify;
}

.title {
margin-top:20px;
}

.title_left {
margin-left:40px;
}


.small_box {
width:300px;
float:left;
margin:auto;
overflow:visible;
}

.padding_box {
padding:16px;
}

.padding_box2 {
padding:16px;
padding-left:0;
margin-left:40px;
}


.topic_small {
margin-bottom:8px;
}

ul {
margin-left:8px;
list-style:none;
}

ul li {
background: url("img/plus.gif") no-repeat 0px 6px;
padding-left:16px;
}

.button {
margin-top:16px;
}

#footer .left {
width:150px;
float:left;
}

#footer .right {
width:750px;
float:right;
text-align:right;
}

.footer_padding {
padding:12px;
}

#footer a:link, #footer a:visited {
color:#fff;
margin-left:16px;
}

.banner_button {
margin-top:230px;
margin-left:74px;

}