/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}


/*
Style
*/

/* PT Serif */
@font-face {
    font-family: 'PT Serif';
    src: url('font/PTF55F-webfont.eot');
    src: url('font/PTF55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTF55F-webfont.woff') format('woff'),
         url('font/PTF55F-webfont.ttf') format('truetype'),
         url('font/PTF55F-webfont.svg#PTSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Serif';
    src: url('font/PTF56F-webfont.eot');
    src: url('font/PTF56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTF56F-webfont.woff') format('woff'),
         url('font/PTF56F-webfont.ttf') format('truetype'),
         url('font/PTF56F-webfont.svg#PTSerifItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'PT Serif';
    src: url('font/PTF75F-webfont.eot');
    src: url('font/PTF75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTF75F-webfont.woff') format('woff'),
         url('font/PTF75F-webfont.ttf') format('truetype'),
         url('font/PTF75F-webfont.svg#PTSerifBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'PT Serif';
    src: url('font/PTF76F-webfont.eot');
    src: url('font/PTF76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTF76F-webfont.woff') format('woff'),
         url('font/PTF76F-webfont.ttf') format('truetype'),
         url('font/PTF76F-webfont.svg#PTSerifBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

/* PT Sans */
@font-face {
    font-family: 'PT Sans';
    src: url('font/PTS55F-webfont.eot');
    src: url('font/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTS55F-webfont.woff') format('woff'),
         url('font/PTS55F-webfont.ttf') format('truetype'),
         url('font/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('font/PTS56F-webfont.eot');
    src: url('font/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTS56F-webfont.woff') format('woff'),
         url('font/PTS56F-webfont.ttf') format('truetype'),
         url('font/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'PT Sans';
    src: url('font/PTS75F-webfont.eot');
    src: url('font/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTS75F-webfont.woff') format('woff'),
         url('font/PTS75F-webfont.ttf') format('truetype'),
         url('font/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('font/PTS76F-webfont.eot');
    src: url('font/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTS76F-webfont.woff') format('woff'),
         url('font/PTS76F-webfont.ttf') format('truetype'),
         url('font/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

/* end Fonts */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*+html .clearfix { zoom: 1; } /* IE7 */

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 970px;
    position: relative;
    background: url('images/main-bg.png') 9px 0 repeat-x #ffffff;
    font-family: 'PT Serif', serif, sans-serif;
    font-size: 10px;
}

*::selection {
	background: rgba(0,0,0,0.25);
}

.alignright{
    float: right;
}


/* content */

#content {
    font-family: 'PT Sans', sans, sans-serif;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 18px;
}
#content strong {
    font-weight: bold;
}
#content em {
    font-style: italic;
}
#content strong em, #content em strong {
    font-weight: bold;
    font-style: italic;
}
#content h2 , #content h3, #content h4 {
    font-family: 'PT Serif', serif, sans-serif;
    color: #181818;
}
#content h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 40px 0 20px;
}
#content h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 25px 0 20px;
}
#content h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 25px 0 20px;
}
#content p {
    margin: 19px 0;
}
#content p.quote {
    color: #7b7d7f;
    font-family: Arial;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0 47px 48px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: url('images/quote-bg.png') 0 22px no-repeat transparent;
    position: relative;
}
#content p.quote:after{
    content:"";
    height:18px;
    width: 22px;
    background: url(images/closing_quote.png) no-repeat;
    position: absolute; 
    right: 0;
    bottom: 20px;
}
#content a {
    color: #033d75;
    text-decoration: underline;
}
#content a:hover {
    text-decoration: none;
}
#content ul {
    list-style-position: outside;
    list-style-type: circle;
    padding-left: 36px;
    margin: 19px 0;
}
#content img {
    display: block;
    border: 3px solid #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#content table.paragraph tr td > *:first-child {
    margin-top: 0;
}
#content table.paragraph tr td > *:last-child {
    margin-bottom: 0;
}

/* end content */









#top-line {
    width: 100%;
    height: 9px;
    background: #003c81;
}

#header {
    position: relative;
    width: 100%;
    margin: 0 auto;
	/*overflow: hidden;*/
}

#logo {
    width: 348px;
    height: 144px;
    margin: 21px auto 24px;
    background: url('images/logo.png') 0 0 no-repeat transparent;
}
#logo a {
    display: block;
    width: 348px;
    height: 144px;
}
#title {
	text-align: center;
	margin: 24px 0 27px;
}
#title span {
	display: inline-block;
	height: 27px;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    background: url('images/title-bg.png') 0 0 repeat-x #257514;
    border-radius: 13px;
    padding: 0 16px;
	text-shadow: 1px 1px rgba(0,15,37,0.3);
}

#slogan {
	text-align: center;
	margin: 27px 0 29px;
}
#slogan span {
	font-size: 18px;
	color: #052554;
}


