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

html {
	overflow-y:scroll;
}

body {
	background-color: #282f37;
	margin:0px 0px 15px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	float:left;
	border:none;
	padding:0px;
	margin:25px 0 0 22px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#282f37;
	font-weight: normal;
	font-style:italic;
	float:left;
	padding:0;
	margin:43px 0 0 61px;
}

h2 a:link, h2 a:visited {
	color:#282f37;
	text-decoration:none;
}

h2 a:hover {
	color:#3c4652!important;
	text-decoration:none;
}

h2 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#282f37;
	font-weight: normal;
	margin-bottom:25px;
	float:left;
}

h3 {
	font-size:18px;
	color:#bf311a;
	font-weight:bold;
	margin:0px;
}

h4 {
	font-size:14px;
	color:#bf311a;
	font-weight:bold;
	margin:20px 0 10px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
	padding:0;
	margin:0 0 15px;
}

a:link, a:visited {
	color:#CC3300;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

.ul-dos li {
	list-style-image:url(../images/bullet2.gif)!important;
}

.plane {
	padding:0;
	margin-left:22px;
	.margin-left:14px;
	list-style-position:outside;
	list-style-image:url(../images/bullet3.gif)!important;
}

.plane li {
	list-style-position:outside;
	padding-left:0;
	margin-left:0;
	list-style-image:url(../images/bullet3.gif)!important;
}

li{
	list-style:circle;
	list-style-image:url(../images/bullet.gif);
/*	.list-style-image:url(images/bullet_ie.jpg);*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#101010;
	line-height:20px;
	list-style-position:inside;
}

.list-2 {
	margin:0;
	padding:0;
}

.list-2 li {
	list-style-image:none;
	list-style:none;
	padding:0;
	margin:0;
	list-style-position:outside;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}

.f-left {
	float:left;
}

.f-right {
	float:right;
}

#wrapper {
	width:961px;
	display:table;
	margin:0 auto;
	background:url(../images/bg_shadow.jpg) repeat-y;
	padding:0 13px;
}

#header {
	float:left;
	width:961px;
	height:101px;
	background:url(../images/bg-header.gif);
}

#menu-top {
	font-size:12px;
	color:#9f0000;
	margin:19px 15px 0 0;
}

#menu-top a:link, #menu-top a:visited {	
	font-size:12px;
	color:#9f0000;
}

#menu-top a:hover {
	color:#d10000;
}

#banner {
	clear:both;
	float:left;
	width:961px;
	height:389px;
	background:url(../images/bg-banner.jpg) repeat-x;
	margin-bottom:30px;
	display:table;
	
/*	_margin-top:-210px;*/
}

.banner-img {
	border:2px solid #FFFFFF;
}

.myBox {
	clear:both;
	
    margin: 0 auto;
    border: 0px solid #ffffff;
    width: 878px;
    padding: 20px;
    text-align: left;
	background: url(../images/bg-content.jpg) repeat-x top #dedede;
}

.myBox-inner
{
	clear:both;
	
    margin: 0 auto;
    border: 1px solid #c8cacc;
    width: 837px;
    padding: 20px;
    text-align: left;
	background: url(../images/bg-content.gif) repeat-x top #d0d0d0;
}

.line {
	background:url(../images/line.gif) repeat-x;
	height:6px;
	width:100%;
	clear:both;
	float:left;
	margin:22px 0;
}

.column-left {
	clear:both;
	float:left;
    margin: 0 auto;
    border: 1px solid #c8cacc;
    width: 280px;
    padding: 5px;
    text-align: left;
	background: url(../images/bg-content.gif) repeat-x top #d0d0d0;
	.margin-top:-9px!important;
	_margin-top:0px!important;
}

.column-right {
	float:left;
    margin: 0 auto;
    border: 0px solid #ffffff;
    width: 608px;
    padding: 20px;
    text-align: left;
	margin-left:20px;
	background: url(../images/bg-content.jpg) repeat-x top #dedede;
	.margin-top:-25px;
}

#footer {
	clear:both;
	display:table;
	
	.height:190px;
}

#footer-left {
	width:680px;
	padding:0 0 0 20px;
}

#footer-left a:link, #footer-left a:visited {
	color:#7a7b7e;
	font-size:10px;
	font-weight:bold;
	padding:0;
	margin:0;
}

#footer-left a:hover {
	color:#abacb0;
}

#footer p {
	color:#7a7b7e;
	line-height:16px;
}

#footer-left span {
	color:#7a7b7e;
	font-size:10px;
	margin-bottom:15px;
	clear:both;
	float:left;
}

#footer-right {
	width:260px;
}

#footer-right p {
	margin-top:15px;
}

#footer-right a:link, #footer-right a:visited {
	color:#bf311a;
}

#footer-right a:hover {
	color:#e53a20;
}

#shadow-bottom {
	margin:0 auto;
	clear:both;
	width:987px;
	height:24px;
	background:url(../images/shadow-bottom.jpg) no-repeat left;
}