@charset "utf-8";
/* CSS Document */

/* Fonts */
@font-face {
    font-family: 'telexregular';
    src: url('fonts/Telex/telex-regular-webfont.eot');
    src: url('fonts/Telex/telex-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Telex/telex-regular-webfont.woff') format('woff'),
         url('fonts/Telex/telex-regular-webfont.ttf') format('truetype'),
         url('fonts/Telex/telex-regular-webfont.svg#telexregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'neuropolregular';
    src: url('fonts/neuropol/neuropol-webfont.eot');
    src: url('fonts/neuropol/neuropol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/neuropol/neuropol-webfont.woff') format('woff'),
         url('fonts/neuropol/neuropol-webfont.ttf') format('truetype'),
         url('fonts/neuropol/neuropol-webfont.svg#neuropolregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* General */
* {
	padding: 0px;
	margin: 0px;	
}

body {
	background: url(../images/bg.jpg) no-repeat top center #000;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
	font-size: 18px;
	line-height: 24px;
	font-family: 'telexregular';
	color: #fff;	
}
h1,
h2,
h3,
h4 {
	font-family: 'neuropolregular';
	color: #8ac43f;
	font-weight: normal;
}
img {
	border: 0px;
}
p {
	margin-bottom: 15px;	
}
a,
a:active,
a:visited {
	color: #8ac43f;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

#wrapper {
	width: 870px;
	margin: 0 auto;
}

/* Header */
#header {
	
}
#logo {
	position: absolute;
	top: 0;
	left:50%;
	margin-left: -115px;
	z-index: 20;
}
.slideshow {
	background: url(../images/slider-shadow.png) no-repeat bottom center;
	padding-bottom: 15px;	
	float:left;
	clear: both;
	width: 100%;
	margin-top: 175px;
	height: 495px;
}
.slideshow img {
	border: 5px solid #fff;	
}
#nav {
	background: #8ac43f;
	width: 100%;
	float:left;
	clear: both;
	margin-top: -30px;
}
#nav ul {
	padding: 20px;
}
#nav li {
	display: inline;
	list-style: none;
	padding: 0 35px;
}
#nav a {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
}
#nav a:hover,
.active {
	color: #000;	
}
#nav .active {
	color: #000;	
}
#slogan {
	margin: 30px 0 0 0;	
}

/* Content */
#content {
	background: url(../images/divider.png) no-repeat top center;
	width: 100%;
	padding-top: 50px;
	margin-bottom: 40px;
	width: 100%;
	float:left;
	clear: both;
	margin-top: 30px;
}
#content li {
	list-style: none;
	background: url(../images/bullet.png) no-repeat top left;
	padding-left: 25px;	
}
#content h1 {
	margin-bottom: 20px;	
}
#content ul {
	margin-bottom: 20px;	
}
.content-left {
	width: 49%;
	margin-right: 2%;
	float:left;
}
.content-right {
	width: 49%;
	float:left;
	clear: right;	
}
.alignleft {
	float:left;
	clear:left;
	padding: 10px 10px 10px 0;
}
.aligncenter {
	display:block;
	margin: 10px auto;
	clear:both;
}
.alignright {
	float:right;
	clear: right;
	padding: 10px 0 10px 10px;
}

/* Footer */
#footer-wrapper {
	width: 100%;
	float:left;
	clear: both;
	background: #1a1a1a;
	padding-top: 40px;
	margin-top: 30px;
	
}
#footer {
	width: 870px;
	margin: 0 auto 200px;
	color: #555;
	font-size: 13px;
	text-align: center;
}
#footer a {
	color: #555;	
}
#nav-footer {
	padding-bottom: 30px;
	border-bottom: 1px solid #555;
	margin-bottom: 30px;
}
#nav-footer ul {
	text-align: center;
}
#nav-footer li {
	list-style: none;
	display: inline;	
}
#nav-footer a {
	color: #555555;
	padding: 0 30px;
	font-size: 15px;
	text-transform: uppercase;
}

/* Home Page */
#slogan {
	text-align: center;
	width: 100%;
	float:left;
	clear: both;	
}
#content.home-content h1 {
	color: #fff;
	background: #8ac43f;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 20px;	
}
#content.home-content {
	margin-bottom: 70px;	
}
.more {
	text-align: center;
	text-transform: uppercase;
		
}
.more a {
	background: #000;
	padding: 7px 12px;
}
.whatWeDo h2 {
	color: #8ac43f;	
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
}
.whatWeDo ul{
	float:left;
	width: 	215px;
}

/* Gallery Page */
#nav.gallery {
	margin-top: 225px;
}



