BODY
{
margin:0;
padding:0;
font-family:verdana;
background-image:url(images/background.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
}

H1{
color:#3366aa;
font-size:16pt;
margin:0px;
padding:0px;
font-weight:bold;}


H1.itemContainerLeft
{
	width:400px;
	height:16px;
	text-indent:10px;
	float:left;
	padding-top:1px;
}
H2{
	font-weight: bold;
	color: #3366aa;
	font-size:14px;
}
H3{
font-weight: bold;
color: #ffffff;
font-size:13px;
}
H4{}
H5{}

P
{
font-size:small;
color:#ffffff;
}
li {
	font-size: small;
	color:#ffffff;
	list-style-image: url(images/cloudy.gif);
	line-height: normal;
	font-weight: normal;
	white-space: normal;
	margin-bottom: 7px;
}
table {
	font-size: small;
	color:#ffffff;
	border: 1px solid #3366aa;
}
A{color:#3366aa;text-decoration:underline;}
A:LINK{color:#3366aa;text-decoration:underline;}
A:VISITED{color:#ffffff;text-decoration:underline;}
A:HOVER{color:yellow;text-decoration:underline;}
A:ACTIVE{color:#3366aa;}

a.nav, a.nav:link, a.nav:visited, .chosen {display:block; width:80px; height:20px; background:#6ca2da; border:1px solid #3868a5; margin-left:8px; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:10px; color:black; line-height:20px; overflow:hidden; float:left;}
a.nav:hover {color:#ffffff; background:#3366aa;}
a.nav:active, .chosen {color:#ffffff; background:#3366aa;} 

/********************** IDs ***************************************/

#main{
margin-top:70px;
margin-bottom:0px;
margin-left:110px;
margin-right:110px;
width:750px;
min-height:100px; 
height:auto;
background-color:#6ca2da;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
border: 1px inset #ffffff;
}
/* for Internet Explorer */
/*\*/
* html .main {
height: 100px;
}


#maintitle{
float:left;
margin-left:0px;
margin-bottom:5px;
width:250px;
background-color:#6ca2da;
}
#mainmenu{
float:right;
margin-left:15px;
margin-right:0px;
margin-bottom:5px;
width:465px;
background-color:#6ca2da;
}
#maincontent{
	float:left;
	margin-top:3px;
	width:750px;
	overflow: visible;

}
#footer {
	clear:both;
	height:10px;
	color:black;
	font-weight:bold;
	width:750px;
	margin-top:20px;
	padding-bottom:15px;
	font-size:x-small;
	position:absolute;

}
#footer-wrap {
padding-bottom:0px;
}
#footer-wrap:after {
content:"";
display:block;
clear:both;
}
* html #footer-wrap {
height:1px;
}

#line {
width:100%;
height:1px;
border-bottom: solid 1px #3366aa;
}

.links {  color: #ff6600; text-decoration: underline}

img.floatLeft { 
    float: left; 
    margin: 8px;
	border: solid 1px #ffff99; 
}
img.floatRight { 
    float: right; 
    margin: 8px;
	border: solid 1px #ffff99; 
}
.gallerycontainer{
position: relative;
height: 700px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #3366aa;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #6ca2da;
padding: 0px;
left: -1000px;
visibility: hidden;
color: white;
text-decoration: none;
font-size:small;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 100px;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
