/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;

}	/*zeroes out everything by default */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
	
}	/*Sets the property for the body, things inside the wrapper*/

#wrapper {
	width: 770px;
	background-color:#FFFFFF;
	margin:10px auto;
	text-align: left;
	border-color: #000000;
	border-bottom-style: outset;
	border: 2px solid;

	}	/*Creates a centered, bordered "outline"*/

#banner {
	background-image: url(../images/Banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 118px;
	background-color: #EB173F;
} /*The top portion of the website with the image*/

#logo {
	background-image: url(../images/LogoCorner1.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 149px;
	position: absolute;
	top: 128px;
	
} 
	
#nav {
	background-color: #EB173F;
	height: 28px;
	padding-left: 149px;
	position: relative;
	text-decoration: none;
	list-style: none;
	padding-top: 44px;
	} 

#nav ul{
	margin: 0;
	list-style: none;
	background-color:#EB173F;
}

#nav li {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 10px 4px 10px;
	background: #EB173F;
}
	
#nav ul a
{
	width: 10em;
}
	
#nav a:hover, #nav li:hover a, #nav li.sfhover a {
	background: #900;
}

#nav li:hover ul a, #nav li.sfhover ul a
{
	background: #EB173F;
}

#nav li:hover ul a:hover
{
	background: #900;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-color:#EB173F;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 10em;
	z-index: 10000;
	background-color: #EB173F;
	text-decoration: none;
}

#pagetop {
	height: 69px;
	width: 621px;
	margin-left: 149px;
	background-image: url(../images/pagetop.jpg);
} /*contains graphic element that meets with the drum logo*/
#content {
	color: #000000;
	text-align: justify;
	background-color: #FFFFFF;
	width: 510px;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	} /*sets the inside portions of the page*/

#content h1 {
	color:#003366;
	padding: 0px;
	text-indent: 55px;
	text-decoration: underline;
} /*heading 1 for content*/

#content h2{
	color: #666666;
	padding: 0px;
	text-indent: 55px;
	text-decoration: underline;
	font-size: 22px;
} /*heading 2 for content */

#content h3{
	color: #666666;
	padding: 10px;
	font-size: 18px;
} /*heading 3 for content*/

.leftimage {
	margin: 10px 0px 10px 0px;
	float: none;
	border: 4px solid;
	border-color: #2D308D;
	padding: 1px;
} /*left aligned image, still working this out, currently not in*/

.rightimage {
	margin: 0px 25px 20px 15px;
	float: right;
	border: 1px solid #000000;
} /*right aligned image, still working this out, currently not in*/

#footer {
	color: #FFFFFF;
	background-color: #6E6F71;
	padding: 5px 0px;
	border-color: #000000;
	border-top-width: 1px;
	clear: both;
} /*footer properties, the address, fax, etc.*/

#rightcol{
	float: right;
	margin-right: 5px;
	width: 235px;
	background-color: #FFFFFF;
	text-align:center;
	color: #000000;
	} /*the "important information column on the right*/

.table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	border-collapse: separate;
	background-color: #6E6F71;
	width: 99%;
}

.table th {
	border-width: 1px;
	padding: 1px;
	border-style: hidden;
	border-color: #6E6F71;
	background-color: #003366;
	color: #FFFFFF;
	}
	
.table td {
border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #6E6F71;
	background-color: white;
	}

.container{
width: 99%;
} /*contains the important info on the right*/
