body {
	margin: 0;
	padding: 0;
	color: #353535;
	font: 14px/24px Arial, Helvetica, sans-serif;
	background-color: #fff;
	/*background: #fff url(../images/bg-body.jpg);*/
	min-width: 1020px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
* { max-height: 10000px; }
img { border-style: none; }
a {
	text-decoration: none;
	color: #ffa800;
}
a:hover { text-decoration: underline; }
a:active { background-color: transparent; }
input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
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=tel],
input[type=url],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius: 0;
}
input[type=submit]:hover { cursor: pointer; }
input[type=submit]::-moz-focus-inner {
border:0;
padding:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main { display: block; }
.page {
	width: 100%;
	overflow: hidden;
}
#wrapper {
	margin: 0 auto;
	background: #fff;
	width: 1042px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.20);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.20);
	box-shadow: 0 0 6px rgba(0,0,0,.20);
}
#header {
	padding: 20px 24px 19px 32px;
	background: #fff;
	overflow: hidden;
}
#header img { vertical-align: top; }
.logo {
	float: left;
	width: 600px;
/*	height: 77px;*/
	padding: 30px 0 0;
	margin: 0 120px 0 0;
/*	font-size: 44px; 
	font-family: "Times New Roman", Times, serif;*/
}
.logo a {
	display: block;
	height: 100%;
}
.header-main { overflow: hidden; }
.header-main .top-row:after,
.social-networks:after {
	clear: both;
	content: "";
	display: block;
}
.top-row {
	padding: 7px 0 0;
	margin: 0 0 17px;
}
.top-row .social-networks {
	float: left;
	padding: 2px 5px 0 0;
	width: 132px;
}
.social-networks {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-networks li {
	padding: 0 0 5px 3px;
	float: left;
}
.social-networks li a {
	background: url('../images/sprite.png') no-repeat 0 0;
	width: 26px;
	height: 26px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}
.social-networks li a:hover { opacity: .8; }
.social-networks li.rss a {
	background: url('../images/sprite.png') no-repeat -29px 0;
	width: 27px;
	height: 26px;
}
.social-networks li.linkedin a {
	background: url('../images/sprite.png') no-repeat -58px 0;
	width: 27px;
	height: 26px;
}
.social-networks li.facebook a {
	background: url('../images/sprite.png') no-repeat -88px 0;
	width: 26px;
	height: 26px;
}
.top-row .donate {
	background: #ffce06 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2UwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjc3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffce06 0%, #ff7700 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffce06), color-stop(100%, #ff7700));
	background: -webkit-linear-gradient(top, #ffce06 0%, #ff7700 100%);
	background: -o-linear-gradient(top, #ffce06 0%, #ff7700 100%);
	background: -ms-linear-gradient(top, #ffce06 0%, #ff7700 100%);
	background: linear-gradient(to bottom, #ffce06 0%, #ff7700 100%);
/*	display: block;*/
	padding: 3px 25px 3px 30px;
	color: #fff;
	overflow: hidden;
	font: bold 14px/20px OpenSans Arial, Helvetica, sans-serif;
	text-shadow: 0 0 4px rgba(0,0,0,.4);
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.47);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.47);
	box-shadow: 0 0 4px rgba(0,0,0,.47);
	border: solid 1px #f5f5f5;
	margin: 0 5px 5px 5px;
	vertical-align: middle;
}
.top-row .donate:hover {
	background: #ff7700;
	text-decoration: none;
}
.search-form { padding: 0 0 0 2px; }
.search-form fieldset{ display:inline;border: 1px solid #c0c0c0; }
.search-form:after {
	clear: both;
	content: "";
	display: block;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.search-form input[type="text"],
.search-form input[type="search"]{
	background: #fff;
	color: #000;
	font: 13px/15px Arial, Helvetica, sans-serif;
	width: 171px;
	padding: 4px 10px 3px;
	float: left;
	margin: 0;
	min-height:18px;
	border:0;
	position: relative;
}
.search-form input[type="submit"] {
	color: #195361;
	font: 13px/23px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0 10px;
	cursor: pointer;
	margin: 0;
	width: 60px;
	float: left;
	border:0;
	height: 25px;
	background: #fff;
	border-left:1px solid #c0c0c0;
}
.search-form input[type="submit"]:hover { background: #c0c0c0; }
#nav {
	background: #2d8b99;
	position: relative;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.69);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.69);
	box-shadow: 0 2px 5px rgba(0,0,0,.69);
	margin: 0 -6px 26px;
	padding: 0 6px;
}
.inner #nav { margin-bottom: 0; }
#nav:before {
	width: 0;
	height: 0;
	border-right: 2px solid #152f47;
	border-top: 4px solid #152f47;
	border-left: 4px solid transparent;
	border-bottom: 2px solid transparent;
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	z-index: 5;
}
#nav:after,
#nav>ul:after {
	clear: both;
	content: "";
	display: block;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
	position: relative;
}
#nav>ul:before {
	width: 0;
	height: 0;
	border-right: 2px solid transparent;
	border-top: 2px solid #152f47;
	border-left: 4px solid #152f47;
	border-bottom: 4px solid transparent;
	position: absolute;
	content: "";
	top: 100%;
	right: -5px;
	z-index: 5;
}
#nav>ul>li {
	float: left;
	position: relative;

}
#nav>ul>li.hover { position: relative; }
#nav>ul>li.hover .drop { display: block; }
#nav>ul>li>a {
	font: 600 18px/28px "Open Sans", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 5px rgba(0,0,0,.4);
	display: block;
	padding:2px 5px 3px;
	text-align:center;
}
#nav>ul>li>a:hover,
#nav>ul>li.hover>a,
#nav>ul>li.current-menu-item>a,
#nav>ul>li.current-menu-parent>a,
#nav>ul>li.current-page-ancestor>a,
#nav>ul>li.active>a {
	text-decoration: none;
	background: #ffbc00 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDc1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffbc00 0%, #f47500 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbc00), color-stop(100%, #f47500));
	background: -webkit-linear-gradient(top, #ffbc00 0%, #f47500 100%);
	background: -o-linear-gradient(top, #ffbc00 0%, #f47500 100%);
	background: -ms-linear-gradient(top, #ffbc00 0%, #f47500 100%);
	background: linear-gradient(to bottom, #ffbc00 0%, #f47500 100%);
}
#nav .drop {
	top: 100%;
	position: absolute;
	left: 0;
	z-index: 110;
	padding: 1px 0 0;
	display: none;
}
#nav .drop {
	top: 100%;
	position: absolute;
	left: 0;
	z-index: 110;
	padding: 1px 0 0;
	display: none;
}

#nav .drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 4px 7px 16px rgba(0,0,0,.75);
	-moz-box-shadow: 4px 7px 16px rgba(0,0,0,.75);
	box-shadow: 4px 7px 16px rgba(0,0,0,.75);
	width: 227px;
	background: #dddddd;
}
#nav .drop ul li { border-top: 1px solid #fff;
position: relative; }
#nav .drop ul li:first-child { border: none; }
#nav .drop ul li a {
	color: #2d8b99;
	display: block;
	font: 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
	padding: 3px 21px 4px 21px;
	text-transform: capitalize;
}
#nav .drop ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #ffa800;
/*	font-weight: bold;*/
}

