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


/* Global Styles */

div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dd, dt, img, strong, em, a  {
	padding:0px;
	margin:0px;
	}
	
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #000;
	background-image:url(/_layout/bg_waves_bw.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}

body.bg_gallery {
	background-color:#000;
	}






#header {
	width: 903px;
	height: 55px;
	margin: 20px auto 0px auto;
	position: relative;
	}
#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 20px;
	right: 10px;
	}
#header p a:link, #header p a:visited {
	text-decoration: none;
	color: #999;
	padding-left: 10px;
	}
#header p a:hover, #header p a:active, #header p a:visited:hover {
	color: #FFF;
	}


/* Menubar */
#menubar {
	width: 903px;
	height: 30px;
	position: relative;
	background-color: #444;
	background-image: url(/_images/bg_menu_delme.jpg);
	margin: 0px auto 0px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #E5E5E5;
	text-align:center;
	}
#menubar a {
	display:inline-block;
	height:30px; 
	text-decoration: none;
	color: #E5E5E5;
	line-height:30px;
	padding: 0px 12px 0px 12px;
	}
#menubar a:hover {
	display:inline-block;
	height:30px; 
	text-decoration: none;
	color: #E5E5E5;
	line-height:30px;
	padding: 0px 12px 0px 12px;
	background-image: url(/_layout/bg_menu_hover.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
	
	

/* Hero Boxes */
#hero {
	width: 903px;
	background-color: #999;
	margin: 2px auto 0px auto;
	}
#hero_front {
	width: 903px;
	height: 270px;
	background-color: #999;
	margin: 2px auto 0px auto;
	}




/*Middle*/
#wrapper-middle {
	}
#wrapper-middle_gallery {
	width: 903px;
	position: relative;
	background-color: #000;
	margin: 0px auto 50px auto;
	border-top: 3px solid black;
	}
	
#wrapper-middle #middle {
	position: relative;
	width: 903px;
	padding-bottom: 40px;
	margin: 0px auto 0px auto;
	background-color: #E5E5E5;
	background-image: url(/_images/bg_front-copy.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 3px solid black;
	}
#wrapper-middle #middle p.leadin {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 20px;
	line-height: 1.45em;
	color: #000;
	margin:35px 0px 30px 0px;
	}
#wrapper-middle #middle h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.25em;
	color: #555;
	width: 530px;
	margin:30px 0px 20px 50px;
	letter-spacing:-1px;
	}
#wrapper-middle #middle h2 {
	font-family: Tahoma, "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	color: #369;
	width: 470px;
	margin:0 0 0 50px;
	}
#wrapper-middle #middle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #444;
	width: 520px;
	margin:0 0 20px 50px;
	}
	
#wrapper-middle #middle p .little-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2.3em;
	color: #444;
}
#wrapper-middle #middle p .little-link a {
	color: #2D5C8B;
}
#wrapper-middle #middle p .little-link .pipe {
	font-weight: bold;
	color: #999;
	margin-right: 3px;
	margin-left: 3px;
}

#wrapper-middle #middle .quick-links {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	display: inline;
	margin-left: 80px;
	margin-bottom: 40px;
	float: left;
}
#wrapper-middle #middle .quick-links li a:link, #wrapper-middle #middle .quick-links li a:visited {
	color: #369;
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
}
#wrapper-middle #middle .quick-links li a:hover, #wrapper-middle #middle .quick-links li a:active{
	color: #000;
}

#wrapper-middle #middle p.black_gallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color:#666666;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 600px;
	line-height: 1.75em;
	}		

#wrapper-middle #middle #right_rail {
	width: 240px;
	padding: 0px 30px 0px 30px;
	position: absolute;
	top: 40px;
	right: 0px;
	}
#wrapper-middle #middle #right_rail p.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:1.1em;
	color: #000;
	padding: 0px 0px 15px 5px;
	margin: 4px 0 5px 0;
	}




#footer {
	 width: 903px;
	 font-family: verdana,arial,sans-serif;
	 font-size: .7em;
	 color: #999;
	 text-align: center;
	 line-height: 30px;
	 margin: 3px auto 0px auto;
	 background-color: #444;
	 }
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
