@charset "utf-8";
/* CSS Document */
#container {
	width: 1024px;
	margin: 0 auto;
}
	
body, td, th {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-image: url(../../../images/Grid.GIF);
	background-repeat: repeat;
	background-color: #000;
	width:100%;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#888;
}
a:hover {
	text-decoration: none;
	font-size:1.1em;
	font-weight:bold;
	
}
a:active {
	text-decoration: none;
}
h1, h3 {
	font-family: legaultregular, DroidSansBold, "caflisch-script-pro", sans-serif;
	padding: 0;
	font-style: normal;
	font-weight: 500;
}
h1 {
	font-size:72px;
	font-weight:500;
	line-height:72px
}
h2, header {
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 34px;
}

h6 {
	color:rgba(255,5,5,1.00);	
	font-weight:bold;
	font-size:1.2em;
}

header {
	height: 100px;
	width: 800px;
	background-image: url(../../../images/SI_mast.jpg);
	margin: 0 auto;
	margin-top: 30px;

}

header span {
	position: relative;
	top: 30px;
	left: -230px;
	color: #fff;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
}	

#intro {
	width: 800px;
	padding-top: 25px;
	font-size: 32px;
	line-height: 32px;
	margin: 0 auto;
}

#intro2 {
	width: 800px;
	padding-top: 25px;
	padding-left:15px;
	padding-bottom: 25px;
	margin: 0 auto;
}

#intro2 p{
	margin-bottom:15px;
}
/*		iPicture Styles		*/
/*
#iPicture {
	overflow-x: auto ;
	overflow-y: auto;
}*/

.ip_slide {
	margin-top:20px;
	overflow-style: hidden;
}
#slideshow {
	position: relative;
}
#slideshow #iPicture {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	padding-bottom: 51px;
}
#slideshow #iPicture .slide {
	margin: 0 auto;
	width: 540px; /* reduce by 20 pixels of #iPicture to avoid horizontal scroll *//*height:263px;*/
}
/** 
 * Slideshow controls style rules.
 */
 
#fa {
	width: 800px;
	margin: 0 auto;
}
/*
.ip_tooltip {
	width:400px;
	margin: 0 auto;
}
*/
#iPicture {
	width: 800px;
	height: 450px;
	margin: 0 auto;
}
.ip_tooltipImg {
}

footer {
	margin-top:75px;
	margin-bottom:20px;
}

.related img{
	 width:75px;
	 height:75px;
	 border: none;	
}

.related img {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.related img:hover {
	opacity: 1;
	-webkit-transform: scale(1.25);
	-moz-transform:scale(1.25);
	-ms-transform:scale(1.25);
	-o-transform:scale(1.25);
	transform:scale(1.25);
}

#loadingMsgContainer {
	width:100%;	
	height:900px;
}