@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	background:url(/media/images/layout_bg.png) repeat-x;
	background-color:#ccc;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:14px;
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	background:url(/media/images/layout_logo.gif) center 155px no-repeat;
	width:1024px;
	padding-top:317px;
	min-height:410px;
	_height:410px;
}
#redbar {
	position:absolute;
	top:317px;
	left:0px;
	width:50%;
	height:15px;
	background-color:#cc0000;
}
#nav {
	position:relative;
	height:15px;
	width:380px;
	margin-left:0px;
}
	#nav ul {
		position:relative;
		list-style-type:none;
		padding:0;
		margin:0 auto;
		width:380px;
	}
		#nav ul li {
			display:inline;
		}
			#nav ul li a {
				background:url(/media/images/layout_nav.gif) no-repeat;
				float:left;
				height:0;
				padding-top:15px;
				overflow:hidden;
			}
			
			#nav ul li#nav_web a {
				width:106px;
				background-position:0px 0;
			}
			#nav ul li#nav_print a {
				width:45px;
				background-position:-106px 0;
			}
			#nav ul li#nav_video a {
				width:52px;
				background-position:-150px 0;
			}
			#nav ul li#nav_inside a {
				width:106px;
				background-position:-202px 0;
			}
			#nav ul li#nav_contact a {
				width:69px;
				background-position:-308px 0;
			}

			#nav ul li#nav_web a:hover {
				width:106px;
				background-position:0px -15px;
			}
			#nav ul li#nav_print a:hover {
				width:45px;
				background-position:-106px -15px;
			}
			#nav ul li#nav_video a:hover {
				width:52px;
				background-position:-150px -15px;
			}
			#nav ul li#nav_inside a:hover {
				width:106px;
				background-position:-202px -15px;
			}
			#nav ul li#nav_contact a:hover {
				width:69px;
				background-position:-308px -15px;
			}
#body {
	margin-top:36px;
}

p {
	margin-bottom:20px;
}

a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clearer {
	clear:both;
}

/* SlideViewer */
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow: hidden;  
	margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float:left; 
} 

.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
} 
.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
} 
.stripTransmitter ul li{ 
	float:left; 
	margin: 0 0px 1px 0px; 
} 
.stripTransmitter a{ 
	text-align: center; 
	text-decoration: none;
} 
.stripTransmitter a:hover, a.current{ 
	color: #cc0000; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
	background: #fff; 
	color: #000; 
	opacity: 0.85; 
	border: 5px solid #dedede; 
} 
#tooltip h3 {  
	font: normal 10px Verdana;  
	margin: 0;  
	padding: 6px 2px;  
	border: 0; 
} 

