/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	body { 
	background-image: url(../images/pwbgd.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:  center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height:100%;
	margin:0;padding:0;
	overflow:auto;		
}
h1 {
	color: white;
	line-height: 2em;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 260%;
	clear:both;

}
h2 {
	color: white;
	font-size: 236%;
	padding-bottom: 5px;
}
h3 {
	color: white;
	font-size: 206%;
}

p {
	text-indent:50px;
	font-size: 28px;
	line-height: 1.3em;
	text-shadow: 1px 1px 2px black;
	}
p img {
	alignment-adjust:central;
	}
#Logo {
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:  45% 10px;
	-webkit-background-size: none;
	-moz-background-size: none;
	-o-background-size: none;
	background-size: 50%;
}
	.panel h2.title { margin-bottom: 10px; }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px; }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding-left: 4%; padding-top: 14%;	alignment-adjust:central; width: 1950px; margin-left:auto; margin-right: auto;
 }
	.coda-slider { 	color: white;
alignment-adjust:central;
		top: 20%; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 100% } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { margin-top: 20px;width: 1650px; }
	.coda-slider-wrapper.arrows .coda-slider {}
	
	/* Arrow styling */
	.coda-nav-left a { 
	background-image: url(../images/arrows_left.png); 
	color: #fff; 
	margin-top: 100px; 
	width: 64px; 
	height: 61px }
	.coda-nav-right a { 
	background-image: url(../images/arrows_right.png); 
	color: #fff; 
	margin-top: 100px; 
	width: 65px; 
	height: 61px }
	/* Tab nav */
	.coda-nav ul li a.current { background-image: url(../images/buttonover.png) }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline; 	font-size: 190%;
	text-align: center;
 }
	.coda-nav ul li a { 
	background-image: url(../images/button.png); 
	background-repeat: no-repeat;
	color: #fff; 
	display: block; 
	float: left; 
	margin-right: 10px; 
	margin-top: 20px;	 
	width: 300px; 
	height: auto; 
	text-align:center;
	line-height: -5em;	
	text-decoration: none;
	background-position: 55px 0px;
	
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { 
	clear: both; 
	overflow: auto; }
	.coda-slider { 
	float: left; 
	overflow:hidden;
	position: relative }
	.coda-slider .panel { 
	display: block; 
	float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
#Txt_Copyright p{
	font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: regular;
	text-align: center;
	color: white;
	line-height: 120%;
	padding-bottom: 2px;
	margin-top: 20%;
	margin-bottom: 10px;
	width: auto;
	position:relative;
	clear:left;
	
}

	
	#relpics {
	width: 75%; /*75%*/
	margin-left: auto;
	margin-right: auto;
	
}
#relpics img {
	width: 95%;
	height: auto;
	margin-bottom:20px;
	
	
}

table {
	width: 100%;
	
}

table img{
	border: white solid thin;
}

.mobiletable {
		display:none;
}
.mobileframe {
		display:none;
}
/*.normalflash {
		display:none;
}
.wideflash {
		width: 100%;
}