* {
   padding:0;
   margin:0;
   }
h1, h2, h3, h4, h5, h6, p, pre, blockquote,label, ul, ol, dl, fieldset,address {
	 margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
          

 body
 {
 font-size: 100%;
 font-family: "trebuchet ms", verdana, georgia, times, "times new roman", serif;
 color: #000;
 background: transparent;
 text-align: center;

}

 a:link {
	color: #0e5cbe;
	background: transparent;
 }
 a:visited {
	color: #0e5cbe;
	background: transparent;
 }
 
 a:hover, a:active
 {
 color: #000;
 background: #96b9ef;
 }

 img	{
 border-style: none;
	}
 
 div#banner
 {
 height: 220px;
 color: #000;
 background: #fdcfb8;
/* url(/images/new_chalice.png) 25% 65% repeat-x;*/
 border-bottom: 1px solid #5a99fc;
 clear:left;
 }
 
 div#logo	{
 	position: relative;
	float:left;
	margin-top: 5px;
	margin-left: 5px;
}

 div#banner h1
 {
	position: relative;
	margin: 0px auto;
	float:left;
	margin-left: 5px;
	margin-top: 75px;
 font-size: 2.25em;
 font-weight: bold;
	color: #0e5cbe;
	}

 div#banner h3
 {
 margin: 0;
 padding: 0 1em .3em 0;
 font-size: 1.3em;
 font-weight: normal;
 font-style: italic;
 text-align: right;
 }
 
 div#services
 {
	position:relative;
	margin-top: -100px;
float:right;
font-size: 1.1em;
 font-style: italic;
 text-align: right;
width: 350px;
 }

 div#container
 {
background: transparent url('/images/left.gif') repeat-y;
 }
 
 div#container2
 {
 }

 div#navigation
 {
	background: transparent;
  color: #000;
  float: left;
  width: 100px;
  padding-left: 1em;
  padding-bottom: 1em;
  font-size: 95%;
  text-align: left;
  border-right: solid 1px #5a99fc;
  border-bottom: solid 1px #5a99fc;
}

 div#navigation ul
 {
 list-style-type: none;
 margin: 0;
 background: white;
 color: #000;
 }
 
 div#navigation ul li
 { 
	position: relative;
  margin: .35em 0 0 0;
}

div#navigation li ul {
	position: absolute;
	left: 100px;
	width: 200px;
	top: 0;
	display: none;
	padding: .25em 0;
	}
 
div#navigation ul li a
 {
 display: block;
 width: auto;
 text-decoration: none;
 color: #000;
 background: white;
 }

div#navigation ul li a:hover
 {
 display: block;
 color: #000;
 background: #96b9ef;
 }
 
div#navigation ul li ul a {
 color:#000;
 background:white;
}

div#navigation ul#nav li:hover ul
{
	display: block;
	width: 200px;
  padding-left: 10px; 
  background: white;
  border: solid 1px #5a99fc;
} 

div#navigation ul#nav li.over ul
{
	display: block;
	width: 200px;
  padding-left: 10px; 
  background: white;
  border: solid 1px #5a99fc;
} 

div#navigation ul#nav li.Menuheader {
	margin-left: -10px;
	font-size: 100%;
	color: blue;
	padding: .5em 0;
}

 div#more
 {
 float: right;
 width: 200px;
 margin-left: 1em;;
 padding-left:.5em;
 padding-bottom: .5em;
 color: black;
 border-left: solid 1px #5a99fc;
 border-bottom: solid 1px #5a99fc;
 background: #f8cdb7;
 line-height: 1em;
 text-align: left;
}
 
 div#more h3
 {
 margin-top: 0;
 color: black;
 padding-top: .5em;;
 line-height: .25em;
 font-size: 125%;
 }

 div#more h4
 {
 margin-top: 0;
 color: black;
 padding-top: .5em;
 font-size: 110%;
 text-align: center;
 }

div#more h5 {
 font-size: 80%;
text-align: center;
}

 div#more h6
 {
 text-align:right;
 line-height: 0em;
 font-size: 75%;
 font-style: italic;
 }

div#more img {
	margin: 0 auto;
	border: none;
}

div#more hr {
margin:0 15px;
color:blue;
}

 div#content
 {
	background: transparent url(/images/uu_back.png) bottom left no-repeat;
 line-height: 125%;
	margin-left: 100px;
	margin-right: 0px;
 }

 div#content h2
 {
 font-size: 2em;
 margin: 0 .5em 1em 1em;
 padding-top: 1em;
 font-weight: normal;
 line-height: 1em;
 text-align: left;
 }
 
 div#content h3
 {
 font-size: 1.5em;
 margin: 0 .5em 1em 1em;
 padding-top: 1em;
 font-weight: normal;
 line-height: 1em;
 text-align: left;
 }
 
 div#content p
 {
 text-align: left;
 }
 
 div#content ul, ol {
 display: block;
 text-align: left;

 }

 div#content li {
	line-height: 1.25em;
}

 div#content li a 
 {
 text-decoration: underline;
 }
 
 div#content li a:hover, a:focus 
 {
  text-decoration: underline;
  background: #e4b7b7;
  color: black; 
 }

