@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFF;
}

a:link, a:visited, a:hover, a:active
{
	color:#69f;
	text-decoration:underline;
}

#container {
	width: 799px;  
	background: #000;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	background-position:bottom;
	background-repeat:no-repeat;
}



#header {
	background: #000;
	background-image:url(masthead.gif);
	width:799px;
	height:149px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
	clear:both;
	position:relative;
	top:0;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	top:-16px;
}

#footer {
	padding: 0 2px 0 2px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#cc3300;
	text-align: center;
	font-size: 10px;
	color: #fff;
	border-top: 1px solid #fff;
	margin-top:20px;
} 

#footer a:link, #footer a:visited
{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
	padding:0 20px;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear
{
	clear:both;
	visibility:hidden;
}

ul#nav
{
	padding-top:104px;
	padding-left:140px;
	list-style-type:none;
}

ul#nav li
{
	float:left;
	padding:0;	
}


ul#nav li a:link, a:visited
{
	font-size:12px;
	font-weight:bold;
	color:#ff6;
	text-decoration:none;
	padding:3px 20px 0px 14px;
}

ul#nav li a.active:link, ul#nav li a.active:visited, ul#nav li a:hover, ul#nav li a:active
{
	color:#69f;
	background-image:url(arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	
	/*
	margin-left:16px;
	padding-right:4px;
	*/
}

ul li
{
	font-size:12px;
}



.contact-link
{
	color:#FFFFFF;
	text-decoration:none;
}