body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #7E7E7E url(../img/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 15px;
	border-bottom: 1px #CCCCCC dotted;
}
a {
	color: #c21820;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #ee1c25;
	text-decoration: underline;
}
img {
	border: none;
}


/* SITE */
#container {
	width: 746px;
	margin: 0px auto 0;
	text-align: left;
	position: relative;
	overflow: visible;
}
#site-bottom,
#site-top,
#site {
	background: transparent url("../img/bg_site.png") 50% 50% repeat-y;
	width: 100%;
	max-width: 728px;
	overflow: hidden;
	padding: 0px 9px 0px 9px;
	float: left;
	position: relative;
	z-index: 2;
}
#site-bottom,
#site-top {
	height: 9px;
	background: transparent url("../img/bg_site_bottom.png") 50% top no-repeat;
}
#site-top {
	margin-top: -9px;
	background-image: url("../img/bg_site_top.png");
}

* html #site-bottom,
* html #site-top,
* html #site {
	background: none !important;
}
* html #content {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}


/* HEADER */
#header {
	width: 100%;
	height: 75px;
	float: left;
	background: #272727 url("../img/bg_header.gif") 50% 50% no-repeat;
}
#headingimage {
	float: left;
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


/* CONTENT */
#content {
	border-top: 5px solid #B80F22;
	border-bottom: 4px solid #8d8d8d;
	float: left;
	width: 100%;
	background: #ffffff url(../img/bg_content.gif) left top repeat-y;
}
#contentbox {
	padding: 5px;
	width: 520px;
	max-width: 510px;
	float: right;
}


/* NAVIGATION */
#menu {
	background-color: #F4F4F4;
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul {
	float: right;
}
#menu li {
	margin: 10px 7px 0px 0px;
	padding: 0px 0px 7px 0px;
	float: right;
	display: inline;
	width: 180px;
	text-align: right;
	border-bottom: 1px dotted #5f5f5f;
}
#menu li.last {
	border: none;
}
#menu li li {
	margin: 6px 10px 0px 0px;
	padding: 0;
	font-size: 11px;
	border: none;
	width: auto;
}
#menu a {
	color: #5f5f5f;
}
#menu a:hover {
	color: #000000;
}


/* FOOTER */
#footer {
	float: left;
	width: 100%;
	height: 57px;
	overflow: hidden;
	border-top: 1px solid #ffffff;
	background: #B80F22;
	color: #ffffff;
}
#footer ul,
#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	float: left;
	display: inline;
}
#footer ul {
	margin: 20px 0px 0px 15px;
}
#footer li {
	border-right: 1px solid #cccccc;
	padding-right: 5px;
	margin-left: 5px;
}
#footer li.last {
	border: none;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer #logo {
	display: block;
	float: right;
	margin: 20px 15px 0px 0px;
	font-size: 11px;
}


/* BANNER */
#banner-top {
	padding: 0px 9px 0px 9px;
	width: 100%;
	max-width: 728px;
	float: left;
	/* height: 90px; */
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: center;
}
#banner-top a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
#banner-left,
#banner-right {
	max-width: 160px;
	max-height: 600px;
	position: absolute;
	clear: both;
	z-index: 1;
	top: 0px;
	left: 737px;
	overflow: hidden;
}
#banner-left {
	left: auto;
	right: 737px;
	text-align: right;
}
#banner-right {
	margin-top:90px;
	margin-left: 10px;
}


/* SITEMAP */
ul.csc-menu, div.csc-sitemap {
	/* margin-left: -25px; */
}
ul.csc-menu li, div.csc-sitemap li {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.csc-menu li ul, div.csc-sitemap li ul {
	/* margin-left: -25px; */
}
ul.csc-menu li ul li, div.csc-sitemap li ul li {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* STYLES */
.filecount {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}