/* CSS Document */
body {
	background-color: #FFFFFF;
}
body,
	html {
	margin:0;
	padding:0;
	color:#000000;
	background:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#wrap {
	width:950px;
	margin:0 auto;
	border: 1px solid #ccc;
	background: #ffffff;
	}
	#header {
    	padding:5px 10px;
		background:#ffffff;
	}
	h1 {
	margin:0;
	padding-bottom: 5px;
	font-variant: small-caps;
    }
a.nav, a.nav:link, a.nav:visited {
	display:block;
	height:25px;
	background:#000;
	border:1px solid #000;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:25px;
	overflow:hidden;
	float: left;
	font-variant: small-caps;
	padding-left: 20px;
	padding-right: 20px;
}

a.nav:hover {color:#000000; background:#99ffff;} 

a.nav:active {color:#fff; background:#000;} 

	#main {
	float:left;
	width:352px;
	background:#ffffff;
	height: 500px;
	}
	h2 {
	margin:0 0 0px;
	font-size: small;
	background-color: #FFFFFF;
	font-variant: small-caps;
	}
	h3 {
	margin:0 0  0px;
	font-size: medium;
	background-color: #FFFFFF;
	background-image: url(images/header3.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	}
	h4 {
	margin:0 0 0px;
	font-size: small;
	background-color: #FFFFFF;
	font-variant: small-caps;
	}
	#sidebar {
	float:right;
	width:520px;
	padding:10px;
	background:#fff;
	text-align: justify;
	font-size: small;
	margin-right: 20px;
	margin-top: 0px;
	padding-right: 30px;
	}
	#footer {
		clear:both;
		padding:0px 10px;
		background:#ffffff;
	}
	#footer p {
	margin:0;
	font-size: small;
    }
	#end {
	clear:both;
	background:#000000;
	width: 950px;
	}
	#end p {
	margin:0;
	font-size: small;
	color: #FFFFFF;
	margin-left: 30px;
    }
	body {
	background-color: #FFFFFF;
}
a {
	font-family : Verdana, sans-serif;
	font-size : small;
	padding : 4px;
	text-decoration : none;
	color: #999999;
	font-weight: bold;
} 
a:hover { 
font-family : Verdana, sans-serif; 
font-size : small; 
color : #00FFFF; 
padding : 4px; 
text-decoration : none; 
font-weight : bold; 
} 


 

	#dhtmlgoodies_slideshow{
		width:500px;	/* Total width of slideshow */
	}
	
	#previewPane{
	text-align:center;
	vertical-align:middle;
	position:absolute;	/* IE 5.x */
	height/* */:/**/500px;	/* Other browsers */
	height: /**/500px;
	width: 352px;
	border-color: #333333;				
	}
	#previewPane img{
		line-height:500px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	clear: left;
	}
	#galleryContainer{
	height:76px;	/* Height of the images + 2 */
	border:1px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
		height: 76px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/76px;	/* Other browsers */
	height: /**/76px;
	border-color: #00FFFF;				
	}
	#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:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#theImages .imageCaption{
		display:none;
	}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#666666;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #333333; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #333333;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
 
 
 

