@charset "utf-8";
/* ----------------------------- DEFAULTS ----------------------------- */
@font-face {
    font-family: 'EurostileRegular';
    src: url('../fonts/eurosti-webfont.eot');
    src: url('../fonts/eurosti-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/eurosti-webfont.woff') format('woff'),
         url('../fonts/eurosti-webfont.ttf') format('truetype'),
         url('../fonts/eurosti-webfont.svg#EurostileRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EurostileBold';
    src: url('../fonts/ufonts.com_eurostile-bold-2-webfont.eot');
    src: url('../fonts/ufonts.com_eurostile-bold-2-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_eurostile-bold-2-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_eurostile-bold-2-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_eurostile-bold-2-webfont.svg#EurostileBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body { 
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	background: url(../images/layout/bg3.jpg) no-repeat center;
	
}
a { 
	text-decoration: none;
	color: #044995;
}
ul {margin: 0; padding: 0 0 0 20px; }
.cl { clear: both; }
h1, h2 {
	font-family: 'EurostileBold', Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #044995;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 30px;
	margin: 5px 0 20px 0;
}

.img_right {
	float: right;
	margin: 0 0 10px 15px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .75);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .75);
}
.img_left {
	float: left;
	margin: 0 15px 10px 0;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .75);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .75);
}
.img_right_nb {
	float: right;
	margin: 0 0 10px 15px;
}
.img_left_nb {
	float: left;
	margin: 0 15px 10px 0;
}
/* ----------------------------- HEADER ----------------------------- */
#header {
	padding-top: 5px;
	width: 940px;
	height: 85px;
	margin: 0 auto;
}
#logo {
	background: url(../images/layout/logo.png) no-repeat center;
	width: 355px;
	height: 80px;
	display: block;
	float: left;
	padding-top: 5px;
	margin-right: 25px;
}

/* ----------------------------- NAV ----------------------------- */
#nav {
	width: 500px;
	height: 50px;
	margin: 15px 5px;
	font-family: 'EurostileRegular', Tahoma, Geneva, sans-serif;
	font-size: 16px;
	float: left;
 }
#nav a {
	float: left;
	line-height: 50px;
	padding: 0 10px;
	color: #044995;
}
#nav a.select {
	color:#000;
}
#nav a:hover {
	color:#000;
}
.social {
	width: 151px;
	height: 50px;
	float: right;
}
	#nav .social a {
		padding: 0;
		background: no-repeat bottom;
		margin: 0 0 0 5px;
		float: right;
		width: 50px;
		height: 50px;
	}
	#nav .social a:hover {
		background-position: top;
	}
	#nav .social .icon_fb {
		background-image: url(../images/icons/fb.png);
	}
	#nav .social .icon_tw {
		background-image: url(../images/icons/tw.png);
	}
	#nav .social .icon_li {
		background-image: url(../images/icons/li.html);
	}
	#nav .social .icon_gp {
		background-image: url(../images/icons/gp.html);
	}
	#nav .social .icon_em {
		background-image: url(../images/icons/em.png);
	}
	
/* ----------------------------- WRAPPER & SLIDER ----------------------------- */
.wrapper {
	margin: 0 auto;
	width: 940px;


}
.slider_wrap {
	margin: 0 0 15px 8px;
	width: 337px;
	height: 700px;
	float: left;
		
}
#slider {
	width: 337px;
	height: 541px;
	float: left;
}
.contact_title {
	font-family: 'EurostileRegular', Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin: 20px;
	color: #044995;
	text-transform: uppercase;
}
.contact_info {
	margin: 20px;
}
/* ----------------------------- CONTENT ----------------------------- */
#content {
	width: 901px;
	min-height: 400px;
	padding: 0 20px 20px;
	margin: 0 auto;
	background-color: #DFDFDF;
	background-color: rgba(178, 187, 188, .25);
	line-height: 20px;
	color: #000;
}
#content.home {
	width: 580px;
	float: left;
	padding: 0;
	background-color: rgba(178, 187, 188, 0);
}
#content.page {
	padding: 20px;
}
#content.page.contact { width: 900px; background: none; }
#content.page p a {
	color: #044995;
}
#content.page p a:hover {
	color: #677c92;
}
#content.page h2 {
	margin: 20px 0 15px 0;
}
/* ----------------------------- FEATURE BLOCKS ----------------------------- */
.feat_line {
	float: left;
	width: 254px;
	margin: 50px 0 0 100px;
}

.line1 {
	background: url(../images/layout/line1.png) no-repeat;
	display: block;
	height: 134px;
	margin-left: 60px;
}
.line2 {
	background: url(../images/layout/line2.png) no-repeat;
	display: block;
	height: 44px;
	margin: 70px 0 0 35px;
}
.line3 {
	background: url(../images/layout/line3.png) no-repeat;
	display: block;
	height: 164px;
	margin-top: 70px;

}
.feat_wrap {
	float: right;
	width: 200px;
}
.feat_block {
	background:url(../images/layout/feature_block.png) no-repeat;
	display: block;
	width: 197px;
	height: 197px;
	float: right;
	margin: 30px 20px 0 0;
	color: #000;-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .75);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .75);
}
.feat_text {
	width: 187px;
	height: 217px;
	font-size: x-small;
}
.bottom {
	min-height: 100px;
}
.feat_title {
	font-family: 'EurostileRegular', Tahoma, Geneva, sans-serif;
	color: #fff;
	height: 32px;
	width: 180px;
	margin: 10px 20px;
	font-size: 20px;
	
}
.feat_content {
	width:180px;
	height: 150px;
	margin: 8px 3px 0 3px;	
}

.more {
	display: block;
	margin: 10px 0 0 0;
	color: #044995;
	border-bottom: 1px dotted #044995;
	width: 67px;
}
	.more:hover {
		color: #677c92;
}

	
/* ----------------------------- FOOTER ----------------------------- */
.foot_wrap {
	width: 100%;
	height: 130px;
	background: #d7d7d8;
}
#footer {
	background: url(../images/layout/footer.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 130px;
	font-size: 10px;
	line-height: normal;
	color: #677c92;
	text-align: right;
	margin-top: 10px;
	
}
#footer a {
	color: #5a6263;
}
#footer a:hover {
	color: #000;
}

/* --------------------------- CONTACT ------------------------------- */
.left-col {
	width: 655px;
	float: left;
}
.right-col {
	width: 195px;
	float: left;
	margin-left: 20px;
	padding: 0 15px;
}
.contact-info { margin-bottom: 30px; }
.contact-row {
	font-family: 'EurostileRegular', Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
#gmap {
	background: url(../images/layout/side_bar_image.jpg) no-repeat;
	width: 245px;
	height: 393px;
	display: block;
}