* {
	margin: 0;
	padding: 0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset { margin: 0 0 14px; }
html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	background: none;
}
html { background: #0a3155; }
body {
	color: #2f2f2f;
	font: 0.875em/1.357em 'Lato', sans-serif;
	background: url(images/bg-body-01.jpg) repeat-x #b5e8dd;
	min-width: 1003px;
}
a {
    color: #09aa64;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
	color: #57e4a7;
	text-decoration: underline;
}


a:active { background-color: transparent; }
input, textarea, select {
	font: 100% arial, sans-serif;
	vertical-align: middle;
	color: #000;
	overflow: auto;
}
label { vertical-align: middle; }
button, input {
	width: auto;
	overflow: visible;
}

#sidebar li  {
	list-style: none;
}

.wp-caption p.wp-caption-text, .gallery-caption {
    font-size: 13px !important;
    line-height: 17px;
    margin: 0;
    padding: 0 5px 5px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 10px 0 20px !important;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
    margin-bottom: 13px;
    max-width: 98%;
    width: 300px;
}

.contact-form textarea {
    float: none;
    height: 200px;
    margin-bottom: 13px;
    margin-top: -25px;
    width: 80%;
}

h1, h2, h3, h4, h5, h6, b, strong, th { font-weight: bold; }
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }
i, cite, em, var, dfn, address { font-style: italic; }
u, ins { text-decoration: underline; }
s, strike, del { text-decoration: line-through; }
blockquote, blockquote:before, blockquote:after, q, q:before, q:after { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}
th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}
ul { margin-left: 1px; }
ul li, ol li { list-style-position: inside; }
ul li { list-style-type: disc; }
#header {
	background: url(images/bg-header.png) repeat-x;
	height: 47px;
	position: relative;
	z-index: 99;

}
.inner #header { margin: 0 0 33px; }
.inner2 #header { margin: 0 0 33px; }

#header:after {
	display: block;
	clear: both;
	content: "";
}
.holder {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.logo-holder {
	background: url(images/sprite.png) no-repeat -115px -867px;
	position: absolute;
	width: 151px;
	z-index: 3;
	top: 4px;
	left: -1px;
	padding: 0 0 3px;
}

a img.logobar {
    margin: 1px 20px 20px 29px;
}

.logo {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 92px;
	height: 78px;
	margin: 1px 0 0 30px;
	padding: 0 0 16px;
	background: url(images/sprite.png) no-repeat 0 -902px;
}
.logo a {
	height: 100%;
	display: block;
}
#nav {
	overflow: hidden;
	font: 700 14px/20px 'Lato', sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	float: right;
	width: 844px;
}
#nav li {
	list-style: none outside;
	float: left;
	text-align: center;
	background: url(images/sprite.png) no-repeat;
	padding: 9px 0 12px;
}
#nav li a { color: #fff; }
#nav li a:hover {
	color: #93c3f3;
	text-decoration: none;
}
#nav li:first-child { background: none; }
*+html #nav li.last-child { padding: 8px 0 8px 10px; }
#main {
	width: 980px;
	margin: -6px auto 0;
	overflow: hidden;
	position: relative;
}
.more {
	background: url(images/sprite.png) no-repeat -542px -40px;
	width: 117px;
	height: 33px;
	color: #fff;
	display: inline-block;
	font: 900 16px/33px 'Lato', sans-serif;
	margin: -5px 0 0 -5px;
}



.slideshow {
	position: relative;
	height: 544px;
	width: 961px;
	margin: 0 auto 9px;
	z-index: 1;
	overflow: hidden;
}
.slideshow .frame {
	background: url(images/bg-frame.png) no-repeat;
	width: 961px;
	height: 544px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.slideshow .slideset {
	position: relative;
	height: 544px;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	width: 961px;
	height: 544px;
}
.slideshow .slide img {
	display: block;
	margin: 0 auto;
}
.slideshow .slide.active { z-index: 2; }
#main .box {
	position: absolute;
	top: 71px;
	left: 14px;
	width: 270px;
	height: 255px;
	text-align: center;
	color: #fff;
	background: url(images/sprite.png) no-repeat 0 -137px;
	padding: 14px 0 0;
	z-index: 2;
	font-size: 14px;
	line-height: 19px;
}

