body
{
font-family: arial;
margin: 1em;
background: url(images/bgl.png) center repeat-y;
}

h1
{
text-align: center;
font-style: italic;
}

h2
{
text-align: center;
}

h3
{
text-align: center;
}

h4
{
text-align: center;
}

a
{
color: blue;
}

a:hover
{
text-decoration: none;
color: red;
border: 2px blue;
border-style: solid none solid none;
}

.blue
{
color: blue;
font-weight: bold;
}

.red
{
color: red;
font-weight: bold;
}

.green
{
color: green;
font-weight: bold;
}

.yellow
{
color: yellow;
font-weight: bold;
}

.bg_yellow
{
background: yellow;
}

.bg_green
{
background: green;
}

.border
{
border: solid black 1px;;
}

#container_red
{
width: 1000px;
padding: 15px;
background: white;
border: 15px outset red;
}

#container_blue
{
border: 15px inset blue;
margin: 0;
padding 0;
}

#header
{
height: 150px;
background: url(images/headerbg.png);
margin: 0;
}

#header h1
{
font-size: 75px;
font-weight:bold;
margin: 0;
padding-top: 35px;
}

#nav
{
float: left;
width: 160px;
font-size: 90%;
padding: 0;
margin: 0;
color: white;
font-weight:bold;
}

#nav li
{
list-style: none;
background: blue;
padding: 5px;
border: 5px outset red;
}

#nav li:hover
{
border: 5px inset red;
}

#nav li li
{
border: none;
position: relative;
right: 17px;
top: 5px;
}

#nav li li:hover
{
border: none;
}

#nav a
{
color: white;
text-decoration: none;
}

#nav a:hover
{
color: black;
background: red;
}

#nav a:active
{
text-decoration: underline;
color: white;
background: blue;
border: none;
}

#nav span
{
color: black;
background: red;
padding: 5px;
}

#content
{
padding: 0 20px 0 170px;
margin: 0;
text-align: left;
}

#content_white
{
padding: 20px;
margin: 0;
text-align: left;
background: white;
}

.picleft
{
float: left;
margin-left: 10px;
}

.picleft2
{
float: left;
padding: 0 10px 0 10px;
text-align: center;
font-weight: bold;
}

.picright
{
float: right;
margin-right: 10px;
}

.picright2
{
float: right;
padding: 0 10px 0 10px;
text-align: center;
font-weight: bold;
}

.small_column
{
font-size: 70%;
}

#cash
{
background: url(images/cash.jpg);
padding: 50px 50px 50px 200px;
}

#dot_outside
{
background: url(images/black_dot.gif);
padding: 6px;
}

#dot_outside h3
{
padding: 0;
margin: 0;
}

#dot_inside
{
background: white;
padding: 12px;
}

.gallery { 
text-align: center;
}

.gallery li { 
list-style: none;
float: left;
padding: 8px;
text-align: center;
}

.gallery a { 
border: none
}

.gallery img { 
border: none
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#lightbox a{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#footer
{
font-size:67%;
clear:both;
text-align: center;
}

#footer a
{
text-decoration: none;
color:black
}

#footer a:hover
{
color:#800080;
border: none;
}

#footer span
{
color:#800080;
font-size:200%;
font-weight:bold;
font-family: cursive
}
