/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	}
*{
margin:0;
padding:0;
}
body {
font-size:9pt;	
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background-color:#514C48;
height:100%;
}

h1  {
font-size:18pt;	
padding-bottom:10pt;
}

h2  {
font-size:14pt;	
padding-bottom:8pt;
}


h1,h2,h3
{
font-weight: bold;
margin: 0.1em 10px;
}

h4,h5,h6
{
font-weight: normal;
margin: 0.1em 10px;
}

.orange {color:#FB9011;}
.darkgrey {color:#514C48;font-weight:bold;}
.centered {text-align:center;}
.bigjump {visibility:hidden;margin-bottom:2em;}

a:link, a:visited{
color:#FB9011;
}

#global{
position:relative;
width:760px;
margin:0 auto;
min-height: 100%;
background-color:#FFF;
border:5px solid #000;
}
	#header{
	height:113px;
	background:transparent url(/css/pics/topbanner.jpg) left top ;
	}	
		#header h1{
		font-size:1em;
		color:black;
		padding-top:28px;
		margin-left:520px;
		}
		#logo{
		position:absolute;
		z-index:100;
		top:0px;
		left:0px;
		}
	#menu{
	height:24px;
	line-height:24px;
	text-align:center;
	background-color:#000;
	}

		#menu li{
		display:inline;
		margin:0 0 0 2em;	
		}
			#menu li a:link,#menu li a:visited{
			color:white;
			text-decoration:none;
			}
			ul#menu li a:hover,#menu li a:active,#menu li a:focus{
			color:#FB9011;
			}

	ul.arianne,ul.nextpage{
	font-size:0.75em;
	margin:1em;

	list-style-type:none;
	}

	ul.arianne{
	float:left;
	}

	ul.nextpage{
	float:right;
	}
	.centered{text-align:center;}

	#center{
	margin:20px 0 0 0;
	overflow:auto;
	padding:0 0 4em 0.5em;
	/* background:transparent url(pics/sea_bg.jpg) no-repeat center bottom;	 */ 
	}



	#leftnav{
	float:left;
	width:24%;
	
	}
		#leftnav ul{
		width:90%;		
		}
			#leftnav ul li{
			height:20px;	
			line-height:20px;
			padding-left:.5em;
			background:transparent url(../css/pics/bg_vbtn.jpg) repeat-x left top; 
			}
			#leftnav ul li a:link,#leftnav ul li a:visited{
			color:white;
			text-decoration:none;
			}
			#leftnav ul li a:hover,#leftnav ul li a:active,#leftnav ul li a:active{
			color:#FB9011;
			}	
			
			#leftnav dl dt a:hover,#leftnav dl dt a:active,#leftnav dl dt a:active{
			color:#FB9011;
			}		
			
	#rightnav{
	float:left;
	width:24%;	
	}
		#leftnav dt a:link,#leftnav dt a:visited{
			color:white;
			text-decoration:none;
			}
		
		#leftnav dl{
		margin:0 auto auto auto;
		width:88%;
		padding:0;
		border:1px solid #000;
		}
			#leftnav dl dt{
			height:20px;	
			line-height:20px;
			font-size:1.1em;
			background:transparent url(../css/pics/bg_vbtn.jpg) repeat-x left top; 
			text-transform:capitalize;
			padding-left:12px;

			color:#FFF;
			}			
			#leftnav dl dd{
			width:152px;
			position:relative;
			padding-left:5px;
			color:#FFF;
			}
				#leftnav a{
					width:100%;
					text-decoration:none;
				}
					#leftnav dd a:link,#leftnav dd a:visited{
					color:black;
					}
					#leftnav dd  a:hover,#leftnav dd a:active,#leftnav dd  a:active{
					color:#FFF;
					background-color:#000;
					width:100%;
					}
					#leftnav dd a.DSR img{
					border:none;					
					}
					#leftnav dd a.DSR span.DSRswitch{
					display:none;
					}					
					#leftnav dd a.DSR:hover span.DSRswitch{
					display:block;
					position:absolute;
					z-index:100;
					left:-325px;
					top:-27px;;
					width:322px;
					background-color:#CCCCCC
					padding:0;
					margin:0;					
					}
					#leftnav dd a.DSR:hover span.DSRswitch dl{
					width:320px;
					margin-bottom:0;
					}
					#leftnav dd a.DSR:hover span.DSRswitch dl dt {
					margin:0;
					}
					#leftnav dd a.DSR:hover span.DSRswitch dl dd.view{
					width:100%;
					padding:0;
					border:none;
					}
					#leftnav dd a.DSR:hover span.DSRswitch dl dd{
					width:306px;
					padding:.1em 0 .1em 14px;
					border-bottom:1px dashed #fff;
					}
					#leftnav dd a.DSR:hover span.DSRswitch dl dd img{
					border:none;
					}
					
			#leftnav dl dd a:link,#leftnav dl dd a:visited{

			text-decoration:none;
			}
			#leftnav dl dd dt a:hover,#leftnav dl dd dt a:active,#leftnav dl dd a:active{
			color:#FB9011;
			}			
	#contents{
	float:left;
	width:70%;
	}
	#contents p{

	padding:.5em .25em;
	}
	#contents ul{
	margin-left:1em;
	}
	#contents ul li{
	list-style-type:none;
	}
	#contents img{
	border:1px solid #000;
	}

	#contents dl{
	border:1px outset #FB9011;
	background:#eee;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	}
	#contents dl img{
	margin-top:.5em;
	}
	#contents dl img.lefthumb,#contents p img.lefthumb{
	width:40%;
	height:40%;
	}
	.bottomlinks{
	background:white;
	border:1px solid black;
	text-align:center;
	}

	#footer{
	width:100%;
	bottom:0;
	margin:0;
	font-size:1em;
	line-height:1.3em;
	background-color:#000;
	text-align:center;
	color:white;
	}

	#contents_wide{
	align:center;
	text-align:center;
	width:96%;
	}


#leftnav dl dd{
			width:152px;
			position:relative;
			padding-left:5px;
			}
				#leftnav dd a{
					width:100%;
				}
					#leftnav2 dd a:link,#rightnav dd a:visited{
					color:black;
					text-decoration:none;
					}
					#leftnav dd a:hover,#rightnav dd a:active,#rightnav dd a:active{
					color:#FFF;
					background-color:#000;
					width:100%;
					}
					#leftnav2 dd a.DSR img{
					border:none;					
					}
					#leftnav dd a.DSR span.DSRswitch{
					display:none;
					}					
					#leftnav dd a.DSR:hover span.DSRswitch{
					display:block;
					position:absolute;
					z-index:100;
					left:-325px;
					top:-27px;;
					width:322px;
					background-color:#000;
					padding:0;
					margin:0;					
					}
					#leftnav dd a.DSR:hover span.DSRswitch dl{
					width:320px;
					margin-bottom:0;
					}
					#leftnav dd a.DSR:hover span.DSRswitch dl dt {
					margin:0;
					}
					#leftnav dd a.DSR:hover span.DSRswitch dl dd.view{
					width:100%;
					padding:0;
					border:none;
					}
					#leftnav dd a.DSR:hover span.DSRswitch dl dd{
					width:306px;
					padding:.1em 0 .1em 14px;
					border-bottom:1px dashed #fff;
					}
					#leftnav dd a.DSR:hover span.DSRswitch dl dd img{
					border:none;
					}
.highslide {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: black;
}
.highslide-image {
	border: 5px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	padding-left: 22px;
	background-image: url(/highside/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits, a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
a.highslide-full-expand {
	background: url(/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* These must always be last */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
