/*   
Theme Name: Embassy theme
Theme URI: http://mongolianembassy.sg
Description: Embassy theme
Author: Embassy
Author URI: 
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* **************************** */
body{
	font: 13px Arial,Helvetica,clean,sans-serif;
	background:none #efefef no-repeat 0 0;	
	color:#373737;
	line-height:130%;
}
dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, article, p {
	margin-bottom: 20px;
	line-height:150%;
}
ol {
	list-style:decimal;
}
ul {
	list-style:disc;
}
::selection {
	background: #014f7e;
	color: #fff;
	text-shadow: none;
}
strong, b{
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
h1{
	font-size:21px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
h4{
	font-size:14px;
}
h5{
	font-size:14px;
}
h6{
	font-size:14px;
}
li {
	margin-left: 30px; 
}
a{
	color:#0180b9;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{ max-width:100%; }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.uppercase{
	text-transform:uppercase;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
.row:before, .row:after {
	display: table;
	line-height: 0;
	content: "";
}
.row:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
button, input, select, textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
cursor: pointer;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
vertical-align: middle;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
select, input[type="file"] {
height: 30px;
line-height: 30px;
}
select {
width: 288px;
background-color: #ffffff;
border: 1px solid #cccccc;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
label, input, button, select, textarea {
font-size: 14px;
font-weight: normal;
line-height: 20px;
}
.input-append, .input-prepend {
	display: inline-block;
	margin-bottom: 10px;
	margin-top:10px;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.input-append input, .input-append select, .input-append .uneditable-input {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	width: 156px;
}
.quick_button {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	margin-left:-2px;
}
.quick_button:hover, .quick_button:focus, .quick_button:active, .quick_button.active, .quick_button.disabled, .quick_button[disabled] {
	color: #333333;
	background-color: #e6e6e6;
}
.quick_button:hover, .quick_button:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
#main-wrapper{
	background:none white no-repeat 0 0;
	width:1000px;
	padding:0 15px 15px;
	margin:0 auto;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .37);
	-moz-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .37);
        box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .37);
}
.header-text{
	width:100%;
}
.topmenu{
	margin:9px 0;
}
.topmenu li{
	margin:0;
	line-height:12px;
	float:left;
	list-style:none;
	border-right:1px solid black;
	padding:0 4px;
}
.topmenu li:last-child{
	border-right:none;
	padding-right:0;
}
.topmenu li:first-child{
	padding-left:0;
}
.topmenu li a{
	color:black;
}
.topmenu li a:hover{
	text-decoration:underline;
}
.header{
	width:100%;
	margin-bottom:7px;
	margin-top:13px;
}
.header-logo{
	width:100%;
}
.logo{
	float:left;
	width:210px;
	margin-right:14px;
}
.logo-img{
	width:210px;
	height:180px !important;
}
.header-image{
	position:relative;
	width:776px;
	float:left;
}
.main-menu{
	width:998px;
	border:1px solid #d2d2d2;
	border-bottom:3px solid #6a6a6a;
	margin-bottom:10px;
}
#nav, .sociallinks{
	list-style:none;
	margin:0;
}
#nav li, .sociallinks li{
	margin:0;
	float:left;
}
#nav > li > a{
	display:block;
	color:black;
	font-weight: bold;
	font-size:12px;
	padding:13px 25px 13px 20px;
}
#nav > li > ul li a{
	display:block;
	color:#444444;
	font-weight: bold;
	font-size:12px;
	padding:9px 24px 9px 15px;
}
#nav li.root a{
	background:url(_/inc/images/tools.png) no-repeat right -71px;
}
#nav li.active a, #nav li a:hover{
	text-decoration:none;
	color:white;
}
/* 
	LEVEL ONE
*/
#nav                         { position: relative; }
#nav li                      { float: left; zoom: 1; list-style-type: none; }
#nav li:last-child a         { border-right: none; } /* Doesn't work in IE */
#nav > li.hover,
#nav > li:hover                { background: #6a6a6a; color: white; position: relative; }
#nav > li ul li.hover,
#nav > li ul li:hover                { background: #817f7f; color: white; position: relative; }
#nav li.hover > a             { color: white; }
/* 
	LEVEL TWO
*/
#nav ul 						{ background: none white no-repeat 0 0;
border: 1px solid #c4c4c4; z-index:1000; width: 260px; visibility: hidden; position: absolute; top: 100%; left: 0; }
#nav ul li 					{ font-weight: normal; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
#nav ul li:last-child{ border-bottom:none;}
                                    /* IE 6 & 7 Needs Inline Block */
