@charset "UTF-8";

/* ------------------------------------------
  RESET
--------------------------------------------- */


.logo {
	background-image: url(images/web_logo.jpg);
	background-repeat: no-repeat;
	width:100%;
	height: 61px;
	float: right;
	
	
}
.header {
	width: 100%;
	height: auto;
    float: left;
	margin-top: 10px;
	
}
.tag {
	width: 100%;
	height: auto;
	margin-top: 10px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #1a648b;
	font-weight: bold;
	text-align:center;
	padding-bottom: 1em;
}
	
a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  BASE DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
 background-image: url(images/background.jpg);
	background-repeat:repeat-x;
  font: normal 100%/1.4 sans-serif;
  text-align: left;
  z-index:-100;
}

section {
  background: #fff;
  float: left;
  padding: 0 1em 0 1em;
  width: 90%;
  min-height: 600px; 
}
h2 {
	font: bold 100%/1.4em sans-serif;
}
h3 {
	font: bold 100%/1.4em sans-serif;
}
/* ------------------------------------------
 nav
--------------------------------------------- */
.navwrap {
	width: 90%;
	height: auto;
	float: left;
	position:relative;
	margin-left:-15px;
}


.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index:1;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  margin-left: 10px;
 
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #FFF;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: #2c81ae;
  border-bottom: 5px solid #2c81ae;
  padding: .7em 0 0 1.5em;
  float: left;
}

@media screen and (min-width: 640px) {
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid #2c81ae;
  }
}

.nav-collapse ul ul a {
  background: #2c81ae;
  padding-left: 2em;
  margin-left: -10px;
}
@media screen and (min-width: 640px) {
  .nav-collapse ul ul a {
    display: none;
  }
}
@media screen and (max-width: 450px) {
.header {
	width: 100%;
	height: auto;
    float: left;
	margin-top: 10px;

}
/*.tag {
	display: none;
	}	*/
.logo {
	width: 100%;
	float: left;
	
}
}
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("icons/responsivenav.eot");
  src:url("icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("icons/responsivenav.ttf") format("truetype"),
    url("icons/responsivenav.woff") format("woff"),
    url("icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height:65px;
  float: left;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 50px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
  color: #fff;
}
#pic {
	width: 45%;
	height: auto;
	float: right;
	padding: 0 0 0 .5em;
}
#copyright{
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
    padding: 30px 0px 15px 0px;
		}
.copyright {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2a2a2a;
}
#ld {
	float: left;
	height: 15px;
	width: 100%;
	text-align: center;
	}
.ld {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
a.ld:link {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.ld:active {
	text-decoration: underline;
	color: #666666;