#nav {
	width: 970px;
	height: 43px;
	background: transparent;
	margin: 0 auto;
	text-align: center;
    position: relative;
}
#nav-left {
	position: absolute;
	top: 0;
	left: -485px;
	margin-left: 50%;
	width: 28px;
	height: 67px;
	background: url('images/menu-side-bg.png') -4px -55px no-repeat transparent;
}
#nav-right {
	position: absolute;
	top: 0;
	left: 457px;
	margin-left: 50%;
	width: 28px;
	height: 67px;
	background: url('images/menu-side-bg.png') -32px -55px no-repeat transparent;
}
#nav-center {
    background: url('images/nav-bg.png') 0 -4px repeat-x #05487C;
    width: 914px;
    height: 43px;
    margin: 0 auto;
}
#nav-center > ul {
	display: inline-block;
	zoom: 1;
	*display: inline;
/*
 * todo ie
 */
}
#nav-center > ul > li {
	display: block;
	float: left;
    position: relative;
}
#nav-center > ul > li:first-child > a {
	border-left: 1px solid transparent;
}
#nav-center > ul > li:last-child > a {
	border-right: 1px solid transparent;
}
#nav-center > ul > li > a {
	display: block;
	height: 43px;
	padding: 0 16px;
	background: url('images/nav-bg.png') 0 -4px repeat-x #05487c;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(0,0,0,0.2);
	line-height: 43px;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 1px 1px rgba(0,15,37,0.3);
	text-transform: uppercase;
	text-decoration: none;
}
#nav-center > ul > li:hover > a {
	background-position: 0 -55px;
	border-left: 1px solid rgba(0,0,0,0.1);
	line-height: 45px;
	padding: 0 15px 0 17px;
}
#nav-center > ul > li:hover > ul {
    display: block;
}
#nav-center > ul > li > ul {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 500;
    padding: 4px;
    background: #03193f;
    width: 200px;
    border-radius: 0 0 8px 8px;
}
#nav-center > ul > li > ul > li {
    text-align: left;
}
#nav-center > ul > li > ul > li a {
    display: block;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    color: #68758c;
    text-decoration: none;
    padding-left: 24px;
    background: url('images/submenu-bg.png') 0 -25px no-repeat transparent;
}
#nav-center > ul > li > ul > li a:hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

#content {
	width: 914px;
	margin: 0 auto;
}

#content #slider {
	width: 914px;
	height: 300px;
	background: gray;
	position: relative;
	overflow: hidden;
}
#content #slides {
	position: absolute;
	width: 3000px;
	height: 300px;
}
#content #slides .slide {
	position: relative;
	float: left;
	width: 600px;
	height: 300px;
}
#content #slides .slide img {
    border: none;
}
#content #slider-navi {
	position: absolute;
	bottom: 16px;
	left: 22px;
}
#content #slider-navi a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #181818;
	text-decoration: none;
	float: left;
	margin-right: 9px;
	background: url('images/slider-nav-bg.png') 0 -4px repeat-x #fafafa;
	text-shadow: 0 1px rgba(255,255,255,0.15);
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#content #slider-navi a.active {
	background-position: 0 -32px;
	color: #ffffff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
}

#content #slides-desc {
	position: absolute;
	top: 0;
	right: 0;
}
#content #slides-desc a.slide {
	display: block;
	width: 278px;
	padding-left: 32px;
	padding-right: 18px;
	height: 75px;
	line-height: 20px;
	cursor: pointer;
	font-size: 14px;
	color: #484848;
	text-decoration: none;
	background: url('images/slides-desc-bg.png') 0 -83px no-repeat transparent;
	text-shadow: 0 1px rgba(255,255,255,1);
}
#content #slides-desc a.slide.active {
	background-position: 0 -4px;
	color: #ffffff;
	text-shadow: 1px 1px rgba(0,0,0,0.35);
}

#content #slides-desc a.slide p.title {
    font-family: 'PT Serif', sans-serif, sans;
	margin: 0;
	font-size: 17px;
	padding-top: 10px;
	margin-bottom: 5px;
    color: #181818;
}
#content #slides-desc a.slide p.title span.arrow {
    position: absolute;
    display: none;
}
#content #slides-desc a.slide p.desc {
    font-family: 'PT Sans', sans, sans-serif;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
    color: #2b2b2b;
}
#content #slides-desc a.slide.active p.title {
    color: #ffffff;
}
#content #slides-desc a.slide.active p.desc {
    color: #ffffff;
}
#content #slides-desc a.slide.active p.title span.link {
    text-decoration: none;
}
#content #slides-desc a.slide.active:hover p.title span.link {
    text-decoration: underline;
}
#content #slides-desc a.slide.active:hover p.title span.arrow {
    text-decoration: none;
}
#content #slides-desc a.slide.active p.title span.arrow {
    display: inline;
}

