/* Website template by freewebsitetemplates.com */
/*------------------------- Fonts ---------------------------*/
@font-face {
	font-family: 'Open Sans Bold';
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
	     url('../fonts/OpenSans-Bold.woff') format('woff'),
	     url('../fonts/OpenSans-Bold.ttf') format('truetype');
	     url('../fonts/OpenSans-Bold.svg') format('svg'),
}
@font-face {
	font-family: 'Open Sans Extrabold';
	src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'),
	     url('../fonts/OpenSans-Extrabold.woff') format('woff'),
	     url('../fonts/OpenSans-Extrabold.ttf') format('truetype');
	     url('../fonts/OpenSans-Extrabold.svg') format('svg'),
}
@font-face {
	font-family: 'Open Sans Light';
	src: local('Open Sans Light'), local('OpenSans-Light'),
	     url('../fonts/OpenSans-Light.woff') format('woff'),
	     url('../fonts/OpenSans-Light.ttf') format('truetype');
	     url('../fonts/OpenSans-Light.svg') format('svg'),
}
@font-face {
	font-family: 'Open Sans';
	src: local('Open Sans'), local('OpenSans-Regular'),
	     url('../fonts/OpenSans-Regular.woff') format('woff'),
	     url('../fonts/OpenSans-Regular.ttf') format('truetype');
	     url('../fonts/OpenSans-Regular.svg') format('svg'),
}
@font-face {
	font-family: 'Open Sans Semibold';
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
	     url('../fonts/OpenSans-Semibold.woff') format('woff'),
	     url('../fonts/OpenSans-Semibold.ttf') format('truetype');
	     url('../fonts/OpenSans-Semibold.svg') format('svg'),
}

@font-face {
	font-family: 'Open Sans Bold Italic';
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
	     url('../fonts/OpenSans-Bold.woff') format('woff'),
	     url('../fonts/OpenSans-Bold.ttf') format('truetype');
	     url('../fonts/OpenSans-Bold.svg') format('svg'),
}
@font-face {
	font-family: 'Open Sans Light Italic';
	src: local('Open Sans Light'), local('OpenSans-Light'),
	     url('../fonts/OpenSans-LightItalic.woff') format('woff'),
	     url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
	     url('../fonts/OpenSans-LightItalic.svg') format('svg'),
}
@font-face {
	font-family: 'Open Sans Italic';
	src: local('Open Sans'), local('OpenSans-Regular'),
	     url('../fonts/OpenSans-Italic.woff') format('woff'),
	     url('../fonts/OpenSans-Italic.ttf') format('truetype');
	     url('../fonts/OpenSans-Italic.svg') format('svg'),
}

