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

body td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	background: url(images/bodybg.jpg) center top no-repeat #000;
}

.container {
	margin: 0px auto;
	width: 1000px;
	padding: 0px;
	vertical-align: top;
}

.headernav {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	}

.headernav a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	}

.headernav a:link {
	text-decoration: none;
	}

.headernav a:visited {
	text-decoration: none;
	}

.headernav a:hover {
	color: #C00;
	}

.fill333 {
	background: #222;
	}

.heading {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #F00;
	padding-left: 10px;
	background: #444;
	}

.mmenu {
	font-size:12px;
	font-weight: bold;
	color: #F00;
	text-align: left;
	padding-left: 10px;
	background: url(images/mmenubg.jpg) top left repeat-x;
	}

#marqueecontainer{
	color:#FFF;
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	padding: 0px;
	padding-left: 20px;
	left: 0px;
	top: 0px;
	text-align: left;
}

.mainmenu {
	text-align: left;
	color: #FFF;
	line-height: 10px;
	padding-left: 25px;
	background: url(images/arrow.png) top left no-repeat;
	}

.mainmenu a {
	color: #FFF;
	}

.mainmenu a:link {
	text-decoration: none;
	}

.mainmenu a:visited {
	text-decoration: none;
	}

.mainmenu a:hover {
	color: #C00;
	}

.arrowlistmenu{
	width: 220px; /*width of accordion menu*/
	}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-size: 13px;
	color: #C00;
	text-transform: uppercase;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	background: url(images/plus.png) top left no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	height: 12px;
	border-top: 1px solid #C00;
	}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: url(images/minus.png) top left no-repeat;
	}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding: 0px 0px 3px 25px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	color: #FFF;
	padding: 0px 0px 0px 35px;
	background: url(images/plusi.png) top left no-repeat !important;
	font-size: 12px;
	}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	color: #FFF;
	padding: 0px 0px 5px 35px;
	background: url(images/minusi.png) top left no-repeat !important;
	font-size: 12px;
	}

.arrowlistmenu ul li a{
	text-indent: -11px;
	font-size: 12px;
	color: #FFF;
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.arrowlistmenu ul li a:visited{
	color: #FFF;
	}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #C00;
	}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	color: #C00;
	}

.text {
	color: #FFF;
	text-align: justify;
	vertical-align: top;
	line-height: 150%;
	padding: 15px;
	}

.text a {
	color: #F00;
	text-decoration: underline;
	}

.text a:link {
	text-decoration: none;
	}

.text a:visited {
	color: #F00;
	}

.text a:hover {
	color: #FFF;
	}

.footernav {
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	}

.footernav a {
	color: #FFF;
	}

.footernav a:link {
	text-decoration: none;
	}

.footernav a:visited {
	text-decoration: none;
	}

.footernav a:hover {
	color: #F00;
	}
