/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 29, 2012 */

@font-face {
    font-family: 'PFBeauSansProSemiBoldRegular';
    src: url('../fonts/pfbeausanspro-seboldwebfont.eot');
    src: url('../fonts/pfbeausanspro-seboldwebfont.eot') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-seboldwebfont.ttf') format('truetype'),
         url('pfbeausanspro-seboldwebfont.svg#PFBeauSansProSemiBoldRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'PFBeauSansProRegular';
    src: url('../fonts/pfbeausanspro-regwebfont.eot');
    src: url('../fonts/pfbeausanspro-regwebfont.eot') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-regwebfont.ttf') format('truetype'),
         url('pfbeausanspro-regwebfont.svg#PFBeauSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFBeauSansProItalic';
    src: url('../fonts/pfbeausanspro-italicwebfont.eot');
    src: url('../fonts/pfbeausanspro-italicwebfont.eot') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-italicwebfont.ttf') format('truetype'),
         url('pfbeausanspro-italicwebfont.svg#PFBeauSansProItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'PFBeauSansProBbookItalic';
    src: url('../fonts/pfbeausanspro-bookitalicwebfont.eot');
    src: url('../fonts/pfbeausanspro-bookitalicwebfont.eot') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-bookitalicwebfont.ttf') format('truetype'),
         url('pfbeausanspro-bookitalicwebfont.svg#PFBeauSansProBbookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'PFBeauSansProLightItalic';
    src: url('../fonts/pfbeausanspro-lightitalwebfont.eot');
    src: url('../fonts/pfbeausanspro-lightitalwebfont.eot') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-lightitalwebfont.ttf') format('truetype'),
         url('pfbeausanspro-lightitalwebfont.svg#PFBeauSansProLightItalic') format('svg');
    font-weight: lighter;
    font-style: italic;
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: PFBeauSansProRegular, PFBeauSansProSemiBoldRegular, PFBeauSansProLightItalic, PFBeauSansProBbookItalic, PFBeauSansProItalic;
    font-size: 0.625em;
	width: 100%;
	height: 100%;
    color: #3f3f3f;
}
a {
	color: #4f6ea2;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
    font-size: 1.4em;
	margin: 0 0 1.429em;
    line-height: 1.429em;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header .grid_10 {
    position: relative;
    z-index: 350;
}
#main_menu {
    list-style: none;
    height: 52px;
    text-transform: uppercase;
    margin-top: 46px;
    position: relative;
    z-index: 350;
    margin-left: 40px;
}
#main_menu li { 
    font-size: 1em;
    line-height: normal;
    background: none;
    padding: 0;
}
#main_menu .menu_elem {
    display: block;
    float: left;
    position: relative;
    margin: 0;
}
#main_menu .menu_elem:first-child {
    border: 0;
}

#main_menu .menu_elem > a {
    color: #52637f;
    text-decoration: none;
    font-size: 0.8em;
    display: inline-block;
    padding: 20px 23px 20px 25px;
    position: relative;
    z-index: 2;
    font-size: 1.6em;
    font-family: PFBeauSansProSemiBoldRegular, Arial, Tahoma, Verdana, sans-serif;
    
}
#main_menu .menu_elem ul {
    display: none;
    font-size: 1.4em;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    margin-top: 25px;
    background: #fff;
    list-style: none;
    border: 1px solid #e9e9e9;
    padding: 0 20px;
    line-height: normal;
    width: 350px;
    /*box-shadow: -1px 1px 1px rgba(0,0,0,0.3);*/
}
#main_menu .menu_elem ul li { margin: 20px 0 }
#main_menu .menu_elem ul a { color: #4f6ea2; }
#main_menu .menu_elem a { text-decoration: none; }
#main_menu .menu_elem a:hover { text-decoration: underline; }
#main_menu .menu_elem:hover > a { color: #3a3a3a; }
#main_menu .menu_elem:hover ul { display: block; }
#main_menu .menu_elem:hover {
    z-index: 2;
}
#main_menu .menu_elem .background {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    height: 20px;
}

