*{
	padding:0;
    margin:0;
}
body{
	margin: 0;
	padding: 0;
    background: #f0f0f0;
    font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	overflow-x: hidden;
	font-size: 16px;
	color: #333;
}
p a:link{
	color: #6b6b6b;
	text-decoration: underline;
}
p a:hover{
	color: #65bff9;
	text-decoration: none;
}
.container{
	width: 100%; 
	position: relative;
}
.wrapper{
	width: 90%; 
	height: auto; 
	margin: 0 auto 0 auto;
	text-align: left;
}
h1{
    font-size: 24px;
    line-height: 24px;
    color: #333;
    text-shadow: 0 1px 1px #ddd;
	margin-bottom: 30px;
}
.box h2{
	color: #f0f0f0;
	padding: 40px 10px;
	text-shadow: 1px 1px 1px #ccc;
}
.header {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
}
.nav-box{
	right: 0;
    height: 50px;
	width: 66%;
	/*width: 650px;*/
	background:#555555;
    position: absolute;
	float: right;
	z-index: 5;
}
#main-img{
	max-width: 100%;
	height: auto;
	margin: 0 0 30px 30px;
	float: right;
}

<!-- responsive navigation -->

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	background:#555555;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #555555;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #909090;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #bcbbbb;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #909090;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 120px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #847676;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/* Responsive Styles */

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		border-bottom: 1px solid #bcbbbb;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
		font-size: 90%
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}

<!--end responsive nav-->

.logo-div {
	width: 200px;
	height: 50px;
	float: left;
}
.toplogo {
	width: 60px;
	height: 50px;
	float: left;
	background-image:url("/images/logo_main.jpg");
}
img {
	border: 0;
}
.content-block {
	width: 100%; 
	height: 100%;
	background: #fff; 
	float: left;
	padding-top: 30px; 
	text-align: left;
	position: relative;
}
.left-side {
	position: absolute;
	width: 10%;
	float: left;
}
.text-area {
	width: 70%;
	height: 100%;
	margin-left: 15%;
	position: relative;
}
.indent {
	list-style-position:inside;
}
#video {
	font-size: 10px;
}
.audio {
	margin: 0 15px 5px 15px;
	width: 30%;
	display: block;
	font-weight:700;
	color: #333333;
}
.footer {
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px; 
	margin-bottom: 20px;
	clear: both;
}
.footer a{
    color: #DF7B61;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
}
.footer a:hover{
     color: #000;
}

<!-- image hovers -->
.images-wrapper {
	width: 680px;
	height: auto;
	margin-bottom: 30px;
	position: absolute;
	display: block;
	z-index: -2;
}
.image-box {
	width: 200px;
	margin-right: 20px;
	margin-bottom: 50px;
	float: left;
	display: block;
}
.contenthover {
	padding: 20px 20px 10px 20px;
}
.contenthover, .contenthover h3, contenthover a {
	color: #fff;
	font-family: calibri, arial, sans-serif;
	font-size: 12px;
}
.contenthover h3, .contenthover p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	padding: 0;
}
.contenthover a.mybutton {
	display: block;
	float: left;
	padding: 5px 10px;
	background: #bc4143;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.contenthover a.mybutton:hover {
	background: #fa0000;
}

<!-- end image hovers -->