* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}
body {
	color: #000;
	background-color: #d9e4ea;
	font: normal 12px/16px Tahoma;
}
a {
	color: #269299;
}
img {
	border: none;
}
#container {
	min-height: 100%;
}
.layout {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	min-height: 100%;
	
}
#container .layout {
	padding-bottom: 110px;
}
#footer {
	margin-top: -90px;
	height: 90px;
}
.side-col {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.wide-col {
	width: 740px;
	overflow: hidden;
}
/*-typography-*/
h1, h2, h3 {
	color: #239199;
	font-weight: normal;
	line-height: 1.3;
}
h1 {
	font-size: 24px;
	margin-bottom: 22px;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	margin: 20px 0 15px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
ul {
	margin-bottom: 10px;
}
ol {
	list-style: inside decimal;
	margin-bottom: 10px;
}
.text .primary {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 20px;
}
.text p {
	margin-bottom: 10px;
}
.text p:last-child {
	margin-bottom: 0;
}
.text .cnt {
	list-style: inside;
	font-size: 14px;
	margin-bottom: 20px;
}
.text .cnt li {
	margin-bottom: 10px;
}
.dash-list {
	list-style: none;
	position: relative;
	padding-left: 15px;
}
.dash-list li:before {
	position: absolute;
	content: '–';
	left: 0;
}
.text .promo {
	color: #6d6d6d;
}
/*-header-*/
#header {
	height: 104px;
	margin-bottom: 20px;
}
#header .logo {
	height: 104px;
	background-color: #FFF;
	overflow: hidden;
}
#header .logo a {
	display: block;
	margin: 30px 0 0 20px;
}
#header .logo img {
	display: block;
}
#header .wrap {
	margin-top: 27px;
}
#header .services {
	font-size: 14px;
	line-height: 18px;
	color: #269299;
	float: left;
	width: 245px;
}
#header .addr {
	float: left;
	width: 165px;
	margin-left: 135px;
}
#header .addr p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 3px;
}
#header .addr a {
	font-style: italic;
}
#header .phone {
	float: left;
	margin-left: 43px;
	font-size: 14px;
}
#header .phone p {
	font-size: 16px;
	margin-bottom: 5px;
}
#header .phone small {
	font-size: 14px;
}
/*-main-*/
#main .wide-col {
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.15);
}
.main-nav {
	list-style: none;
}
.main-nav li {
	height: 40px;
	margin-top: 1px;
	background-color: #626364;
}
.main-nav li:first-child {
	margin-top: 0;
}
.main-nav li.active {
	background-color: #269299;
	position: relative;
}
.main-nav li.active:after {
	border: solid transparent;
	border-color: rgba(38, 146, 153, 0); 
	border-left-color: #269299; 
	border-width: 10px; top: 50%; 
	margin-top: -10px;
	left: 100%;  
	content: " "; 
	height: 0; width: 0; 
	position: absolute; 
}
.main-nav a {
	display: block;
	height: 40px;
	line-height: 38px;
	padding-left: 15px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.main-nav a:hover {
	color: #269299;
}
.main-nav li.active a:hover {
	color: #fff;
}
.main-nav li.active a {
	font-weight: bold;
}
#main .banner {
	display: block;
}
#main .content {
	padding: 24px 30px 30px;
	background-color: #FFF;
}

/*-footer-*/
#footer .logo {
	height: 88px;
	background-color: #626364;
	overflow: hidden;
}
#footer .logo a {
	display: block;
	margin: 26px 0 0 40px;
}
#footer .logo img {
	display: block;
}
#footer .wide-col {
	background-color: #FFF;
}
#footer .wide-col > div {
	height: 88px;
	border-left: 1px solid #d9e4ea;
	float: left;
}
#footer .wide-col > div:first-child {
	border: 0;
}
#footer .wrap {
	padding: 16px 0 0 17px;
}
#footer .copy {
	width: 350px;
}
#footer .copy P {
	margin-bottom: 6px;
	line-height: 16px;
}
#footer .addr {
	width: 216px;
}
#footer .addr P {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 3px;
}
#footer .phone {
	width: 140px;
	font-size: 14px;
}
#footer .phone p {
	margin-bottom: 7px;
}
#footer .phone small {
	font-size: 1;
}
