﻿
/*------------------------- Fonts ---------------------------*/
@font-face {
	font-family: none;font-weight: normal;
	font-style: normal;
}
/*------------------------- Layout styles ------------------------*/
body {
	margin: 0;
	background: repeat-x left top #fff;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	outline: none;
}
/*a img {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    display:block;
    height: 71px;
    width: 200px;
}*/
#image
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    display: block;
    height: 71px;
    width: 200px;
}
.background {
	background: no-repeat center top #dcdbdb ;
}
.page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 35px;
}


/*------------------------- Header -------------------------*/
.header {
	background: none #ffffff;
	height: 72px;
	margin: 0 10px;
	padding: 0px 0px 0px 0px;
}
.header a#logo {
	display: block;
	float: left;
	height: 42px;
	width: 320px;
}
.header ul {
	float: right;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 40px 33px 0 0;
}
.header ul li:first-child {
	margin: 0;
}
.header ul li {
	float: left;
	margin: 0 0 0 20px;
}
.header ul li a {
	color: #006600;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .025em;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}
.header ul li.selected a, .header ul li a:hover {
	color: #ff7500;
}


/*------------------------- Body ---------------------------*/
.body {
	background: url(../images/bg-content.png) no-repeat left bottom #fbfbf4;
	margin: 0 0 12px;
	min-height: 600px;
	padding: 12px 10px 10px;
}

.body.about div:first-child {
	background:none repeat scroll 0 0 transparent;
	border-color:#030303;
	border-style:none none none solid;
	border-width:4px 4px 5px;
	float:left;
	min-height:600px;
	padding:0 0 9px;
	width:716px;
}
.body.about div:first-child div {
	/*clear:both;*/
	padding:10px 20px 10px 10px;
}
.body.about div:first-child div h3 {
	color:#006600;
	font-size:20px;
	font-weight:400;
	line-height:24px;
	margin:16px 0 0;
	text-decoration:none;
	text-transform:uppercase;
}
.body.about div:first-child div p {
	color:#5E5E5E;
	font-size:12px;
	font-weight:700;
	line-height:18px;
	margin:14px 0 30px;
}


.body.about div.sidebar .news {
	background: none #1f1f1f;
	float: none;
	margin: 0 0 15px;
	overflow: hidden;
	width: 220px;
	border: 0;
}
.body.about div.sidebar .news span:first-child {
	background: url(../images/icons.png) no-repeat 19px -60px #ff7500;
	color: #1f1f1f;
	display: block;
	font-size: 15px;
	height: 47px;
	line-height: 44px;
	padding: 0 0 0 47px;
	text-transform: uppercase;
}
.body.about div.sidebar .news ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1px;
}
.body.about div.sidebar .news ul li:hover, .body.about div.sidebar .section ul li:hover {
	background:url(../images/bg-list-hover.png) repeat-x;
}
.body.about div.sidebar .news ul li {
	background:url(../images/bg-list.png) repeat-x left bottom;
	height:54px;
	padding:0 20px;
	border:0;
}
.body.about div.sidebar .news ul li a {
	background:url(../images/icon-arrow-right.png) no-repeat left 6px;
	color:#fff;
	display:inline-block;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:18px;
	margin:10px 0 1px;
	padding:0 0 0 10px;
	text-decoration:none;
	text-transform:none;
}
.body.about div.sidebar .news ul li span {
	background:none;
	color:#808282;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:18px;
	padding:0 0 0 10px;
	text-transform:none;
	height: auto;
}
.body.about div.sidebar .news a, .body.about div.sidebar .section a {
	color:#ff7500;
	float:right;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10px;
	line-height:18px;
	margin:2px 20px 4px 0;
	text-transform:uppercase;
}
.body.about div.sidebar .news > a:hover, .body.about div.sidebar .section > a:hover {
	color:#ff9c00;
}
.body.about div.sidebar .section {
	background:none repeat scroll 0 0 #1F1F1F;
	float:none;
	overflow:hidden;
	width:220px;
}
.body.about div.sidebar .section span {
	background:url(../images/icons.png) no-repeat scroll 19px -100px #FF7500;
	color:#1F1F1F;
	display:block;
	font-size:15px;
	height:47px;
	line-height:44px;
	padding:0 0 0 47px;
	text-transform:uppercase;
}
.body.about div.sidebar .section ul {
	list-style:none outside none;
	margin:0;
	padding:0 0 5px;
}
.body.about div.sidebar .section ul li {
	background:url(../images/bg-list.png) repeat-x scroll left bottom transparent;
	height:54px;
	padding:0 20px;
}
.body.about div.sidebar .section ul li a {
	color: #fff;
	display: inline-block;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin: 10px 0 1px;
	padding: 0 0 0 10px;
	text-decoration: none;
	text-transform: none;
}
.body.about div.sidebar .section ul li span {
	background: none repeat scroll 0 0 transparent;
	color: #808282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 0 0 10px;
	text-transform: none;
}
.body.about div.sidebar div span {
	background: url(../images/icons.png) no-repeat scroll 19px -137px #FF7500;
	color: #1F1F1F;
	display: block;
	font-size: 15px;
	height: 47px;
	line-height: 44px;
	padding: 0 0 0 47px;
	text-transform: uppercase;
}
.body.about div.sidebar div ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
.body.about div.sidebar div ul li:hover {
	background:url(../images/bg-list-hover.png) repeat-x left bottom #2b2b2b;
}
.body.about div.sidebar div ul li {
	background:url(../images/bg-list.png) repeat-x left bottom #1f1f1f;
	height:auto;
	padding:0 20px;
}
.body.about div.sidebar div ul li p {
	background: url(../images/icon-arrow-right.png) no-repeat scroll left 17px transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	margin: 0;
	padding: 12px 0 14px 10px;
}
.body.about div.sidebar div ul li p a {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	margin: 0;
	text-transform: none;
	float: none;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
}
.body.about div.sidebar div a {
	color: #FF7500;
	float: right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	line-height: 18px;
	margin: 2px 20px 4px 0;
	text-transform: uppercase;
}
.body.about {
	overflow: hidden;
}
.body.about div.sidebar {
	background: none #030303;
	float: right;
	width: 220px;
}
.body.about div:first-child div img {
	border: 5px solid #030303;
	display: block;
}
.body.about div.sidebar div {
	background: none repeat scroll 0 0 #1F1F1F;
	border: 0;
	float: none;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
	width: 220px;
}
.body.about div:first-child span:first-child {
	background: url(../images/icons.png) no-repeat scroll 20px -417px #030303;
	color: #FF7500;
	display: block;
	font-size: 30px;
	height: 47px;
	line-height: 44px;
	padding: 0 0 0 65px;
	text-transform: uppercase;
}

