/* CSS Document */
body
{
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#FFFFFF;
}

h1
{
font-size:18px;
padding:1px;
margin:0px;
}

h2
{
font-size:14px;
font-weight:normal;
margin-bottom:11px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
}

ul
{
font-size:16px;
font-style:italic;
text-align:left;
list-style-type:square;
}

li
{
padding:3px;
}

ul.b
{
font-size:14px;
font-style:italic;
text-align:left;
list-style-type:circle;
}

li.b
{
padding:3px;
}

.header
{
font-family:"Gill Sans MT", Arial;
font-size:16px;
color:#666666;
}

.footer
{
font-family:"Gill Sans MT", Arial;
font-size:13px;
color:#666666;
}

.homebutton
{
background:url(images/navbutton.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
}

.homebutton:hover
{
background:url(images/navbuttonhover.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
text-decoration:none;
}

.homebuttoncurrent
{
background:url(images/navbuttonhover.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
}

.windowsbutton
{
background:url(images/WindowsButton.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
}

.windowsbutton:hover
{
background:url(images/WindowsButtonHover.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
text-decoration:none;
}

.windowsbuttoncurrent
{
background:url(images/WindowsButtonHover.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
}

.bifoldbutton
{
background:url(images/BiFoldButton.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
}

.bifoldbutton:hover
{
background:url(images/BiFoldHoverButton.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
text-decoration:none;
}

.bifoldbuttoncurrent
{
background:url(images/BiFoldHoverButton.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
}

.contactusbutton
{
background:url(images/ContactUsButton.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
}

.contactusbutton:hover
{
background:url(images/ContactUsButtonHover.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
text-decoration:none;
}

.contactusbuttoncurrent
{
background:url(images/ContactUsButtonHover.gif);
background-repeat:no-repeat;
font-family:"Gill Sans MT", Arial;
font-size:14px;
color:#666666;
}

a:link        {color:  #666666;  text-decoration:none; }

a:visited     {color:  #666666;  text-decoration:none; }

a:hover       {color:  #666666;  text-decoration:underline; }

a.bodylink:link        {color:  #CCCCCC;  text-decoration:none; }

a.bodylink:visited     {color:  #CCCCCC;  text-decoration:none; }

a.bodylink:hover       {color:  #CCCCCC;  text-decoration:underline; }

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
