@charset "utf-8";
body {
	text-align: center;
}

#header {
	width: 804px;
	position: relative;
	margin: auto;
	background-color: #FFF;
}
#top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
#logo {
	background-color: #FFF;
	height: 60px;
}
#navigation {
	height: 32px;
	background:#D11F24;
}
ul#nav, ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
   }

ul#nav  li {
   position: relative;
   float: left;
   width:100px;
   font-size:10px;
}
   
#nav li ul {
	position: absolute; /* hide menu from view */
	top: auto;
	left:0;
	display: none;
	z-index: 2;
}

/* Styles for Menu Items */
ul#nav  li a {
   display: block;
   text-decoration: none;
   color: #FFF;
   background: #D11F24; /* IE6 Bug */
   padding: 9px 3px 3px 3px;
   border-left: 1px solid #D11F24;
   border-right: 1px solid #D11F24;
      margin-bottom:-1px;
   min-height:20px;
   font-weight:bold;
   font-family: Verdana, Geneva, sans-serif;
   text-transform:uppercase;
   }
   
ul#nav  li a:hover {
	background: #E01F24;
	text-decoration:underline;
}
/* commented backslash mac hiding hack \*/
* html ul#nav  li a {height:1%;   position:relative;}
/* end hack */

/* this sets all hovered lists to red */
#nav li:hover a,#nav  li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover, #nav li:focus a, #nav li:focus li a:focus {
   color: #fff;
   background-color: #E01F24;}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a, #nav li:focus li a {
   color: #FFF;
   background-color: #9F9F9F;
   font-weight:normal;
}
#nav li ul li a {
	padding: 4px 5px 4px;
	text-transform: capitalize;
} /* Sub Menu Styles */
#nav li:hover ul,#nav li.over ul, #nav li:focus ul {
	display: block;
	z-index: 9999;

} /* show menu*/
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 804px;
	margin: auto;
	min-height: 400px;
	background-color: #FFF;
	padding: 0px;
}
#sidebar {
	float: left;
	width: 132px;
	min-height: 400px;
	text-align: left;
}
#copy {
	padding: 20px;
	float: left;
	width: 614px;
	min-height: 400px;
	text-align: left;
}
#alSplash {
	visibility: hidden;
}

#copy a:link {
	color: #D11F24;
	text-decoration: none;
}
#copy a:hover, #copy a:focus {
	color: #000;
	text-decoration: underline;
}


#copy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}
#copy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #D11F24;
}
#copy h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #D11F24;
}
#copy ul {
	list-style-type: none;
	margin: 0 20px 0 20px;
	padding: 0px;
}
#copy ul li {
	font-weight: bold;
	color: #333;
	display: block;
	border-left-width: 25px;
	border-left-style: solid;
	border-left-color: #D11F24;
	padding: 5px 10px 5px 15px;
	background-color: #EEE;
	margin: 4px;
}
.multicol ul{
	width: 540px;
}
.multicol li {
	width: 235px;
	border-left-width: 10px;
	float: left;
}



#footer {
	font-size: 7pt;
	background-color: #FFF;
	width: 794px;
	color: #999;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

