*
{
	margin:0;
	padding:0;
}

a
{
	color: black;
	text-decoration: none;
	outline: none;
}

a:hover
{
	text-decoration: underline;
}

h2
{
	margin-top: 1em;
}

h3
{
	font-size: 1em;
	margin-top: 1em;
}

p
{
	max-width: 35em;
}

img
{
	border:none;
}

body 
{
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

body.home
{
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#000 url(img/01.jpg) no-repeat top left;
	color: white;
}

	body.home a
	{
		color: white;
	}

#header
{
	padding: 0;
	margin: 0;
	height:40px;
	width:90%;
	top:30px;
	left: 30px;
	z-index: 3;
	background: transparent no-repeat 90%;
	position:absolute;
	font-size: 2.3em;
	text-transform: uppercase;
}

	#contentframe
	{
		overflow: hidden;
		height: 100%;
		text-align:left;
		z-index: 3;
	}
	
		#contentframe h1
		{
			display: inline;
			font-size: 1em;
		}
	
		#menu
		{
			display: inline;
		}
		
			#menu li
			{
				display: inline;
				padding: 5px;
			}
	
		#slidecounter
		{
			display: inline;
			font-size:50px;
			font-weight:bold;
			margin:18px 20px;	
		}
		
		#slidecaption
		{
			display: inline;
			overflow: hidden;
			color:#FFF;
			font-size:26px;
			font-weight:bold;
		}

#content
{
	margin: 100px 0 0 338px ;
	
}

	#content a
	{
		text-decoration: underline;
	}

/*Supersize Plugin Styles*/
#navigation
{
	display: inline;
	margin:0;
	float: right;
}

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

#loading 
{
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}

#supersize
{
	position:fixed;
}

#supersize img, 
#supersize a
{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	cursor: default;
}

#supersize .prevslide, 
#supersize .prevslide img
{
	z-index: 1;
}

#supersize .activeslide, 
#supersize .activeslide img
{
	z-index: 2;
}
