@font-face {
    font-family: 'Tahoma';
    src: url('fonts/Tahoma.eot');
    src: url('fonts/Tahoma.eot') format('embedded-opentype'),
         url('fonts/Tahoma.woff') format('woff'),
         url('fonts/Tahoma.ttf') format('truetype'),
         url('fonts/Tahoma.svg#Tahoma') format('svg');
}

@font-face {
    font-family: 'DidactGothic';
    src: url('fonts/DidactGothic.eot');
    src: url('fonts/DidactGothic.eot') format('embedded-opentype'),
         url('fonts/DidactGothic.woff') format('woff'),
         url('fonts/DidactGothic.ttf') format('truetype'),
         url('fonts/DidactGothic.svg#DidactGothic') format('svg');
}


/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th{
margin: 0;
padding: 0;
}
/* Normalize list styles */
ol, ul ,li {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
border: 0;
cursor:pointer;

}
img{
   /* margin: 0 10px;*/
}
.clear{
	clear:both;
}

body {
    background: #F6F6F6;
    margin: 0 auto;
    color: #111111;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
}
.wrapper {
    width:960px;
    margin: 0 auto;
	border:1px solid #E8E8E8;
	background: #FFFFFF;
	padding:20px 0px 20px 0px;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	-ms-box-shadow: 0px 0px 3px #CCCCCC;
	-o-box-shadow: 0px 0px 3px #CCCCCC;
    box-shadow: 0px 0px 3px #CCCCCC;
}

h1 {
	color: #0021af;
    margin: 0 0 4px;
    font-size: 21px;
    font-family: 'Tahoma';
    font-weight: bold;
    padding: 5px 0 0;
    line-height: 25px;
    letter-spacing: 1px;
}
h2 {
	color: #0021af;
	margin: 0 0 4px;
	font-size:18px;
	/*font-family: 'Tahoma';*/
	font-weight: bold;
	padding: 5px 0 0;
	line-height:25px;
}
h4 {
    padding: 0 0 5px ;
    color: #ffffff ;
    font-family: Tahoma;
    font-size: 20px ;
    font-weight: normal;
    line-height: 25px;
    font-weight: bold;
	margin-bottom: 15px;
}

p{
	margin: 0;
	padding: 0 0 15px;
	color: #111111;
    font-family: Arial,sans-serif;
    font-size: 12px;
}

a{
    color: #588ECB;
    text-decoration: none;
	font-size: 12px;
	display:inline-block;
}
a:visited  , a:hover {
    text-decoration: underline;
}
a img{
	margin:0 1px;
}

ul li {
    list-style-type: square;
	font-size: 12px;
}
section {
    padding-bottom: 40px;
}

header{
   background:url(images/header.jpg);
   background-position:top center;
   background-repeat:repeat-x;
   background-color: #e7ded9 
   margin:0 auto;
   padding-top:10px;
}
header .logo{
   display:inline-block;
   padding-left:21px;
   padding-bottom:5px;
   margin-right:10px;
}
header .logo > img {
    width: 100%;
}
header a {
	display:inline-block;
	vertical-align:top;
}
.call-widget {
    float: right;
    height: 40px;
    /* vertical-align: top; */
    /* display: inline-block; */
    padding: 23px 10px 23px 0;
}
.call-widget h3 {
    background-image: url(images/call.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #000000;
    font-family: 'Tahoma';
    font-size: 30px;
    font-weight: bold;
    /* padding-left: 35px; */
    /* line-height: 56px; */
    /* vertical-align: middle; */
    padding: 10px;
    padding-left: 40px;
}

#nav {
    background-image: url(images/nav.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#0F8C48 ;
    border:1px solid #000000;
	width: 958px;
	margin:0 auto;
	text-align:center;
}

#nav ul {
 	display: inline-block;
}
#nav ul li {
    float: left;
    position: relative;
    text-align: center;
	list-style-type:none;
}
#nav ul li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 3px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'DidactGothic';
    font-weight: bold;
    text-transform: uppercase;
    border-right: 1px solid #E8E8E8;
    margin: 8px 0;
}
#nav ul li:last-child a{
	border-right:none;
}
#nav ul li ul {
	position:absolute;
	display:none !important;
	background:#0F8C48;
	width: 200px;
	z-index:99;
}
#nav ul li ul li{
    color: #ffffff;
    display: block;
	width:100%;
}
#nav ul li ul li a {
    background-image: url(images/nav.jpg);
	background-position: top center;
	background-repeat: repeat-x;
    border: 1px solid #E8E8E8;
	border-top: 0;
    margin: 0px;
    padding: 8px;
    color: #FFFFFF;
    text-decoration: none;
    float: none;
	text-align:left;
}
#nav ul li:hover ul{
	display:block ;
}
#nav ul li.hover ul {
	display:block !important;
	}

