@charset "utf-8";
html, body {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	color: #555;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
}
h1 {
	font-size: 1.8em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #000;
}
h2 {
	font-size: 1.4em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #000;
}
h3 {
	font-size: 1.2em;
	font-weight: lighter;
	color: #000;
}
h4 {
	font-weight: normal;
	color: #000;
}
a {
	color: #0c588b;
	text-decoration: none;
}
a:hover {
	color: #449b51;
	text-decoration: none;
}
li {
	margin: 10px 0px;
}
input[type=text], input[type=password], input[type=email], input[type=search] {
	width: 85%;
	height: 35px;
	font-size: 16px;
	padding: 0px;
	margin: 0 auto;
}
 input[type=submit], [type=button], input[type=reset] {
 max-width: 150px;
 min-width: 100px;
 height: 39px;
 font-size: 16px;
 margin: 0 auto;
}
textarea {
	width: 85%;
	font-size: 16px;
	margin: 0 auto;
}
select, option {
	text-align: center;
	height: 35px;
	font-size: 16px;
}
.selected {
	font-weight: bold;
	color: #555;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
header {
	width: 100%;
	min-height: 100px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #fff;
	text-transform: uppercase;
}
header img {
	max-height: 100%;
	max-width: 100%;
}
header.smaller {
	width: 100%;
	min-height: 50px;
	position: fixed;
	z-index: 999999;
	box-shadow: 0px 15px 60px -25px #000;
	border-bottom: #555 1px solid;
}
header.smaller #menu-top {
	display: none;
}
header.smaller #logo {
	height: 50px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#header-wrapper {
	width: 100%;
	height: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-shadow: 0px 30px 60px -45px #000;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#logo {
	max-width: 100%;
	padding: 0px 10px;
	float: left;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#logo img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#menu-top {
	padding: 10px;
	text-align: right;
	font-size: 0.9em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#main-menu {
	float: right;
	margin: 0;
	padding: 0;
}
#main-menu li {
	margin: 10px 0px;
	padding: 10px;
	float: left;
	list-style-type: none;
}
#main-menu li a {
	font-weight: bold;
	font-size: 0.9em;
}
#main-menu li:hover {
	color: #449b51;
	border-bottom: 4px #449b51 solid;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
#main-menu2 {
	display: none;
}
#slider {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#content {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	padding: 20px 0px;
	box-shadow: 0px -30px 60px -55px #000;
}
#content img {
	max-height: 100%;
	max-width: 100%;
}
#sidebar {
	width: 28%;
	padding: 1%;
	float: left;
}
#sidebar img {
	max-height: 100%;
	max-width: 100%;
}
#main-content {
	width: 68%;
	padding: 1%;
	float: left;
}
#search-box {
	box-shadow: 0px 15px 60px -35px #000;
	padding: 20px 0px;
	text-align:center;
}
#search {
	height:39px;
	border:1px solid #CCC;
	padding-left: 30px;
	background:url(../images/search.png) 5px 9px no-repeat;
}
#search-button {
	float:left;
   width: 30px; 
   height: 30px; 
   display: block;
   background: url(../images/submit.png) 0 0 no-repeat;
}
#newsletter-box {
	padding: 10px 0px;
	text-align:center;
}
footer {
	width: 100%;
	min-height: 200px;
	background-image: url(../images/footer.png);
	background-size: 300px 100%;
	color: #FFF;
}
footer p {
	margin: 0;
	padding: 16px 0px;
}
#footer-wrapper {
	width: 100%;
	min-height: 200px;
	background-color: rgba(12,88,139,0.5);
	color: #FFF;
}
#footer-text {
	width: 100%;
	max-width: 960px;
	padding: 20px 0px;
	margin: 0 auto;
}
#menu-bottom {
	margin: 40px 10px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}
#menu-bottom a {
	color: #FFF;
}
#menu-bottom a:hover {
	color: #FFF;
	text-decoration: underline;
}
#social {
	float: right;
	margin: 40px 10px;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 50px;
    height: 49px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}
@media only screen and (max-width : 760px) {
/* Styles */
header.smaller {
	width: 100%;
	min-height: 50px;
	position: fixed;
	z-index: 999999;
	box-shadow: 0px 15px 60px -25px #000;
	border-bottom: #555 1px solid;
}
header.smaller #menu-top {
	display: none;
}
header.smaller #logo {
	display: none;
}
#main-menu {
	display: none;
}

#main-menu2 {
	display: block;
	width: 80%;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom:10px;
}
#sidebar {
	width: 96%;
	padding:2%;
	margin:0 auto;
}
#main-content {
	width: 96%;
	padding:2%;
	margin:0 auto;
}
#search-box {
	box-shadow: 0px 15px 60px -25px #000;
}
}
