/* CSS Document */

@import url("/styles/basic.css");
@import url("/styles/color-gold.css");
@import url("/styles/wiuNav.css");



/* Layout  - CBT Homepage
=========================================================== */

#homeLeft {
	width: 350px;
	float: left;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	}
	#homeLeft p {
		margin: 0px;
		padding: 0px;
		}
#homeRight {
	float: right;
	width: 300px;
	background: #ffd272;
	margin: 0;
	padding: 0;
	border-left: 2px solid #000000;
	color: #000;
	}

/* Styling  - Homepage
=========================================================== */
body {
	background: #e8bf68;
}
a {
	color: #663399;
	text-decoration: none;
}
p, img {
	margin: 0;
	padding: 0;
	}

#container {
	background: #fff;
	color: #000;
	}
#container p img {
	margin: 0 0 -5px;
	padding: 0;
	}
#news {
	float: left;
	background: url(/CBT/images/news.gif) no-repeat left top;
	font-size: .8em;
	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;
	margin: 0px;
	font-size: .8em;	
	}
	

#events {
	background: #fff url(/CBT/images/events.gif) no-repeat left top;
	float: left;
	width: 290px;
	height: 200px;
	border-right: 1px dotted #CCCCCC;
	padding-top: 35px;
	margin-left: 10px;
	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: .9em;
	color: #000;
	}
#footer {
	padding: 5px;
	}
#footer img {
	float: right;
	padding: 3px;
}
#footer a {
	color: #fff;
	}
.hidden {
	visibility: hidden;
	display: none;
	margin: 0;
	padding: 0;
}

.headerbg {
background-color: #000;
font-size: 0px;
}


/*Accountancy News */

#new {
	float: left;
	background: url(/CBT/images/new.gif) no-repeat left top;
	font-size: .8em;
	padding: 35px 5px 0px 0px;
	margin-left: 15px;
	}
	
#new ul {
	line-height:1.1em;
	margin: 0;
	padding: 0;
	width: 350px;
	}
#new li {
	margin: 0;
	padding-left: 30px;
	background: url(/graphics/bullet.gif) no-repeat 18px 0.5em;
	}
