* {
	margin:0;
	padding:0;
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}
.align-l {
	text-align:left;
}
.align-r {
	text-align:right;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
ul li {
	list-style-type:none;
}



a.text {
	text-decoration:none;
	color:#FF0000;
	border-bottom:1px solid #FF0000;
}
a.text:hover {
	color:#00FF00;
	border-bottom:1px solid #00FF00;
}
a img {
	border:none;
}
h2 {
	font-size:120%;
	color:#6f3633;
}
body {
	background:#b8bfc6 /*url(../images/bg.gif) repeat-y top center*/;
	font: normal 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#wrapper {
	background:#fff;
	margin:0 auto;
	padding:0;
	width:960px;
}
#header {
	background:url(../images/header-bg.gif) repeat-x top left;
	height:100px;
}
#logo {
	background:url(../images/logo.gif);
	margin-left:10px;
	width:229px;
	height:100px;
	display:block;
}
.search {
width:200px;
padding-left:5px;
padding-top:5px;
height:23px;

}

/*#searchbar {
	height:25px;
	width:316px;
}*
.search {
	background: url(../images/search.gif) no-repeat top left;
	height:23px;
	width:172px;
	border:0;
}*/
.textInput {
	font-size: 11px;
	height: 23px;
	width: 160px;
	background: none;
	border: none;
	color:#6F3633;
}
.button {
	background: url(../images/search_go.gif) no-repeat top left;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
	height:19px;
	width:45px;
	color:#6F3633;
}

#banner {
	background: url(../images/banner.jpg) no-repeat top left;
	width:960px;
	height:215px;
}
#banner_small {
	background: url(../images/banner_sml.jpg) no-repeat top left;
	width:960px;
	height:114px;
}

span#banner-bottom {
	background:url(../images/content-bg.gif) no-repeat top left;
	height:6px;
	display:block;
	padding-bottom:4px;
}
#content {
}
#cont-l {
	float:left;
	width:250px;
}
#cont-l h3#newsevents {
	background:url(../images/nav-bg.gif) repeat-x top left;
	height:27px;
	padding-top:8px;
	text-align:center;
	font-size:90%;
	font-weight:200;
	color:#fff;
}
.posted-item {
	padding:10px 0 15px 10px;
	border-bottom:1px solid #f5f5f5;
}
.posted-item:hover {
	background:#fbfbfb;
}
.posted-item p {
	font-size:75%;
}
.posted-item a {
	font-weight:900;
	font-size:75%;
	color:#6f3633;
	text-decoration:none;
}
.posted-item a:hover {
	text-decoration:underline;
}
#cont-r {
	float:right;
	width:680px;
	padding:0 10px 0 20px;
}
#cont-r p {
	font-size:85%;
}

/* Nathan's Change */
#cont-r ul li {
	font-size:85%;
}
/*-----------------*/

#cont-r ul#shortcuts {
	margin-top:30px;
}
#cont-r ul#shortcuts li {
	text-align:center;
	float:left;
	width:220px;
	height:200px;
}
#cont-r ul#shortcuts li h4 {
	color:#6f3633;
}
#cont-r ul#shortcuts li p {
	color:#646464;
}
.viewmore {
	font-size:80%;
	font-weight:900;
	color:#6f3633;
	text-decoration:none;
}
.viewmore:hover {
	text-decoration:underline;
}
#footer {
color:#999999;
	border-top:1px solid #e3e3e3;
	clear:both;
	height:30px;
	font-size:70%;
	margin-top:10px;
}

#footer span.float-l{
padding:7px 0 0 10px;
}
#footer span.float-r{
padding-right:10px;
}
a#mediaforce{
background:url(../images/mediaforce.gif) no-repeat top left;
width:81px;
height:30px;
display:block;
}
/*NAVIGATION*/
#nav {
	background:url(../images/nav-bg.gif) repeat-x top left;
	height:35px;
}

#nav img {
	padding:6px 0 0 15px;
}
/*
#mainnav, #mainnav ul{

	padding: 0;
	margin: 0;
}
#nav ul#mainnav li {
	float:left;
	border-right:1px solid #4a211f;
	border-left:1px solid #854b48;
}
#nav ul#mainnav li a {
	padding-top:8px;
	text-align:center;
	font-size:90%;
	text-decoration:none;
	color:#fff;
	width:145px;
	height:27px;
	display:block;
}
#nav ul#mainnav li:hover {
	background:#4a211f;
	border-right:1px solid #280b0a;
	border-left:1px solid #280b0a;
}
*/

ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu * {
	margin:0;
	padding:0;
}
ul.menu a {
	display:block;
	color:#000;
	text-decoration:none;
}
ul.menu li {
	position:relative;
	float:left;
}
ul.menu ul {
	position:absolute;
	top:35px;
	left:0;
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none;
}
ul.menu ul li {
	position:relative;
	border:1px solid #aaa;
	border-top:none;
	width:145px;
	margin:0;
}
ul.menu ul li a {
font-size:80%;
	display:block;
	padding:3px 7px 5px;
	background-color:#d1d1d1;
}
ul.menu ul li a:hover {
	background-color:#c5c5c5;
}
ul.menu ul ul {
	left:145px;
	top:-1px;
}
ul.menu .menulink {
	padding-top:8px;
	text-align:center;
	font-size:90%;
	text-decoration:none;
	color:#fff;
	text-align:center;
	background:url(../images/nav-bg.gif) repeat-x top left;
	border-right:1px solid #4a211f;
	border-left:1px solid #854b48;
	height:27px;
	width:145px;
	display:block;
}

#nav ul#menu li:hover a.menulink:hover, ul.menu .menulink:hover, ul.menu .menuhover {
	background:#4a211f;
	}
	
ul.menu .sub {
	background:#d1d1d1 url(../images/arrow.gif) 136px 8px no-repeat;
}
ul.menu .topline {
	border-top:1px solid #aaa;
}

ul.bullet {
	list-style:disc;
	margin-left:30px;
	font-size:100%;
}

ul.bullet li {
	list-style:disc;
	margin-left:30px;
	font-size:100%;
}

ul.bullet_indent {
	list-style:disc;
	margin-left:30px;
	font-size:100%;
}

ul.bullet_indent li {
	list-style:disc;
	margin-left:30px;
	font-size:100%;
}