#nav .drop .drop,
#main-nav .drop .drop {
	left: 100%;
	top: 0;
	display: none !important;
}
.drop .drop ul li:first-child { background: none; }
#nav > li.hover .drop .drop,
#main-nav > li.hover .drop .drop{ display: none; }
#nav > li.hover .drop ul li.hover .drop,
#main-nav > li.hover .drop ul li.hover .drop { display: block !important; }

/*.drop ul li.menu-item-has-children > a { background: url(../images/elements.png) no-repeat 100% -346px; }
.drop ul li.menu-item-has-children:hover > a,
.drop ul li.menu-item-has-children > a:hover {
	background: url(../images/elements.png) no-repeat 100% -296px #648757;
	color: #fff;
}*/

/* slideshow basic styles */
.slideshow {
	position: relative;
	height: 297px;
	width: 1013px;
	margin: 0 0 47px 17px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.31);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.31);
	box-shadow: 0 0 5px rgba(0,0,0,.31);
}
.slideshow:after {
	background: url(../images/bg-shadow-banner.jpg) no-repeat 0 0;
	position: absolute;
	content: "";
	bottom: -27px;
	z-index: 100;
	left: -5px;
	width: 1027px;
	height: 26px;
}
.slideshow div.slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
div.slideshow div.slide.active { z-index: 2; }
div.slideshow.not-enough-slides a.btn-prev,
div.slideshow.not-enough-slides a.btn-next { visibility: hidden; }
.slideshow .slide>img {
	width: 100%;
	height: auto;
}
.slideshow img {
	vertical-align: top;
	border-bottom: 1px solid #c3c3c3;
}
.slideshow .pagination {
	position: absolute;
	bottom: 15px;
	left: 45px;
	z-index: 44;
}
.slideshow .pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slideshow .pagination ul li {
	float: left;
	padding: 0 8px 0 0;
}
.slideshow .pagination ul li.active a,
.slideshow .pagination ul li a:hover { background: #ffa800; }
.slideshow .pagination ul li a {
	background: #c4c4c4;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.slideshow div.slide .promo-text {
	position: absolute;
	width: 420px;
	left: 0;
	top: 0;
}
.slideshow div.slide .promo-text .promo-frame {
	position: relative;
	width: 225px;
	padding: 64px 0 0 44px;
	background: #fff;
	color: #353535;
	font: 18px/18px Arial, Helvetica, sans-serif;
}
.slideshow div.slide .promo-text .promo-frame:after {
	position: absolute;
	content: "";
	top: 0;
	right: -150px;
	width: 0;
	height: 0;
	border-left: 150px solid #fff;
	border-top: 150px solid transparent;
	border-bottom: 147px solid transparent;
	z-index: 9;
}
.promo-text .text-wrap {
	margin: 0 -50px 0 0;
	position: relative;
	z-index: 10;
}
.promo-text .promo-frame h1 {
	margin: 0 0 25px;
	font: bold 30px/32px Arial, Helvetica, sans-serif;
	color: #2d8b99;
}
.promo-text .promo-frame p { margin: 0 0 24px; }
.promo-text .read-holder a {
	color: #fff;
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 0 0 10px;
	background: #ffa800;
	padding: 13px 20px;
}
.promo-text .read-holder a:hover {
	background: #f90;
	text-decoration: none;
}
.two-columns {
	margin: 0 auto 19px;
	width: 970px;
	overflow: hidden;
}
.two-columns img { vertical-align: top; }
.two-columns #content {
	float: left;
	width: 545px;
	margin: 0 23px 0 0;
	padding: 0 0 0 25px;
}
#content h2,
 #content h3,
