@font-face {
	font-family: 'exoregular';
	src: url('../fonts/exo-regular-webfont.eot');
	src: url('../fonts/exo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-regular-webfont.woff') format('woff'), url('../fonts/exo-regular-webfont.ttf') format('truetype'), url('../fonts/exo-regular-webfont.svg#exoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_OpenSans-Regular';
	src: url('../fonts/OpenSans-Regular.eot');
	src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'exoextralight';
	src: url('../fonts/exo-extralight-webfont.eot');
	src: url('../fonts/exo-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-extralight-webfont.woff') format('woff'), url('../fonts/exo-extralight-webfont.ttf') format('truetype'), url('../fonts/exo-extralight-webfont.svg#exoextralight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'exolightitalic';
	src: url('../fonts/exo-lightitalic-webfont.eot');
	src: url('../fonts/exo-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-lightitalic-webfont.woff') format('woff'), url('../fonts/exo-lightitalic-webfont.ttf') format('truetype'), url('../fonts/exo-lightitalic-webfont.svg#exolightitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'exobolditalic';
	src: url('../fonts/exo-bolditalic-webfont.eot');
	src: url('../fonts/exo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-bolditalic-webfont.woff') format('woff'), url('../fonts/exo-bolditalic-webfont.ttf') format('truetype'), url('../fonts/exo-bolditalic-webfont.svg#exobolditalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'exoextralightitalic';
	src: url('../fonts/exo-extralightitalic-webfont.eot');
	src: url('../fonts/exo-extralightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-extralightitalic-webfont.woff') format('woff'), url('../fonts/exo-extralightitalic-webfont.ttf') format('truetype'), url('../fonts/exo-extralightitalic-webfont.svg#exoextralightitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'exobold';
	src: url('../fonts/exo-bold-webfont.eot');
	src: url('../fonts/exo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-bold-webfont.woff') format('woff'), url('../fonts/exo-bold-webfont.ttf') format('truetype'), url('../fonts/exo-bold-webfont.svg#exobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------- Layout styles ------------------------*/
body {
	margin:0;
	font-family: 'exoregular';
	background:url(../images/bg-body.jpg) repeat-x #060606;
}
a {
	outline:none;
}
a img {
	border:0;
	display:block;
}
.page-home {
	background:url(../images/bg-featured-home.jpg) no-repeat center 108px;
}
.page-about {
	background:url(../images/bg-featured-about.jpg) no-repeat center 108px;
}
.page-news {
	background:url(../images/bg-featured-news.jpg) no-repeat center 108px;
}
.page-contact, .page-gallery {
	background:url(../images/bg-featured-contact.jpg) no-repeat center 108px;
}
/*------------------------- Header -------------------------*/
.header {
	background:url(../images/bg-header.jpg) no-repeat center top;
	min-height:624px;
}
.header div {
	margin:0 auto;
	width:960px;
}
.header div a#logo {
	display:inline-block;
	float:left;
	margin:33px 0 0 1px;
}
.header div span {
	color:#77dce5;
	float:right;
	font-family:exoextralight;
	font-size:15px;
	line-height:16px;
	margin:46px 0 0;
}
.header div ul {
	clear:both;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:34px 0 0;
}
.header div ul li.selected {
	background:url(../images/interface.png) no-repeat 0 -135px;
	height:48px;
	width:240px;
}
.header div ul li.selected a {
	color:#040101;
	font-family:"Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-shadow:0 1px 0 #d7f4f7;
}
.header div ul li.selected a:hover {
	color:#040101;
}
.header div ul li.selected span {
	color:#084547;
	text-shadow:0 1px 0 #bef3f8;
}
.header div ul li {
	background:url(../images/interface.png) no-repeat 0 -86px;
	float:left;
	height:48px;
	width:240px;
}
.header div ul li a {
	color:#fff;
	display:inline-block;
	float:left;
	font-family:exolightitalic;
	font-size:18px;
	letter-spacing:.05em;
	line-height:24px;
	margin:12px 0 0 10px;
	text-decoration:none;
	text-shadow:0 1px 0 #3b3939;
}
.header div ul li span {
	color:#67989a;
	display:inline-block;
	font-family:Conv_OpenSans-Regular;
	font-size:11px;
	line-height:24px;
	margin:12px 10px 0 0;
	text-shadow:0 1px 0 #000;
}
.header div div.featured h3 {
	background:url(../images/bg-transparent-title.png);
	color:#fff;
	font-family:exobolditalic;
	font-size:40px;
	font-weight:400;
	height:78px;
	letter-spacing:.05em;
	line-height:80px;
	margin:130px 0 0;
	text-indent:15px;
	width:654px;
}
.header div div.featured p {
	background:url(../images/bg-transparent-title.png);
	color:#fefafa;
	font-family:exoextralightitalic;
	font-size:36px;
	height:78px;
	letter-spacing:.05em;
	line-height:80px;
	margin:18px 0;
	text-indent:15px;
	width:654px;
}
/*------------------------- Body ---------------------------*/
.body {
	margin:0 auto;
	padding:35px 0 0;
	width:960px;
}
.body .home {
	float:left;
	margin:0 20px 17px 0;
	width:630px;
}
.body .home h4 {
	background:none #102223;
	color:#fefafa;
	font-family:exobolditalic;
	font-size:18px;
	font-weight:400;
	height:36px;
	letter-spacing:.05em;
	line-height:35px;
	margin:0;
	text-indent:25px;
}
.body .home ul {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:36px 0 0;
}
.body .home ul li {
	float:left;
	margin:0 0 18px;
	padding:0 0 0 10px;
	position:relative;
	width:305px;
}
.body .home ul li a {
	display:inline-block;
	float:left;
	margin:0 20px 0 0;
	vertical-align:top;
}
.body .home ul li div {
	display:inline-block;
	float:left;
	width:209px;
}
.body .home ul li div span {
	color:#74a1a3;
	display:block;
	font-family:exoregular;
	font-size:10px;
	letter-spacing:.05em;
	line-height:5px;
}
.body .home ul li div p {
	color:#97c2c5;
	font-family:exoregular;
	font-size:12px;
	letter-spacing:.05em;
	line-height:18px;
	margin:15px 0 11px;
}
.body .home ul li div p a {
	color:#97c2c5;
	float:none;
	font-family:exoregular;
	font-size:12px;
	letter-spacing:.05em;
	line-height:18px;
}
.body .home ul li div a {
	color:#6df2fc;
	font-family:exoregular;
	font-size:10px;
	letter-spacing:.05em;
	line-height:18px;
	margin:0;
}
.body .home ul li div a:hover {
	color:#bdbdbd;
}
.body .sidebar {
	float:right;
	margin:0 0 42px;
	width:310px;
}
.body .sidebar h4 {
	background:none #1d3536;
	color:#FEFAFA;
	font-family:exobolditalic;
	font-size:18px;
	font-weight:400;
	height:36px;
	letter-spacing:.05em;
	line-height:35px;
	margin:0;
	text-indent:25px;
}
.body .sidebar ul {
	list-style:none;
	margin:0;
	padding:36px 0 35px;
}
.body .sidebar ul li:first-child {
	margin-top:0;
}
.body .sidebar ul li {
	margin-top:23px;
	overflow:hidden;
}
.body .sidebar ul li a {
	display:inline-block;
	float:left;
	margin:0 17px 0 0;
	vertical-align:top;
}
.body .sidebar ul li div {
	display:inline-block;
	float:left;
	width:180px;
}
.body .sidebar ul li div p {
	color:#97c2c5;
	font-family:exoregular;
	font-size:10px;
	letter-spacing:.05em;
	line-height:18px;
	margin:-1px 0 12px;
}
.body .sidebar ul li div p a {
	color:#97c2c5;
	float:none;
	text-decoration:underline;
}
.body .sidebar ul li div a {
	color:#6DF2FC;
	font-family:exoregular;
	font-size:10px;
	letter-spacing:.05em;
	line-height:18px;
	margin:0;
}
.body .home ul li div h3 {
	margin:0;
	color:#f9fefe;
	float:none;
	font-family:exobold;
	font-size:15px;
	font-weight:400;
	letter-spacing:.05em;
	line-height:15px;
	margin: 0 0 12px;
}
.body .sidebar ul li div h3 {
	color:#f9fefe;
	float:none;
	font-family:exobold;
	font-size:15px;
	font-weight:400;
	letter-spacing:.05em;
	line-height:15px;
	margin:0 0 12px;
}
.body .home ul li div p a:hover, .body .sidebar ul li div p a:hover, .body .about p a:hover, .body .news ul li div p a:hover, .body .contact form p a, .body .gallery p a:hover {
	color:#a0eff3;
}
.body .sidebar ul li a img:hover, .body .section div:first-child ul li a img:hover, .body .news ul li a img:hover, .body .gallery ul li a img:hover {
	filter:alpha(opacity=80);/* Needed for IE8 and old versions */
	opacity:0.8;
}
.body .section div.connect a#twitter, .body .sidebar div.connect a#twitter {
	background:url(../images/icons.png) no-repeat 0 -59px;
	float:left;
	height:28px;
	margin:25px 0 31px 21px;
	text-indent:-99999px;
	width:31px;
}
.body .section div.connect a#twitter:hover, .body .sidebar div.connect a#twitter:hover {
	background:url(../images/icons.png) no-repeat 0 -89px;
}
.body .section div.connect a#fb, .body .sidebar div.connect a#fb {
	background:url(../images/icons.png) no-repeat 0 -177px;
	float:left;
	height:27px;
	margin:25px 0 0 48px;
	text-indent:-99999px;
	width:28px;
}
.body .section div.connect a#fb:hover, .body .sidebar div.connect a#fb:hover {
	background:url(../images/icons.png) no-repeat 0 -206px;
}
.body .section div.connect a#googleplus, .body .sidebar div.connect a#googleplus {
	background:url(../images/icons.png) no-repeat 0 -119px;
	float:left;
	height:27px;
	width:26px;
	margin:25px 0 0 51px;
	text-indent:-99999px;
}
.body .section div.connect a#googleplus:hover, .body .sidebar div.connect a#googleplus:hover {
	background:url(../images/icons.png) no-repeat 0 -148px;
}
.body .section div.connect a#vimeo, .body .sidebar div.connect a#vimeo {
	background:url(../images/icons.png) no-repeat 0 0;
	float:left;
	height:28px;
	margin:25px 0 0 52px;
	text-indent:-99999px;
	width:31px;
}
.body .section div.connect a#vimeo:hover, .body .sidebar div.connect a#vimeo:hover {
	background:url(../images/icons.png) no-repeat 0 -30px;
}
.body .news div ul li a:hover, .body .news div ul li a.first, .body .news div ul li a.last, .body .news ul li div h3 a:hover, .body .gallery div ul li a.first, .body .gallery div ul li a.last, .body .gallery div ul li a:hover {
	text-decoration:underline;
}
.footer {
	background:url(../images/bg-footer.jpg) repeat-x;
	clear:both;
	height:52px;
	margin:42px auto 72px;
	width:960px;
}
.footer ul {
	float:left;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:16px 0 0 15px;
}
.footer ul li:first-child {
	background:none;
	padding-left:0;
}
.footer ul li {
	background:url(../images/border-footer-nav.png) no-repeat left 6px;
	float:left;
	padding:0 10px;
}
.footer ul li a {
	color:#435e5f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
}
.footer p {
	color:#435e5f;
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:19px 0 0;
	padding:0 15px 0 0;
	text-decoration:none;
}
/* Your form width */
.form_table {
	width: 700px;
	background-color: #BEBEBE;
	border: 1px solid #000;
	padding:5px;
	
}

.form_table_head p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        line-height:18px;
        font-weight: normal;
        text-align: justify;
        margin: 0px;
        padding: 0px;
}

.form_table p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:18px;
	font-weight: normal;
	text-align: right;
        font-color: white;
	margin: 0px;
	padding: 0px;
}

.form_title {
	vertical-align: text-top;	
}

.form_table input[type="text"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width:305px;
	float: left;
}

.form_table textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width:305px;
	float: left;
}

.form_table input[type="submit"] {
	font-family: Arial, Helvetica, sans-serif;
        font-color: white;
	font-size: 15px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	float:left;
}
