/*
 * Modified 03/10/11
 */

/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: #009ee0; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.431; }

body, button, input, select, textarea { font-family: sans-serif; color: #231f20; }

::-moz-selection { background: #009ee0; color: #fff; text-shadow: none; }
::selection { background: #009ee0; color: #fff; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00468B; }
a:visited { color: #00468B; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; color:#f79037; }

svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

legend { border: 0; *margin-left: -7px; padding: 0; }

label { cursor: pointer; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

.toolbar_long  {
	width:100%;
	font-size: 30px;
	padding: 5px 0;
	text-align: center;
	background:#004489;
	position:relative;
	border-bottom:1px solid #009ee0;
}

.toolbar_long a:link,
.toolbar_long a:visited,
.toolbar_long a:hover,
.toolbar_long a:active {
	color:#fff;
	text-decoration:none;
}


body {
	background: #a6a6a6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 35px;
}

h2 {
	font-size: 18px;
}

h3, h4, h5 {
	font-size: 15px;
}

h1, h2, h3, h4, h5 {
	color: #00468b;	
	font-weight: bold;
	margin: 0;
	padding: 15 0 5px 0;
}

h3 a{font-size: 13px;}

#container {
	width: 982px;
	margin: 0 auto 30px;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

#header {
	overflow: hidden;
	background: #fff;
	position: relative;
}

#header img {
	border: 0;
	display: block;
	clear: both;
}

.contacts-bar {
	height: 90px;
	width: 100%;
	background: #004489;
	color: #fff;
	font-size: 10px;
}
.contacts-bar a{
	color: #fff;
	font-size: 10px;
}
.contacts-bar p{
	padding: 0;
	margin: 0;
}
.contacts-bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.contacts-bar ul li {
	display:inline;
	height: 25px;
	float:left;
	margin: 0 15px;
}

.contacts-bar ul li#contact-email a {
	text-decoration:none;
	color: #fff;
}

.logo-container {
	width: 290px;
	min-height: 180px;
}

#logo img {
	margin: 0 auto;
}


.banner-container {
	width: 656px;
	min-height: 270px;
	position: absolute;
	top: 0px;
	right: 25px;
	border-left: 2px solid #004489;
	border-right: 2px solid #004489;
}

.navybg {
	height: 90px;
	width: 16px;
	background: #004489;
	color: #fff;
}
/* --------------------------------------------------------------------------
   Main
   -------------------------------------------------------------------------- */

#main {
	margin:0 auto;
	width: 982px;
	background: #ffffff;
	color: #1a171b;
	min-height: 400px;
	-webkit-box-shadow:0px 0px 12px #999;
	-moz-box-shadow:0px 0px 12px #999;
	box-shadow:0px 0px 12px #999;
	behavior: url(pie.htc);
	position:relative;
	overflow: hidden;
}

#section {
	float: right;
	width: 690px;
	padding: 0 20px 20px 0;
}

.aside {
	width: 220px;
	position: relative;
}

.line {
	height: 1px;
	width: 100%;
	clear: both;
	border-bottom: 1px dotted #f79037;
}

.spacer10 {
	height: 10px;
	width: 100%;
	clear: both;
}
.spacer5 {
	height: 5px;
	width: 100%;
	clear: both;
}

/* --------------------------------------------------------------------------
   Main Navigation
   -------------------------------------------------------------------------- */
.hm1-wrap{
	height: 30px;
	background: #fff;
	padding: 6px 25px 0;
	position: absolute;
	top: -8px;
	right: 25px;
	border: solid 2px #009ee0;
	
}
.hm1 ul {
    list-style: none outside none;
    padding: 0;
	margin: 0;
    position: relative;
}
.hm1 {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.hm1 li {
	margin: 0;
	display: inline-block;
	float: left;
    padding: 0 5px;
}

.hm1 a.link:link,
.hm1 a.link:visited{
	color: #009ee0;
	text-decoration: none;
	display: block;
	background: #fff;
	line-height: 30px;
	padding: 0 8px;
}

.hm1 a.link:hover,
.hm1 a.link:active,
.hm1 a.linkon:link,
.hm1 a.linkon:visited ,
.hm1 a.linkon:hover,
.hm1 a.linkon:active {
	color: #fff;
	background: #009ee0;
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding: 0 8px;
}

.clear {
	clear: both;
}

/* Slider */
#slider {
	overflow:hidden;
	height: 271px;
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:656px;
	height: 271px;
	overflow:hidden;
}

/* // Slider */

/* --------------------------------------------------------------------------
   Side Navigation
   -------------------------------------------------------------------------- */
   
.vm1wrap{
	min-width: 190px;
	background: #004489;
	color: #fff;
	padding: 6px 25px 0;
	position: relative;
	top: 0;
	left: -8px;
	border: solid 2px #009ee0;
	
}
.vm1 ul {
    list-style: none outside none;
    padding: 0;
	margin: 0;
    position: relative;
}
.vm1 {
	width: 190px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.vm1 li {
	display: block;
	border-bottom: 1px dotted #009ee0;
	float: left;
	width: 100%;
}

.vm1 a.link:link,
.vm1 a.link:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding: 0 8px;
}

.vm1 a.link:hover,
.vm1 a.link:active,
.vm1 a.linkon:link,
.vm1 a.linkon:visited ,
.vm1 a.linkon:hover,
.vm1 a.linkon:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding: 0 8px;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

#footer {
	padding: 10px 0 0 0;
	color: #fff;
	text-align: right;
	font-size: 11px;
}

#footer a {
	color: #fff;
}

#footer p {
	margin: 0;
	padding: 5px 20px;
}

ul#footer-nav {
	margin: 0;
	padding: 0;
}

ul#footer-nav li {
	display: inline;
}

ul#footer-nav li a {
	font-size: 11px;
	text-decoration: none;
	padding: 7px 8px;
}

ul#footer-nav li a:hover {
	text-decoration: underline;
}

ul#footer-nav2 {
	margin: 0;
	padding: 0;
}

ul#footer-nav2 li {
	display: inline;
}

ul#footer-nav2 li a {
	font-size: 11px;
	text-decoration: none;
	padding: 7px 8px;
}

ul#footer-nav2 li a:hover {
	text-decoration: underline;
}

.pr-15{padding-right: 15px;}
.pl-15{padding-left: 15px;}
.pr-10{padding-right: 10px;}
.pl-10{padding-left: 10px;}
.pr-35{padding-right: 35px;}
.pl-35{padding-left: 35px;}
.fl{float: left;}
.fr{float: right;}

.blue{color: #009ee0;}
.rc-6{
	-webkit-border-radius: 6px; /* Safari and Chrome */
	-moz-border-radius: 6px; /* Firefox */
	border-radius: 6px; /* Opera 10.5+, future browsers and IE6+ using pie.htc */
	behavior: url(pie.htc);
	position:absolute;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #f79037 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