#main_menu .menu_elem .separator {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    height: 20px;
    border-left: 2px solid #f0f0f0;
}
#main_menu  .menu_elem:first-child .separator  {
    display: none;
}
#main_menu .menu_elem:hover .background {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: 49px;
    margin-top: -25px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    /*box-shadow: -1px 1px 1px rgba(0,0,0,0.3);*/
}

#main_menu .menu_elem:hover .background-shadow {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: 54px;
    margin-top: -25px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    border-right: 0;
}


#logo {
    padding: 20px 0 20px 25px;   
    border: 0;
    margin: 0;
}
#logo a, #logo img {
    display: block;
}

#header {
	height: 112px;
	background: #fff;
    margin-bottom: 38px;
    position: relative;
    z-index: 5;
}
#header .middle {
    height: 111px;    
}
#header .grid_12 {
    border-bottom: 1px solid #e9e9e9;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 151px;
}

.middle {
    width: 960px;
    margin: 0 auto;
}

.image_slider {
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    margin-top: -18px;
}
.image_slider img {
    display: block;
    height: 280px;
}
.image_slider div {
    position: absolute;
    bottom: 0;
    height: auto;
    background: url('/img/sbg.png');
    overflow: hidden;
    top: 231px;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    cursor: default;
}
.image_slider div strong {
    font-weight: bold;
    background: #52637f;
    display: block;
    padding: 14px 0;
    font-family: PFBeauSansProSemiBoldRegular, Arial, Tahoma, Verdana, sans-serif;
}
.image_slider p { padding: 0 30px; font-size: 1.7em; line-height: 1.588em; }
.image_slider p:first-child { padding: 0; line-height: normal; }


.content { font-size: 1.4em; }
.content > * { font-size: 1em; }
.content p { font-size: 1em; }
.content li { font-size: 1em; }
.content blockquote {
    font-size: 1.07em;
    font-style: italic;
    color: #707070;
    font-family: PFBeauSansProBbookItalic, Arial, Tahoma, Verdana, sans-serif;
    border-top: 4px double #f4f4f4;
    border-bottom: 4px double #f4f4f4;
    margin-left: 50px;
    margin-bottom: 1em;
    padding: 16px;
}
.content .important {
    font-style: italic;
    font-weight: lighter;
    font-family: PFBeauSansProLightItalic, Arial, Tahoma, Verdana, sans-serif;
    color: #6f6f6f;
}
/*
.contacts_content { font-size: 1.8em; }
.contacts_content > * { font-size: 1em; }
*/

h1, h2 {
    font-family: PFBeauSansProSemiBoldRegular, Arial, Tahoma, Verdana, sans-serif;
    font-weight: normal;
    font-size: 2.2em;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 11px;
    padding-bottom: 10px;
}
/*h1 { margin: 25px 0 1em; }*/
.index_lists h3 {
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 1em;
}
ul {
    list-style: none;
}

ul li {
    background: url("/img/list-image.png") 8px 3px no-repeat;
    padding-left: 30px;
    font-size: 1.4em;
    line-height: 1.429em;
    margin-bottom: 1.429em;
}
ol li {
    margin-left: 30px;
    font-size: 1.4em;
    line-height: 1.429em;
    margin-bottom: 1.429em;
}
.links-list { margin-bottom: 2.8em; }
.links-list li { padding-left: 0; background: none; }

#map {
    height: 420px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {	
	margin: -121px 0 0;
	height: 120px;
    border-top: 1px solid #52637f;
	background: #e6e9ee;
	position: relative;
}
#footer p {
    color: #979797;
    line-height: 20px;
    font-size: 1.1em;
    margin-top: 12px;
}
#footer address {
    margin: 0 15px;
    font-style: normal;
    font-size: 1.1em;
}
#footer-menu {
    list-style: none;
    text-align: right;
    white-space: nowrap;
    text-transform: uppercase;
    padding-top: 15px;
}
#footer-menu .menu_elem {
    display: inline;
    font-size: 1.2em;
    margin-left: 30px;
    padding: 0;
    background: none;
}
#footer-menu .menu_elem a {
    color: #3f3f3f;
    text-decoration: none;
}
#footer-menu .menu_elem a:hover {
    text-decoration: underline;
}