/*------------------------- Layout styles ------------------------*/
body {
	margin:0;
	font-family: 'Open Sans';
	/*background:url(../images/bg-body.jpg) repeat-x #060606;*/
	/*background:url(../images/bg-featured-home_yagi.jpg) no-repeat center 108px #060606;*/
	background-color: #060606;
	background-image: url(../images/bg-featured-home_parab.jpg), url(../images/bg-body.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: center 108px, left top;
	
}
a {
	outline:none;
}
a img {
	border:0;
	display:block;
}
.page-home {
}

@keyframes BackgroundImageAnimation {
  0%   { opacity:0; }
  45%   { opacity:0; }
  50%   { opacity:1; }
  95%   { opacity:1; }
  100% { opacity:0; }
}
@-o-keyframes BackgroundImageAnimation{
  0%   { opacity:0; }
  45%   { opacity:0; }
  50%   { opacity:1; }
  95%   { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes BackgroundImageAnimation{
  0%   { opacity:0; }
  45%   { opacity:0; }
  50%   { opacity:1; }
  95%   { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes BackgroundImageAnimation{
  0%   { opacity:0; }
  45%   { opacity:0; }
  50%   { opacity:1; }
  95%   { opacity:1; }
  100% { opacity:0; }
}
.page-home:before {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;	
	opacity: 0;
	background:url(../images/bg-featured-home_yagi.jpg) no-repeat center 108px;

   -webkit-animation: 	BackgroundImageAnimation 30s infinite;
   -moz-animation: 		BackgroundImageAnimation 30s infinite;
   -o-animation: 		BackgroundImageAnimation 30s infinite;
    animation: 			BackgroundImageAnimation 30s infinite;	
}

/*------------------------- 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:'Open Sans Light';
	font-size:14px;
	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:120px;
	cursor: pointer;
}
.header div ul li.selected a {
	color:#040101;
	/*font-family:"Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;*/
	font-family:'Open Sans Italic';
	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:120px;
	cursor: pointer;
}
.header div ul li a {
	color:#fff;
	display:inline-block;
	float:left;
	font-family:'Open Sans Light Italic';
	font-size:20px;
	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:'Open Sans Italic';
	font-size:40px;
	font-weight:400;
	height:78px;
	letter-spacing:.05em;
	line-height:80px;
	margin:130px 0 0;
	text-indent:15px;
	width:470px;
}
.header div div.featured p {
	background:url(../images/bg-transparent-title.png);
	color:#fefafa;
	font-family:'Open Sans Light Italic';
	font-size:36px;
	height:78px;
	letter-spacing:.05em;
	line-height:80px;
	margin:18px 0;
	text-indent:15px;
	width:470px;
}
.header div div.featured a {
	background:none rgba(0,0,0,0.25)/*#000*/;
	color:#8dd6dd;
	display:block;
	font-family:'Open Sans Bold Italic';
	font-size:20px;
	height:42px;
	letter-spacing:.05em;
	line-height:45px;
	text-align:center;
	text-decoration:none;
	width:174px;
}
.header div div.featured a:hover {
	background:none rgba(18,103,111,0.9)/*#12676f*/;
}
/*------------------------- 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:'Open Sans Bold Italic';
	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 a img{
	width:60px;
	height:auto;/*60px;*/
}

.body .home ul li div {
	display:inline-block;
	float:left;
	width:209px;
}
.body .home ul li div span {
	color:#74a1a3;
	display:block;
	font-family:'Open Sans';
	font-size:10px;
	letter-spacing:.05em;
	line-height:5px;
}
.body .home ul li div p {
	color:#97c2c5;
	font-family:'Open Sans';
	font-size:14px;
	text-align:justify;
	letter-spacing:.05em;
	line-height:18px;
	margin:13px 0 11px;
}
.body .home ul li div p a {
	color:#97c2c5;
	float:none;
	font-family:'Open Sans';
	font-size:12px;
	letter-spacing:.05em;
	line-height:18px;
}
.body .home ul li div a {
	color:#6df2fc;
	font-family:'Open Sans';
	font-size:14px;
	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:'Open Sans Bold Italic';
	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:'Open Sans';
	font-size:14px;
	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:'Open Sans';
	font-size:13px;
	letter-spacing:.05em;
	line-height:18px;
	margin:0;
}
.body .sidebar ul li div a:hover {
	color:#bdbdbd;
}
.body .sidebar form {
	margin:29px 0 0;
	overflow:hidden;
}
.body .sidebar form input:first-child {
	background:url(../images/interface.png) no-repeat 0 -49px;
	border:0;
	cursor:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	height:20px;
	line-height:20px;
	margin:0 18px 0 0;
	padding:10px 5px 6px;
	width:210px;
	cursor:text;
}
.body .sidebar form input:first-child:hover {
	background:url(../images/interface.png) no-repeat 0 -49px;
}
.body .sidebar form input {
	background:url(../images/interface.png) no-repeat;
	border:0;
	cursor:pointer;
	height:36px;
	margin:0;
	padding:0;
	width:72px;
}
.body .sidebar form input:hover {
	background:url(../images/interface.png) no-repeat 0 -184px;
}
.body .section {
	border-top:6px solid #102223;
	clear:both;
	overflow:hidden;
	padding:36px 0 0;
}
.body .section div:first-child {
	float:left;
	margin:0 20px 0 0;
	width:960px;
}
.body .section div h4 {
	background:none repeat scroll 0 0 #1D3536;
	color:#FEFAFA;
	font-family:'Open Sans Bold Italic';
	font-size:18px;
	font-weight:400;
	height:36px;
	letter-spacing:.05em;
	line-height:35px;
	margin:0;
	text-indent:25px;
}
.body .section div h5 {
	background:none repeat scroll 0 0 #1D3536;
	color:#FEFAFA;
	font-family:'Open Sans Bold Italic';
	font-size:18px;
	font-weight:400;
	height:36px;
	letter-spacing:.05em;
	line-height:35px;
	margin:0;
	text-indent:25px;
}
.body .section div:first-child ul {
	background:none #102223;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:18px 35px;
}
.body .section div:first-child ul li {
	float:left;
	margin:0 0px 0 55px;
}
.body .section div ul li a img {
	width:176px;
	height:116px;
	/*border:2px solid #2f5455;*/
}
.body .section div:first-child ul li a img {
	border:2px solid #2f5455;
}
.body .section div.connect {
	background:none #102223;
	float:right;
	width:310px;
}
.body .about {
	float:left;
	margin:0 20px 17px 0;
	width:630px;
}
.body .about h3 {
	color:#fff;
	font-family:'Open Sans Bold Italic';
	font-size:20px;
	font-weight:400;
	line-height:24px;
	margin:8px 0 0;
	text-transform:uppercase;
}
.body .about p {
	text-align: justify;
	color:#688889;
	font-size:15px;
	line-height:24px;
	margin:1px 0 23px;
}
.body .about p a {
	color:#688889;
	text-decoration:underline;
}
.body .about a .alignleft{
	padding: 10px 10px 10px 10px;
	float:left;
}
.body .about a .alignright{
	padding: 10px 10px 10px 10px;
	float:right;
}
.body .news {
	float:left;
	margin:-467px 0 17px;
	width:960px;
}
.body .news div {
	background:none #1d3536;
	height:42px;
}
.body .news div h4 {
	color:#fefafa;
	display:inline-block;
	float:left;
	font-family:'Open Sans Bold Italic';
	font-size:18px;
	letter-spacing:.05em;
	line-height:40px;
	margin:0;
	text-indent:20px;
}
.body .news div ul {
	background:none;
	float:right;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0 5px 0 0;
}
.body .news div ul li {
	background:none;
	float:left;
	padding:0;
}
.body .news div ul li a {
	color:#74c9d1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:42px;
	margin:0;
	padding:0 6px;
	text-decoration:none;
}
.body .news ul {
	background:none #749596;
	list-style:none;
	margin:0;
	padding:5px 19px 0 18px;
}
.body .news ul li:first-child {
	background:none;
}
.body .news ul li {
	background:url(../images/border.png) repeat-x left top;
	overflow:hidden;
	padding:20px 0 20px;
}
.body .news ul li a {
	display:inline-block;
	float:left;
	margin:0 30px 0 0;
	vertical-align:top;
}
.body .news ul li div {
	background:none;
	display:inline-block;
	float:left;
	height:auto;
	padding:0 0 18px;
	width:530px;
}
.body .news ul li div h3 {
	margin:-3px 0 0;
	color:#f9fefe;
	display:block;
	float:none;
	font-family:'Open Sans Bold';
	font-size:16px;
	font-weight:400;
	letter-spacing:.05em;
}
.body .news ul li div span {
	color:#F9FEFE;
	display:block;
	font-size:10px;
	letter-spacing:.05em;
	margin:3px 0 0;
}
.body .news .list ul{
	background:none #749596;
	list-style:none;
	margin:0;
	padding:5px 19px 0 18px;
}
.body .news .list ul li:first-child {
	background:none;
}
.body .news .list ul li {
	background:url(../images/border.png) repeat-x left top;
	overflow:hidden;
	padding:20px 0 20px;
}
.body .news .list ul li a{
	width:360px;
}
.body .news .list ul li a img{
	max-width:340px;
	max-height:270px;
}
.body .news .list ul li div {
	background:none;
	display:inline-block;
	float:left;
	height:auto;
	padding:0 0 18px;
	width:530px;
}
.body .news .list ul li div h3 {
	margin:-3px 0 0;
	color:#f9fefe;
	display:block;
	float:none;
	font-family:'Open Sans Bold';
	font-size:20px;
	font-weight:400;
	letter-spacing:.05em;
	cursor: pointer;
}
.body .news .list ul li div span {
	color:#F9FEFE;
	display:block;
	font-size:10px;
	letter-spacing:.05em;
	margin:3px 0 0;
}
.body .news .list ul li div p {
	color:#060404;
	font-size:15px;
	text-align: justify;
	letter-spacing:.05em;
	line-height:24px;
	margin:5px 0 9px;
}
.body .news .list ul li div p a {
	color:#060404;
	display:inline;
	float:none;
	margin:0;
	line-height: 24px;
}
.body .news .list ul li div > a {
	color:#6df2fc;
	font-size:14px;
	letter-spacing:.05em;
	line-height:18px;
}
.body .news .list ul li div a:hover {
	color:#fff;
}
.body .article {
	float:left;
	margin:-467px 0 17px;
	width:960px;	
	min-height:405px;
	background:none #030a0a;
}
.body .article h4 {
	background:none #1d3536;
	height:42px;
	width:960px;
	color:#fefafa;
	display:block;
	float:left;
	font-family:'Open Sans Bold Italic';
	font-size:18px;
	letter-spacing:.05em;
	line-height:40px;
	margin:0;
	margin-bottom:15px;
	text-indent:20px;
}
.body .article h3 {
	color:#fff;
	font-family:'Open Sans Bold Italic';
	font-size:16px;
	font-weight:400;
	line-height:24px;
	margin:15px 20px 0 20px;
	text-transform:uppercase;
}
.body .article p {
	text-align: justify;
	color:#97C2C5;
	font-size:16px;
	line-height:28px;
	margin:1px 20px 13px 20px;
}
.body .article p a {
	color:#97C2C5;
	text-decoration:underline;
}
.body .article .link{
	text-align: justify;
	color:#77C2F5;
	font-size:16px;
	line-height:28px;
	margin:1px 20px 13px 20px;
}
.body .article a .alignleft{
	margin: 10px 10px 10px 20px;
	border: 2px solid #2F5455;
	float:left;
}
.body .article a .alignright{
	margin: 10px 20px 10px 10px;
	border: 2px solid #2F5455;
	float:right;
}
.body .article a .aligncenter{
	margin: 10px 20px 10px 10px;
	border: 2px solid #2F5455;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.body .sponsorlist {
	float:left;
	margin:-467px 0 17px;
	width:960px;
	background:none #749596;
	overflow:hidden;
}
.body .sponsorlist h1 {
	background:none #1d3536;
	height:42px;
	width:960px;
	color:#fefafa;
	display:block;
	float:left;
	font-family:'Open Sans Bold Italic';
	font-size:18px;
	letter-spacing:.05em;
	line-height:40px;
	margin:0;
	margin-bottom:15px;
	text-indent:20px;
}
.body .sponsorlist .sponsors{
	height: 110px;
	width: 930px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.body .sponsorlist .sponsors .sponsorlogo {
	margin-top: 4px;
	margin-left: 4px;
	float: left;	
}
.body .sponsorlist .sponsors h2.sponsorname {
	font-size: 20px;
	margin: 10px 0px;
	padding-left: 250px;
	text-align: left;
}
.body .sponsorlist .sponsors .sponsortext {
    margin: 15px 0px;
    font-size: 16px;
	padding-left: 250px;
	text-align: left;
}
.body .sponsorlist .persons .persontext {
	padding-left: 20px;
	text-align: left;
}


.body .contact {
	float:left;
	margin:0px 0 17px;
	width:630px;
	min-height:405px;
	background:none #749596;
	overflow:hidden;
}
.body .contact h4 {
	background:none #1d3536;
	height:42px;
	width:630px;
	color:#fefafa;
	display:block;
	float:left;
	font-family:'Open Sans Bold Italic';
	font-size:18px;
	letter-spacing:.05em;
	line-height:40px;
	margin:0;
	margin-bottom:15px;
	text-indent:20px;
}

.body .contact div{
	overflow:hidden;
	padding:10px 10px 0 20px;
}
.body .contact div p {
	color:#060404;
	font-size:16px;
	line-height:28px;
	margin:0;
}
.body .contact div p a {
	float:none;
	display:inline;
	margin:0;
	color:#fff!important;
}
.body .contact div p a:hover {
	color:#6df2fc!important;
}
.body .contact div img {
	float:left;
	padding:0 10px 10px 10px;
}

.body .contact p {
	color:#688889;
	font-size:12px;
	margin:0;
}
.body .sidebar div.connect {
	background:none #102223;
	margin:78px 0 0;
	overflow:hidden;
}
.body .gallery {
	background:none #749596;
	float:left;
	margin:-440px 0 100px;
	padding:0 0 32px;
	width:960px;
}
.body .gallery div ul {
	background:none repeat scroll 0 0 transparent;
	float:right;
	list-style:none outside none;
	margin:0;
	overflow:hidden;
	padding:0 5px 0 0;
}
.body .gallery div ul li {
	background:none repeat scroll 0 0 transparent;
	float:left;
	margin:0;
	padding:0;
	width:auto;
}
.body .gallery div ul li a {
	color:#74C9D1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:42px;
	margin:0;
	padding:0 6px;
	text-decoration:none;
}
.body .gallery img {
	display:block;
	margin:18px 0 23px 10px;
}
.body .gallery ul {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0 10px;
}
.body .gallery ul li {
	float:left;
	margin:0 0 20px 30px;
	width:180px;
}
.body .gallery ul li a img {
	max-width:176px;
	max-height:116px;
	border:2px solid #2f5455;
	margin:0;
}
.body .gallery ul.section {
	background:url(../images/border.png) repeat-x left top;
	border:0;
	clear:none;
	margin:0 10px;
	padding:25px 0px 30px;
}
.body .gallery ul.section li:first-child {
	width:820px;
	margin:0 10px 0 0;
}
.body .gallery ul.section li {
	margin-left:30px;
}
.body .gallery ul li.second {
	margin:0 10px 0 30px;
}
.body .gallery h2 {
	color:#fff;
	font-family:'Open Sans Bold Italic';
	font-size:30px;
	font-weight:400;
	line-height:24px;
	margin:38px 0 18px;
	text-indent:10px;
}
.body .gallery p {
	color:#091b1c;
	font-size:12px;
	line-height:24px;
	margin:0 10px 24px;
}
.body .gallery p a {
	color:#091b1c;
	text-decoration:underline;
}
.body .section div:first-child ul li:first-child, .body .gallery ul li:first-child {
	margin:0;
}

.body .gallerylist {
	float:left;
	margin:-467px 0 17px;
	width:960px;
}
.body .gallerylist div {
	background:none #1d3536;
	height:42px;
}
.body .gallerylist div h4 {
	color:#fefafa;
	display:inline-block;
	float:left;
	font-family:'Open Sans Bold Italic';
	font-size:18px;
	letter-spacing:.05em;
	line-height:40px;
	margin:0;
	text-indent:20px;
}
.body .gallerylist div ul {
	background:none;
	float:right;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0 5px 0 0;
}
.body .gallerylist div ul li {
	background:none;
	float:left;
	padding:0;
}
.body .gallerylist div ul li a {
	color:#74c9d1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:42px;
	margin:0;
	padding:0 6px;
	text-decoration:none;
}
.body .gallerylist ul {
	background:none #749596;
	list-style:none;
	margin:0;
	padding:5px 19px 0 18px;
}
.body .gallerylist ul li:first-child {
	background:none;
}
.body .gallerylist ul li {
	background:url(../images/border.png) repeat-x left top;
	overflow:hidden;
	padding:20px 0 20px;
}
.body .gallerylist ul li a {
	display:inline-block;
	float:left;
	margin:0 30px 0 0;
	vertical-align:top;
}
.body .gallerylist ul li a img{
	width:360px;
	height:auto;
}
.body .gallerylist ul li div {
	background:none;
	display:inline-block;
	float:left;
	height:auto;
	padding:0 0 18px;
	width:530px;
}
.body .gallerylist ul li div h3 {
	margin:-3px 0 0;
	color:#f9fefe;
	display:block;
	float:none;
	font-family:'Open Sans Bold';
	font-size:18px;
	font-weight:400;
	letter-spacing:.05em;
	cursor: pointer;
}
.body .gallerylist ul li div span {
	color:#F9FEFE;
	display:block;
	font-size:13px;
	letter-spacing:.05em;
	margin:3px 0 0;
}
.body .gallerylist ul li div p {
	color:#060404;
	font-size:16px;
	text-align: justify;
	letter-spacing:.05em;
	line-height:24px;
	margin:5px 0 9px;
}
.body .gallerylist ul li div p a {
	color:#060404;
	display:inline;
	float:none;
	margin:0;
}
.body .gallerylist ul li div > a {
	color:#6df2fc;
	font-size:14px;
	letter-spacing:.05em;
	line-height:18px;
}
.body .gallerylist ul li div a:hover {
	color:#fff;
}

.body .home ul li div h3 {
	margin:0;
	color:#c5D8D8;
	float:none;
	font-family:'Open Sans Bold';
	font-size:18px;
	font-weight:400;
	letter-spacing:.05em;
	line-height:20px;
	margin: 0 0 12px;
	cursor: pointer;
}
.body .sidebar ul li div h3 {
	color:#c5D8D8;
	float:none;
	font-family:'Open Sans Bold';
	font-size:18px;
	font-weight:400;
	letter-spacing:.05em;
	line-height:20px;
	margin:0 0 12px;
	cursor: pointer;
}
.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#youtube, .body .sidebar div.connect a#youtube {
	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#youtube:hover, .body .sidebar div.connect a#youtube: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;
}
.body .gallery div {
	background:none repeat scroll 0 0 #1D3536;
	height:42px;
}
.body .contact div h4, .body .gallery div h4 {
	color:#FEFAFA;
	display:inline-block;
	font-family:'Open Sans Bold Italic';
	font-size:18px;
	letter-spacing:.05em;
	line-height:40px;
	margin:0;
	text-indent:20px;
}

/*------------------------- Footer -------------------------*/
.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 h5 {
	float:left;
	padding:0 10px;
	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;
}
