/* CSS Document */

@import url("/styles/basic.css");
@import url("/styles/color-gold.css");
@import url("/styles/wiuNav.css");



/* Layout  - CBT Homepage
=========================================================== */

#homeLeft {
	width: 400px;
	float: left;
	background: #000;
	margin: 0;
	padding: 0;
	color: #000;
	border-right: 2px solid #000;
	}
#homeLeft img {
	padding: 0;
	margin: 0 0 -3px;
	}
#homeRight {
	float: right;
	width: 288px;
	background: #ffd272;
	margin: 0;
	padding: 0;
	color: #000;
	}

/* Styling  - Homepage
=========================================================== */
body {
	background: #e8bf68;
}
a {
	color: #639;
	text-decoration: none;
}
p, img {
	margin: 0;
	padding: 0;
	}
#container {
	background: #ffd272;
	color: #000;
	}

#news {
	float: left;
	background: url(/CBT/images/news.gif) no-repeat left top;
	font-size: .9em;
	padding: 35px 5px 0px 0px;
	margin-left: 15px;
	}
#news ul {
	line-height:1.1em;
	margin: 0;
	padding: 0;
	width: 350px;
	}
#news li {
	margin: 0;
	padding-left: 30px;
	background: url(/graphics/bullet.gif) no-repeat 18px 0.5em;
	}
#homeNav {
	background: url(/CBT/images/resources-gold.gif) no-repeat left top;
	padding: 20px 5px 0px 0px;
	font-size: 85%;	
	}	

#events {
	float: left;
	width: 190px;
	background: #fff url(/CBT/images/events.gif) no-repeat left top;
	height: 200px;
	border-right: 1px dotted #CCC;
	padding-top: 35px;
/*	margin-top: 175px;
*/	color: #000;
	}
#events dl {				/* ---- Reformats default calendar display from webcal ---- */
	font-size: .8em;
	line-height: 1.1em;
	margin: 0;
	padding-left: 20px;
	}
#events dt {
	margin: 0;
	display: list-item;
	list-style-type: none;
	font-weight: bold;
	}
#events dd {
	margin: 0;
	display: list-item;
	list-style-type: none;
	}
#calendarHome h3 {
	display: none;
	}
#spotlight {
	background: #ffd272 url(/CBT/images/spotlight.gif) no-repeat left top;
	height: 65px;
	clear: both;
	padding-top: 17px;
	font-size: .8em;
	color: #000;
	}
#footer {
	font: .9em "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	clear: both;
	border-top: 2px solid #000;
	line-height: 1.2em;
	height: 114px;
	background: #639;
	color: #fff;
	}
	
.hidden {
	visibility: hidden;
	display: none;
	margin: 0px;
	padding: 0px;
}

