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

*{
  margin: 0;
  padding: 0;
	}

body {
  margin: 0;
  padding: 0;
  background-image: url(images/marble.jpg);
  }

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 2px;
  line-height: 2em;
  }
  
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 0.8em;
  font-style: italic;
  line-height: 2em;
  margin-bottom: 5px;
  }
  
h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #790033;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 5px;
  }
  
p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #000000;
  line-height: 1.2em;
  text-align: justify;
  margin-bottom: 1em;
  }
  
p.center {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #000000;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 1em;
}

p.quote {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #333333;
  line-height: 1.2em;
  margin-bottom: 1em;
  }

table {
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #000000;  
  }
  
table.merch {
  border: none;
  border-left: 1px dotted;
  border-right: 1px dotted;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #000000;  
  }

/* Image Styles */

img {
  margin: 5px;
  }

div.img {
  margin: 2px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }

div.imgrt {
  margin: 2px;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
  }	

div.imgrt img {
  display: inline;
  margin: 3px;
  border: 1px solid #000000;
  }

div.img img {
  display: inline;
  margin: 3px;
  border: 1px solid #000000;
  }

div.desc {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.65em;
  font-weight: normal;
  margin: 2px;
  }

a {
  color: #a90047;
  font-weight: bold;
  text-decoration: none;
  }

a:visited, a:link {
  color: #a90047;
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  }

/* highslide syles */
  
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: #790033;
}
.highslide-image {
	border: 10px solid #d8c9b7;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid #790033;
    border-top: none;
    padding: 5px;
    background-color: #d8c9b7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.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;
	display: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
	display: none;
}

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;
}


/* Top of the Page Layout */

#container {
  width: 100%;
  background-image: url(images/TopBG.jpg);
  background-repeat: repeat-x;
  }

#banner {
  margin: 0px;
  padding: 0px;
  height: 200px;
  background-image: url(images/TopLogo.jpg);
  background-repeat: no-repeat; 
  }

#strip {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 200px;
  height: 30px;
  width: 100%;
  background-image: url(images/horizontal_strip.jpg);
  background-repeat: repeat-x;
  }
  
#stripcontent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #f5989d;
  text-align: left;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 50px;
  }

/* Left Column Navigation */

#leftcol {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 230px;
  width: 200px;
  height: 100%;
  background-color: #790033;
  }

#leftcontent {
  postion: relative;
  width: 180px;
  margin-left: 10px;
  padding-top: 10px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.65em;
  color: #CCCCCC;
  }
 
#leftcol ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #d8c9b7;
  }
  
#leftcol li {  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  display: block;
  padding: 0.4em 0 0.5em 0.5em;
  border-top: 1px solid #d8c9b7;
  color: #d8c9b7;
  }

#leftcol li a {
  color: #d8c9b7;
  }
 
#leftcol li a:link {
  text-decoration: none;
  }

#leftcol li a:visited {
  text-decoration: none;
  }
  
#leftcol li a:hover, #leftcol li a.current {
  text-decoration: underline;
  color: #EEEEEE;
  }

#leftcol ul ul {
  margin-left: 10px;
  margin-top: 0;
  border: none;
  font-size: 0.9em;
  }
  
#leftcol ul ul li {
  border: none;
  }

/* Right Column Layout */

#rightcol {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 230px;
  border-left: 200px solid #790033;
  width: auto;
  }
  
#rightcontent {
  margin-left: 15px;
  margin-right: 25px;
  margin-top: 5px;
  }
  
#rightcontent ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin-left: 35px;
  }
  
#rightcontent h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.65em;
  color: #666666;
  text-align: center;
  margin-bottom: 10px;
  }