#main .box a {

	color: #fff;

}

#TTSbarbutton {
	 float: right;
    margin-right: 20px;
    margin-top: 0px;
    position: relative;
    z-index: 9999;
	
}

.home #TTSbarbutton {
	 float: right;
    margin-right: 20px;
    margin-top: 10px;
    position: relative;
    z-index: 9999;
	
}



#main .box h2 {
	font: 900 18px/21px 'Lato', sans-serif;
	display: block;
	margin: 0 0 5px;
	letter-spacing: 1px;
}
#main .box.add {
	left: 760px;
	top: 50px;
	background: url(images/sprite.png) no-repeat -284px -137px;
	width: 216px;
	height: 196px;
	padding: 20px 0 0;
}
#main .box.add1 {
	left: 697px;
	top: 298px;
	background: url(images/sprite.png) no-repeat -515px -137px;
	width: 215px;
	height: 197px;
	padding: 17px 0;
}
#main .box.add1 img {   margin: 0 0 5px; }
#main .box.add img { margin: 0 0px 5px 0; }
#main .box strong {
	display: block;
	margin: 0 0 15px;
	font: 900 18px/22px 'Lato', sans-serif;
	color: #fff;
}
#main .box span { font-weight: normal; }
#main .box img {
	display: inline-block;
	margin: 0 0 10px 0;
}
#main .box.add2 {
	width: 314px;
	height: 127px;
	background: url(images/sprite.png) no-repeat 0 -427px;
	padding: 78px 50px 0 55px;
	top: auto;
	bottom: 0;
	text-align: left;
}
#main .box.add2 h1 {
	font-size: 27px;
	font-style: italic;
	margin: 0 0 11px;
}
#main .box.add2 .date { display: block; }
#main .box.add2 img {
	float: left;
	margin: 42px 19px 0 0;
}
#main .box.add2 .description { overflow: hidden; }
#main .box.add2 a {
	display: block;
	color: #40d393;
	font: 700 16px/21px 'Lato', sans-serif;
}


#main .breadcrumb { margin-bottom: 20px; }

#main .breadcrumb {
	font: 700 1.000em/1.286em 'Lato', sans-serif;
	color: #2f2f2f;
	overflow: hidden;
	padding: 0 0 0 320px;
	margin: 0 0 18px;
	text-align: left;
}
#main .breadcrumb span {
	margin: 4px 0 0;
	display: inline-block;
}
#main .breadcrumb ul {
	margin: 0;
	display: inline-block;
}
#main .breadcrumb ul li {
	list-style: none;
	display: inline-block;
	padding: 0;
	font-weight: normal;
}
*+html #main .breadcrumb ul {
	float: left;
	margin-top: 3px;
}
*+ html #main .breadcrumb span { float: left; }
*+ html #main .breadcrumb { margin-left: 319px; }
*+ html #main .breadcrumb li { float: left; }
#main .breadcrumb li a {
	text-decoration: underline;
	font-weight: normal;
	color: #2f2f2f;
}
#main .breadcrumb li a:hover { text-decoration: none; }

.inner2 #content {
	background: url(images/bg-content2.png) no-repeat;
	width: 663px;
	margin: 0 53px 31px 0;
}
.inner2 #content .content-holder {
	background: url(images/bg-content2.png) no-repeat -1401px 100%;
	padding: 0 0 30px;
}
.inner2 #content .content-holder .content-frame { background: url(images/bg-content2.png) repeat-y -709px 0; }
.inner2 #content .content-holder .content-frame:after {
	content: "";
	display: block;
	clear: both;
}
#content {
	background: url(images/bg-content.png) no-repeat;
	padding: 30px 0 53px;
	width: 670px;
	float: right;
	margin: 0 46px 0 0;
	border: 1px solid #C4EBE5;
}
#content .content-holder {
	background: url(images/bg-content.png) no-repeat -1401px 100%;
	padding: 0 0 30px;
}
#content .content-holder .content-frame {
	background: url(images/bg-content.png) repeat-y -706px 0;
	height: 1%;
}
#content .content-holder .content-frame:after {
	clear: both;
	content: "";
	display: block;
}
#content .aligncenter {
	display: block;
	margin: 0 0 27px 1px;
}
.content-area {
	overflow: hidden;
	padding: 0 23px 0 44px;
}
.inner2 .post {
	padding: 0;
	position: relative;
	margin: -29px 0 -8px;
	float: left;
	width: 663px;
}

