@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: gillsanslight;
    src: url(../gillsanslight.ttf) format('truetype'),
    url(../gillsanslight.eot) format('embedded-opentype'),
    url(../gillsanslight.woff) format('woff'),
    url(../gillsanslight.svg) format('svg');
}

#background {  
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#fdbf5c));
}
#wrapper {
	width:1180px;
	min-height:1150px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
#wrapper #sitemap {
	font-family: gillsanslight;
	font-size:12px;
	text-align:center;
	width:550px;
	height:45px;
	background-color:#8289af;
	float:left;
	position:relative;
	bottom:8px;
}
#wrapper #sitemap li{
	display: inline;
	padding:10px;
	position:relative;
	top:15px;
	letter-spacing:1px;
}
#wrapper #sitemap a {
	color:#FFF;
	text-decoration:none;
}
#wrapper #sitemap a:hover {
	color:#eaca96;
	text-decoration:none;
}

#wrapper #sitemap2 {
	font-family: gillsanslight;
	font-size:12px;
	text-align:center;
	width:550px;
	height:45px;
	background-color:#8289af;
	float:left;
	position:relative;
	top:15px;
}
#wrapper #sitemap2 li{
	display: inline;
	padding:10px;
	position:relative;
	top:15px;
	letter-spacing:1px;
}
#wrapper #sitemap2 a {
	color:#FFF;
	text-decoration:none;
}
#wrapper #sitemap2 a:hover {
	color:#eaca96;
	text-decoration:none;
}


#wrapper #nav {
	font-family: gillsanslight;
	font-size:12px;
	border-collapse:collapse;
}
#nav td {
	font-family:font-family: gillsanslight;
	cursor: pointer;
	-webkit-transition: all .15s ease-out 0s;
  -moz-transition: all .15s ease-out 0s;
  -ms-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
}

#nav td:hover{
	font-family:font-family: gillsanslight;
	transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1 ease-in-out;
   -webkit-transition: opacity 1 ease-in-out;
	cursor: pointer;
}
#wrapper #nav2 a{
	text-decoration:none;	
}
#nav2 td a:hover{
	font-family:font-family: gillsanslight;
	cursor: pointer;
	text-decoration:none;
}
#nav2 td {
	font-family:font-family: gillsanslight;
	cursor: pointer;
	-webkit-transition: all .15s ease-out 0s;
  -moz-transition: all .15s ease-out 0s;
  -ms-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
}

#nav2 td:hover{
	font-family:font-family: gillsanslight;
	transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1 ease-in-out;
   -webkit-transition: opacity 1 ease-in-out;
	cursor: pointer;
}
#wrapper #footer {
	width:1180px;
	height:90px;
	font-family: gillsanslight;
	font-size:14px;
	color:ffffff;
	background-color:#282c73;
	text-align:center;
}
#wrapper #footer p {
	position:relative;
	top:30px;
	line-height:10px;
}