#nav ul li a					{ border-right: none; color:#000000; display: inline-block; } 
/* 
	LEVEL THREE
*/
#nav ul ul 					{ left: 100%; top: 0; }
#nav li:hover > ul 			{ visibility: visible; }
#nav > li:first-child > a{
	padding:0;
	text-indent:-9999px;
	font-size:0;
	display:block;
	width:45px;
	height:45px;
	background-image:url(_/inc/images/home.png);
	background-repeat:  no-repeat;
	background-position: 0 0;
}
#nav > li:first-child > a:hover{
	background-position: -45px 0;
}
.sociallinks{
	position:absolute;
	right:16px;
	top:5px;
	margin-top:10px;
}
.sociallinks li a{
	display:block;
	width:25px;
	height:25px;
	font-size:0;
	background:url(_/inc/images/tools.png) no-repeat -7px -119px;
	margin-right:5px;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opactiy .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.sociallinks li a.facebook{
	background-position:-9px -159px;	
}
.sociallinks li a.youtube{
	background-position:0px -364px;
}
.sociallinks li a:hover{
	opacity:0.7;
}
.header-menu{
	position:absolute;
	right:110px;
	top:18px;
}
.header-menu, .header-menu li{
	list-style-type:none;
}
.header-menu li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
}
.header-menu li a{
	color:white;
	font-size:11px;
	font-weight:bold;
}
#main-body{
	width:100%;
}
.body-left{
	float:left;
	width:670px;
	margin-right:20px;
}
.featured-news{
  float:left;
  width:670px;
  height:308px;
  background-color:#dddddd;
  position:relative;
  margin-bottom:25px;
}
.featured-news h1{
  position:absolute;
  left:15px;
  bottom:20px;
  z-index:11;
  background:url(_/inc/images/arrow-bg.png) rgba(39,137,208, .8) repeat-y right top;
  width:460px;
  margin:0;
  padding:0;
}
.featured-news a.title-slide{
  display:block;
  padding: 13px 25px 13px 15px;
  color:white;
  font-size:21px;
  line-height:25px;
  font-weight:bold;
  background:url(_/inc/images/arrow.png) no-repeat right center;
}
.latest-news{
	width:100%;
	float:left;
}
.latest-news-title{
	font-size:15px;
	text-transform:uppercase;
	background:url(_/inc/images/news-title-bg.jpg) repeat-x left bottom;
	margin-bottom:10px;
}
.latest-news-title span{
	color:#0096df;
	background-color:white;
	padding:0 10px 0 0;
}
.gray{
	color:#373737 !important;
}
.gray span{ color:#373737 !important; }
.secret-title{
	float:left;
	color:#676666;
	font-family:"Open Sans";
	font-weight:100;
	font-size:16px;
	text-transform:uppercase;
	margin:6px 13px 0 0;
}
.pf-alignright{
	float:right;
	margin-top:5px;
}
.pf-alignright a{
	color:#373737;
	text-decoration:none;
	font-size:13px;
	line-height:13px;
}
.pf-alignright img{
	margin-right:3px;
}
.pf-alignright a:hover{
	color:#8cc752;
}
.single-title{
	font-family:"Open Sans";
	font-weight:100;
	font-size:30px;
	line-height:34px;
	color:#000000;
	margin:10px 0;
}
.navigation{
	float:left;
	width:100%;
	margin:25px 0;
	text-align:center;
}
.wp-paginate .current{
	background-color:#2789d0 !important;
}
.wp-paginate a{
	padding: 6px 9px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wp-paginate .current{
	padding: 6px 9px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wp-paginate li{
	margin:0 !important;
}
.wp-paginate a{
	background:none !important;
}
.wp-paginate a:hover{
	background:#9a9a9a !important;
	color:white !important;
}
.bread-wrapper{
	width:100%;
	margin:0 0 10px 0;
	font-family:"Open Sans";
	font-weight:700;
	font-size:10px;
	text-transform:uppercase;
}
.bread-wrapper a{
	color:#b7b7b7;
	margin:0 5px;
}
.bread-wrapper span{
	margin:0 5px;
	color:#3e3e3e;
}
.single-body{
	width:98%;
	margin:0 0 0 2%;
}
.addthis_toolbox{
	width:100%;
	float:left;
	height:20px;
	margin:5px 0 15px;
}
.discomment{
        width: 100%;
        margin-top: 20px;
}
.tabset{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	height:35px;
	margin-bottom:20px;
}
.tabs li {
	margin: 0;
	padding: 0;
	float: left;
	height: 35px;
}
.tabs li a {
	display: block;
	float:left;
	padding:10px;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	font-weight: bold;
	color:#434343;
}
.tabs li.active a{ background-color:#0096df; color:white; }
.tabs li a:hover{
	color:#0096df;
	text-decoration: none;
}
.tabs li.active a:hover{ background-color:#237ab9; text-decoration:none; color:white; }
.per-news{
	width:100%;
	border-bottom:1px dotted #9e9e9e;
	margin:25px 0 0 0;
	padding:0 0 15px 0;
}
.date-div {
	float:left;
	width:40px;
	margin-right:10px;
	padding-right:5px;
	border-right:1px solid #d5d5d5;
}
.date-div span{
	font-family:"Open Sans Condensed";
	font-weight:300;
	font-size:13px;
}
.date{
	display:inline-block;
	width:100%;
	font-family:"Open Sans Condensed";
	font-weight:bold !important;
	font-size:34px !important;
	line-height:34px !important;
	color:#a4c745;
}
.title-div{ width:100%; margin-bottom:10px; }
.green{
	color:white;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border:none;
	text-shadow:none;
	background-color: #75b03b;
	background-image: -moz-linear-gradient(top, #8cc752, #75b03b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8cc752), to(#75b03b));
	background-image: -webkit-linear-gradient(top, #8cc752, #75b03b);
	background-image: -o-linear-gradient(top, #8cc752, #75b03b);
	background-image: linear-gradient(to bottom, #8cc752, #75b03b);
	background-repeat: repeat-x;	
	margin-bottom:20px;
}
.green:active, .green.active, .green.disabled, .green[disabled] {
	background-color: #8cc752;
	background-image: -moz-linear-gradient(top, #75b03b, #8cc752);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75b03b), to(#8cc752));
	background-image: -webkit-linear-gradient(top, #75b03b, #8cc752);
	background-image: -o-linear-gradient(top, #75b03b, #8cc752);
	background-image: linear-gradient(to bottom, #75b03b, #8cc752);
	background-repeat: repeat-x;	
	color:white;
}
.green:hover, .green:focus {
	color:white;
	text-decoration: none;
	background-position: 0 0;
	
	background-color: #8cc752;
}
.img-wrapper{
	display:inline;
	float:left;
	width:247px;
	margin-right:15px;
}
.per-news-wrapper{
	display:inline;
	float: none;
	width:auto;
}
.per-news img{
	border:1px solid #cbcbcb;
}
.per-news:first-child{ margin-top:0; }
.per-news-wrapper h1{
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	margin-top:0 !important;
	margin-bottom:5px !important;
}
.single-main{ float:left; width:100%; min-height:200px; }
.qtrans_language_chooser{
	position:absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:none white no-repeat 0 0;
	border:1px solid #d2d2d2;
	right: 16px;
	top: 100px;
	width: 105px;
	color:#838383;
	font-family:"Open Sans Condensed";
	font-weight:bold;
	font-size:14px;
	overflow:hidden;
	height:27px;
}
.qtrans_language_chooser:hover{
	height:auto;
}
.qtrans_language_chooser li a{
	color:#838383;
	display:block;
	font-family:"Open Sans Condensed";
	padding:3px 3px 3px 35px;
	background-position:10px 8px;
	font-weight:bold;
	font-size:14px;
}
.qtrans_language_chooser li a:hover{
	text-decoration:none;
}
.qtrans_language_chooser li{
	position:relative;
	margin:0;
	list-style-type:none; 
}
.qtrans_language_chooser li.active{
	border-bottom:1px solid #ededed;
}
.qtrans_language_chooser li.active:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -1px;
	display: inline-block;
	background: transparent;
	border-style: solid dashed dashed;
	border-color: transparent;
	border-top-color: #999;
	font-size: 0;
	border-width: 3px 3px 0;
	padding-top: 1px;
}
.per-news-wrapper h1 a{ 
	color:#000000;
	-webkit-transition: color .1s ease-in-out ;
	-moz-transition: color .1s ease-in-out;
	-ms-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}
.per-news-wrapper h1 a:hover{ text-decoration:none; color:#0096df; }
.readmore{
	-webkit-transition: all .1s ease-in-out ;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	color:#2789d0;
	font-weight:bold;
	font-size:13px;
	float:right;
	padding:5px 10px 5px 10px;
	display:block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.readmore:hover{
	text-decoration:none;
	background-color: #2789d0;
	color:#ffffff;
}
.cat{
	-webkit-transition: color .1s ease-in-out ;
	-moz-transition: color .1s ease-in-out;
	-ms-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
	color:#8d9aa4;
	font-weight:bold;
	text-decoration:none;
}
.cat:hover{
	color:#2789d0;
	text-decoration:none;
}
.morenews{
	margin-top:20px;
	text-align:center;
}
.morenews a{
	color:black;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 25px 5px 0;
	background:url(_/inc/images/tools.png) no-repeat right -244px;
	opacity:.6;
}
.morenews a:hover{
	opacity:.8;
}
.full{ width:100%; }
#area1 { display:none; }
#area2 { display:block; }
.two-col{
	float:left;
	display:inline;
	width:325px;
	margin-left:20px;
}
.alpha{ margin-left:0; }
.omega{ margin-right:0; }
.media{ width:100%; height:400px; background-color:#e6e6e6; }
.media-wrapper{
	position:relative;
	width:100%;
	height:177px;
	overflow:hidden;
}
.media-link{
	position:absolute;
	right:0;
	top:0;
	display:block;
	color:white;
	padding:7px 25px 7px 11px;
	font-size:15px;
	font-weight:bold;
	background: url(_/inc/images/tools.png) rgba(39,137,208, .8) no-repeat right -280px;
}
.media-wrapper h1{
	position:absolute;
	width:94%;
	padding:0 3%;
	left:0;
	bottom:-20px;
	background-color:rgba(0,0,0, .5);
}
.media-wrapper h1 a{
	color:white;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
.media-wrapper h1 a:hover { text-decoration:underline; }
.video-thumb{ display:block; position:absolute; width:67px; height:47px; left:50%; margin-left:-33px; top:50%; margin-top:-23px; background:url(_/inc/images/video-thumb.png) no-repeat center center; opacity:.9; }
.video-thumb:hover{ opacity:1; }
.body-right{
	float:left;
	width:310px;
}
.quickstart{
	width:100%;
	border:1px solid #cbcbcb;
	background-color:#6c6c6c;
	height:140px;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.quickstart h1{
	color:#2c2c2c;
	font-size:15px;
	text-transform:uppercase;
	border-bottom:1px solid white;
	padding:3px 0 10px 0;
	margin-bottom:10px;
}
.quickstart-link{ float:right; color:#2789d0; font-size:14px; margin-top:10px; font-weight:bold; }
.widget{ width:100%; margin-bottom:10px; }
.events {
	width: 288px;
	padding: 10px;
	border: 1px solid #cbcbcb;
}
.events ul, .events p, .events h6{
	margin:0;
}
.events ul li{
	margin:0 0 15px 17px;
}
.links{ width:100%; margin-top:40px; }
.links .latest-news-title{ padding-bottom:20px !important; margin-bottom:5px; }
.link-wrapper{
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}
.link-wrapper li{
	float:left;
	display:block;
	width:192px;
	height:81px;
	margin:0 0 0 10px;
	padding:0;
	background-color:#e6e6e6;
}
.link-wrapper li:first-child{
	margin-left:0;
}
.ssss{ width:300px; height:186px !important; }
.link-wrapper li a{
	width:190px;
	height:79px;
	display:block;
	border:1px solid #d4d4d4;
}
.link-wrapper li a:hover{
	border-color:#066d9a;
}
footer{
	width:100%;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:3px solid #717171;
}
.footer-title{
	font-size:15px;
	text-transform:uppercase;
	background:url(_/inc/images/footer-title-bg.jpg) repeat-x left center;
}
.footer-title span{
	background-color:white;
	padding:0 10px 0 0;
}
.footer-left{
	display:inline;
	float:left;
	width:300px;
	margin-right:15px;
}
.footer-right{
	display:inline;
	float:left;
	width:685px;
}
#map{
	display:inline;
	float:left;
	width:300px;
	height:186px;
	background-image:url(_/inc/images/emb-map.jpg);
	background-repeat:no-repeat;
	background-position: 0 -186px;
}
.area2{
	background-position: 0 -1px !important;
}
.area1{
	background-position: 0 -372px !important;
}
.area3{
	background-position: 0 -186px !important;
}
.footer-bottom-nav{
	list-style:none;
	margin-top:15px;
}
.footer-bottom-nav li{
	float:left;
	margin:0 10px 0 0;
}
.footer-bottom-nav li a{
	font-weight:bold;
	color:#7b7b7b;
	text-decoration:underline;
}
.footer-bottom-nav li a:hover{ color:black; }
.map-right{
	display:inline;
	float:left;
	width:220px;
}
.map-right h1{
	font-size:15px;
	margin-bottom:10px;
}
.map-right ul{ list-style:none; }
.map-right li{ margin:9px 0; }
.map-right li a{
	text-decoration:underline;
	color:#878787;
}
.map-right li a:hover{ color:black; }
.address-wrapper{
	width: 425px;
	float:left;
	color:white;
	font-weight:bold;
	background-color:#535353;
	padding: 15px 20px 0;
}
.address-wrapper img{
	float:left;
	margin:0 15px 15px 0;
}
.address-wrapper a{	color:#67d9ff; }
.address-wrapper a:hover{ text-decoration:underline; }
#searchwrapper{
	position:absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	right:16px;
	top:60px;
	width:155px;
	background:none white no-repeat 0 0;
}
.searchbox{
	display:inline;
	background:none white no-repeat 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	float:left;
	width:110px;
	margin:0 !important;
	border:none !important;
	outline:none;
	color:#565555;
	font-size:11px;
	padding:10px 0 10px 10px !important;
	height:10px !important;
}
.bordered{
	border:1px solid #cbcbcb;
	padding:10px;
}
.searchbox_submit{
	display:inline;
	background:url(_/inc/images/tools.png) white no-repeat -7px -9px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	float:left;
	width:35px;
	margin:0;
	padding:0;
	outline:none;
	border:none;
	height:28px;
	cursor:pointer;
}
.searchbox_submit:hover{
	background-position:1px -313px;
}
.timely{
	margin-bottom:20px !important;
}
#bolor{ display:none; }