div#content img.center-bare
{
	text-align:center;
}

div#uua {
margin-left: -110px;
margin-top: 600px;
float:left;
}

div#uua img a{
padding: 5px;
text-decoration: none;

}

div#uua p {
text-align:center;
font-style: italic;
font-size: smaller;
margin: 0 auto;
}

div#uua p a:hover {
 text-decoration: underline;
}


 #cleardiv
 {
 clear: both;
 }
 
 div#footer
 {
 text-align: center;
 font-size: 75%;
 background: transparent;
/* url(/images/new_chalice.png) 25% 65% repeat-x;*/
}
 
div#welcome {
	background: transparent url(/images/bar.jpg) center bottom no-repeat;
}

div#welcome h3 {
	padding-top: 1em;	
	padding-bottom: 2em;	
	font-size: 90%;
	font-style: italic;
}

div#footer p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

img.rightbare
{
float:right;
margin: 0 0 1em 1em;
padding: .5em 1.5em .5em .5em;
}

img.leftbare
{
float:left;
margin: 0 1em 0 1em;
padding: .5em .5em .5em 1.5em;
}


div.underline {
display:inline;
font-weight: bold;
font-size:125%;
}

div#amazon {
position: relative;
top: -93px;
float: left;
background: #fdcfb8;
padding: 1em 2em;
}

div#amazon fieldset {
width: 140px;
height: 115px;
padding: 0;
margin: 0;
}

div#amazon legend {
font-size: 130%;
}

div#amazon a img {
	border:none;
}

div#powells {
	float: right;
	position: relative;
	top: -93px;
	margin-right: 0px;
background: #fdcfb8;
padding: 1em 2em;

}

div#powells fieldset {
	width: 140px;
	height: 115px;
	padding:0;
	margin: 0;
}
div#powells legend {
font-size: 130%;
}

div#powells img#main_img {
	width: 126px;
	height: 66px;
	border: 0;
}

div#powells input#form_field {
	font-size: 10px;
	float: left;
	margin-left: 5px;
	}

div#powells input#form_button {
	width: 63px;
	height: 22px;
	margin-left: 3px;
	border: 0;
	}

div#stats {
position:relative;
left: 160px;
float:right;
}

div#stats p {
text-align:right;
font-size: 90%;
}

div#content p.center {
	margin: 0 auto;	
	text-align: center;
	color: blue;
	font-style: italic;
	padding-bottom: 1em;
}

div#content ul.nodisplay {
 list-style-type: none;
}
div#content ul.re{
 list-style-type: disc;
}
	
div#content ul.nodisplay li{
	margin-left: 1em;
 font-weight: bold;
	 color: #a12616;
}

div#content ul.re li{
	margin-left: 3em;
	margin-right: 3em;
 font-weight: normal;
	 color: black;
}
	
div#content ul.nodisplay p{
	margin-left: 2em;
	margin-right: 2em;
	color: black;
}

div#partnerwrapper	{
	background: #fdcfb8;
	padding-bottom: 26px;
}

div#partnerwrapper	p {
	padding-top: 10px;
	text-align: center;
}

div#valid {
float:left;
position: relative;
left: -160px;
}

.rfigure {
	float:right;
}

.lfigure {
	float:left;
}


div#content p.indent {
	margin-left: 5em;
	margin-right: 5em;
}

div#content table.hours {
	
	width:70%;
	text-align: center;
}
div#content table.hours td.left{
	text-align: left;
	padding-left: 1em;
	}
div#content table.hours td.right{
	text-align: right;
	padding-right: 1em;
	}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

p.quote {
	margin-right: 10em;
	margin-left: 10em;
	font-style: italic;
}

h3.left {
	margin-left: -5px;
}

table.guestbook
{
  margin:1em;
  width: 80%;
  padding: 0;
  border: none;
  border-spacing: 0;
  text-align: left;
}

td.lbl {
  text-align: right;
  vertical-align: top;
  padding-right: 1em;
}
td.inp {
  text-align:left;
  padding-left: 5px;
}
tr.required {
font-weight:bold;
}

em.underline {
	text-decoration:underline;
	font-style: normal;
	font-weight: bold;
}

em.superscript {
	font-style: normal;
	font-weight: normal;
	font-size: small;
	vertical-align: super;
}

img.floatright {
	float: right;
	padding: 5px;
}
div#content div.rightfigure {
  float: right;
  width: 25%;
  margin: 0.5em;
  padding: 0.5em;
}
div#content div.centerfigure {
  width: 25%;
	display:block;
	margin-left: auto;
	margin-right: auto;
  padding: 0.5em;
}
div#content div.leftfigure {
  float: left;
  width: 25%;
  margin: 0.5em;
  padding: 0.5em;
}
div#content div.rightfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div#content div.centerfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div#content div.leftfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div#content img.scaled {
  width: 100%;
}


