h1 {
	font-size: 24px;
	line-height: 30px;
	padding-top: 2px;
	margin-bottom: 12px;
	color:#000066;
}

h2 {
	font-size:20px;
	line-height: 24px;
	padding-top: 5px;
	margin-bottom: 12px;
}

footer {
	font-size: 10px;
	line-height: 20px;
	padding-top: 60px;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
}

.container {
    min-width: 400px;
    max-width: 1100px; 
    margin: 0 auto; 
}

.header {
    background: url(../images/background.jpg) repeat-x;
    height: 120px;
    position: relative;
}

.logo-1 {
	width: 575px;
	height: 80 px;
	display: inline-block;
}

.logo-2 {
	display: none;
}

.img-3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.img-4 {
    position: absolute;
    top: 10px;
    right: 0;
}

.img-3 {
    width: 120px;
    height: 120px;
}

.img-4 {
    width: 75px;
    height: 75px;
    display: none;
}

.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.img-2x {
    display: none;
}
.main-nav {
    width: 23%;
    float: left;
}

.main-nav ul {
    padding: 0;
    list-style: none;
}

.main-nav .nav-item {
	margin: 10px;
}

.nav-item a {
    color: #000066;
    font-size: 1.3em;
    text-align: center;
    text-decoration: none;
	display: block;
    padding: 5px;
    border-style: solid;
	border-width: 2 px;
	border-color: #000066;
}

.nav-item a:hover,
.nav-item a:focus {
    background: #000066;
    color: #fff;
}

.content {
    max-width: 77%;
    float: left;
}

.content .title {
    /*max-width: 380px;*/
    text-align: center;
    /*float: left;*/
}

.img-5{
    width: 230px;
    height: 316px;
    margin: 10px 0 10px 10px;
    float: right;
}

.img-6 {
    width: 50%;
	margin: 10px 0 10px 10px;
    float: right;
}

#map-canvas {
    height: 650px;
    width: 450px;
    margin: 10px 0 10px 10px;
    float: right;
}


.content-text {
    clear: left;
}

.footer {
    text-align: center;
    margin: 20px 0 0;
    clear: both;
}

@media screen and (max-width: 768px) {
	
.container {
    min-width: 360px;
    max-width: 80%; 
    margin: 0 auto; 
}

.header {
        min-height: 100px;
        height: auto;
    }
    
.logo-1 {
	display: none;
}

.logo-2 {
	width: 320 px;
	height: 110px;
	display: inline-block
}

    .img-3 {
        display: none;
    }
    
    .img-4 {
        display: block;
        top: 10px;
    }
    
    .main-nav {
        display: none;
    }
    
    .img-5 {
		max-width: 320px;
        margin: 0 auto;
        float: none;
    }
	
	#map-canvas {
        margin: 0 auto;
        float: none;
    }
	
	.img-6 {
		width: 320px;
		height: auto;
		overflow: hidden;
        margin: 0 auto;
        float: none;
    }
    
    .content {
        max-width: 100%;
    } 
	    
    .content .title {
        max-width: none;
        float: none;
    }
}

@media (max-width:479px){

	.content {
    width: 360px;
    padding: 0 0px;
  }
  
   #map-canvas {
    height: 400px;
    width: 320px;
}
  }


