﻿*
{
	border: 0;
	margin: 0;
	padding: 0;
}


/*specify blanket rules for all elements */
body {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 0.7em;
	line-height: 170%;
	border:0px solid #000;
	background: #24A6FD url('img/bg_blue.gif') repeat-x;
	color: #444;
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
	
}

#container{
		width:780px;
		margin: 10px auto 10px auto;
		text-align:left;
		background-color:#fff;
		voice-family:"\"}\"";
		voice-family:inherit;
		width:780px;
}
html>body #container {
		width: 780px;
}
 /*Master Header ----------------------------------------
---------------------------*/


#header {
	width:780px;
	background: url(gall_img/head.jpg) no-repeat;
	padding: 0px;
	margin-top:10px;
	height:324px;
}

#main {
	width: 780px;
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	border-left: 1px solid #fff;
	border-top:1px solid #fff;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:779px;

}
html>body #main {
		width: 779px;
}
/* top navigation -------------
------------------------------------------ */
ul#navtop {
margin:0;
padding:0;
list-style-type:none;
float:right;
width:780px;
height:25px;

}
	
ul#navtop li { 
display:inline;
}

ul#navtop a {
display:block;
float:right;
padding:.5em 1.5em 2em 1em;
text-decoration:none;
color:#fff;
font-weight:bold;
}

ul#navtop a:hover { 
color:#fff;
text-decoration:underline;
 }

/* footer */
#footer {
	background: url(img/gallery_footer.gif);
	width:780px;
	height:81px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	font: bold 1em sans-serif;
	color:#fff;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:778px;
	
}
html>body #footer {
		width: 778px;
}


#footer A:link {
	COLOR: #FFFFFF; TEXT-DECORATION: none;
}
#footer A:visited {
	COLOR: #FFFFFF; TEXT-DECORATION: none;
}

#footer A:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: underline;
}
p.footer {
	margin-left:10px;
	padding-top:55px;
}


/* bottom footer navigation */

#bottomlinks {
	margin-top:70px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
}
A:link {
	COLOR: #005994;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #005994; 
	TEXT-DECORATION: underline;
}

A:hover {
	COLOR: #00C0F3; 
	TEXT-DECORATION: underline;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}


h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color:#005994;
	font: 22px Georgia, serif;
	margin: 40px 0 10px 0px;
	padding: 0 0 5px;
	text-align: center;
}
h2
{
	background: inherit;
	color:#005994;
	font: 18px Georgia, serif;
	margin: 0px 0 10px 0px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 11px Verdana, sans-serif;
	padding: 10px 0;
	line-height:150%;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}
.lefthead {
	float: left;
	padding-left:15px;
	padding-top:30px;
}

.left {
	float: left;
	padding-left:20px;
}
#gall_index {
	padding:10px;
	margin-left:20px;
}
#gall_index a {
display:inline;
padding:.5em 1.8em 2em 1em;
text-decoration:none;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	padding-left:40px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 113px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 225px;
}