* {max-height: 10000px;}
body{
	color:#333;
	font:12px/16px Arial, Helvetica, sans-serif;
	background:#283890;
	min-width: 960px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	margin:0;
}
a{
	color:#283890;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:active{background-color:transparent;}
input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #283890;
}
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
menu, 
nav, 
section{display:block;}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input[type=submit]:hover{cursor:pointer;}
input[type=submit]::-moz-focus-inner{
	border:0;
	padding:0;
}
input[type="image"]{
	padding:0;
	border:none;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="file"],
input[type="search"],
input[type="email"],
input[type="tell"],
input[type="url"],
textarea{
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}
#wrapper{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
.home #wrapper{background: url(../images/bg-home.jpg) no-repeat;}
#header{overflow: hidden;}
.logo{
	width: 166px;
	height: 57px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	background: url(../images/logo2.png) no-repeat;
	margin: 17px 0 0 34px;
}
.logo a{
	height: 100%;
	display: block;
}
.home .logo{
	background: url(../images/logo.png) no-repeat;
	margin: 0;
	width: 276px;
	height: 96px;
	padding:35px 32px 16px 35px;
}
.header-frame{
	float: right;
	width: 670px;
}
.home .header-frame{width: 615px;}
#nav{	background-color: #1E5799;	text-transform: uppercase;	font-size: 12px;	line-height: 21px;	overflow: hidden;	margin: 0 0 0 auto;}ul.bottom-buttons {list-style: none;}ul.bottom-buttons li {	float:right;	background-color: #283890;	text-decoration: none;	padding: 20px;	margin: 10px;	border-radius: 5px;	text-align: center;}
.home #nav{
	background-color: #1E5799;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #2d3d93;
	float: right;
}
.home #nav ul{border: none;}
#nav ul li{
	float: left;
	padding:11px 20px 13px 16px;
}
#nav ul li a{
	position: relative;
	display: block;
	color: #fff;
}
#nav ul li a:after{
	border: solid;
	border-width: 10px 7px 0;
	border-color: #0f75bd transparent transparent;
	width: 0; 
	height: 0; 
	content: '';
	top: -14px;
	left: 50%;
	margin: 0 0 0 -7px;
	position: absolute;
	display: none;
}
#nav li a:hover:after,
#nav li.active a:after{display:block;}
#nav li a:hover{text-decoration: none;}
.info-block{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzBmNzViZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjc1YmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(15,117,189,1) 41%, rgba(15,117,189,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(41%,rgba(15,117,189,1)), color-stop(100%,rgba(15,117,189,1)));
	background: -webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(15,117,189,1) 41%,rgba(15,117,189,1) 100%);
	background: -o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(15,117,189,1) 41%,rgba(15,117,189,1) 100%);
	background: -ms-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(15,117,189,1) 41%,rgba(15,117,189,1) 100%);
	background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(15,117,189,1) 41%,rgba(15,117,189,1) 100%);
	float: right;
	padding: 11px 9px 3px 65px;
}
.home .info-block{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.5) 100%);
	padding-bottom: 11px;
}
.info-block .number {
	height: 24px;
	width: 184px;
	overflow: hidden;
	background: url(../images/sprite-text.png) no-repeat;
	text-indent: -9999px;
	display: inline-block;
}
#main{overflow: hidden;}
.visual-block{
	width: 430px;
	margin: 30px 0 21px 24px;
	color: #fff;
	font-size: 13px;
	line-height: 21px;
	float: left;
}
.visual-block .title-holder{
	display: block;
	background: #af945b;
	margin: 0 23px 48px -24px;
	padding: 11px 10px 7px 23px;
}
.visual-block .title-holder .title{
	background: url(../images/sprite-text.png) no-repeat 0 -29px;
	font-weight: normal;
	height: 12px;
	width: 392px;
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block;
}
.visual-block p{margin: 0 0 10px;}
.visual-block h1{
	background: url(../images/sprite-text.png) no-repeat 0 -46px;
	width: 437px;
	height: 162px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 28px -4px;
}
.button-holder{
	margin: 598px 17px 28px 0;
	width: 465px;
	float: right;
}
.button-holder ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	line-height: 15px;
}
.button-holder>ul>li{
	float: left;
	width: 227px; 
	height: 46px;
	background: #0f75bd;
	margin: 0 0 0 10px;
	border-radius: 5px;
}
.button-holder>ul>li:first-child{margin: 0;}
.button-holder .project{
	background: #283890;
	width: 207px;
	padding: 8px 10px 5px;
	height: 33px;
}
.button-holder .news a{
	background: url(../images/sprite-text.png) no-repeat 51px -233px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 100%;
}
.button-holder .project .title{
	width: 166px;
	height: 19px;
	background: url(../images/sprite-text.png) no-repeat 0 -212px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
.button-holder .project li{
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #fff;
	padding: 0 3px;
}
.button-holder .project li:first-child{border: none;}
.button-holder .project ul{text-align: center;}
.button-holder .project li a{
	background: url(../images/sprite-text.png) no-repeat -241px -213px;
	height: 9px;
	display: block;
	width: 55px;
	overflow: hidden;
	text-indent: -9999px;
}
.button-holder .project li a:hover{border-bottom: 1px solid #fff;}
.button-holder .project .clevland a{background-position: -171px -213px;}
.button-holder .project .tremont a{
	background-position: -312px -213px;
	width: 48px;
}
#footer{
	background: #141318;
	padding: 13px 20px 9px 23px;
}
.footer-holder{
	overflow: hidden;
	margin: 0 0 60px;
	font-size: 13px;
	line-height: 21px;
}
.footer-holder .footer-nav{
	margin: 0;
	padding: 0;
	list-style:none;
	float: left;
	text-transform: uppercase;
	width: 800px;
}
.footer-holder .footer-nav li{
	display: inline-block;
	margin: 0 33px 0 0;
}
.footer-holder .footer-nav a{color: #fffffe;}
.footer-holder .footer-nav a:hover,
.footer-holder .footer-nav .active a{
	color: #0f75bd;
	text-decoration: none;
}
#footer .link-holder{
	text-transform: uppercase;
	float: right;
	margin: 0 2px 0 0;
}
#footer .link-holder a{color: #fffffe;}
.footer-frame{
	overflow: hidden;
	color: #fff;
}
.footer-frame .footer-nav{float: right;}
.footer-frame .footer-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-frame .footer-nav li{float: left;}
.footer-frame .footer-nav li:before{
	content: '';
	display: inline-block;
	vertical-align: top;
	height: 11px;
	width: 1px;
	background: #fff;
	margin: 4px 0 0;
}
.footer-frame .footer-nav li:first-child:before{display: none;}
.footer-frame .footer-nav a{
	color: #fff;
	margin: 0 5px;
}
#two-columns{
	padding: 17px 34px 20px;
	overflow: hidden;
}
#content{
	width: 640px;
	float: left;
}
#content h1{
	color: #283890;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	margin: 0 0 15px;
}
#content .alignright{
	float: right;
	margin: 0 0 5px 15px;
}
#content h2{
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 15px;
}
#content h3{
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 -2px -2px;
}
#content h4{
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 -2px 0;
	background-color:#0f75bd;
	color:#FFFFFF;
	width: 100%;
	text-indent: 5px;
}
#content p{
	margin: 0 0 19px;
	font-weight: bold;
}
#content ul{
	margin: -1px 0 33px;
	padding: 0 0 0 27px;
	list-style: none;
}
#content ul li{margin: 0 0 5px;}
#content ul li:before{
	height: 11px;
	width: 11px;
	display: inline-block;
	content: '';
	background: #283890;
	margin: 0 6px 0 0;
}
#content ul li a{
	font-size: 12px;
}
#content ul a{color: #333;}
.content-block{
	font-size: 12px;
	line-height: 16px;
}
#content .content-block h2{
	color: #0f75bd;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin: 0 0 2px;
}
#content .content-block h3{
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}
.content-block .text-holder{overflow: hidden;}
#content .content-block p{margin: 0;}
.content-block article{
	overflow: hidden;
	padding: 12px 25px 0 0;
	margin: 0 0 13px;
	width: 565px;
	border-top: 1px dotted #000;
}
.content-list article:first-child{
	border: none;
	padding:0;
	width: 100%;
}
.content-block .image-holder{
	float: left;
	margin: 1px 13px 10px 0;
}
.content-block .link-more{
	font-size: 10px;
	line-height: 14px;
}
.content-top{
	font-size: 13px;
	line-height: 21px;
}
#sidebar{
	width: 226px;
	float: right;
	padding: 50px 0 0;
}
#sidebar .button-holder{
	margin: 0 0 57px;
	width: 100%;
}
#sidebar .button-holder li{
	margin: 0 0 25px;
	float: none;
}
.side-block{
	font-size: 11px;
	line-height: 16px;
}
.side-block img{vertical-align: top;}
#sidebar h4{
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 6px;
}
.side-block h4 a{color: #333;}
.side-block .image-holder{margin: 0 0 12px;}