#sidebar h2,
#sidebar h3 {
	position: relative;
	margin: 0 0 30px;
	font: bold 30px/34px Arial, Helvetica, sans-serif;
	color: #ffa800;
	text-transform: uppercase;
}
#content h2:after,
#content h3:after,
#sidebar h2:after,
#sidebar h3:after {
	background: url(../images/bg-line.jpg) no-repeat 0 0;
	bottom: -7px;
	left: 0;
	position: absolute;
	content: "";
	width: 338px;
	height: 1px;
}
.we-are {
	overflow: hidden;
	margin: 0 0 13px;
/*	font: 14px/24px Arial, Helvetica, sans-serif;*/
	color: #353535;
/*	letter-spacing: -.4px;*/
}
.we-are strong {
	color: #2d8b99;
	font-weight: bold;
}
a.more {
	color: #ffa800;
	font-weight: bold;
	display: inline-block;
}
.we-do {
	overflow: hidden;
	margin: 0 0 23px;
}
#content .we-do h3 { margin: 0 0 37px; }
.we-do .article {
	padding: 0 0 0 2px;
	margin: 0 0 37px;
}
.we-do .article .image-holder {
	float: left;
	margin: 0 10px 0 0;
	width: 135px;
}
.we-do .article .image-holder img { border: 1px solid #c7c7c7; }
.we-do .article .description {
	overflow: hidden;
/*	font: 13px/18px Arial, Helvetica, sans-serif;*/
	color: #353535;
}
.we-do .article .description h4 {
	color: #2d8b99;
	font: bold 16px/15px Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
}
.we-do .article .description h4 a { color: #2d8b99; }
.we-do .article .description p { margin: 0; }
.btn-holder:after,
.btn-holder ul:after {
	clear: both;
	content: "";
	display: block;
}
.btn-holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.btn-holder ul li {
	padding: 0 4px 5px 0;
	float: left;
}
.btn-holder ul li a {
	color: #fff;
	background: #2d8b99;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.4);
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	border: solid 1px #fff;
	padding: 3px 21px;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	display: block;
	min-width: 208px;
}
.btn-holder ul li a:hover {
	background: #399;
	text-decoration: none;
}
#sidebar { overflow: hidden; }
.two-columns #sidebar h2 { margin: 0 0 37px; }
.focus-block {
	margin: 0 0 20px;
	overflow: hidden;
}
#sidebar .block {
	overflow: hidden;
	margin: 0 0 15px;
}
#sidebar .block .image-box {
	float: left;
	/*width: 141px;*/
	margin: 0 15px 0 0;
}
#sidebar .block .text-holder {
	overflow: hidden;
	color: #353535;
