﻿a:visited, a:link {
	color: #666666;
	font-weight: bold;
}

a:hover{
	color: #8C2C0B;
	font-weight: bold;
}

a:active{
	color: #C0C0C0;
	font-weight: bold;
}

body{
	color: #666666;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.MsoNormal{
	line-height: 1.5em;
	color: #666666;
}

/* Code for the Sliding Photograph Gallery courtesy of Stu Nicholls at CSSPlay, www.cssplay.co.uk */

#galleryh {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:590px; 
  height:240px; 
  border:1px solid #888888; 
  background:#ffffff url(images/newgallery/background.jpg);
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:240px;
  width:40px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #ffffff; 
  cursor:default;
  }
#galleryh li a img {
  width:39px; 
  height:240px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eeeeee; 
  width:425px;
  }
#galleryh li a:hover img {
  width:425px;
  }
  
.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #666666; /*dark gray border*/
border-width: 1px 0;
background: black url("images/indentbggray.gif") center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 9px;
text-decoration: none;
border-right: 1px solid #666666; /*dark gray divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white; !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url("images/indentbggray2.gif") center center repeat-x;
}

#navwidth {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