#main {
    float: left;
    width: 560px;
    padding-right: 40px;
    background: url('images/navbar-shadow.png') 0 0 repeat-x;
}
#right-sidebar {
    float: left;
    width: 262px;
    padding-left: 28px;
    padding-right: 24px;
    background: url('images/navbar-shadow.png') 0 0 repeat-x;
}
.home #main {
    background: none;
}
.home #right-sidebar {
    background: none;
}
#footer {
    width: 914px;
    height: 45px;
    margin: 0 auto;
    border-top: 1px solid #d1d4d5;
    border-bottom: 1px solid #d1d4d5;
    background: url('images/footer-bg.png') 0 0 no-repeat #ffffff;
}
#footer .contacts {
    height: 45px;
    width: 914px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #13497d;
}
#footer-spacer {
    height: 32px;
    width: 914px;
    background: transparent;
}
#content .main-right-sidebar {
    background: url('images/rightside-bg.png') 600px 0 repeat-y transparent;
}
#content #main .post {
    width: 560px;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdfe0;
}
#content #main .post:last-child {
    border-bottom: none;
}
#content #main .post .image {
    float: left;
    width: 188px;
}
#content #main .post .image img {
    border: 3px solid #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#content #main .post .text {
    float: left;
    width: 345px;
    padding-left: 27px;
}
#content #main .post .text .title {
    font-size: 17px;
    line-height: 20px;
    color: #033d75;
    margin-top: 0;
    margin-bottom: 13px;
    font-family: 'PT Serif', sans-serif, sans;
}
#content #main .post .text .title a {
    font-size: 17px;
    line-height: 20px;
    color: #033d75;
    text-decoration: underline;
}
#content #main .post .text .title a:hover {
    text-decoration: none;
}
#content #main .post .text .excerpt {
    font-family: 'PT Sans', sans, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #2b2b2b;
    /*margin: 13px 0;*/
}

#content #right-sidebar h3 {
    font-family: 'PT Serif', sans-serif, sans;
    font-size: 20px;
    color: #181818;
    margin: 36px 0 16px 0;
}
#content #right-sidebar .post {
    border-bottom: 1px solid #dbdfdf;
    padding-bottom: 24px;
    margin-top: 24px;
}
#content #right-sidebar .post:last-child {
    border-bottom: none;
}

#content #right-sidebar .post .date  {
    background: url('images/calendar-icon.png') 1px 2px no-repeat transparent;
    font-family: 'PT Sans', sans, sans-serif;
    font-size: 11px;
    line-height: 20px;
    color: #727272;
    padding-left: 25px;
    margin: 0 0 10px 0;
}
#content #right-sidebar .post .title {
    font-family: 'PT Serif', sans-serif, sans;
    font-size: 14px;
    line-height: 17px;
    color: #033d75;
    margin-bottom: 13px;
}
#content #right-sidebar .post .title a {
    font-family: 'PT Serif', sans-serif, sans;
    font-size: 14px;
    line-height: 17px;
    color: #033d75;
    text-decoration: underline;
}
#content #right-sidebar .post.more .title {
    margin: 0;
}
#content #right-sidebar .post .title a:hover {
    text-decoration: none;
}
#content #right-sidebar .post .excerpt {
    font-family: 'PT Sans', sans, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #2b2b2b;
}

#content p.read-more {
    color: #033d75;
    font-family: 'PT Serif', sans-serif, sans;
}
#content p.read-more span {
    float: right;
}
#content p.post-info {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-family: 'PT Sans', sans, sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 32px;
}
#content p.post-info .date {
    float: left;
    color: #333333;
    padding-left: 24px;
    background: url('images/calendar-icon.png') 0 7px no-repeat transparent;
}
#content p.post-info .comment {
    float: right;
    color: #606060;
    padding-left: 24px;
    background: url('images/comment-icon.png') 0 9px no-repeat transparent;
}
#content .post-thumb {
    float: left;
    margin: 0 20px 12px 0;
}
#content p.post-links {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-family: 'PT Serif', sans-serif, sans;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
}

#main.contact {
    width: 914px;
    padding: 0;
}

.contact-table {
    width: 914px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}

.contact-table .col1 {
    float: left;
    width: 189px;
}
.contact-table .col2 {
    float: left;
    width: 195px;
    padding-right: 60px;
}
.contact-table .col3 {
    float: left;
    width: 210px;
    padding-right: 60px;
}
.contact-table .col4 {
    float: left;
    width: 200px;
}

#main.contact .contact-table .title {
    font-family: 'PT Serif', sans-serif, sans;
    font-size: 18px;
    color: #181818;
    margin-top: 42px;
    margin-bottom: 28px;
}
#main.contact .contact-table .line1 {
    margin-bottom: 10px;
}
#main.contact .contact-table .line2 {
    padding-top: 12px;
    margin-top: 10px;
    background: url('images/dot-line.png') 0 0 repeat-x transparent;
}
#main.contact .contact-table a {
    color: #004fa7;
}

#main.contact #map {
    margin-top: 32px;
    margin-bottom: 45px;
}
#main.contact #map #map_canvas {
    width: 906px;
    height: 400px;
    border: 4px solid #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#about_us_double_photo td{
    vertical-align: top;
}