.content-area h1 {
	color: #2f2f2f;
	background: url(images/separator4.png) repeat-x 0 100%;
	padding: 0 0 13px;
	margin: 0 0 18px 4px;
	font: 900 1.786em/1.200em 'Lato', sans-serif;
}
.post h1 {
	color: #2f2f2f;
	background: url(images/separator4.png) repeat-x 0 100%;
	margin: 0 52px 19px 54px;
	padding:0 0 14px;
	font: 900 1.786em/1.200em 'Lato', sans-serif;
}

.post h2 {
    background: url("images/separator3.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    margin: 40px 0px 20px 0px;
    padding: 0 0 14px;
}

.post {
	font-size: 15px;
    line-height: 1.6em;
 }   
.content-area .promos ul { margin: 0; }
.content-area .promos { width: 600px; }
.content-area .promos ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 14px 22px 5px;
	position: relative;
}
.content-area .promos ul li a img { display: block; }
*+ html .content-area .promos ul li { float: left; }
.content-area .promos ul li a .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/bg-caption.png) no-repeat 0 100%;
	width: 244px;
	color: #fff;
	font: 900 18px/23px 'Lato', sans-serif;
	padding: 9px 18px 9px;
}

div.hr {
  height: 35px;
  background: url("images/separator3.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
div.hr hr {
  display: none;
}

.su-row .su-column {
    margin: 0 0 1em 2.6% !important;
}

#sidebar {
	float: left;
	width: 226px;
	margin: 2px 0 0 15px;
}
#sidebar ul {

	margin: 0 0 27px;
	background: #e9f5fc;
	overflow: hidden;
	padding: 15px 0 10px;
	font: 700 14px/33px 'Lato', sans-serif;
}
#sidebar ul li {
	list-style: none;
	margin: 0 0 2px;
}
#sidebar ul li a {
	color: #073c71;
	padding: 0 20px;
	display: block;
}
#sidebar ul li a:hover, #sidebar ul li.active a {
	background: #06386a;
	color: #fff;
	text-decoration: none;

}

