/* CSS Document */
body, p, div, table, tr, td, th {
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
}
body {
	background-image: url(images/dgrey030.jpg);
}
p {
	padding: 1px 5px;
}

a:link {
	font-size:12px;
	color:#CC0000;
	text-decoration: none;
}
a:hover {
	font-size:12px;
	color:#006600;
	background:#f0f0f0;
	text-decoration: none;
}
a:active {
	font-size:12px;
	color:#006600;
	background:#f0f0f0;
	text-decoration: none;
}
a:visited {
	font-size:12px;
	color:#CC0000;
	text-decoration: none;
}
#nav  {
	font-size:12px;
	color:#ffffff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding: 3px;
	background: #003366 repeat;
}
#nav a:link {
	font-size:12px;
	color:#ffffff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	padding: 3px;
}
#nav a:hover  {
  font-size:12px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#FF9900;
  text-decoration: none;
}

#nav a:visited {
  font-size:12px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#FFFFFF;
}
#nav .current {
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #FF9900;
	background: #000000;
	font-weight: bold;
	padding: 0px 5px;
}
.altlinka a:link {
	font-size:12px;
	color:#003366;
	text-decoration: none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding: 3px;
	background: #f0f0f0 repeat;
}
.altlinka a:hover {
  font-size:12px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#cc0033;
  font-weight: bold;
  text-decoration: none;
}
.altlinka a:active {
  font-size:12px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#cc0033;
  font-weight: bold;
  text-decoration: none;
}
.altlinka a:visited {
  font-size:12px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#006666;
  text-decoration: none;
}

.altlinkb a:link {
  font-size: 11px;
  color: #CC0033;
  text-decoration: none;
}
.altlinkb a:active {
  font-size: 11px;
  color: #000066;
  text-decoration: none;
}
.altlinkb a:hover {
  font-size: 11px;
  color: #000066;
  text-decoration: none;
}
.altlinkb a:visited {
  font-size: 11px;
  color: #CC0033;
  text-decoration: none;
}

