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


body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:800px; 
}
/* Prevent content from becoming unreachable in Gecko */

/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:10px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#header {
	height:10px;
	width:100%;
	margin:0 auto;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:20px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:90px;
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-top: -12px;
	margin-left:0;
}
div#middle {
	width:800px;
	margin:10px auto;
}
div#middle-full {
	width:95%;
	margin:0 auto;
}
div#content {
	padding:auto;
	background:#fff;
}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:80px;
	z-index:1000;
}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	height:80px;
	width:100%;
	margin:0 auto;
	background-image:url(../images/footer-mask.png);
	z-index:1005;
}

/* Styling rules to make the page look nice. */
body,
html{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#003366;
	background:#fff;
}

h1,
h2 {	
	padding:0;
	margin:0;
}
div#sidebar h2 {
	padding-left:5px;
}
div#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
}
div #footer p {
	margin:0;
	padding:0;
	text-align:center;
}
div#footer a {
	color:#fff;
}
h2, h3 { color: #003366; background-color: #fff; }
#sidebar h2 { color: #003366; background-color: #eee; }
h1 {
	font-size:1.4em;
	padding-top:5px;
}
h2 {
	padding-top:1em;
	margin-top:0;
}
p {
	margin-bottom:0;
	font-size:1em;
	line-height:1.4em;
}
pre {
	font-size:0.9em;
	line-height:1.4em;
}
ul {
	font-size:0.8em;
	line-height:1.4em;
}
hr { border-style: solid; color: #de7008; margin-top: 10px; }
.code { font-family: courier, monospace; }
.link a:link { color: #003366; font-weight: bold; text-decoration: none; }
.link a:visited { color: #de7008; font-weight: bold; text-decoration: none;}
.link a:hover { color: #335500; font-weight: bold; text-decoration: none; }
.link a:active { color: green; font-weight: bold; text-decoration: none;}



div#menu-left {
	float:left;
	width:200px;
	padding:0 10px 0 10px;
	text-align:left;
}
div#menu-middle {
	text-align:center;
	padding: 0px 210px 0px 210px;
}
div#menu-right {
	float:right;
	width:200px;
	padding:0 10px 0 10px;
	text-align:right;
}
.img {
	padding: 5px 10px 5px 10px;
}

ul.slideshow {
	text-align:center;
	list-style:none;
	width:800px;
	height:600px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding:0 auto;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:0px;
	height:0px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}
div#gallery-link {
	float:left;
	margin: 10px 10px;
	font-size:.8em;
	text-align:center;
}

.clearfloats{
	clear:both;
}