#sidebar ul li.active a {
	background: #06386a;
	color: #fff;
	text-decoration: none;
	border: 1px solid #C4EBE5;
}
#sidebar .block {
	background: url(images/bg-block.png) no-repeat 0 0;
	width: 224px;
	overflow: hidden;
	padding: 9px 0 0;
}
#sidebar .block .block-holder {
	background: url(images/bg-block.png) no-repeat -452px 100%;
	padding: 0 0 40px;
}
#sidebar .block .block-holder .block-frame {
	background: url(images/bg-block.png) repeat-y -226px 0;
	overflow: hidden;
}
#sidebar .block .block-holder .block-frame .content { padding: 15px 19px 6px 22px; }
.content h2 {
	font: 900 1.429em/1.150em 'Lato', sans-serif;
	color: #073c71;
	background: url(images/separator2.png) repeat-x 0 100%;
	padding: 0 0 8px;
	margin: 0 0 8px;
}
.content blockquote {
	font-size: 1.071em;
	color: #2f2f2f;
	line-height: 1.600em;
	margin: 0;
}
.content blockquote q {
	margin: 0;
	display: block;
}
.content blockquote cite { display: block; }
.post-holder {
	overflow: hidden;
	padding: 0 52px 0 54px;
	margin: 0 0 4px;
}
.section {
	background: url(images/separator3.png) repeat-x;
	overflow: hidden;
	font-size: 1.071em;
	line-height: 1.600em;
	padding: 27px 0 0;
	margin: 35px 0 12px;
}
.section:first-child {
	background: none;
	padding: 0;
	margin: 0;
}
.section .alignright {
	float: right;
	margin: 3px 14px 0 50px;
}
.section p { margin: 0 0 23px; }
.section.add {
	margin: -6px 0 20px;
	padding: 19px 0 0;
}
.section h2 {
	font-size: 18px;
	margin: 0 0 2px;
}
.section ul { margin: 0; }
.section ul li {
	background: url(images/sprite.png) no-repeat 0 -1016px;
	list-style: none;
	padding: 0 0 0 10px;
}
.touch-bar {
	background: url(images/sprite.png) no-repeat -5px -700px;
	width: 606px;
	height: 81px;
	margin: 30px 0 0 27px;
	position: relative;
}
.touch-bar .alignleft {
	position: absolute;
	top: -18px;
	left: -12px;
}
.touch-bar .btn {
 display: inline-block;
    float: right;
    margin: -29px 20px 0;
    padding: 0 0 0 18px;
    vertical-align: middle;
}
.touch-bar .btn span { padding: 0 18px 0 0; }
.btn:hover span { text-decoration: underline; }
.touch-bar strong {
	font-size: 1.286em;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	width: 300px;
	overflow: hidden;
	padding: 25px 10px 0 136px;
}

.secondary {
	 font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

#sidebar .alignright {
	position: relative;
	margin: -11px 52px 0 0;
	float: right;
}
#footer {
	overflow: hidden;
	background: url(images/bg-footer.png) repeat-x #0f4373;
	padding: 18px 0 0;
} 
#footer .holder {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
}
#footer .holder.add { padding: 0; }
.widgets {
	overflow: hidden;
	padding: 0 0 0 31px;
}
.widgets:first-child {
	padding: 10px 8px 0 24px;
	float: left;
	width: 431px;
	background: url(images/separator.png) repeat-y 100% 0;
}
.widgets .description {
	font-size: 14px;
	color: #fff;
	width: 216px;
	float: left;
	padding: 0 36px 0 0;
}
.widgets:first-child .description h3 {
	font: 900 16px/20px 'Lato', sans-serif;
	margin: 0 0 7px;
	padding: 0;
	width: 100%;
}
.widgets .description p { margin: 0 0 10px; }
.btn {
	float: left;
	padding: 0 0 0 21px;
	background: url(images/sprite.png) no-repeat -668px 0;
	font: 900 18px/40px 'Lato', sans-serif;
	margin: 8px 0 0;
	height: 40px;
}
.btn span {
	float: left;
	background: url(images/sprite.png) no-repeat 100% -40px;
	padding: 0 21px 0 0;
	color: #fff;
	cursor: pointer;
	height: 40px;
}
.widgets h3 {
	float: left;
	color: #fff;
	padding: 25px 0 0;
	font-size: 17px;
}
.widgets ul {
	overflow: hidden;
	margin: 0;
}
.widgets ul li {
	float: left;
	padding: 6px 19px;
	list-style: none;
}
.widgets ul li:first-child { padding: 3px 14px 0 19px; }
.footer-bootom {
	background: #0a3155;
	overflow: hidden;
}
.social-networks {
	float: left;
	margin: 0;
	padding: 0 0 0 24px;
}
.social-networks li {
	float: left;
	list-style: none;
}
.social-networks li a {
	width: 44px;
	height: 42px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/sprite.png) -333px -902px;
}
.social-networks li:first-child a { background: url(images/sprite.png) -289px -902px; }
.copyrights {
	color: #fff;
	padding: 11px 0 0 19px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
.copyrights a { color: #fff; }
.desgin {
	float: right;
	font-size: 12px;
	color: #60b9d3;
	padding: 11px 4px 0 0;
	text-transform: uppercase;
}
.desgin a { color: #60b9d3; }
.inner, .inner2 { background: url(images/bg-body.png) repeat-x #b5e7dc; }


