@charset "UTF-8";

/*GLOBAL CLASSES*/
html{
	height:100%;
	overflow:hidden;
}

body{
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
}

/*LAYOUT CLASSES*/
.flashWrapper{
	position:absolute;
	left:50%;
	top:50%;
	width:1680px;
	height:1050px;
	margin-left:-840px;
	margin-top:-575px;
	/*Old margin-top:-525px*/
}

.homeWrapper{
	position:absolute; 
	left:50%; 
	top:50%; 
	width:1680px; 
	height:759px;
	margin-left:-840px;
	margin-top:-300px; 
	background-image:url(images/bg.jpg);
}

.altWrapper{
	position:absolute; 
	left:50%; 
	top:50%; 
	width:1680px; 
	height:759px;
	margin-left:-840px;
	margin-top:-300px; 
	background-image:url(images/AltBG.jpg);
}

.homeMenu{
	margin:auto; 
	margin-top:620px; 
	width:200px; 
	text-align:center;
}

.altMenu{
	margin:auto; 
	margin-top:260px; 
	width:200px; 
	text-align:center;
}

.altText{
	margin:auto;
	margin-top:10px;
	width:550px;
	text-align:left;
}

/*GALLERY CLASSES*/
.gallery{
	margin:auto;
	width:900px;
}

.galleryImage{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

/*TEXT CLASSERS*/
.title{
	font-size:18px;
	padding-bottom:8px;
}

.regular{
	line-height:21px;
	padding-bottom:8px;
}

/*LINK CLASSES*/
a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#AA0000;
	text-decoration:none;
}

a.redLink{
	color:#AA0000;
	text-decoration:none;
	font-size:10px;
}

a.redLink:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;	
}