.altlinkc a:link {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  background-color:#626D7F;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}

.altlinkc a:hover {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  background-color:#626D7F;
  font-size: 11px;
  color: #000066;
  text-decoration: none;
}
.altlinkc a:visited {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  background-color:#626D7F;
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
}
altlinkd a:link {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}
altlinkd a:hover {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#ffffff;
	background:#000000;
	text-decoration: none;
}
altlinkd a:active {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#ffffff;
	background:#000000;
	text-decoration: none;
}
altlinkd a:visited {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}

.box1 {
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-color:#CCCCCC #666666 #666666 #CCCCCC;
  color:#000000;
  background:#FFCC66;
  font-weight:bold;
  font-size:12px;
}
.box1lite {
  padding:2px;
  border-width:1px;
  border-style:solid; 
  border-color:#CCCCCC #666666 #666666 #CCCCCC;
  color:#000000;
  background:#FFCC66;
  font-weight: normal;
  font-size:12px;
}
.box1Maroon {
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #666666 #666666 #CCCCCC;
	color:white;
	background:#990066;
	font-weight:900;
	font-size:12px;
	margin: 0px;
}
.box1Green {
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-color:#CCCCCC #666666 #666666 #CCCCCC;
  color:white;
  background:#006600;
  font-weight:bold;
  font-size:12px;
}
.box1LtRed {
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-color:#CCCCCC #666666 #666666 #CCCCCC;
  font-weight:bold;
  font-size:12px;
  color:white;
  background:#FF0000;
}
.box1Yellow {
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-color:#CCCCCC #666666 #666666 #CCCCCC;
  color:#000000;
  background:#FFFF99;
  font-weight:bold;
  font-size:12px;
}
.box1Gold {
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-color:#CCCCCC #666666 #666666 #CCCCCC;
  color:#000000;
  background:#FFCC00;
  font-weight:bold;
  font-size:12px;
}
.box1Blue {
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-color:#CCCCCC #666666 #666666 #CCCCCC;
  font-weight:bold;
  font-size:12px;
  color:white;
  background:#000066;
}
.box1ltBlue {
  padding:2px;
  color:white;
  background:#006699;
  font-size:12px;
  font-weight: bold;
  border-top: thin solid #CCCCCC;
  border-right: thin solid #666666;
  border-bottom: thin solid #666666;
  border-left: thin solid #CCCCCC;
}
.box1mauve {
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #f0f0f0 #f0f0f0 #CCCCCC;
	font-size:12px;
	font-weight:bold;
	color:white;
	background-color:#626D7F;
	margin: 0px;
  }
.box4 {
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-color:#CCCCCC #666666 #666666 #CCCCCC;
  color:#000000;
  background:#FFFFCC;
  font-size:12px;
}

.BWhite12 {
  font-weight:bold;
  color:white;
  font-size:12px;
}
.Red10 {
  color:#990000;
  font-size:10px;
}
.Text10 {
  font-size:10px;
}
.TextRed10 {
  color:#CC0000;
  font-size:10px;
}
.Text11 {
  font-size:11px;
}
.Text12 {
  font-size:12px;
}
.White10 {
  color:white;
  font-size:10px;
}
.White11 {
  color:white;
  font-size:11px;
}
.Whiteb11 {
  color:white;
  font-size:11px;
  font-weight:bold;
}
.BDkRed14 {
  font-weight:bold;
  color:#990000;
  font-size:14px;
}
.BBlue12 {
  font-weight:bold;
  color:#000066;
  font-size:12px;
}
.BWhiteBlue12 {
  font-weight:bold;
  color:white;
  background:#000066;
  font-size:12px;
}
.BOrangeBlack12 {
  font-weight:bold;
  color:#000000;
  background:#FFCC66;
  font-size:12px;
}
.TextItalic12 {
  font-size:12px;
  font-weight:bold;
  font-style: italic;
}
.Bold11 {
  font-weight:bold;
  color: Black;
  font-size:11px;
}
.Bold12 {
  font-weight:bold;
  color: Black;
  font-size:12px;
}
.BDkRed12 {
  font-weight:bold;
  color:#990000;
  font-size:12px;
}
.WhitePurple12 {
  font-weight:bold;
  color:white;
  background:#990066;
  font-size:12px;
}
.border1 {
	border-top:1px outset #FF9900;
	border-right:2px groove #666666;
	border-bottom:2px groove #666666;
	border-left:1px outset #FF9900;
	padding: 0px;
}
.White12 {
  color:#FFFFFF;
  font-size:12px;
}
div.thumb1 {
	margin: 2px;
	border: 1px solid #A0ACC0;
	height: auto;
	text-align: center;
	width: auto;
	padding: 2px;
}	
.thumb1 img{
	display: inline;
	margin: 2px;
	border: 1px solid #A0ACC0;
	text-align: center;
}
.thumb1 a:hover img {
    border: 1px solid black;
}
div.thumb {
	margin: 3px;
	border: 1px solid #A0ACC0;
	height: auto;
	text-align: center;
	width: 130px;
	padding: 2px;
}	
.thumb img{
	display: inline;
	margin: 3px;
	border: 1px solid #A0ACC0;
	text-align: center;
}
.thumb a:hover img {
    border: 1px solid black;
}
.photocattitle {
    text-align: center; 
	font-weight: bold;} 
.phototitle {
   font-size: 10px;
   text-align: center;
   font-weight: normal;
   width: 120px;
}
.PlumWhiteB12 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990033;
	padding: 3px;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.PlumWhite11 {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990033;
	padding: 2px;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.PlumB18 {
	font-size: 18px;
	color: #990033;
	font-weight: bold;
}
.TESTER {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-color: #006633;
}
.TESTER2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FF9933;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.TESTER3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #660000;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.border4 {
	font-size: 11px;
	color: #000000;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
.box2mauve {
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #f0f0f0 #f0f0f0 #CCCCCC;
	font-size:11px;
	color:white;
	background-color:#626D7F;
	font-family: "Trebuchet MS", Tahoma, Verdana;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%; /* Width of Menu Items */
line-height: 2.75em;
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
line-height: 2.75em;
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #336699;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
	background-color: #003366;
	color: #FFFFFF;
}

.suckerdiv .subfolderstyle{
background: url(small-brush.png) no-repeat right center;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
