﻿/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #888;
	height: 100%;
	background: url(bg.jpg) no-repeat;
	}
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;

	}

* html #container
{
height: 100%;



}

	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header {
	background: #fff url(img/header_top.jpg) no-repeat 100% 5px;
	width: 749px;
	margin: 0 auto;
	padding: 0;
	opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 3px;
	border-left-width: 3px;
}
#header div {
	background: url(img/header_botm.jpg) no-repeat 0px 70px;
	text-align: left;
	padding: 45px 0 110px 20px;
}
#header h1 {
	margin: 0; 
	clear: both;
	font-size: 2em; color:#99FF99; padding-left:40px; padding-right:0; padding-top:43px; padding-bottom:0	
	}
#header h1 a { 
	color: #000;
	font-family: Tahoma;
	font-weight: bold;
	color: #99FF99;font-size:30pt; letter-spacing:-3pt; padding-left:0; padding-right:0; padding-top:12px; padding-bottom:0	
	}	
#header h1 a:hover { 
	color: #000;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;font-size:30pt; letter-spacing:-3pt; padding-left:0; padding-right:0; padding-top:12px; padding-bottom:0	
	}	
/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 40px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.2em;
	background: url(img/nav.gif) no-repeat;
	width: 114px;
	height: 25px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.on,
#header li a:hover { background-color: #333; color: #9c0; height: 20px; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#main {

}
#content {
	width: 739px;
	height: 1000px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	padding-left: 10px;
	padding-bottom: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
* html #content {
	padding-bottom: 5px;
	background: #fff;
	padding-left: 10px;
	background-color: #fff;

}
:after#content {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden;

	}	
#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;

	}	
#content h2 em { 
	color: #09C; 
	font-style: normal;

	}
	
#content h3 { 
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	font-size: 100%;	
	clear: both; 
	}	
#content h3 em { 
	color: #0099CC; 
	font-style: normal; font-size:100%
	}
#content p {
	text-indent: 3em;
	line-height: 2.5em;
	letter-spacing: 0.1em;	

	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	background: url(img/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	line-height: 2em;
	letter-spacing: 0.1em;	
	}	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul:after.thumbs {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 225px;
	text-align: left;
	margin-right: 35px;
	background-color: #fff;


	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 438px;	
	text-align: left;	
	background-color: #fff;

	}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {
	padding: 6px 0 6px 0;
	width: 100% !important;
	z-index: 500 !important;
	position: fixed;
	background-color: #333;
	color: #999;
	font-size: 11px;
	border-top: 3px solid #ccc;
	bottom: 1px;
	text-align: center;
	font-style: normal;
	text-decoration: none;
}
* html #footer {
	padding: 6px 0 6px 0;
	width: 100% !important;
	z-index: 500 !important;
	position: static;
	background-color: #333;
	color: #999;
	font-size: 11px;
	border-top: 3px solid #ccc;
	bottom: 1px;
}
}

#footer p {
	margin: 0 10px;
	text-align: center;
	font-style: normal;
}
#footer a:hover { background-color: #222; }

#lightbox{
	background-color:#eee;
	padding: 15px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666; font-size:120%; 
	z-index: 15;
		}
#lightboxDetails{
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	z-index: 15;
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}


#topbar{
position:absolute;
background-color: #FAFAFA;		
	color: #333333;	
	font-size: 13px;
	border-top: 3px solid #CCCCCC; bottom:1; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:3px;

width: 	auto;
visibility: hidden;
z-index: 10; letter-spacing:1pt; font-weight:bold
}.h5          { 
font-size: 76%;
color:#CE393B;
}