@charset "utf-8";
/* CSS Document */
/* Layout */

body {
	margin:0px;
	background-color:#833e56;
}

#container {
	width:800px;
	height:auto;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f5f5f5;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
}
#container #top-head {
	width:800px;
	height:100px;
	padding:0px;
	margin:0px;
	background-image:url(images/top-header.jpg);
}
#container #top-head #top-nav {
	width:525px;
	height:100px;
	padding:0px;
	margin-left:240px;
}
#container #top-head #top-nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#container #top-head #top-nav li {
	float:left;
	width:100px;
	height:100px;
	display:inline;
	padding-top:40px;
	margin:0px;
	background-image:url(images/navBG.jpg);
	background-repeat:no-repeat;
}
#container #top-head #top-nav a {
	text-decoration:none;
	padding-left:6px;
	font-weight:bold;
	font-size:17px;
	color:#971b1e;
}
#container #top-head #top-nav a:hover {
	font-style:italic;
}
#container #bot-head {
	width:800px;
	height:154px;
	padding:0px;
	margin:0px;
	border-bottom:solid 1px #971b1e;
	background-image:url(images/bot-header.jpg);
	background-repeat:no-repeat;
}

/* Begin CSS Horizontal Menu */

h1 {
	color: #AAA;
	border-bottom: 1px solid;
	margin-bottom: 0;
}
#main {
	color: #CCC;
	margin-left: 7em;
	padding: 2em 0 1px 5%;
	border-left: 1px solid;
}
div#nav {
	float: left;
	margin: 0;
	background: #e2d1d7;
	border: 1px solid #AAA;
}
div#nav ul {
	margin: 0;
	padding: 0;
	width: 796px;
	background: white;
	border: 1px solid #CCC;
	border-width: 0 1px;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 132px;
	line-height: 1em;
}
div#nav li:hover {
	background: #EBB;
}
div#nav li.submenu {
	background: url(dropmenu.gif) 95% 50% no-repeat;
}
div#nav li.submenu:hover {
	background-color: #EDD;
}
div#nav li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 6.5em;
	color: #4c2432;
}
div#nav>ul a {
	width:auto;
}
div#nav ul ul {
	position: absolute;
	width: 132px;
	display: none;
}
div#nav ul ul li {
	border-bottom: 1px solid #CCC;
	font-size: 12px;
}
div#nav li.submenu li.submenu {
	background-image: url(submenu.gif);
}
div#nav ul.level1 li.submenu:hover ul.level2,
div#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
}
div#navul.level2 {
	top: 1.5em;
	left: -1px;
}
div#nav ul.level3 {
	top: -1px;
	left: 7em;
	border-top: 1px solid #CCC;
}
/* End CSS Horizontal Menu */

#container #content {
	clear:both;
	width:800px;
	height:auto;
	padding:0px;
	margin:0px;
	background-color:#f5f5f5;
	border-top:solid 1px #780930;
}
/*
#container #content ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#container #content li {
	width:200px;
	height:auto;
	padding-left:5px;
	margin:0px;
}
#container #content a {
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	color:#4c2432;
}
#container #content a:hover {
	font-style:italic;
}
*/
#container #footer {
	width:800px;
	height:60px;
	padding:0px;
	margin:0px;
	background-color:#780930;
	text-align:center;
	color:#FFFFFF;
}
#container #footer a {
	color:#CCCCCC;
}
#container #footer a:hover {
	color:#999999;
}
#right-nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#right-nav li {
	width:200px;
	height:auto;
	padding:0px;
	margin:0px;
	list-style:none;
}
#right-nav a {
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	color:#4c2432;
	padding-left:5px;
}
#right-nav a:hover {
	font-style:italic;
}
.table tr tr {
	padding-left:5px;
}
