*{
	margin:0;
	padding:0;
}


body {
	color: #58595b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	overflow:hidden;
}


a{
	color:#58595b;
	text-decoration: none;
	outline: none;
}


a:hover{
	text-decoration: none;
	}
	
	
img{
	border:none;
}

#logo {
position: absolute;
z-index: 100;
top: 50px;
left: 50px;
}

/* *************************************** */
/* Headers */
/* *************************************** */

h1 {
font-size: 20px;
font-style: italic;
font-weight: normal;
margin: 0 0 5px 0;
}

h2 {
font-size: 14px;
font-style: italic;
font-weight: normal;
margin: 0 0 15px 0;
}

/* *************************************** */
/* Next / Previous Arrows */
/* *************************************** */

#navLeft {
position: absolute;
top: 40%;
left: 50px;
height: 100%;
z-index: 99;
width: 50%;
}

a #navLeft {
text-decoration: none;
}

a:hover #navLeft  {
background: url(../images/left-arrow.png) no-repeat;
text-decoration: none;
}

#navRight {
position: absolute;
top: 40%;
right: 50px;
height: 100%;
z-index: 99;
width: 50%;
text-align: right;
}

a #navRight  {
text-decoration: none;
}

a:hover #navRight  {
background: url(../images/right-arrow.png) no-repeat top right;
text-decoration: none;
}

ul#navLinks li a, ul#navSub li a {
margin: 0 0 5px 0;
display: block;
}

ul#navLinks li a:hover, ul#navSub li a:hover {
color: #FFF;
}

/* *************************************** */
/* Top Panel */
/* *************************************** */

#topPanel {
	background: #ebebeb;
	width: 100%;
	position: absolute;
	z-index: 100;
}

.topPanelContent {
	margin: 0;
	width: 960px;
}

.topPanelContent div {
	margin: 100px 0 0 250px;
	width: 300px;
}

.close {
	display:block;
	margin: 20px 0 0 0;
}

#topPanel h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #ff5100;
	padding: 20px 0 0 0;
}

.topPanelContent p {
margin: 0 0 10px 0;
}

.topPanelContent a:hover {
color: #FFF;
}

/* *************************************** */
/* Main Navigation */
/* *************************************** */

ul#navMain {
	background:none;
	margin: 0;
	position: fixed;
	top: 100px;
	left: 50px;
	z-index: 100;
}

ul#navMain li {
	background: none;
	margin: 0 0 10px 0;
}

ul#navMain li a {
	background: #ebebeb;
	padding: 5px;
	margin: 0 0 0px 0;
	font-size: 13px;
}

ul#navMain li a:hover {
	background: #ffffff;
	text-decoration: none;
}

/* *************************************** */
/* Slideshow */
/* *************************************** */

#content{ /*Navigation Bar */
	margin:0px;
	height:200px;
	width:250px;
	bottom:10px;
	left: 50px;
	z-index: 99;
	position:absolute;
}

#contentframe{
	overflow: hidden;
	height: 100%;
	text-align:left;
	z-index: 3;
}

#contentMain {
float: left;
}

#slidecounter{
	float:left;
	color:#4F4F4F;
	margin: 20px 0 0 0;
	font-weight: bold;
}
		
#slidecaption{
	overflow: hidden;
	float:left;
	color:#FFF;
	font:26px "Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
	margin:33px 0;
}
		
/*Supersized Stamp*/
.stamp{
	float: right;
	margin: 25px 20px 0 0;
}

/*Supersize Plugin Styles*/
#navigation{
	float: left;
	margin:20px 0 0 20px;
}
		
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 500;
	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;
}