body {
	background-color: #ececec;
	font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #202020; 
}

img {
	max-width: 100%;
}

ul {
	margin-bottom: 20px;
}

.logo {
	padding: 0px 0px 10px 0px;
}

.container {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	padding: 8px 16px 8px 16px;
}

.section {
	margin: 10px auto;
}

.secondaryContent {
	background: #ececec;
	border-bottom: 1px solid #e8e8e8;
	padding: 8px 16px 8px 16px;
}

.secondaryContent a {
	color: #176093;
}

.detail {
	padding: 0px;
	vertical-align: top;
}

.testimonialContent {
	background: #eeeeee;
	padding: 5px 20px 5px 20px;
}

.video-container {
    position: relative;
    padding-bottom: 40%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-width: 600px;
	max-height: 420px;
}

ul.navigation {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
    overflow: hidden;
    background-color: #185886;
}

li.navigation {
    float: left;
}

li.navigation a {
	min-width: 100px;
    display: block;
    color: #f5f5f5;
    text-align: center;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
}

li.navigation a:hover {
    background-color: #0B2639;
}

.active {
    background-color: #0f3652;
	color: #2577b1;
}

li.navigation {
    border-right: 1px solid #0f3652;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}