body	{
	font-family: "Trebuchet MS", "Trebuchet", "Lucida Grande", helvetica, sans-serif;
}

#header {
	z-index: 70;
    position: absolute;
    top: 30px;
    right: 0px;
    width: 400px;
    height:35px;
    background-repeat: no-repeat;
}

#logo {
	z-index: 70;
	position: absolute;
	top: 1px;
	right: 420px;
	width: 68px;
	height:195px;
	background-image: url('../graphics/logo.png');
	background-repeat: no-repeat;
}

#logo.gray {
	background-image: url('../graphics/logo-gray.png');
}

#bar {
	z-index: 70;
	position: absolute;
	top: 23px;
	left: 0;
	width: 100%;
	height: 78px;
}

.white {background-image: url('../graphics/whitebar.png');}
.dark {background-image: url('../graphics/darkishbar.png');}
.slidebar {background-image: url('../graphics/slidebar.png');}
.black {background-image: url('../graphics/blackbar.png');}

.wed1 {background-image:url('../images/wed-head1.png');}
.wed2 {background-image:url('../images/wed-head2.png');}
.wed3 {background-image:url('../images/wed-head3.png');}

.slideheader {background-image:url('../graphics/slideheader.png');}

.cominfo {background-image:url('../images/cominfoheader.png');}
.comcon {background-image:url('../images/comconheader.png');}

#info {
	font-size: 13px;
	position: relative;
	z-index: 6;
	width: 550px;
	padding-top:150px ;
	margin-left: auto;
	margin-right: auto;
	color: #4c4c4c;
	text-align: justify;
	}
	
#info.com {
	font-size: 13px;
	position: relative;
	z-index: 6;
	width: 470px;
	height: 316px;
	top: 150px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-align: justify;	
	background-image: url('../graphics/infoback.png');
	background-repeat: no-repeat;
}
						
	
#comcontact {
	font-size: 13px;
	position: relative;
	z-index: 6;
	width: 328px;
	height: 152px;
	top: 150px;
	color: #cdcdcd;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-align: justify;
	background-image: url('../graphics/contactback.png');
	background-repeat: no-repeat;	
}
	
	
#info.com a{
	color: gold;
}

#comcontact {
	color: white;
}

#comcontact a {
	color: white;
}


#info a {
	color: black;
	font-weight: bold;
}

#footer {
	position: relative;
	bottom: 0px;
	padding-top: 100px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: 10px;
	color: black;
	text-decoration: none;
	z-index: -10;
	
}

#footer a {
	color:black;
	text-decoration:none;
	font-size:1em;
	}
	
#contact {
	position: absolute;
	z-index: 70;
	width: 400px;
	top: 130px;
	right: 30px;
	color: gray;
	text-align: justify;
}

/*Navigation Bar*/
#nav {
	z-index: 70;
	position: absolute;
	top: 75px;
	right: 20px;
}

#nav li {
	width: 60px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li.port {
	width: 75px;
}

#nav li.cont {
	width: 80px;
}

#nav li a {
	/*display: block;*/
	width: 100px;
	height: 20px;
	color: gray;
}

#nav li:hover {
	color: black;	

}

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






/*supersize*/
*{
			margin:0;
			padding:0;
		}
		a{
			color:#8FC2FF;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000;
		}
		#content{
			margin:0px auto;
			height:55px;
			width:100%;
			bottom:5%;
			z-index: 3;
			/*background:#262626 no-repeat 90%;*/
			/*border-top:1px solid #000;
			border-bottom:1px solid #4F4F4F;*/
			position:absolute;
		}
		#contentframe{
			overflow: hidden;
			/*border-top:solid 1px #4F4F4F;
			border-bottom:1px solid #000;*/
			height: 100%;
			text-align:left;
			z-index: 3;
		}
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:50px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:18px 20px;	
		}
		#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: 10px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			/*background: url('../images/supersize/navbg.gif') no-repeat;*/
			float: right;
			/*margin:22px 20px 0 0;*/
		}
		#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;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		
		#supersize img {
		-ms-interpolation-mode: bicubic;
		}
		
/*END*/
