@font-face {
    font-family: 'AftasansItalic';
    src: url('../fonts/AftaSansThin-Italic-webfont.eot');
    src: url('../fonts/AftaSansThin-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AftaSansThin-Italic-webfont.woff') format('woff'),
         url('../fonts/AftaSansThin-Italic-webfont.ttf') format('truetype'),
         url('../fonts/AftaSansThin-Italic-webfont.svg#AftasansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AftasansRegular';
    src: url('../fonts/AftaSansThin-Regular-webfont.eot');
    src: url('../fonts/AftaSansThin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AftaSansThin-Regular-webfont.woff') format('woff'),
         url('../fonts/AftaSansThin-Regular-webfont.ttf') format('truetype'),
         url('../fonts/AftaSansThin-Regular-webfont.svg#AftasansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
margin: 0;
padding: 0;
font-family: arial, times;
background: url(../images/bg.jpg) no-repeat top center #fff;
}

h1, h2, h3, h4, h5, h6, p, ul {
margin: 0;
padding: 0;
}

a img {
border: 0;
}

.container960 {
width: 960px;
margin: 0 auto;
position: relative;
}

#header {
position: relative;
width: 100%;
height: 91px;
}

#logo {
	position: absolute;
	top: 21px;
	left: 0;
}

#tel {
	position: absolute;
	right: 0;
	top: 12px;
	font-family: 'AftasansRegular', arial;
	font-size: 24px;
	color: #004f41;
	text-align: right;
	line-height: 30px;
}

#tel span {
	color: #009379;
}

#nav {
position: relative;
width: 100%;
height: 41px;
}

#nav li {
float: left;
border-left: 1px solid #17a08a;
border-right: 1px solid #006353;
}

#nav li a {
display: block;
width: auto;
height: 41px;
line-height: 41px;
text-align: center;
color: #fff;
font-family: 'AftasansRegular';
text-decoration: none;
font-size: 16px;
padding: 0 40px;
}

#nav li a:hover {
	background: #01493B;
}

#main {
position: relative;
width: 100%;
}

#left_col {
float: left;
width: 650px;
}

#right_col {
float: right;
width: 300px;
}

#footer {
width: 100%;
height: 50px;
background: #398d7e;
margin-top: 20px;
}

#footer p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 18px;
}

#footer p a {
	text-decoration: none;
	color: #fff;
}

#strip {
	background: url(../images/banner.jpg) top center;
	height: 343px;
	width: 100%;
}

#banner {
	width: 100%;
	height: 301px;
	position: relative;
}

#banner_video {
	position: absolute;
	left: 0px;
	top: 14px;
}

#banner h2 {
	font-family: 'AftasansRegular', arial;
	font-size: 55px;
	color: #fff;
	position: absolute;
	top: 40px;
	left: 500px;
	text-shadow: #20564C 1px 1px;
}

#banner h3 {
	font-family: 'AftasansRegular', arial;
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 115px;
	left: 500px;
	text-shadow: #20564C 1px 1px;
}

#banner p {
	font-family: 'AftasansRegular', arial;
	font-size: 14px;
	color: #fff;
	position: absolute;
	width: 400px;
	top: 155px;
	left: 500px;
	line-height: 20px;
	text-shadow: #20564C 1px 1px;
}

#social_icons {
	position: absolute;
	left: 500px;
	top: 230px;
}

#social_icons a {
	display: block;
	float: left;
	margin-right: 5px;
}

#home_boxes {
	width: 960px;
	height: auto;
	padding: 20px 0 0 0;
}

.box {
	float: left;
	width: 310px;
	height: auto;
}

.box_top {
	background: url(../images/box_top.png);
	height: 8px;
	width: 310px;
}

.box_body {
	width: 292px;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	background: #fff;
	padding: 0 8px;
}

.box_btm {
	background: url(../images/box_btm.png);
	height: 8px;
	width: 310px;
}

#main h1, #main h2, #main h3 {
	color: #004f41;
	font-size: 24px;
	padding: 0 0 10px 0;
	font-family: 'AftasansRegular', arial;
	font-weight: 100;
}

#main h2 a {
	text-decoration: none;
	color: #004F41;
}

.box h1, .box h2, .box h3, .box p {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.box h2 a {
	text-decoration: none;
	color: #004f41;
}

.box img {
	margin-bottom: 10px;
}

#main p {
	font-size: 13px;
	color: #434343;
	line-height: 20px;
	padding: 0 0 15px 0;
}

#main p a {
	color: #004F41;
}

#content {
	padding: 20px 16px;
}

#publications {
	width: 100%;
	margin-top: 20px;
}

#publications img {
	float: left;
	margin: 0 20px 20px 0;
}

label {
	float: left;
	width: 120px;
	margin: 2px;
	font-size: 13px;
	color: #434343;
}

input, textarea {
	margin: 2px;
}

.error {
	border: 1px solid #ff0000;
	padding: 20px;
	margin-bottom: 20px;
}

.error ul {
	list-style: disc;
	font-size: 13px;
	color: #ff0000;
	line-height: 20px;
	padding: 0 0 0 20px;
	font-weight: bold;
}

#main .error p {
	color: #ff0000;
	font-weight: bold;
}

.news_post {
	width: 100%;
	height: auto;
}

.news_post_top {
	width: 960px;
	height: 8px;
	background: url(../images/news_top.png);
}

.news_post_btm {
	width: 960px;
	height: 8px;
	background: url(../images/news_btm.png);
	margin-bottom: 10px;
}

.news_post_body {
	width: 918px;
	height: auto;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	background: #fff;
	padding: 15px 20px;
}

.fullwidth-content {
	margin-top: 20px;
}