.body.about div:first-child div p a:hover {
	color: #FF7500;
}
.body.about div:first-child div p a {
	color: #5E5E5E;
}


/*------------------------- Footer -------------------------*/
.footer {
	background: none #ffffff;
	height: 67px;
	margin: 0 10px;
	padding: 0;
}
.footer div:first-child {
	float: left;
	margin: 0 0 0 20px;
	overflow: hidden;
}
.footer div:first-child ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 10px 0 0;
}
.footer div:first-child ul li {
	color: #026593;
	float: left;
	font-size: 11px;
}
.footer div:first-child ul li:first-child a {
	padding-left: 0;
}
.footer div:first-child ul li a {
	color: #006600;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	line-height: 30px;
	padding: 0 13px;
	text-decoration: none;
	text-transform: uppercase;
}
.footer div:first-child ul li a:hover, .footer div:first-child ul li.selected a {
	color: #ff7500;
}
.footer div:first-child p {
	color: #006600;
	display: block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	line-height: 11px;
	margin: -2px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}
.footer div.connect {
	float: right;
	padding: 20px 20px 0;
}
.footer div.connect span {
	color: #006600;
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}
.footer div.connect a {
	float: left;
	height: 22px;
	margin: 0 0 0 7px;
	text-indent: -99999px;
	width: 23px;
}
.footer div.connect a#fb {
	background: url(../images/icons.png) no-repeat 0 -184px;
}
.footer div.connect a#fb:hover {
	background: url(../images/icons.png) no-repeat 0 -207px;
}
.footer div.connect a#twitter {
	background: url(../images/icons.png) no-repeat 0 -230px;
}
.footer div.connect a#twitter:hover {
	background: url(../images/icons.png) no-repeat 0 -253px;
}
.footer div.connect a#googleplus {
	background: url(../images/icons.png) no-repeat 0 -276px;
}
.footer div.connect a#googleplus:hover {
	background: url(../images/icons.png) no-repeat 0 -299px;
}
.footer div.connect a#contact {
	background: url(../images/icons.png) no-repeat 0 -322px;
}
.footer div.connect a#contact:hover {
	background: url(../images/icons.png) no-repeat 0 -345px;
}