/* imported stylesheets
---------------------------------------- */
	@import url("schedule.css");
/*-------------------------------------- */

html, body {
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;
	font-size:0.95em;
	height:100%;
	color:#000;
	background:url(../images/bg.jpg) repeat-y top center;
}
a, img {
	border:none;
	outline:none;
	text-decoration:none;
}
#center {
	background:url(../images/bg.jpg) repeat-y top center;
	width:940px;
	margin:0 auto;
	height:100%;
}
#wrap {
	float: left;
	width: 940px;
	text-align: left;
	margin: 0;
	padding: 0;
	background:url(../images/bg.jpg) repeat-y top center;
}

	
#box {
	width:940px;
}
#container {
	width:940px;
	float:left;
}


/*** header ***/
#header {
	width:940px;
	height:150px;
	background:#2a110a;
}
#logo {
	float:left;
	margin:65px 0 0 20px;
}
#address {
	float:right;
	margin:65px 20px 0 0;
}


/*** banner ***/
#banner {
	width:940px;
	height:60px;
	margin:0;
	padding:0;
	background:#2a110a;
}
.bannerimg {
	margin:0;
	padding:0;
	width:940px;
	height:60px;
}
#rotatoroverlay {
	position:absolute;
	margin:-60px 0 0 0;
	z-index:50;
}
#banneroverlay {
	position:relative;
	margin:0;
}
#rotator {
	z-index:0;
}






/*** navigation ***/
#nav {
	float:left;
	width:275px;
	color:#fff;
	font-size:0.9em;
}
/* level 1 */
#nav ul {
	padding:0;
	margin:35px 20px 0 25px;
}
#nav ul li {
	list-style:none;
	border-bottom:1px solid #fff;
}
#nav ul li a {
	display:block;
	line-height:30px;
	color:#fff;
	padding:0 0 0 5px;
}
#nav ul li.active a {
	background:#220e09;
	font-weight:bold;
}
/* level 2 */
#nav ul li ul {
	margin:0;
	font-size:0.9em;
	padding-bottom: 10px;
}
#nav ul li.active ul {
	background:#220e09;
	margin:0;
	font-size:0.9em;
}
#nav ul li ul li {
	margin: 0 0 0 10px;
	border:none;
}
#nav ul li ul li a {
	background:none;
	padding:0 0 0 10px;
	line-height: 18px;
}
#nav ul li.active li a {
	background:none;
	font-weight:normal;
}
#nav ul li.active ul li.active a {
	font-weight:bold;
	background:url(../images/subsubmenu_active.gif) 10px 5px no-repeat; 
	padding:0 0 0 20px;
}
/* level 3 */
#nav ul li ul li ul {
	background:none;
}
#nav ul li.active ul li.active ul li a {
	background:none;
	font-weight:normal;
	line-height:20px;
}
#nav ul li.active ul li.active ul li.active a {
	background:url(../images/subsubmenu_active.gif) 20px 5px no-repeat; 
	padding:0 0 0 30px;
	font-weight:bold;
}



/*** content ***/
#content {
	float:right;
	width:605px;
	margin:15px 30px 0 30px;
}
/* breadcrumbs */
#breadcrumbs {
	float:left;
	font-size:0.8em;
	font-weight:bold;
	width:100%;
}
#breadcrumbs ul {
	margin:0;
	padding:0;
}
#breadcrumbs ul li {
	list-style:none;
	display:inline;
}
#breadcrumbs ul li a {
	color:#000;
}
/* text */
#context {
	float:left;
	margin:20px 0 50px 0;
}
.item {
	float:left;
	margin-bottom:10px;
	width:100%;
}
.item h1 {
	padding:0;
	margin:0 0 15px 0;
	font-size:1.4em;
	display:block;
	width:100%;
}
.item a {
	color:#2a110a;
}
.short, .full {
	font-size:0.85em;
}
.short {
	font-size:0.85em;
	font-weight:bold;
	padding:0 0 20px 0;
}


/*** images ***/
.textImagetext {
	background:white none repeat scroll 0 50%;
	bottom:0;
	font-size:0.85em;
	font-weight:normal;
	line-height:14px;
	opacity:0.8;
	padding-left:5px;
	padding-top:2px;
	position:absolute;
	width:100%;
}
.textMediumLayer {
	margin-left:2px;
	margin-top:148px;
	position:absolute;
	width:101px;
	z-index:10;
}
.ImgBoxMedium {
	float:left;
	height:160px;
	margin:0 25px 5px 0;
	width:160px;
}
.thirthImg {
	margin-right:60px;
}

/*** bottom ***/
#bottom {
	float:left;
	font-size:0.8em;
	margin:0 0 20px 0;
	width:605px;
}
#bottom .adjust {
	width:605px;
	text-align:right;
	border-bottom:1px solid #000;
	padding:0 0 2px 0;
	float:left;
}
#bottom .adjust .belstat {
	float:left;
}
#bottom .adjust .modified {
	float:right;
}
#bottom ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#bottom li {
	float:left;
	border-right:1px solid #000;
	margin:4px 0;
	padding:0px 4px;
}
#bottom li a {
		color:#672A19;
}
#bottom li.active a {
		color:#2a110a;
}
#bottom li:first-child {
	padding-left:0;
}
#bottom ul li.first {
	padding-left:0;
}
#bottom li:last-child {
	border-right:none;
}
#bottom ul li.last {
	border-right:none;
}
#bottom .design {
	margin:4px 0;
	float:right;
}
#bottom a {
		color:#2a110a;
}



