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

#nav { 
	display: block; 
	margin: 0; 
	padding: 0; 
	position: relative; 
	font: 11px Verdana,Arial;
	background: url(../images/Benpres-Website-(Home)-Slice_11.gif);
	background-repeat: repeat-x;
	background-color:#00578a;
}
#nav li { 
	display: block; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	float: left; 
	position: relative; 
}
#nav a { 
	display: block; 
}
#nav ul { 
	display: none; 
	position: absolute; 
	left: 0; 
	margin: 0; 
	padding: 0; 
}

#nav ul .sub {
	background:#d1d1d1 url(../images/arrow.gif) 150px 8px no-repeat;
}


/* IE6 "fix" */
* html #nav ul { 
	line-height: 0; 
} 

/* IE6/7 fix */
#nav ul a { 
	zoom: 1; 
} 
#nav ul li { 
	float: none; 
}
#nav ul ul { 
	top: 0; 
}
    
/* Essentials - configure this */

#nav ul { 
	width: 160px; 
}
#nav ul ul { 
	left: 161px; 
}

/* Everything else is theming */
 
#nav { 
	height: 36px; 
	z-index: 1000;
	background: url(../images/Benpres-Website-(Home)-Slice_11.gif);
	background-repeat: repeat-x;
}
#nav *:hover { 
	background-color: none; 
}

#nav ul li a { 
	color: #00578a;
	padding: 4px;
	padding-left:6px;
}

#nav li.hover a { 
	background-color: #FFFFFF; 
}
#nav ul { 
	top: 36px; 
}
#nav ul li a { 
	background-color: #FFFFFF; 
}
#nav ul a.hover { 
	background-color: #00578a;
	color:#FFFFFF;
}
#nav ul a { 
	border-right: none; opacity: 0.9; 
	filter: alpha(opacity=90);
	text-decoration:none;
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

/* slideshow */
#slider {
   width: 827px; /* important to be same as image width */
   height: 181px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin:0px;
   padding:0px;
   top:0px;
}

#sliderContent {
   width: 827px; /* important to be same as image width or wider */
   position: relative; /* important */
   left:0px;
   margin:0px;
   padding:0px;
   top:0px;
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}
.sliderImage span {
	position: absolute;
	top: 50px;
	bottom: 50px;
	font: 14px/15px Arial, Helvetica, sans-serif;
	padding: 11px 13px;
	width: 235px;
	height: 80px;
	background-color: #83aa2f;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
	color: #fff;
	display: none;
}
.sliderImage span a {
	color: #00578a;
	text-decoration:none;
}
.sliderImage span a.hover {
	color: #DDDDDD;
	text-decoration:none;
}

.clear {
	clear: both;
}

.bottom {
	bottom: 100px;
	right: 50px;
	left: 20px;
}
#slider ul { list-style-type: none;}

/*

	GalleryView Stylesheet
	
	Use the CSS rules below to modify the look of your gallery.
	
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
	
	<div class="gallery">
		<div class="panel">
			<img src="path/to/image.jpg" />
			<div class="panel-overlay">
				...overlay content...
			</div>
			<div class="overlay-background"></div>
		</div>
		<ul class="filmstrip">
			<li class="frame current">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
			<li class="frame">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
		</ul>
	</div>
		

*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #aaa; padding: 5px;}

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { 
	height: 60px; 
}

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { 
	color: white;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	padding-left:50px;
}
.panel .panel-overlay a { 
	color: white; 
	text-decoration: underline; 
	font-weight: bold; 
}

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}

/* Contact Form and mailing List */
.notification_error {
	border: 1px solid #FF0000;
	height: auto;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	-moz-border-radius: 5px;
}

.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	padding: 8px;
	background: #f5f9fd;
	text-align: left;
	-moz-border-radius: 5px;
}

.info_fieldset { 
	-moz-border-radius: 7px; 
	border: 1px #dddddd solid; 
}
.info_fieldset legend{
	border: 1px #dddddd solid; 
	color: black; 
	font: 13px Verdana;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 3px;
}

.button {
	margin: 5px;
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: white;
	color: #333333; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
}

/* Input, Textarea */
.mail_input {
	padding: 2px; 
	float: left;
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	color: #333333; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
}

.clearfix { display:inline-block; }


#search-bar {
	top: -100px;
	float:right;
	text-align:center;
	vertical-align:middle;
}

#search-bar * {
	vertical-align:middle;
}

#leftnav, #leftnav li{
	margin:0;
	padding:2px;
	list-style:none;
}
.button_go {
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: white;
	color: #333333; 
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	font-weight:bold;
	padding:1px;
}

.dropdown {
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: white;
	color: #333333; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	width:190px;
	padding:1px
}