/* CSS Document */

#header-wrapper {
	width:auto;
	height:147px;
	padding-top:24px;
}

#header {
	width:980px;
	height:147px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/graphics/common/header.png);
	background-repeat:no-repeat;
}

#logo {
	width:345px; 
	height:73px; 
	float:left;
	margin-top:50px;
	margin-left:30px;
}

#header-right {
	width:392px;
	height:95px;
	float:right;
	background-image:url(/graphics/common/transparent-box.png);
	background-repeat:no-repeat;
	margin-top:40px;
	margin-right:35px;
}

#header-right-buttons {
	width:392px;
	height:26px;
	float:right;
/*	background-color:#33CC00;*/
	margin-top:13px;
}

#weekly-bulletin-button {
	width:220px;
	height:26px;
	float:left;
	margin-left:18px;
}

#add-this {
	width:132px;
	float:right;
/*	background-color:#FFFF00;*/
	margin-right:6px;
	margin-top:5px;
/*	margin-bottom:10px;*/
}

#newsletter-signup {
	width:392px;
	height:40px;
	float:right;
	/*background-image:url(/graphics/common/newsletter.png);
	background-repeat:no-repeat;*/
	/*margin-top:64px;*/
}

#newsletter-signup-header {
	width:96px;
	height:30px;
	float:left;
	font-size:16px;
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
}

#newsletter-signup-input {
	width:260px;
	height:33px;
	float:left;
	padding-top:7px;
}

#newsletter-signup-submit {
	width:20px;
	height:22px;
	float:left;
	margin-top:9px;
}

#main-image-bar-wrapper {
	width:auto;
/*	height:280px;*/
/*	background-color:#D4CCBF;*/
}

#main-image {
	width:980px;
/*	height:280px;*/
	margin-left:auto;
	margin-right:auto;
/*	background-color:#FF0000;*/
}

#news-ticker-wrapper {
	width:auto;
	height:43px;
}

#news-ticker-outer {
	width:980px;
	height:43px; 
	margin-left:auto;
	margin-right:auto;
	background-image:url(/graphics/common/brown-gradient.png);
	background-repeat:repeat-x;
	background-color:#DBCCAF;
}

#news-ticker-header {
	width:126px;
	height:35px; 
	float:left;
	background-image:url(/graphics/common/news.png);
	background-repeat:no-repeat;
	margin-left:18px;
	text-align:center;
	font-size:16px;
	padding-top:8px;
	color:#FFFFFF;
}

#news-ticker-feed {
	width:818px;
	height:35px; 
	float:right;
	margin-right:18px;
	font-size:16px;
	padding-top:8px;
	color:#FFFFFF;
}

#content-wrapper {
	width:auto;
}

#content {
	width:944px;
	margin-left:auto;
	margin-right:auto;	
	padding:18px;
	background-color:#DBCCAF;
}

#breadcrumb {
	width:auto;
	margin-bottom:10px;
	margin-left:0px;
	color:#000000;
}

/*#breadcrumb a {
	color:#000000;
}

#breadcrumb a:hover {
	color:#870C07;
	text-decoration:none;
}*/

#footer-wrapper {
	width:auto;
	height:329px;
}

#footer {
	width:980px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/graphics/common/footer.png);
	background-repeat:no-repeat;
/*	background-color:#33FF00;*/
	padding-top:249px;
	text-align:center;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}

#footer a:hover {
	color:#0A50A1;	
}

.left-col {
	width:193px;
	float:left;
/*	background-color:#99FF33;*/
}

.right-col {
	width:716px;
	float:right;
/*	background-color:#CC00CC;*/
}

.feature-box {
	width:auto;
	margin-bottom:10px;
}



/*****************************************************/

#contact-button {
	width:128px;
	height:23px;
	float:right;
	background-image:url(/graphics/common/contact-button.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:6px;
	font-weight:bold;
	color:#FFFFFF;
}

#contact-button a {
	color:#FFFFFF;
}

.news-wrapper {
	width:auto;
	margin-bottom:30px;
}

.generic-wrapper {
	width:auto;
	margin-bottom:30px;
}

.content-tag {
	width:auto;
	float:left;	
	font-size:12px;
	padding-top:4px;
	text-align:left;
}

.read-more {
	width:120px;
/*	height:18px;*/
	float:right;
	font-size:12px;
	padding-top:4px;
	text-align:right;
}

#menu-content ul {
	width:auto;
	list-style:none;
/*	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;*/
	margin:0px;
	padding:0px;
	
	margin-bottom:10px;
}

#menu-content ul li {
	width:auto;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	background-color:#24180C;
}

#menu-content ul li a {
	color:#FFFFFF;
}

#menu-content ul li:hover {
	background-color:#24180C;
}

#archive-date-selector ul {
	width:auto;
	list-style:none;
/*	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;*/
	margin:0px;
	padding:0px;
	
	margin-bottom:10px;
}

#archive-date-selector ul li {
	width:auto;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	background-color:#24180C;
}

#archive-date-selector ul li a {
	color:#FFFFFF;
}

#archive-date-selector ul li:hover {
	background-color:#24180C;
}

.a-selected {
	color:#42DC10;
}

.latest-event-item:hover {
	background-color:#9E896C;
}

.form-input-long {
	width:500px;
}

.cycle-slideshow {
	width: 980px;
	height: 264px;
	background-color:#000000;
}