/*-- Home --*/
.banner{
    /*height: 545px;*/
	height: 300px;
    background:#000000;
	width:100%;
	overflow: hidden;
	position:relative;
}
.banner img{
	width:100%;
	margin:0;
}
.banner #ContactSliderContainer, .banner #ContactSliderContainer .ContactSlider {
    width: 100% !important;
    height: 100% !important;
}
#ContactSliderContainer {
    border: none !important;
    border-radius: 0 !important;
}
.left-panel{
	width:600px;
	padding-left:20px;
	float:left;
	margin-top:40px;
}
.right-panel{
	width:300px;
	padding-right:20px;
	float:right;
	margin-top:40px;
}
.left-panel iframe{
	width:425px;
	height:400px;
	border:1px solid #000000;
	margin:0 auto;
	display:block;
}
.left-panel ul{
	margin-left:20px;
}
.right-panel iframe {
   margin:0 auto;
   text-align:center;
   width:100%;
   border:0;
   height:230px;
}
.h-bottom {
    width: 850px;
    margin: 0 30px;
}
.h-bottom table {
    width: 100%;
}

.h-bottom table td {
    width: 25%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
	font-family: 'Tahoma';
	vertical-align: top;
}
.h-bottom table td img{
   border-right:1px solid #AAAAAA;
   width: 100%;
   vertical-align: top;
}
.h-bottom table td:last-child img{
   border-right:0px solid #AAAAAA;
}
.h-bottom ul{
	display:inline-block;
	border-top: 1px solid #DDDCDC;
	padding-top: 20px;
	width:500px;
	margin-right:5px;
	margin-left:0px;
}
.h-bottom ul li{
    width: 100%;
    display: inline-block;
	border-bottom: 1px solid #DDDCDC;
}
.h-bottom ul li a{
	float:left;
}
.h-bottom ul li a img {
    width: 130px;
    height: 95px;
	margin-right: 10px;
}
.h-bottom ul li h4 {
	vertical-align:top;
	display:inline-block;
	    margin-bottom: 0;
}
.h-bottom ul li h4 a {
    font-size: 18px;
    padding: 0 0 5px;
    font-weight: bold;
    display: block;
}
.h-bottom ul li p {
    width: 350px;
    float: left;
	font-size: 11px;
	line-height: 20px;
}
.h-bottom ul li p a{
   float:none;
}

.h-bottom blockquote {
    background-image: url("images/testibg.jpg");
	background-repeat: repeat-x;
	background-position:center center;
	background-color:#6EB86B;
	display: inline-block;
    max-width:300px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 100%;
	margin-top: -20px;
}
.h-bottom blockquote h1 {
    background-image: url("images/testi.png");
	background-repeat: no-repeat;
	background-position:left center;
    margin-bottom: 20px;
    min-height: 60px;
    padding-left: 65px;
}
.h-bottom blockquote span {
    background-image: url("images/quote.png");
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 20px;
    /* min-height: 67px; */
    padding-left: 35px;
    /* display: inline-block; */
    font-size: 12px;
    padding-top: 12px;
}
footer{
    background-image: url("images/footer.jpg") ;
	background-repeat:repeat-x;
	background-position:center top;
	background-color: #000000;
    padding: 20px;
}
footer .footer-bottom{
	width:700px;
	margin:0 auto;
}
footer .widget-wrap , footer .widget-map , footer .widget-contact {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 210px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}
footer .widget-wrap {
	color:#ffffff;
	text-align:center;
	font-size:12px;
}
footer .widget-wrap a{
	font-size:12px;
}
footer .widget-wrap img, footer .widget-map iframe {
	width:100%;
	border:none;
}
footer .widget-contact form label{
	color:#ffffff;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
}

input[type="text"],  input[type="email"],  textarea {
    box-shadow: 0 2px 3px #FFFFFF,0 1px 2px #000000 inset;
    margin-bottom: 15px;
    max-width: 180px;
    resize: none;
    width: 100%;
	padding: 2px 0;
}
input[type="submit"] {
    background: none repeat scroll 0 0 #0D9537;
    border: 1px solid #105FB6;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
    margin-right: 20px;
}
#closeImg {
    padding: 5px !important;
}
ul.blog , ul.blog ul{
	margin-left:0px;
}
ul.blog li{
	list-style-type:none;
	margin-bottom: 30px;
}

.blog li h2{
	line-height:0px;
}
.blog li h2 a{
	color: #588ECB;
	font-size:18px;
	/*font-family: 'Tahoma';*/
	font-weight: bold;
	padding: 5px 0 0;
}
.blog li a {
	font-size:12px;
}
.blog li span{
	margin: 0 0 8px;
	color: #888888;
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 25px;
	display:block;
	padding: 5px 0;
}
.blog li img
{
    border: 5px solid #E8E8E8;
}
hr {
    border: 1px solid #E8E8E8;
}
ul.blog ul li{
	float:left;
	margin-bottom: 0px;
}
ul.blog ul li:first-child{
	width:26%;
}
ul.blog ul li:first-child img{
	width:100%;
}
ul.blog ul li:last-child{
	width: 70%;
    margin-left: 3%;
}



.toggleMenu {
    visibility: hidden;
}