/* 
Author:    Cubic Creative
Created:   June 2007
*/



/*  Content (left)
-----------------------------------------------*/
ul#content {
	margin-top: 13px;
	padding-top: 20px;
	background: url(../i/bar1.gif) no-repeat 0 0;
       width: 590px;
}
ul#content li {
	float: left;
	width: 180px;
	margin-right: 20px;
}
ul#content li li {
	margin-right: 0;
}
ul#content li.last {
	margin-right: 0px;
}
ul#content ul:after {
	content: ".";
	display:block;
	clear: left;
	visibility: hidden;
	height: 0;
	font-size: 1px;
}
ul#content li ul {
	background: url(../i/contentbg.gif) repeat 0 0;
	height: 250px;
	margin-top: 5px;
}
ul#content li a {
	color: #706b57;
	font-size: .8em;
	display: block;
	border-bottom: 1px solid #bcbab1;
	padding: 6px 10px;
}
ul#content li a:hover {
	background-color: #fff;
	color: #000;
}




/*  Content (right)
-----------------------------------------------*/
ul#news-events {
	margin-top: 13px;
	padding-top: 20px;
	background: url(../i/bar2.gif) no-repeat 0 0;
}
ul#news-events li div {
	clear: right;
	margin: 5px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #bcbab1;
}
ul#news-events li span {
	display: block;
	width: 30px;
	text-align: center;
	height: 25px;
	color: #706b57;
}
ul#news-events li span.day {
	font-size: 1.3em;
}
ul#news-events li span.month {
	font-size: .6em;
	font-weight: bold;
	text-transform: uppercase;
}
ul#news-events li p {
	margin-left: 35px;
	margin-top: -45px;
	font-size: .8em;
}
ul#news-events li p a {
	color: #706b57;
}

