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

body {
text-align:center;
margin:0px auto;
background-color:#f2f2f2;
font-family:Arial;
background-image:url(../images/gradient.gif);
color:#ffffff;

}

/*main page frame*/
div.WebContainer{
margin-right: auto;
margin-left: auto;
background-color:#02315b;
background-image:url(../images/gradient.gif);
width: 900px;
text-align:left;


z-index:1;
}

H2{font-size:1em; color:#000000}
p{font-size:0.8em}
a{text-decoration:none; color:#02315b}
li{font-size:0.8em}
table{font-size:0.8em}



DIV.MenuBar
{
	color:#ffffff;
	clear:both;
	margin-left:100px;
	width:260px;
	text-align:right;
	text-indent:3px;
	z-index:13;
	padding-bottom:10px;
	
	}
	
DIV.MenuBar A:link,DIV.MenuBar A:visited, DIV.MenuBar A:active {
	/*	font-size:0.9em;  changed body to .8*/
	color:#ffffff;
	text-decoration: none;
	padding-left:30px;
	padding-right:20px;
	font-size:11pt;	
	
	padding-top:4px;
	padding-bottom:4px;
	
	display:block;
		}


DIV.MenuBar A:hover {
	/*	font-size:0.9em;  changed body to .8*/
	color:#ffffff;
	text-decoration: none;
	padding-left:30px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:11pt;
	
	display:block;
	background-color:#336699;
	}
	
	a.selected{
	/*	font-size:0.9em;  changed body to .8*/
	color:#ffffff;
	text-decoration: none;
	padding-left:30px;
	padding-right:30px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:12pt;
	font-weight:bold;
	display:block;
	background-color:#336699;	
	}
	
	div.indexslideshow{
clear:both;
width: 486px;
height:373px;
margin:35px 40px 22px 0px;
border: #000000 solid 5px;
}


	div.halfboxright1{
float:left;
width: 35%;
margin-right:17px;
z-index:2;

}

	div.halfboxright2{
float:left;
width: 48%;
z-index:2;
}

div.righttext{
width:468px;
clear:both;
margin-top:12px;
margin-right:30px;
padding: 10px;
background-color:#FFFFFF;
border: #FFFFFF solid 4px;
color:#000000;
margin-bottom:20px;
min-height:100%;
display:block;
z-index:0;
}



div.bottombar{
clear:both;
width: 880px;

text-align:right;
padding:10px;

color: #ffffff;
font-size:0.8em;
}



DIV.bottombar A:link,DIV.bottombar A:visited, DIV.bottombar A:active {
	/*	font-size:0.9em;  changed body to .8*/
	color:#ffffff;
	text-decoration: none;
	padding-left:10px;
	padding-right:30px;
	font-size:0.8em;
			}


DIV.bottombar A:hover {
	/*	font-size:0.9em;  changed body to .8*/
	color:#cccccc;
	text-decoration: none;
	padding-left:10px;
	padding-right:30px;
	font-size:0.8em;
	}




/*---------------------------------------------------------------------------------------------------------*/


div.logobox{
float:left;
width:350px;
padding:10px 10px 0px 10px;
}

DIV.logobox H2 {
	/*	font-size:0.9em;  changed body to .8*/
	color:#ffffff;
	font-size:1.1em;
	text-align:right;
	padding-right:30px;
		}
		
		
div.leftcontent{
float:left;
width:375px;
}





div.rightcontent{
float:left;
width:525px;

}

/*---------------------------------------------------------------------------gallery*/

	#dhtmlgoodies_slideshow{
		width:500px;	/* Total width of slideshow */


	}
	
	#previewPane{
		
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		margin-top:50px;

		position:relative;
		
		/* CSS HACK */
		height: 375px;	/* IE 5.x */
		height/* */:/**/375px;	/* Other browsers */
		height: /**/375px;
				
	}
	#previewPane img{
		line-height:375px;
		border: #000000 solid 5px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Arial;	/* Font to use */
		font-size:0.1em;
		color:#000000;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		
		position:relative;
		overflow:hidden;
		padding:1px;
		margin-bottom:20px;
		margin-top:40px;
		
		/* 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: #02315b;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #02315b;
		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:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}