/*	font: 13px/18px Arial, Helvetica, sans-serif;
	letter-spacing: -.40px;*/
}
#sidebar .block .text-holder h3 {
	margin: 0 0 3px;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	text-transform: none;
}
#sidebar .block .text-holder h3:after { display: none; }
#sidebar .block .text-holder h3 a { color: #2d8b99; }
#sidebar .block .text-holder p { margin: 0; }
#sidebar .block .more {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
#sidebar .news-block {
	overflow: hidden;
	margin: 0 0 20px;
}
#sidebar .news-block h2 { margin: 0 0 28px; }
#sidebar .news-block h2:after { bottom: -4px; }
#sidebar .news-block .header {
	overflow: hidden;
	letter-spacing: -.5px;
}
#sidebar .news-block .header time {
	display: inline;
	color: #01ade6;
	font: 14px/18px Arial, Helvetica, sans-serif;
}
#sidebar .news-block .header h3 {
	display: inline;
	margin: 0;
	color: #2d8b99;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	letter-spacing: 0;
	position: relative;
}
#sidebar .news-block .header h3:after { display: none; }
#sidebar .news-block .header h3 a { color: #2d8b99; }
.news-item {
	font: 13px/18px Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin: 0 0 22px 2px;
}
.news-item p { margin: 0; }
.signup-form:after {
	clear: both;
	content: "";
	display: block;
}
.signup-form {
	color: #353535;
	margin: 0 0 10px;
	font: 14px/18px Arial, Helvetica, sans-serif;
}
.signup-form label {
	float: left;
	margin: 5px 10px 0 0;
}
#sidebar .signup-form h3 {
	margin: 0 0 32px;
	position: relative;
}
#sidebar .signup-form h3:after {
	bottom: -3px;
	left: 4px;
}
.signup-form p { margin: 0 0 12px; }
#sidebar .signup-form input[type="text"],
#sidebar .signup-form input[type="email"] {
	color: #000;
	font: 12px/17px Arial, Helvetica, sans-serif;
	border: 1px solid #c0c0c0;
	padding: 3px 7px;
	height: 17px;
	width: 220px;
	float: left;
	position: relative;
	z-index: 2;
}
#sidebar .signup-form input[type="submit"] {
	border: 1px solid #c0c0c0;
	height: 25px;
	width: 60px;
	float: left;
	background: #fff;
	color: #ffa800;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	letter-spacing: -.5px;
	text-align: center;
	padding: 0 1px;
	margin-top: 10px;
}
#sidebar .signup-form input[type="submit"]:hover {
	background: #c0c0c0;
	color: #fff;
}
.signup-form fieldset { margin: 0 0 0 2px; }
::-webkit-input-placeholder {
 color: #000;
}
.signup-form .mc4wp-response {
	clear: both;
	padding-top: 10px;
}
.signup-form .mc4wp-success {
	color: #000;
}
.signup-form .mc4wp-error {
	color: #FF0000;
}
:-moz-placeholder {
 color: #000;
}
::-moz-placeholder {
 color: #000;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #000;
}
#footer {
	background: #f2f2f2;
	position: relative;
	padding: 48px 40px 10px 50px;
}
#footer img { vertical-align: top; }
#footer:after {
	clear: both;
	content: "";
	display: block;
}
#footer:before {
	background: url(../images/bg-shadow-footer.jpg) no-repeat 0 0;
	width: 949px;
	height: 25px;
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
}
.six-columns {
	overflow: hidden;
	padding: 0 0 0 10px;
	margin: 0 0 55px;
}
.six-columns .column {
	float: left;
	width: 150px;
	margin: 0 5px 0 0;
	letter-spacing: -.4px;
}
.six-columns .column.col2 { width: 145px; }
.six-columns .column.col3 { width: 132px; }
.six-columns .column.contact {
	padding: 0 0 0 7px;
	color: #636363;
}
.six-columns .column h3,
.six-columns .column h2 {
	font: 600 18px/18px "Open Sans", Arial, Helvetica, sans-serif;
	color: #ffa800;
	margin: 0 0 5px;
}
.six-columns .column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.six-columns .column ul li a {
	color: #636363;
	font: 13px/16px "Open Sans", Arial, Helvetica, sans-serif;
}
.six-columns .column.contact address { font-style: normal; }
.six-columns .column.contact a { color: #ffa800; }
.six-columns .column.contact a.tel { color: #636363; }
.copy-rights {
	font: 12px/15px "Open Sans", Arial, Helvetica, sans-serif;
	color: #18515f;
	display: block;
	margin: -2px 0 0 45px;
}
.footer-bottom {
	position: relative;
	overflow: hidden;
	padding: 36px 10px 0 3px;
	margin: 0 0 45px;
}
.footer-bottom:after {
	background: #c4c4c4;
	top: 0;
	position: absolute;
	content: "";
	left: 10px;
	width: 920px;
	height: 1px;
}
.footer-bottom .foot-logo {
	float: left;
	width: 300px;
}
.social-block {
	float: right;
	width: 230px;
	padding: 10px 0 0;
}
.social-block .title {
	float: left;
	color: #16525f;
	font: 600 12px/15px "Open Sans", Arial, Helvetica, sans-serif;
	margin: 4px 3px 0 0;
	width: 92px;
}
.social-block .social-networks { overflow: hidden; }
.inner-banner {
	-webkit-box-shadow: inset 0 3px 2px rgba(0,0,0,.38);
	-moz-box-shadow: inset 0 3px 2px rgba(0,0,0,.38);
	box-shadow: inset 0 3px 2px rgba(0,0,0,.38);
	margin: 0 0 20px;
}
#container {
	overflow: hidden;
	padding: 0 85px 0 62px;
	font: 14px/28px Arial, Helvetica, sans-serif;
	color: #616161;
	/*letter-spacing: -.4px;*/
	margin: 0 0 58px;
}
#container p { margin: 0 0 20px; }
#container p.no-break {margin: 10px 0 0 ; }
#container .post-cat>p{margin: 0px;}
#container h1 {
	color: #185361;
	font: bold 30px/32px Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
}
#container h2 {
	color: #185361;
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}
#container .breadcrumbs{
	list-style:none;
	margin:0px 0px 20px;
	padding:0;
	float:left;
	color:#000;
	width:100%;
}
.breadcrumbs li:first-child{
	background:none;
	padding:0px 7px 0px 0px;
}
.breadcrumbs li{
	background:url(../images/bc-arrow.png) no-repeat left;
	padding:0 7px 0 15px;
	float:left;
}
.breadcrumbs li a{
	color:#ffa800;

}
.image-block {
	float: right;
	margin: 4px 0 0 20px;
}
.image-block img {
	vertical-align: top;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.64);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.64);
	box-shadow: 0 0 8px rgba(0,0,0,.64);
}
.footer .social-networks { margin: 0px 0 0 -4px; padding-top:10px; }
.footer .social-networks li { padding: 0 14px 10px 0; }
.footer .social-networks li a {
	background: url('../images/sprite.png') no-repeat -1px -43px;
	width: 78px;
	height: 32px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}
.footer .social-networks li.twit a {
	background: url('../images/sprite.png') no-repeat -94px -43px;
	width: 78px;
	height: 30px;
}
.footer .social-networks li.gmail a {
	background: url('../images/sprite.png') no-repeat -185px -42px;
	width: 78px;
	height: 31px;
}
.footer .social-networks li.mail a {
	background: url('../images/sprite.png') no-repeat -276px -43px;
	width: 77px;
	height: 30px;
}
.footer .social-networks li.reply a {
	background: url('../images/sprite.png') no-repeat -367px -43px;
	width: 77px;
	height: 30px;
}

.easylogo {
	float: left;
	width: 511px;
/*	height: 77px;*/
	margin: 0 216px 0 0;
}
#container p.wp-caption-text {margin:0px;}

#container .grey-border {
	border: 6px solid #ccc;
}