@charset "UTF-8";
/* CSS Document */

#header_bg {
	background: url(../images/ui/header_bg.png) no-repeat center 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	background: url(../images/ui/header_bg.png) no-repeat center 0px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: 180px;
	width: 1000px;
	position: relative;
}
#header_logo {
	background: url(../images/ui/header_logo.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 249px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header_opensim {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 131px;
	position: absolute;
	left: 266px;
	top: 0px;
}
#header_nav {
	margin: 0px;
	padding: 0px;
	width: 400px;
	position: absolute;
	left: 477px;
	top: 85px;
}

#header_twitter {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 75px;
	position: absolute;
	left: 900px;
	top: 80px;
}

#header_youtube {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 75px;
	position: absolute;
	left: 990px;
	top: 80px;
}

/* THE FOLLOWING ARE FOR THE HEADER LOGO LINK */

#header_logo li {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 249px;
	list-style-type: none;
	overflow: hidden;
}
#header_logo li a, #header_logo li a:visited {
	text-decoration: none;
	display: block;
	height: 180px;
	width: 249px;
}
#navLogo, #navLogo a:link, #navLogo a:active, #navLogo a:visited {
	background: url(../images/ui/header_logo.gif) no-repeat 0px 0px;
}
#navLogo a:hover {
	background: url(../images/ui/header_logo.gif) no-repeat -249px 0px;
}

/* THE FOLLOWING ARE FOR THE HEADER OPENSIM LINK */

#header_opensim li {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 131px;
	list-style-type: none;
	overflow: hidden;
}
#header_opensim li a, #header_opensim li a:visited {
	text-decoration: none;
	display: block;
	height: 180px;
	width: 131px;
}
#navOpensim, #navOpensim a:link, #navOpensim a:active, #navOpensim a:visited {
	background: url(../images/ui/header_opensim.gif) no-repeat 0px 0px;
}
#navOpensim a:hover {
	background: url(../images/ui/header_opensim.gif) no-repeat -131px 0px;
}
/* THE FOLLOWING ARE FOR THE HEADER NAVIGATION BUTTONS */

#header_nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}
#header_nav li a, #header_nav li a:visited {
	text-decoration: none;
	display: block;
	height: 21px;
}
#navWork {
	background: url(../images/ui/header_nav_work.gif) no-repeat -172px 0px;
	width: 172px;
}
#navWork a:link, #navWork a:active, #navWork a:visited {
	background: url(../images/ui/header_nav_work.gif) no-repeat 0px 0px;
}
#navWork a:hover {
	background: url(../images/ui/header_nav_work.gif) no-repeat -172px 0px;
}
#navJoin {
	background: url(../images/ui/header_nav_join.gif) no-repeat -249px 0px;
	width: 249px;
}
#navJoin a:link, #navJoin a:active, #navJoin a:visited {
	background: url(../images/ui/header_nav_join.gif) no-repeat 0px 0px;
}
#navJoin a:hover {
	background: url(../images/ui/header_nav_join.gif) no-repeat -249px 0px;
}
#navEvents {
	background: url(../images/ui/header_nav_support.gif) no-repeat -394px 0px;
	width: 394px;
}
#navEvents a:link, #navEvents a:active, #navEvents a:visited {
	background: url(../images/ui/header_nav_support.gif) no-repeat 0px 0px;
}
#navEvents a:hover {
	background: url(../images/ui/header_nav_support.gif) no-repeat -394px 0px;
}


/* THE FOLLOWING ARE FOR THE TWITTER NAVIGATION BUTTON */

#header_twitter li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 75px;
	list-style-type: none;
	overflow: hidden;
}
#header_twitter li a, #header_twitter li a:visited {
	text-decoration: none;
	display: block;
	height: 75px;
}


#twitterTwitter {
	background: url(../images/ui/twitter_icon.png) no-repeat -500px 0px;
	width: 75px;
}
#twitterTwitter a:link, #twitterTwitter a:active, #twitterTwitter a:visited {
	background: url(../images/ui/twitter_icon.png) no-repeat 0px 0px;
}
#twitterTwitter a:hover {
	background: url(../images/ui/twitter_icon.png) no-repeat -500px 0px;
}


/* THE FOLLOWING ARE FOR THE YOUTUBE NAVIGATION BUTTON */

#header_youtube li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 75px;
	list-style-type: none;
	overflow: hidden;
}
#header_youtube li a, #header_youtube li a:visited {
	text-decoration: none;
	display: block;
	height: 75px;
}

#youtubeYoutube {
	background: url(../images/ui/youTube_icon.png) no-repeat -500px 0px;
	width: 175px;
}
#youtubeYoutube a:link, #youtubeYoutube a:active, #youtubeYoutube a:visited {
	background: url(../images/ui/youTube_icon.png) no-repeat 0px 0px;
}
#youtubeYoutube a:hover {
	background: url(../images/ui/youTube_icon.png) no-repeat -500px 0px;
}