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

body {
	background-image: url(images/bkgrnd.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-color:#000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	}

.copyright
	{
	color:#FFF;
	font-size: 10px;
	}


/* //////////// LINKS /////////// */
a:link, a:visited {
	color: #a60025;
	} 
a:hover, a:active {
	color: #000000;
	}  
 
	
/* ///////////  Menu Styles  ///////////  */
#navigation {
	font-weight: bold;
	font-size: 15px;
	width: 250px;
	}

#navigation ul {
	margin: 0px;
	padding: 0px;
	}

#navigation li {
	list-style: none;
	}
	
ul.top-level {
	background: none;
	}

ul.top-level li {
	border-width: 0px;
	}

#navigation a {
 	color: #000;
 	cursor: pointer;
 	display: block;
 	height: 45px;
 	line-height: 45px;
 	text-indent: 20px;                   
 	text-decoration: none;
 	width:100%;
	}
	
#navigation a:hover{
 	text-decoration:none;
	color: #FFF;
	}
	
#navigation li:hover {
 	background: #a60025;
	color: #FFF;
 	position: relative;
	}
	
ul.sub-level {
    display: none;
}

li:hover .sub-level {
    background: #a60025;
	color: #FFF;
    display: block;
    position: absolute;
    left: 150px;
    top: 0px;
}

ul.sub-level li {
    border: none;
    float:left;
	color: #FFF;
    width:175px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: uppercase;
	color: #a60025;
	}
	
/* //////////////  MISC STYLES FOR PAGE CONTENT //////////////  */
	
ul.links {
	line-height: 30px;
}
	
