/* Stylesheet for screen media
-------------------- */ /* Globals
-------------------- */
* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	font-size: 77%;
	font-weight: normal;
	font-family:  Arial,  Courier New, "Trebuchet MS",  Helvetica, Verdana,;
	background-color: #ffffff;
	color: #000000;
	height: 100%;
	min-height: 100%;
	word-spacing: 0px;
	letter-spacing: 0px;
}

h1 {
	text-transform: none;
	font-size: 2.0em;
	font-family: "Trebuchet MS", Arial,
}

h2 {
	text-transform: none;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial,
}

.hidden {
	display: none;
}

p {
	padding: 5px;
}

img {
	border: none;
}

label{
	font-weight: bold;
	padding: 2px;
}

.center {
	text-align: center;
}

input{
	padding: 2px;
}
/* wrapper
-------------------- */
#wrapper {
	width: 100%;
	height: 99%;
	min-height: 100%;
	background-color: #ffffff;
}

/* pageBody
-------------------- */
#pageBody {
	border: 0px solid yellow;
	width: 720px;
	height: 100%;
	min-height: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

/* splash
-------------------- */
#splash {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: inherit;
	width: 500px;
	height: 360px;
	margin-left: -210px; /*set to a negative number 1/2 of your width*/
	margin-top: -180px; /*set to a negative number 1/2 of your height*/
}

#splash a:link,a:active,a:visited {
	text-decoration: none;
}

#splash img {
	display: block;
	text-align: center;
	border: none;
}

/* intro
-------------------- */
#intro {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35em;
	height: 18em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
}

#intro p {
	text-align: center;
}

#intro h1 {
	font-weight: bold;
	font-size: 2.5em;
	color: #FFFFFF;
	background-color: black;
	text-align: center;
}

#intro h2 {
	font-weight: bold;
	font-size: 1.8em;
	color: #FFFFFF;
	background-color: black;
	text-align: center;
}

#intro a { /*color: #99FF33;*/
	color: #000000;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}

#intro a:hover {
	text-decoration: none;
	position: relative;
	font-weight: bold;
	color: #FFFF00;
	background-color: #000000;
}

/* header
-------------------- */
#header {
	display: block;
	background-color: inherit;
	height: 90px;
	text-align: center;
	padding-top: 20px;
}

/* menu
-------------------- */
#menu {
	clear: both;
	height: auto;
	background-color: inherit;
	float: none;
}

#menu #navBar {
	background-color: inherit;
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 90%;
	/*padding-top: 7px;*/
	text-align: center;
}

#menu .navItem {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
	height: 100%;
	background-color: inherit;
	vertical-align: middle;
}

#menu .navItem a:link,a:active,a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	/*vertical-align: middle;*/
	position: relative;
}

#menu .navItem a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

#menu span {
	font-size: 1.5em;
	color: #000000;
	vertical-align: middle;
}

/* content (full page)
-------------------- */
#content {
	width: 100%;
	padding-top: 10px;
	padding-left: 0px;
	min-height: 400px;
	background-color: inherit;
}

#content #lineup {
	text-align: center;
}
#content a {
	text-decoration: none;
	color: #3399FF;
	font-weight: normal;
	font-size: small;
}

/* contentLeft
-------------------- */
#contentLeft {
	background-color: Silver;
	width: 0px;
	float: left;
}

/* contentMiddle
-------------------- */
#contentMiddle {
	background-color: inherit;
	max-width: 500px;
	width: 500px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	min-height: 400px;
}
#contentMiddle a {
	text-decoration: none;
	color: #3399FF;
	font-weight: normal;
	font-size: small;
}

/* news
-------------------- */
.newsItem {
	padding-bottom: 7px;
	padding-top: 7px;
}

.newsItem p {
	padding-top: 5px;
}

.newsTitle {
	font-weight: bold;
	color: #3399FF;
	background-color: #ffffff;
	padding-left: 3px;
	padding: 2px;
	font-size: 1.2em;
}

.newsDivider {
	background-color: #ffffff;
	height: 1px;
	width: 570px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#contentMiddle #lineup {
	width: 570px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
}

/* gallery
-------------------- */
#gallery {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#gallery img {
	vertical-align: middle;
	padding: 2px;
	border: none;
}

#gallery a {
	text-decoration: none;
	position: relative;
	z-index: 0;
}

#gallery a:hover{
	background-color: transparent;
	z-index: 50;
}

#gallery a img {
	text-decoration: none;
}

#gallery a span {
	visibility: hidden;
	left: -1000px;
	border: #000000 solid 1px;
	position: absolute;
	padding: 0px;
}

#gallery a:hover .spanleft {
	visibility: visible;
	background-color: white;
	top: -150px;
	left: 90px;
}

#gallery a:hover .spanright {
	visibility: visible;
	background-color: white;
	top: -150px;
	left: -372px;
}


/* contentRight
-------------------- */
#contentRight {
	width: 200px;
	float: right;
	padding-top: 15px;
	background-color: inherit;
	text-align: center;
	/*padding-left: 10px;*/

}

#contentRight #registerForm {
	text-align: center;
	vertical-align: middle;
	padding-top: 35px;
	width: 160px;
	height: 85px;
	float: right;
	background-image: url('../images/circle.gif');
	background-color: inherit;
}

#registerFormPopup {
	text-align: center;
	vertical-align: middle;
	padding-top: 70px;
	background-color: #3399FF;
	width: 350px;
	height: 300px;
}

#registerFormPopup h1 {
	color: #ffffff;
	font-family: Arial;
	font-size: 1.6em;
}

#contentRight #registerForm a {
	color: #FFFFFF;
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;
}

#contentRight #registerForm a:hover {
	color: #FFFFFF;
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;
}

#contentRight p {
	padding: 2px;
}

/* footer
-------------------- */
#footer {
	clear: both;
	height: 40px;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	padding-top: 20px;
}

#footer p {
	color: #333;
	text-align: center;
}
