html, body {
  margin:0;
  padding:0;
} 

body {
	color: #474747;
	font: 12px/20px Arial, Helvetica, sans-serif;
	height: 2000px;
}

section {
	width:100%;
	padding-top:30px;
}

a {
	text-decoration:none;
}

header, nav, section, footer {
	display: block;
}

header {
  top:0px;
  position:fixed ;
  height: 40px;
  background-color: #fff;
  width:100%;
  z-index: 999;
}

header .logo{
	font-size: 28px;
	margin-left: 10px;
}

nav {
  width:960px;
  margin: 0 auto 5px auto;
  bottom:0px;
  height:20px;
  left:0px;
  padding-right: 30px;
  font-style: bold;
  font: 12px/20px Arial, Helvetica, sans-serif;
}

nav ul {
	margin-top: -40px;
    background-color:#fff;
	margin-top:10px;
	float:right;
}

nav ul li {
    display: inline;
	margin: 5px 5px 5px 10px;

}

nav ul li a {
    color:#323232;
    font-weight: bold;
}

nav ul li a:hover {
    color:#B6343B;
}

nav ul li a.active {
	color:#bbb;
}

nav .current a {
	color:#bbb;
}


#banner {
  width:100%;
  height:100px;
  background-color:#464646;
  color: #fff;
  text-align: center;
  font: 12px/20px "Times New Roman", Garamond, serif;
  padding-top: 5px;
  margin-bottom: 40px;
}

#content {
  width:960px;
  margin: 40px auto 15px auto;
  padding-bottom:40px;
  top:0px;
  height:100%;
  position:relative;
  background-color: #fff;
}

#content h1 {
  width:100%;
  background-color:#464646;
  color: #fff;
  font-size: 16px;
  padding:3px 0px 3px 0px;
}

#content h1::before {
	content: "";
  background-color:#17817A;
  padding:3px 18px 3px 5px;
  margin-right: 7px;
}


#content h2 {
  width:100%;
  font-size: 12px;
  padding:3px 0px 0px 5px;
  margin:0px 0px 0px 0px ;
}

#content h2::before {
	content: "";
  background-color:#17817A;
  padding:0px 9px 0px 5px;
  margin-right: 7px;
}

#content p {
  padding-left: 5px;
}

.col-1-3 p {
  margin-left: 25px;
	
}

#content a {
  color: #17817A;
  text-decoration:underline;
}

footer {
  bottom:0px;
  position:fixed;
  height:25px;
  width:100%;
  color: #fff;
}

#footer-content {
  width:940px;
  margin: 0 auto 15px auto;
  padding: 2px 10px 5px 10px;
  background-color:#464646;
  text-align:center;
}	