a {
	color: #bbb;
	text-decoration: none;
}
a:hover {
	color: #a1a1a1; text-decoration: underline;
}

body {
	font: 12px "Segoe UI", "Lucida Sans", Arial, Verdana;
	color: #707070;
	background: #000000 url(../img/bg.jpg) no-repeat center top;
}

#carousel1 { visibility: hidden; }
#content {
	position: relative;
	height: 530px;
	width: 84%;
	left: 4%;
	top: 180px;
	display: block;
	margin: 0 auto;
}

#flashcontent {
	height: 407px;
	width: 980px;
	margin-top: 124px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 15px;
}
#footer ul {
	margin: 0 auto;
	padding: 0px;
	width: 850px;
	display: block;
}
#footer li {
	display: inline-block;
	list-style: none;
	width: 252px;
	text-align: center;
	position: relative;
	vertical-align: top;
	margin: 0 auto;
	padding: 0 12px;
}
#footer  h3 a {
	font: normal 18px "Segoe UI", "Lucida Sans";
	text-transform: lowercase;
	color: #999;
	text-align: center;
	text-decoration: none;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a img {
	text-decoration: none;
	border: none;
}
#footer p {
	width: 170px;
	margin: 0 auto 10px;
}




#header {
	background: url(../img/header.png) no-repeat left top;
	display: block;
	height: 67px;
	width: 320px;
	position: absolute;
	left: 22%;
	top: 86px;
}
#header h1 { display: none; }
#nav {
	font: 11px "Segoe UI", "Lucida Sans";
	text-transform: lowercase;
	color: #666666;
	position: absolute;
	top: 15px;
	right: 3%;
	height: 35px;
}
#nav a {
	color: #666666;
	text-decoration: none;
	padding: 0 18px 30px 18px;
}

#nav ul {
	margin-top: 0px;
	padding-top: 0px;
}
#nav a:hover {
	background: url(../img/nav-hover.png) no-repeat center 16px;
	color: #a1a1a1;
}

#nav li {
	display: inline;
	list-style: none;
}
#nav .active {
	color: #a1a1a1;
	background: url(../img/nav-active.png) no-repeat center 16px;
	cursor: default;
}
#nav a.active:hover { background: url(../img/nav-active.png) no-repeat center 16px; }
#textbox { font-size: 12px; }
	#textbox h1 { color: white; font-size: 20px; font-weight: normal; margin-bottom: 1em; }
	#textbox h2 { text-transform: uppercase; font-size: 14px; text-align: center; font-weight: normal; margin: 0.8em 0 0.8em 0; color: #ccc; }
	#textbox ul { margin: 0.5em 0 0.5em 0; padding: 0 0 1em 1em; }
	#textbox ul li, #textbox p { line-height: 110%; }
#wave {
	background: url(../img/great-wave.png) no-repeat left top;
	height: 170px;
	width: 380px;
	position: absolute;
	left: -5%;
	top: 0px;
	display: block;
}
.white { color: white; }