﻿@import url(http://fonts.googleapis.com/css?family=Hammersmith+One|Oswald);
@import url("style01.css");

body {
	background-color:#FFF;
	font-family: georgia,sans-serif;
	color:#333;
	margin:0;
	padding:0;
}
 
#wrapper {
	width:1338px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width:1338px;
	height:752px;
	margin-bottom:0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/head2.jpg);
}

#title {
	width:400px;
	height:85px;
	padding-top: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2c4f7b;
	text-transform: uppercase;
}

#nav {
	width:1338px;
	height:50px;
	background-image: url(../img/nav.jpg);
	text-align: center;
	padding-top: 175px;
}

#nav01 {
	width:960px;
	height:100px;
	background-image: url(../img/nav.jpg);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}


#nav01 a {
	font-family: 'Hammersmith One', sans-serif;
	display:inline;
	padding:15px;
	text-decoration:none;
	text-transform: uppercase;
	color: #dccca7;
	font-weight: normal;
	font-size: 10pt;
	letter-spacing: 1pt;
	width: 100px;
}

#nav01 a:hover {
	height:80px;
	color: #FFF;
	
}

#content {
	width:1200px;
	float:left;
	padding:10px;
	padding-left:140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5e7185;
	line-height: 20pt;
}


#footer {
	clear:both;
	width:100%;
	height:206px;
	background-image: url(../img/foot.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p {
	padding:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #ddd2c0;
	line-height: 16pt;
}
 a:focus {
 outline: none;
 }
 img, img a {
    border: none;}
	
	.clear { 
    clear:both; 
}



a:link {
	color: #333;
	text-decoration: none;

		
}
a:visited {
	text-decoration: none;
	color: #333;

}
a:hover {
	text-decoration: none;
	color: #2b7597;

}
a:active {
	text-decoration: none;
	color: #2b7597;


}
.imageRow {
  *zoom: 1;
  margin: 40px 20px;
}
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}

.imageRow .single {
  float: left;
}

.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.imageRow .single a:hover {
  background-color: #8ad459;
}

.imageRow .set {
  float: left;
  width:1024px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}

.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}

.imageRow .set .single a:hover {
  background-color: #2b7597;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
