@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	background: #000;
	}
#clear {
	clear: both;
	}
a {
	color: #666666;
	text-decoration: none;
	}
a:hover {
	color: #cccccc;
	text-decoration: underline;
	}
p {
	}
img {
	border: none;
	}
/*--H1, H2, H3, H4--*/
h1 {
	display: none;
	}
h2 {
	position: relative;
	width: 262px;
	height: 21px;
	margin: 0;
	padding: 0;
	}
h2 span {
	display: none;
	}
h2.welcome {
	margin: 10px 0 0 7px;
	background: url(../images/h2_welcome.jpg) left no-repeat;
	}
h2.partners {
	margin: 10px 0 0 7px;
	background: url(../images/h2_partners.jpg) left no-repeat;
	}
h2.visit {
	margin: 14px 0 0 7px;
	background: url(../images/h2_visit.jpg) left no-repeat;
	}
h3 {
	position: relative;
	margin: 15px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-left: 15px #00a2ed solid;
	}
h4 {
	position: relative;
	margin: 10px 15px;
	padding: 3px 0 3px 10px;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: #333333;
	}
/*--GENERAL STYLES--*/
#container {
	position: relative;
	width: 100%;
	background: #101010 url(../images/container_background.png) bottom repeat-x fixed;
	}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	}
#header {
	width: 900px;
	height: 90px;
	background: url(../images/header.jpg);
	}
#header-alt {
	width: 900px;
	height: 90px;
	background: url(../images/header-alt.jpg);
	}
#flash-container {
	float: left;
	width: 625px;
	height: 350px;
	}
#content {
	float: left;
	width: 625px;
	height: 350px;
	}
#content p {
	position: relative;
	margin: 10px 20px 10px 15px;
	}
#content p#pagenumbers {
	text-align: right;
	}
#right {
	float: right;
	width: 275px;
	height: 350px;
	background: #101010;
	}
#right p {
	margin: 10px 15px;
	}
#right img {
	margin: 10px 6px;
	}
#bottom {
	width: 900px;
	height: 100px;
	background: #0b0b0b url(../images/bottom_background.png) top left repeat-x;
	border-top: 1px #000 solid;
	}
#bottom-left {
	float: left;
	}
#bottom-right {
	float: right;
	width: 275px;
	}
#bottom-right p {
	position: relative;
	margin: 6px 0 10px 8px;
	padding-left: 6px;
	border-left: 7px #0099ff solid;
	}
#bottom img {
	float: left;
	margin: 14px 0 0 10px;
	}
#footer-container {
	width: 100%;
	background: #000;
	}
#footer {
	position: relative;
	margin: 15px auto;
	width: 900px;
	}
#footer p {
	font-family: Tahoma, Verdana, lucida-grande, sans-serif;
	font-size: 11px;
	color: #555555;
	text-align: center;
	}
/*--NAVIGATION BAR--*/
#nav {
	width: 900px;
	height: 25px;
	background: url(../images/navbar.jpg);
	}
#nav ul {
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
	}
#nav ul li {
	display: inline;
	margin: 0 20px;
	}
#nav ul li a {
	padding-left: 17px;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	background: url(../images/navbar_bullet.png) center left no-repeat;
	}
#nav ul li a:hover {
	background: url(../images/navbar_bullet_over.png) center left no-repeat;
	}