@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
}
img {
border: none;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 36px;
	color: #FFF;
	text-align: right;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 10px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-style: normal;
	margin-top: -5px;
	margin-bottom: 25px;
	font-weight: bold;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
}
a {
	color: #D7F4FF;
	text-decoration: none;
}
a:hover {
	color: #0CF;
	text-decoration: underline;
}
a:active {
	color: #D7F4FF;
	text-decoration: none;
}
a:visited {
	color: #D7F4FF;
	text-decoration: none;
}

#header {
	position:relative;
	margin-left: auto;
	margin-right:auto;
	margin-top:20px;
	z-index: 50;
	width: 900px;
	height: 136px;
}
#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	text-align: right;
	color: #FFF;
	padding-top: 75px;
}
#header p a {
	color: #0CF;
	text-decoration: none;
}
#header p a:hover {
	color: #CCC;
	text-decoration: none;
}
#header p a:active {
	color: #0CF;
	text-decoration: none;
}
#header p a:visited {
	color: #0CF;
	text-decoration: none;
}

/* ****************************************************************************************************
	Styling for Homepage
*******************************************************************************************************/

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(../progress.gif);
}
#supersize{
	position:absolute;
	left: 0px;
	top: 0px;
	overflow:hidden;/*Needed to eliminate scrollbars*/
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 1;
	overflow:hidden;/*Needed to eliminate scrollbars*/
}

#roundcontainer{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	height:400px;
	z-index:4;
	top: 20px;
}
			
.round {}
			
.roundabout-holder {
	list-style: none;
	width: 100%;
	height: 100%;
	margin: 1em auto;
}
			
.roundabout-moveable-item {
	width: 450px;
	height: 500px;
	cursor: pointer;
}

.roundabout-in-focus {
	cursor: auto;
}

#contents {
	position:relative;
	margin-left: auto;
	margin-right:auto;
	padding-top:10px;
	width: 900px;
	height: 515px;
}

#footer {
	position:relative;
	margin-left: auto;
	margin-right:auto;
	width: 900px;
	height: 36px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 10px;
	margin-top: 100px;
	z-index:4;
}
