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

body {
	background-image: url(/media/images/site/background.jpg);
	background-repeat: repeat-x;
	background-color: #2A0747;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
div {
	margin:0px;
	padding:0px;
}
h1,h2 {
	margin-top:0px;
	font-size:18px;
}
h1 {
	color:#ff9900;
}
h2 {
	color:#044280;
}
#wrapper {
	width: 869px;
	margin: 0px auto;
	background-color:#FFFFFF;
	text-align:left;
}
#header {
	width: 869px;
	background: #FFFFFF url(/media/images/site/header.gif) no-repeat;
	height:102px;
}
#logo {
	width:256px;
	height:70px;
	float:left;
	margin: 20px 0px 0px 20px;
	}


#breadcrumb {
	font-size: 90%;
	color: #323431;
	width: 608px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0 0 0 245px;
	background: url(/media/images/site/breadcrumb-bg.gif) no-repeat;
}
#breadcrumb a {
	color: #323431;
	text-decoration: none;
}
#breadcrumb a:hover{
	color: #FFFFFF;
}
#content {
	background:#FFFFFF;
	width: 869px;
}
#leftCol {
	margin:8px 18px 8px 8px;
	width: 216px;
	float:left;
}
#leftMenu {
	background:url(/media/images/site/left-menu-bg.gif) no-repeat top #eee8ed;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
#menuCat {
	padding:10px 0px 0px 10px;
	height:37px;
}
.menuItems {
	margin-left:10px;
	margin-right:10px;
	line-height:24px;
	background:url(/media/images/site/dots.gif) repeat-x bottom;
}
.menuItems a {
	color:#666666;
	text-decoration:none;
}
.menuItems a:hover {
	color:#333333;
	text-decoration:none;
}
.menuChild  a {
	margin-left:10px;
	padding-left:10px;
	line-height:18px;
	color:#FF9900;
	background:url(/media/images/site/child.gif) no-repeat left;
	font-size:11px;
	text-decoration:none;
}
#rightCol {
	width: 600px;
	margin: 8px;
	float:left;
	background-color:#FFFFFF;
	min-height:500px;
}
#footer {
	width:869px;
	height:35px;
	line-height:35px;
	margin:0px auto;
	background:url(/media/images/site/footer-bg.gif) no-repeat;
	color:#FFFFFF;
}
#footerAddress {
	margin-left: 20px;
	font-size:11px;
}



/* BANNER STUFF */
#bannerContainer {
	overflow: hidden; 
	margin: 0 auto;
	width: 853px;
	height: 184px;
	
	z-index: 100; 
	position: relative; 
}
#bannerImagesContainer {
	overflow: hidden; 
	width: 853px;
	height: 184px;
	margin: 0 auto;
}
#site_banner {	
	overflow: hidden; 
	margin: 0px;
	padding: 0px;
	width: 853px;
	height: 184px;
}
#site_banner li {

}

#site_spotlights {
	padding: 0;
	margin: 0;
	list-style: none;
}

#site_spotlights li {
	text-align: center;
}



a {
	color: #323431;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}