@import url('fonts?Gotham-Medium');
*{ margin: 0; padding: 0; }

body{
   font-family: arial, helvetica;
   font-size: 14px;
   line-height: 18px;
   color: #222b32;
   background: #535e68 url(../img/bg.jpg) 0 0 repeat-x;
}

h2{ color: #222b32; font-size: 18px; line-height: 22px; padding: 0; }
h3{ color: #222b32; font-size: 14px; line-height: 18px; padding: 0 0 5px 0; font-weight: normal; }
h4{ color: #222b32; font-size: 14px; line-height: 18px; padding: 0 0 5px 0; font-weight: normal; }
h5{ color: #222b32; font-size: 14px; line-height: 18px; padding: 0 0 5px 0; font-weight: normal; }
h6{ color: #222b32; font-size: 14px; line-height: 18px; padding: 0 0 5px 0; font-weight: normal; }

a{ color: #1595ca; text-decoration: none; outline: none; }

p{ padding: 0 0 10px 0;}

hr{ border:0; border-bottom: 1px solid #024468; width: 100%; margin: 10px 0; height: 0; }

ol, ul{ margin: 0 0 0 10px; }

pre, blockquote, code{
    background: #E0E2E4;
    border-left: 2px solid #3A444D;
    display: block;
    margin: 10px 0 10px 10px;
    padding: 10px;
}

/*****************
    HEADER
*****************/
#bar{
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 100%;
    background-color: rgba(68, 78, 87, .5);
}

#bar .btn_back{ 
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
	width: 39px;
	height: 26px;
	padding: 5px 0 0 13px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1 1px #000;
	font-size: 12px;
	background: url(../img/bg_btn_back.png) 0 0 no-repeat;
}

#bar .btn_search{
	display: block;
	position: absolute;
	top: 7px;
	right: 10px;
	width: 31px;
	height: 31px;
	background: url(../img/btn_search.png) 0 0 no-repeat;
}

.search{
	clear: both;
	display: none;
	margin: 50px 0 10px 0;

	text-align: center;
}
.search .field{ width: 200px; }
.search .btn_field{ padding: 7px 15px; }

#header{ padding: 73px 0 43px 0; }
#header h1#logo{ width: 237px; height: 54px; margin: 0 auto; }
#header h1#logo a{
    display: block;
    width: 237px;
    height: 54px;
    background: url(../img/logo.png) 0 0 no-repeat;
}
#header h1#logo a span{ display: none; }

/*********************
    NAV BUTTONS
**********************/
.top_corners{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px; 
}
.bottom_corners{
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px; 
}
.btns{
	display: block;
	padding: 28px 10px 27px 92px;
	
	background: #222b32;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'Gotham Medium', arial;
}
.btns a { color: #fff; }


/*******************
    CONTENT
********************/
#content{
	margin: 0 10px;
}

#mainNav{ list-style-type: none; margin: 0; }
#mainNav li{
	margin: 0 0 1px 0;
}
#mainNav li a{ position: relative; }
#mainNav li a span.icon, h2.headline span.icon{
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 10px;
	left: 20px;
}
#mainNav li a span.icon img, h2.headline span.icon img{
	height: 52px;
	width: 52px;
}

h2.headline{ position: relative; font-weight: normal; }

ul.list{
	list-style-type: none;
	margin: 0;
	
	background: #fff;
}
ul.list li a, ul.list li span.item{
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #d9dada;
    color: #023550;
}
ul.list li span.item a{
	border: 0 none;
	display: inline;
	padding: 0;

	color: #1595ca;
}
ul.list li a span.date, .content span.date, ul.list li span.item span.date{
	display: block;
	font-size: 10px;
	color: #1595ca;
}
ul.list li.hilite{
	background-color: rgba(68, 78, 87, 0.25);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}


.content{
	padding: 10px 20px;
	background: #fff;
	font-size: 12px;
	line-height: 16px;
}

.news_img{
	display: block;
	max-width: 96%;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #e1e1e1;
}

#contact_buttons{ 
	width: 275px;
	padding: 10px 0;
	margin: 0 auto 0 auto;
}
#contact_buttons .btn{
	display: block;
	position: relative;
	width: 122px;
	height: 35px;
	text-align: left;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contact_buttons .email span,
#contact_buttons .call span{
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	font-family: 'Gotham Medium', arial;
	text-shadow: 0px 1px 1px #333;
}
#contact_buttons .call{
	float: left;
	background:  url(../img/bg_btn_blue.jpg) 0 0 repeat-x;
}
#contact_buttons .call span{
	background: url(../img/icon_phone.png) 16px 6px no-repeat;
	padding: 9px 0 9px 49px;
}
#contact_buttons .email{
	float: right;
	background:  url(../img/bg_btn_yellow.jpg) 0 0 repeat-x;
}
#contact_buttons .email span{
	background: url(../img/icon_email.png) 16px 9px no-repeat;
	padding: 8px 0 8px 52px;
}

.item{
	position: relative;
	padding: 10px;
	border-top: 1px solid #e1e1e1;
}
.item h3{ font-weight: bold; padding: 0; }
.map_link{
	position: absolute;
	top: 20px;
	right: 10px;
	display: block;
	width: 50px;
	color: #2197c7;
	font-size: 14px;
	text-align: center;
}
.map_link img{
	display: block;
	margin: 0 auto;
}

/***********************
        FOOTER
***********************/
#footer{ 
	padding: 20px 0;
	
	color: #9ea8b2;
	text-align: center;
	font-size: 10px;
}
#footer a{ color: #9ea8b2; }

/********************
    GENERAL
*******************/
input.field, textarea.field {
    border: 1px solid #9EA8B2;
    margin: 0 2px 0 0;
    padding: 5px;
    width: 95%;

	color: #023550;
	font-size: 14px;
}
.btn_field{
    border: 0;
	display: inline-block;
    padding: 10px 15px;
    
    color: #fff;
    font-weight: bold;
    text-shadow: 0 -1 1px #000;
    font-size: 12px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0px #000000;
    -moz-box-shadow: 1px 1px 2px 0px #000000;
    box-shadow: 1px 1px 2px 0px #000000; 
    background: #49545d url(../img/bg_btn.jpg) 0 0 repeat-x;
}
.cleaner{ clear: both; }
.no-border{ border: 0 !important; }
.no-margin{ margin: 0 !important; }
.no-padding{ padding: 0 !important; }
.no-spacing{ margin: 0 !important; padding: 0 !important; }
.inline{ display: inline !important; }

.align_center { text-align: center; }

.float_right { float: right; }
.float_left { float: left; }
