@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
h1 {
  border-bottom: 1px solid #666666;
  font-size: 25px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px;
  text-decoration: none;
}
h2 {
  border-bottom: 1px solid #666666;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-decoration: none;
}
a {
  color: #335fa4;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}


/* -- HELPERS -- */

.centered {
	margin-left: auto;
	margin-right: auto;
}
.full_width {
	width: 100%;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearfix {
	clear: both;
}
img {
  border: medium none;
  height: auto;
  max-width: 259px;
  width: 100%;
}
.outter_wrapper {
  min-height: 300px;
  width: 980px;
}
header {
  margin-bottom: 60px;
  margin-top: 35px;
  padding: 0 0 0 20px;
  width: 100%;
}
nav {
  background-color: #EEEEEE;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 7px;
  margin-bottom: 40px;
  min-height: 50px;
  width: 100%;
}
section {
  background-color: #EEEEEE;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 7px;
  margin-bottom: 40px;
  min-height: 200px;
  padding: 30px 20px;
  width: 940px;
}
.teaser_left {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  min-height: 100px;
  padding: 10px;
  width: 45%;
}
.teaser_right {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  min-height: 100px;
  padding: 10px;
  width: 45%;
}
.teaser_left:hover {
  border: 1px solid #333333;
}
.teaser_right:hover {
  border: 1px solid #333333;
}
footer {
  border-top: 1px solid #999999;
  color: #999999;
  margin-bottom: 20px;
  min-height: 50px;
  padding: 15px;
  width: 950px;
}
footer a {
  color: #999999;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

@media (max-width: 979px) {

body {
  overflow-x: hidden;
}
.outter_wrapper {
  width: 480px;
}
header {
  text-align: center;
  width: 480px;
}
nav {
  width: 480px;
}
section {
  width: 440px;
}
.teaser_wrapper {
  width: 400px;
}
.teaser_left {
  clear: both;
  float: none;
  margin-bottom: 30px;
  width: 370px;
}
.teaser_right {
  clear: both;
  float: none;
  width: 370px;
}
footer {
  width: 450px;
}
.footer_left {
  float: none;
}
.footer_right {
  float: none;
  margin-top: 10px;
}

}

@media (max-width: 479px) {

body {
  overflow-x: hidden;
}
.outter_wrapper {
  width: 100%;
}
header {
  width: 100%;
}
nav {
  width: 100%;
}
section {
  width: 100%;
}
.teaser_wrapper {
  width: 90%;
}
.teaser_left {
  clear: both;
  float: none;
  margin-bottom: 30px;
  width: 80%;
}
.teaser_right {
  clear: both;
  float: none;
  width: 80%;
}
footer {
  width: 100%;
}
.footer_left {
  float: none;
}
.footer_right {
  float: none;
  margin-top: 10px;
}

}