/* CSS Document */

body {
padding: 0;
margin: 0;
background-color: #1A0000;
}


a
{
  outline: none;
}

a.nav:link {color: #666666; text-decoration: none; }
a.nav:visited {color: #666666; text-decoration: none; }
a.nav:hover {color: black; text-decoration: underline; }
a.nav:active {color: black; }


a:link
{
color: white;
text-decoration:none;
}

a:visited
{
color: white;
text-decoration:none;
}

a:hover, active
{
color: #CCCCCC;
text-decoration:underline;
}

td, th
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #666666;
line-height:normal;
}

h3
{
color:black;
margin:-3px 0px 3px 0px;
padding: 0px 0px 0px 0px;
font-size: 18px;
}

h4
{
color:black;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 14px;
}

.contentimg {

	float: left;
	margin: .5em 1em .5em 0;
	border: 1px solid #cccccc;
	padding:5px;
	background-color: #EBE6C6;
	width:100px;
	height: 100px;
}


#home
{
  display: block;
  width: 180px;
  height: 28px;
  background: url(images/home.gif) no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -28px;
}

#home span
{
  display: none;
}




#costs
{
  display: block;
  width: 180px;
  height: 28px;
  background: url(images/costs.gif) no-repeat 0 0;

}

#costs:hover
{ 
  background-position: 0 -28px;
}

#costs span
{
  display: none;
}



#staff
{
  display: block;
  width: 180px;
  height: 28px;
  background: url(images/staff.gif) no-repeat 0 0;

}

#staff:hover
{ 
  background-position: 0 -28px;
}

#staff span
{
  display: none;
}


#contact
{
  display: block;
  width: 180px;
  height: 28px;
  background: url(images/contact.gif) no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -28px;
}

#contact span
{
  display: none;
}


.footer
{
	color: #F5F1D6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}