﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background: #ffffff;
	color: #000000;
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center;}

hr {
	background-color: #f40005;
	color: #f40005;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {	color: #ac0605;
	text-decoration: none;
	outline: none;}

a:hover {	color: #606060;
			text-decoration: underline;
			outline: none;}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #808080;
	font: normal 30px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;
	padding: 0;
	margin-bottom: 30px;}

h2{
   background: #ffffff url('images/endcap1.jpg') no-repeat;
	color: #f40005;
	font: normal 20px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	text-align: left;
	padding: 7px 0 7px 40px;}

h3{
   background: #ffffff url('images/endcap2.jpg') no-repeat;
	color: #f40005;
	font: normal 20px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	text-align: left;
	padding: 7px 0 7px 40px;}

h4 {
   background: #ffffff url('images/endcap3.jpg') no-repeat;
	color: #808080;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 7px 0 7px 40px;
	text-align: left;}

h5 {
	color: #f40005;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 15px 2px 0 0;
	text-align: left;}

h6 {
	color: #808080;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;	
	padding-bottom: 0;}

/* You can create your own dropcap effect to a heading or to a
paragraph by spanning the first letter with the dropcap class */	

.dropcap {
   font: normal 55px "Times New Roman", serif;
   float: left;
   color: #ac0605;
   line-height: 55px;
   padding: 0 1px 0 0;}

.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;}

/*  The items below set the properties of the top header as
well as the global navigtion links and the main navigation
link group that sit on top of the header image. */

#header {
	position: relative;
	width: 900px;
	height: 250px;}

#global {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: #808080;
	height: 20px;
	line-height: 20px;
	width: 880px;
	text-align: left;
	font-size: 85%;}

#global ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#global li {
   display: inline;
   margin: 0;}

#global li a {
   color: #606060;
   font-weight: normal;
   text-decoration: none;}

#global li a:hover {
   color: #ac0605;
   font-weight: normal;
   text-decoration: underline;}

/* The items below set the properties for the main
navigation block.*/

#navbar {
   position: absolute;
   left: 0;
   top: 180px;
   z-index: 2;
   color: #ffffff;
   font-size: 90%;
	height: 50px;
	line-height: 50px;
	width: 600px;
	text-align: left;}

#navbar ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#navbar li {
   display: inline;
   margin: 0;}

#navbar li a {
   color: #ffffff;
   font-weight: bold; 
   text-decoration: none;}

#navbar li a:hover {
   color: #A4A4A4;
   font-weight: bold; 
 /*  text-decoration: underline; */}

/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
font-size: 85%;
	float: right;
	width: 265px;
	padding: 10px 10px 10px 20px;}
	
#sidebar_r {
font-size: 85%;
	float: right;
	width: 265px;
	padding: 10px 10px 10px 20px;}
	
#sidebar_l {
font-size: 85%;
	float: left;
	width: 265px;
	padding: 10px 10px 10px 20px;}
	
#sidebar_c {
font-size: 85%;
	float: center;
	width: 265px;
	padding: 10px 10px 10px 20px;}

#sidebar p {
	margin: 2px;
}

#content {
	border-color:grey; 
	border-right-style:dotted;
	border-width:1px;
	float: left;
	width: 590px;
	line-height: 1.5em;
	padding: 10px 10px 10px 0;}
	
#content2 {

float: left;
	width: 265px;
	line-height: 1.5em;
	padding: 10px 10px 10px 0;}

#contentwide {
	float: left;
	width: 880px;
	line-height: 1.5em;
	padding: 10px 0px;}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	color: #606060;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 80%;
	padding: 15px 0 0 0;
	height: 50px;
	border-top: 2px #f40005 solid;}

#footer ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#footer li {
   display: inline;
   margin: 0;}

#footer li a {
   color: #606060;
   font-weight: normal;
   text-decoration: none;}

#footer li a:hover {
   color: #ac0605;
   font-weight: normal;
   text-decoration: underline;}

#footer p {
   margin: 0;
   padding: 0;}

/* If you want to highlight a section of text, you can place it within
a div with the box class applied. This will put the contents within
a block with a light gray background and a thin dashed line around it. */

.box {
	background: #f8f8f8;
	border: 1px dashed #c0c0c0;
	padding: 5px 10px;}

/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 10px 0;}

legend {
	background-color: #ffffff;
	color: #f40005;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 2px 4px;
	margin: 0;}
	
#contactform {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

#contactform label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

#contactform input {
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform .button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*  The catalog is set into a simple three-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 33%;}

/*  The calendar sits within a div so that it can be
centered in the sidebar area.  */

.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 5px #c2c2c2 double;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 5px #c2c2c2 double;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 5px #c2c2c2 double;}
	
/*  The following section controls the Scroll in the Sidebar of the Contacts page  */

#mpn_links {
			background-color: #FFFFFF;
			border: 1px solid #AB7B43;
			font-size:12px;
			padding: 3px;
			text-align: left;
			margin-right: 2px;
			margin-bottom: 4px;
			width: auto;
			height: 97px;
			}

img.photoright {
      float:right; 
			margin-left: 10px;
			border: 1px ridge #AB7B43;
			}

#mpn_scroll{
			width: 260px;
			margin-left: 0px;
			height: 322px;
			align:center;
			overflow: auto;
			}			
			
#moviearea {
position: absolute;
top: 10px;
left: 617px;
z-index: 3;
width: 270px;
height: 220px;}

#menuarea1 {
position: absolute;
top: 180px;
left: 850px;
z-index: 3;
width: 50px;
height: 50px;}

#menuarea2 {
position: absolute;
top: 180px;
left: 795px;
z-index: 3;
width: 50px;
height: 50px;}


#menuarea3 {
position: absolute;
top: 235px;
left: 880px;
z-index: 3;
width: 10px;
height: 10px;}

#pscroller1{
width: 270px;
height: 100px;
border: 0px solid black;
padding: 0px;
/*
background-color: lightyellow; */
}

		
#gallery {width:728px; height:380px; padding:10px; border:1px solid #333; background: #888; position:relative; margin-bottom:20px;}

#gallery {width:728px; height:380px; padding:10px; border:1px solid #333; background: #888; position:relative; margin-bottom:20px;}
#gallery b.default {position:absolute; left:10px; top:10px; width:548px; height:380px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
#gallery b.default span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:hover b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#888; z-index:20;}
#gallery ul li a:hover span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#888; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
</style>

