@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html {
	overflow:hidden;/*Important: for IE 6 - overflow: hidden*/
}
a {
	color:#FFFFFF;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:none;
}
body {
	overflow:visible;/*Needed to eliminate scrollbars*/
	background:#130900;
	/*added on 17June*/
	height:100%;
	width:100%;
}
#main_nav{
	width:789px;
	height:13px;
	overflow:hidden;
	margin:0 auto;
}
#content {
	margin:0px auto;
	height:55px;
	width:100%;
	bottom:0;
	z-index: 5;
	background:#130900 no-repeat;
	position:absolute;
	overflow: hidden;
}
#contentframe {
	overflow: hidden;
	/*height: 100%;*/
	text-align:left;
	z-index: 5;
}
#content_top {
	margin:0px auto;
	height:100px;
	width:100%;
	top:0;
	z-index: 4;
	/*unhide this*/
	background:#130900 no-repeat;
	position:absolute;
}
#contentframe_top {
	overflow: hidden;
	text-align:center;
	/*height: 100%;*/
	height: 32px;
	padding:30px 0;
	z-index: 4;
}
#contentframe_nav{
	text-align:center;
	width:100%;
	background-color:#130900;
	padding-bottom:5px;
}
#slidecaption {
	overflow: hidden;
	float:left;
	/*color:#FFF;
	font:16px "Times New Roman", Arial, sans-serif;
	font-weight:bold;*/
	height:15px;
	padding:12px 0 12px 20px;
}
/*Supersized Stamp*/
		.stamp {
	float: right;
	margin: 25px 20px 0 0;
}
/*Supersize Plugin Styles*/
		#navigation {
	background: none;
	float: right;
	padding:6px 20px 0 0;
}
/*#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 31px; 
			height: 31px;
			text-indent: -999em;
			background: url(images/progress.gif) #130900 no-repeat;
		}*/

#supersize {
	position:fixed;
	/*top:100px;*/
	/*top:120px;*/
	overflow:hidden;
}
#supersize img, #supersize a {
	top:120px;
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	overflow:hidden;
}
#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}
