body {
  margin: 0; 
  padding: 0;
  font-family: Verdana, Tahoma, Helvetica, Arial;
  font-size: 10px;
  color: #000000;
  background-color: #FFFFFF }

a:active {
  color: #D50909;
  text-decoration: none; }
a:link {
  color: #D50909; 
  text-decoration: none; }
a:visited {
  color: #D50909; 
  text-decoration: none; }
a:hover {
  color: #D50909;
  text-decoration: underline; }

a img {
  border: 1px solid #D50909; }
a:link img {
  border: 1px solid #D50909; }
a:visited img {
  border: 1px solid #D50909; }
a:hover img {
  border: 1px solid #D50909; }



p {
  font-family: Verdana, Tahoma, Helvetica, Arial;
  font-size: 10px;
}

td {
  font-family: Verdana, Tahoma, Helvetica, Arial;
  font-size: 10px;
}

#footer td {
  color: #999999;
}

#footer a img {
  border: 0; }
#footer a:link img {
  border: 0; }
#footer a:visited img {
  border: 0; }
#footer a:hover img {
  border: 0; }
  
#faq a img {
  border: 0; }
#faq a:link img {
  border: 0; }
#faq a:visited img {
  border: 0; }
#faq a:hover img {
  border: 0; }


#service a img {
  border: 1px solid #999999; }
#service a:link img {
  border: 1px solid #999999; }
#service a:visited img {
  border: 1px solid #999999; }
#service a:hover img {
  border: 1px solid #999999; }

#nav-menu ul {
margin: 0px;
margin-left: 20px;
padding: 0px;
} 

/* Remove bullets for each list item. Make each list item go horizontal instead of vertical. Add 2 pixels of margin to the left and right sides of each list item to space them away from eachother. */ 

#nav-menu li {
list-style-type: none; 
display: inline;
margin: 0 2px 0 2px;
font-size: 10px;
color: #FFFFFF;
}

/* Links within each list item will appear with white text and the text will not be underlined. */ 

#nav-menu li a {
color: #FFFFFF;
text-decoration: none;
}

/* When the mouse hovers over a link, it will appear with brownish yellow text and the text will be underlined. Any links with a class of active will also appear the same way. */ 

#nav-menu li a.active, #nav-menu a:hover {
text-decoration: underline;
color: #FFFFFF; 
}


#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(./images/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/lightbox/overlay.png", sizingMethod="scale");
	}
	

