﻿#container
{
width: 100%;
margin: 0px;
background-color: #fff;
color: #333;
line-height: 130%;
}
body{
font-family: Arial, Helvetica;
font-size: 12px;
}
.whit {color: White; text-align: center;}
#top
{
/*padding: .5em;*/
background-color: #fff;
border-bottom: 1px solid gray;
}
#leftnav
{
float: left;
width: 190px;
margin: 0;
padding: 5px 0 5px 5px;
}

#content
{
margin-left: 200px;
padding: 5px 0px 0px 5px;
width: 700px;
}

#footer
{
clear: both;
margin: 0;
color: #666;
background-color: #fff;
border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.menu1 {
background-color: #30218E;
height: 25px;
line-height: 25px;
color: #ffffff;
}
.menu1a {
background-color: #30218E;
height: 25px;
line-height: 25px;
color: #ffffff;
border-top: solid 1px #FFFFFF;
}
a menu1{
color: #FFFFFF;
text-decoration: none;
}
a:hover menu1{
color: #FFFFFF;
text-decoration: underline;
}
a:visited menu1{
color: #FFFFFF;
text-decoration: none;
}
.menu2 {
background-color: #993399;
height: 25px;
line-height: 25px;
color: #ffffff;
}
.menu2a {
background-color: #993399;
height: 25px;
line-height: 25px;
color: #ffffff;
border-top: solid 1px #FFFFFF;
}
.menu3 {
background-color: #009900;
height: 25px;
line-height: 25px;
color: #ffffff;
}
.menu3a {
background-color: #009900;
height: 25px;
line-height: 25px;
color: #ffffff;
border-top: solid 1px #FFFFFF;
}
.menu4 {
background-color: #990000;
height: 25px;
line-height: 25px;
color: #ffffff;
}
.menu4a {
background-color: #990000;
height: 25px;
line-height: 25px;
color: #ffffff;
border-top: solid 1px #FFFFFF;
}
.menu5 {
background-color: #006666;
height: 25px;
line-height: 25px;
color: #ffffff;
}
.menu5a {
background-color: #006666;
height: 25px;
line-height: 25px;
color: #ffffff;
border-top: solid 1px #FFFFFF;
}
a.foot{
color: #666666;
text-decoration: none;
}
a:hover foot{
color: #666666;
text-decoration: underline;
}
a:visited foot{
color: #666666;
text-decoration: none;
}
.bread {
font-size: 14px;
padding: 5px 0px 5px 0px;
font-weight: bold;
}
  /*a:link {color: #FF0000}    unvisited link */
/* a:visited {color: #00FF00}  visited link */
a:hover {text-decoration: underline}   /* mouse over link */
/*a:active {color: #0000FF}    selected link */
.input11 {padding: 2px 2px 2px 2px; font-size: 11px;}
.black11 {font-size: 11px;}

.photoArrow {
 display: none;
 width: 5em;
 padding: 0.1em;
 text-align: center;
 color: white;
 background-color: #5080B0;
 border: 1px solid #5080B0;
 border-color: #A0E0FF #205080 #205080 #A0E0FF;
 cursor: pointer;
}
.photoPrevActive {
 display: block;
}
.photoNextActive {
 display: block;
}
.photoListActive {
 margin: 0 0 1em 0;
 padding: 0em 6em;
 text-align: center;
 list-style: none;
}
.photoListActive li {
 margin: 0;
 padding: 0;
 color: #567;
 display: none;
}
.photoListActive li.photoItemActive {
 display: block;
}
.photoListActive a {
 color: #34C;
}


/* It's a good idea to wrap your photos in an area the size of the largest photo */

.photoContainer {
 height: 450px;
}


/* OK, the photo area itself. Nothing too special here, a border and some padding. */

.photoArea {
 position: relative;
 visibility: hidden;
 margin: 0 auto 0 auto;
}
.photoAreaActive {
 visibility: visible;
 border: 1px solid #C0C0C0;
 padding: 4px;
}


/*
 The AutoPlay setup is complicated; the two styled spans are alternately hidden and
 shown depending on the script state. I also have a small loading message that is
 shown to the right.
*/

.photoAutoDisabled {
 display: none;
}
.photoAutoPlay, .photoAutoPause {
 display: block;
 width: 5em;
 padding: 0.1em;
 text-align: center;
 color: white;
 background-color: #5080B0;
 border: 1px solid #5080B0;
 border-color: #A0E0FF #205080 #205080 #A0E0FF;
 cursor: pointer;
}
.photoAutoPlay span, .photoAutoPause span {
 display: none;
 width: 5em; /* IE/Mac fix */
}
.photoAutoPlay .photoAutoPlayLabel {
 display: block;
}
.photoAutoPause .photoAutoPauseLabel {
 display: block;
}

.photoLoadMessage {
 float: left;
 visibility: hidden;
 text-align: left;
 padding-left: 5px;
}
/* gallery */
.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}