@charset "UTF-8";
body {
	background-color: #F2EAE0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #192C3F;
	line-height: 1.1;
	margin: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	max-width: 100%;
	height:auto;
}
h1 {
	font-size: 22px;
	font-weight: lighter;
	color: #7486A5;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	margin: 0px;
	font-size: 16px;
	font-weight: lighter;
	color: #4A8E13;
}
h3 {
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #E0E5D8;
}
a {
	font-weight: bold;
	color: #7486A5;
	text-decoration: none;
}
#container {
	max-width: 1200px;
	margin-left: -490px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	height: 100%;
	width: 94%;
	padding: 0 3%;
}
#logo {
	background-color: #4B7AB1;
}
#navs {
	background-image: url("images/navs_r1_c6_s1.gif")
}
#content {
	float: right;
	width: 80%;
	height: 100%;
	background-color: #003752;
	z-index: 2;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#page-content {
	color: #F2EAE0;
	padding: 20px;
}
#overlaycontent {
	background-image: url(images/trans.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 320px;
	margin: 0px;
}
#overlay1 {
	position: absolute;
	z-index: 10;
	width: 320px;
	left: 616px;
	top: 129px;
}
#overlaycontent p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#overlay1 #close {
	position: absolute;
	z-index: 20;
	height: 23px;
	width: 23px;
	left: 340px;
	top: 0px;
}
#overlay1 #open {
	position: absolute;
	z-index: 21;
	height: 23px;
	width: 23px;
	left: 340px;
	top: 0px;
	visibility: hidden;
}
#overlay2 {
	position: absolute;
	z-index: 10;
	width: 320px;
	left: 224px;
	top: 128px;
}
#overlay2 #close {
	position: absolute;
	z-index: 20;
	height: 23px;
	width: 23px;
	left: -24px;
	top: 0px;
}
#overlay2 #open {
	position: absolute;
	z-index: 21;
	height: 23px;
	width: 23px;
	left: -24px;
	top: 0px;
	visibility: hidden;
}
#foot {
	padding: 20px;
	font-size: 12px;
	color: #F2EAE0;
	clear:both;
}
#foot a {
	color: #FFF;
}
#lhs {
	font-size: 14px;
	text-align: right;
	width: 19%;
	padding-top: 125px;
}
.slicknav_menu {
    display: none;
    position: fixed;
    right: 3%;
    top: 7px;
    z-index: 999;
}
#mobilemenu {
	display:none;
}
.slicknav_nav {
    text-align: right;
}
#gmap {
	width: 45%;
	float: right;
	margin-left:5%;
}
.badge {
    float:right;
}


@media (max-width: 767px) {
	#content {
	float: left;
	width: 100%;
}
	#lhs {
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	margin-top: 40px;
	clear: both;
}
    .badge {
    float:none;
}

}


@media (max-width: 600px) {
#navs {
	display:none;
}
.slicknav_menu {
	display:block;
}
#logo {
    background-color: #4b7ab1;
    position: fixed;
    width: 94%;
    z-index: 99;
	padding: 5px 0;
}
#logo img {
    max-width:80%;
}
#pic {
	margin-top: 40px;
}
#gmap {
	width: 100%;
	float: none;
	margin-left:0;
}

}