@charset "utf-8";
/* Body */
body {
	margin: 0px;
	padding: 0px;

	}
	
/* Fonts */

h1 {
	font-size: 16px;
	color: #0033FF;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}

h2 {
	font-size: 15px;
	color: #0033FF;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;


	}
	
h3 {
	font-size: 12px;
	color: #0033FF;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h4 {
	font-size: 14px;
	color: #CC0000;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}
	
h5 {
	font-size: 12px;
	color: #CC0000;
	/*letter-spacing: 2px;*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

	}
	
h6 {
	font-size: 12px;
	color: #CC0000;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}	
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #0033FF;
	text-decoration: none;
	font-size: 12px;
	}
	
a:hover {
	font-weight: bold;

}
	
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333333;
	font-size: 12px;
	}
	
#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	width: expression(document.body.clientWidth <802 ? "800px" : "100%" );
}

/* Banner */

#banner {
	height : 149px;
	margin : 0px;
	padding : 0px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #ffffff;
}
	
#nav {
	height: 30px;
	background-color: #0066FF;
	background-position: center;
	padding: 10px 0px 0px 10px;
	}

#nav li {
	display: inline;
	margin: 20px 5px 10px 5px;
	padding: 0px;
	height: 30px;
	width: 100px;
	}
	
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	padding:4px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	}

#supportingText {
	margin-left: 200px;
	padding: 10px 230px 0px 0px;
	}

/* Sub Navigation */

#subnav {
	color: #0066FF;
	font-weight: bold;
	list-style-type: none;
}
	
#subnav a {
	color: #0066FF;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	}
	
#subnav li a{
	display: inline;
	list-style-type: none;
	padding: 5px 5px 10px 0px;
	}
	
#subnav li a:hover {
	font-weight: bold;
}
#subnav li a.active {
	font-weight: bold;
}

#subnav li a#current {
	font-weight: bold;
}
/* Sidebars */

#sidebar-a {
	float: left;
	margin: 50px 10px 20px;
	width: 150px;
	display: inline;




	}
	
#sidebar-a a:hover {
	font-weight: bold;

}
#sidebar-a a.active {
	font-weight: bold;

}

#sidebar-a a#current {
	font-weight: bold;

}
#sidebar-b {
	float: right;
	width: 200px;
	display: inline;
	margin: 10px;


	}
/* Footer */

#footer {
	clear : both;
	padding : 10px;
	margin : 0;
	background : #0066FF;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer a {
	text-decoration : none;
	color : #fff;
	background : inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer a:hover {
	text-decoration : underline;
	background : inherit;
	font-weight: normal;

}
#slideshow{
	width:600px;
	margin-left: 170px;
	margin-bottom: 10px;
	margin-top: 10px;





	}
	
	#previewPane{
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
	/* CSS HACK */
		height: 432px;	/* IE 5.x */
	height/* */:/**/420px;	/* Other browsers */
	height: /**/405px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;

	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#666666;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
