/* PMSCA Inside Page Style Sheet */

/* Common Elements */

* { margin:0; padding:0 }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	text-align: center;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #990000;
	background-image: url(../_images/bg.gif);
	background-repeat: repeat;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
	color: #710D03;
	font-weight: bold;
	text-decoration: underline;
}
.dot {
	color: #F74A1A;
	font-weight: bold;
}
.purchase {
	font-weight: bolder;
	color: #AE1F08;
	font-size: 13px;
}


div p :visited { /* specificity [0,1,2] */
	color: #710D03;
	font-weight: bold;
	text-decoration: none;
}
div p :hover { /* specificity [0,1,2] */
	color: #710D03;
	text-decoration: underline;
	}

a:focus {
	color: #FB973B;
}
a:active {
	color: #FB973B;
}

/* Content */

#outerWrapper {
	background-color: #FB973B;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 725px;
	border: 1px solid #000000;
}

#outerWrapper #header {
	background-color: #990000;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px;
	background-image: url(../_images/inside.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 204px;
	width: 725px;
}
#outerWrapper #header #slideshow {
	height: 135px;
	width: 520px;
	float: right;
}

#outerWrapper #header #nav {
	float: right;
	height: 43px;
	width: 520px;
	position: relative;
	top: 22px;
}
#outerWrapper #contentWrapper #content {
	margin: 0;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#timeline #outerWrapper #contentWrapper #content {
	margin: 0;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-image: url(../_images/bgTimeline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 820px;
}

#outerWrapper #footer {
	background-color: #000000;
	height: 30px;
	width: 725px;
	color: #d2742d;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

#outerWrapper #footer #a,  a:link {
	color: #C93C17;
	font-weight: bold;
	text-decoration: underline;
}

.Title {
	font-size: 15px;
	font-weight: bolder;
	color: #732118;
}

/*Photo Gallery*/

#gallery {
	width:650px;
	height:360px;
	position:relative;
	background-color: #FC973C;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#gallery b.default {
	position:absolute;
	left:0px;
	top:10px;
	width:480px;
	height:360px;
	text-align:center;
}
#gallery b.default img {
	display:block;
	border:1px solid;
	border-color:#000000;
	width: 480px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 360px;
}
#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;
	 }
#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:#000000;
	background-color: #6B2118;
	  }
#gallery ul li a:hover b {
     position:absolute; 
	 left:-485px;
	 top:0; 
	 width:480px; 
	 height:360px; 
	 text-align:center; 
	 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 #000;
	 }
#gallery ul li a:active, #gallery ul li a:focus {
     white-space:normal; 
	 border-color:#000; 
	 background:#777;
	 }
#gallery ul li a:active b, #gallery ul li a:focus b {
     position:absolute; 
	 left:-480px; 
	 top:0; 
	 width:480px; 
	 height:360px; 
	 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 #000;
	 }

