body
{
	margin					: 	0;
	padding					: 	0;
	color					:	#000;
	background				:	none;
	text-align:left;
	font					: 	74%/1.6 Verdana, Arial, Helvetica, sans-serif;
}

#clear-header
{
	height					: 	60px;
}
#site-nav {
	display: none;
}
.layout-col-2 {
	display: none;
}

/* =DEFAULT STYLES
===================================================================================== */

/* =SKIP LINKS
===================================================================================== */
#skip-links
{
	display: none;
}

/* =HEADER
===================================================================================== */
#header
{
	position				: 	absolute;
	top						: 	0;
	left					: 	0; /* IE 5-6 left: 26px; */
	height					: 	96px;
	margin					: 	0px;
	padding					: 	0;
	color					: 	#000000;
	border					: 	none;
	background				: 	none;
}

#header h1 {
	/*background: transparent url(../images/layout-elements/header-top.png) no-repeat;*/
	width: 100%;
	height: 72px;
	margin-top: -40px;
	color: #000;
	padding: 2px 0 0 0px;
	font-size: 2.3em;
	font-weight: normal;
	letter-spacing: -0.01em;
}
#header h1 a {
	text-decoration: none;
}
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:active {
	color: #000;
}

#header h2 {
	display: none;
}


/* =LOGO */
/*#header #logo 
{
	position				: 	relative;
	display					: 	inline-block;
	top						: 	3px;
	left					: 	20px;
}
#header #logo h1 
{
	margin					:	0;
	padding					:	0;
	overflow				:	hidden;
	float					:	left;
	background				: 	none;
}
#header #logo h1 a 
{
	display					: 	block;
	text-indent				:	-9000px;
	overflow				:	hidden;
	background				:	transparent url(../images/layout-elements/logo.png) no-repeat;
	margin					:	0;
	padding					:	0;
	border					: 	none;
}
#header #logo h1, 
#header #logo h1 a 
{
	width					:	63px;
	height					:	73px;
	background-position		:	0 0;
	text-decoration			:	none;
	border					: 	none;
}
*/
/* =FOOTER
===================================================================================== */

#footer-wrapper
{
	clear					: 	both;
	height					: 	37px;
	width					: 	auto;
	margin					: 	0 0; /* IE 5-6 margin				: 0 13px;*/
	padding					: 	0;
	background				: 	none;
}
#footer-wrapper p
{
	padding					: 	0;
	margin					: 	0;
	color					:	#4e4e4e;
	font-size				:	0.85em;
}
#wrapper #footer-wrapper #footer-sub-wrapper-01
{
	padding					: 	0;
}
#wrapper #footer-wrapper #footer-sub-wrapper-01 #footer-left,
#wrapper #footer-wrapper #footer-sub-wrapper-01 #footer-right
{
	padding					: 	0;
}
#wrapper #footer-wrapper #footer-sub-wrapper-01 #footer-left
{
	float					: 	left;
	margin					: 	0;
}
#wrapper #footer-wrapper #footer-sub-wrapper-01 #footer-right
{
	float					: 	left;
	margin					: 	0;
}
#wrapper #footer-wrapper #footer-sub-wrapper-01 #footer-right
{
}

/* =CONTENT
===================================================================================== */
/* =LINKS */
#content-wrapper a:link,
#content-wrapper a:visited
{
	font-weight:bold;
}

#content-wrapper h1,
#content-wrapper h2,
#content-wrapper h3
{
	font-size: 2em;
	color: #8B071B;
	font-weight:normal;
}
#content-wrapper h1
{
	display: inline;
}
#content-wrapper h2
{
	font-weight: bold;
	font-size: 1.1em;
}
#content-wrapper h3
{
	font-size				: 	1.6em;
	font-weight				:	normal;
	margin					: 	1em 0 -0.6em;
}
#content-wrapper h1 span
{
	font-size				: 	90%;
	color					: 	#920f0e;
	font-weight				: 	bold;
	text-transform			: 	none;
}

/* =CONTENT COLS */
#content-wrapper .content-2-col-wrapper {
	clear					: 	both;
	float					: 	left;
	width					: 	511px;
	padding					: 	0 5px;
	/*background				: 	#e4e5e9 url(/images/bg/gradients/e4e5e9-white-350pxh.jpg) repeat-x top;*/
}
#content-wrapper .content-2-col-wrapper .col-1 {
	float					: 	left;
	width					: 	245px;
	padding-right			: 	5px;
	/*border-right			: 	1px dotted #ccd6c3;*/
}
#content-wrapper .content-2-col-wrapper .col-2 {
	float					: 	right;
	width					:	245px;
	padding-left			: 	5px;
}


/* =BREADCRUMBS */
#breadcrumbs
{
	font-size: 0.8em;
	padding-top: 2px;
	width: 562px;	
	float: left;
}
#breadcrumbs p {
	padding:0;
	margin:0;
}
#breadcrumbs p .special {
	font-weight: bold;
}


/* =FORMS */

form 
{
	margin					: 	0;
	padding					: 	0;
	text-align				: 	left;
}

input,
select,
textarea 
{
	color					: 	#333;
	font-family				: 	'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size				: 	1em;
}

fieldset 
{
	border					: 	1px dotted #999;
	margin					: 	10px 0 10px 0;
	padding					: 	5px 20px 10px 20px;
	background				: 	none;
}

legend 
{
	color					: 	#920f0e;
	font-weight				: 	bold;
	font-size				: 	1.15em;
  	/*background-color		: 	#FFFFFF;*/
	margin-bottom			: 	5px;
}
input.textfield, 
textarea 
{
  	background-color		: 	#fff;
  	border					: 	1px solid #999;
  	width					: 	58%;
	padding					: 	2px;
}

select
{
  	border					: 	1px solid #999;
	width					: 	59%;
}

.required-field 
{
	color					: 	#920f0e;
}
form label
{
	font-size				: 	1em;
	font-weight				: 	bold;
	color					: 	#39435d;
	float					: 	left;
	width					: 	38%;
}
#search-bar
{
	float: right;

}
#search-bar input.textfield,
#search-bar input.button
{
  	border					: 	1px solid #999;
	padding					: 	2px;
	color:#666666;
	font-size:0.8em;
}
#search-bar input.textfield
{
  	background-color		: 	#fff;
  	border					: 	1px solid #999;
  	width					: 	115px;
}
#search-bar input.button
{
	padding					: 	1px;
}


/* =TIPS =TITLES */

.description, acronym, acronym, abbr, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
	line-height: 1.5;
}
/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { 
	position:absolute;
	z-index:1000;
	width:220px;
	background-color: #000;
	border:2px double #fff;
	text-align:left;
	font-size: 1.1em;
	line-height: 1.3;
	padding:5px;
	min-height:1em;
	-moz-border-radius:5px; 
}
body div#toolTip p { 
	margin:0;
	padding:0;
	color:#fff;
}
body div#toolTip p em { 
	display:block;
	margin-top:3px;
	color:#999900;
	font-style:normal;
	font-weight:bold; 
}
body div#toolTip p em span { 
	font-weight:bold;
	color:#fff; 
}
#main-content #content-top-bar {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 10px;
	margin-bottom: 5px;
	float: left;
}


.image-float-left {
	float:left;
}
.text-float-right {
	float:right;
}


/* =CUSTOM STYLES -------------------------------------------------------- */

.clear {
	clear: both;
}

.special {
	font-weight: bold;
	color:#753319;
}

.big-green {
font-size: 2em;
color: #7d8028;
text-align:left;
line-height:1em;

}
.green {
color: #7d8028;
}

.streetsign {
margin-left:-37px;
margin-right:0px;
}

#content-wrapper .layout-col-2 img {
	margin-top: 20px;
}
#content-wrapper .layout-col-2 a {
	font-weight: normal;
}

#first-content-wrapper {
	clear: both;
}
#first-content-wrapper #hero-box {
	float:left;
}
#first-content-wrapper #hero-box img {
	padding: 2px;
	border: 1px dotted #d1cbb8;
}
#first-content-wrapper #welcome-box {
}

#first-content-wrapper #welcome-box {
	height: 333px;
	margin-left: 510px;
	background: transparent url(../images/layout-elements/3-dotted-div-01.gif) bottom no-repeat;
}
#first-content-wrapper #welcome-box h2,
#second-content-wrapper h2 {
	font-size: 1.5em;
	color: #4b010d;
	text-transform: uppercase;
	font-weight: normal;
	background: url(../images/layout-elements/h-bg-01.gif) repeat-x;
	border: 1px solid #e8e3d6;
	padding-left:10px;
}
#first-content-wrapper #welcome-box p {
	padding: 0 5px;
}

#second-content-wrapper {
	clear: both;
	margin-top: 20px;
	background: transparent url(../images/layout-elements/3-col-lines-bg.gif) repeat-y;
	float: left;
}

#second-content-wrapper .col-1 {
	/*background: #009966;*/
	width: 230px;
	float: left;
	padding: 0 10px 0 0px;
}
#second-content-wrapper .col-2 {
	/*background: #f09566;*/
	width: 444px;
	float: left;
	padding: 0 10px 0 10px;
}
#second-content-wrapper .col-3 {
	/*background: #a06566;*/
	width: 230px;
	float: right;
	padding: 0 0px 0 10px;
}
#second-content-wrapper h2 {
	font-size: 1.3em;
	margin:0;
	padding-left: 4px;
}
#second-content-wrapper h3 {
	font-size: 1em;
	font-weight: bold;
}
#second-content-wrapper p {
	font-size: 0.95em;
	line-height: 1.4;
}

#second-content-wrapper .col-2 .news-item {
	float: left;
	clear: both;
	padding-bottom: 13px;
	background: transparent url(../images/layout-elements/3-dotted-div-01.gif) repeat-x bottom;
}
#second-content-wrapper .col-2 .news-item .title h3 {
	font-size: 1.3em;
	color: #8b071b;
	margin-left: 150px;
	font-weight: normal;
}
#second-content-wrapper .col-2 .news-item .title h3 a {
	font-weight: normal;
	text-decoration: none;
}
#second-content-wrapper .col-2 .news-item .title h3 a:hover {
	text-decoration: underline;
}
#second-content-wrapper .col-2 .news-item.no-img .title h3 {
	margin-left: 0px;
	line-height:1;
}
#second-content-wrapper .col-2 #more-news {
	font-size: 90%;
	text-align:right;
	margin:-20px 10px 0 0;
	padding:0;
}
#second-content-wrapper .col-2 .news-item .image img {
	float: left;
	margin-right: 10px;
	margin-top: -10px;
	border: none;
}
#second-content-wrapper .col-2 .news-item .text {
	padding-left: 150px;
}
#second-content-wrapper .col-2 .news-item .text a {
	font-weight: normal;
}
#second-content-wrapper .col-2 .news-item .text p {
}
#second-content-wrapper .col-2 .news-item.no-img .text {
	padding-left: 0px;
}
#second-content-wrapper .col-3 #upcoming-events ul {
	margin: 0;
	padding: 10px 10px 10px 18px;
	font-size: 0.8em;
}
#second-content-wrapper .col-3 #aue-ad .title h3 {
	font-size: 1.1em;
	color: #8b071b;
	margin-left: 90px;
}
#second-content-wrapper .col-3 #aue-ad .image img {
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}
#second-content-wrapper .col-3 #aue-ad .image a img{
	border: 1px solid #ccc;
}
#second-content-wrapper .col-3 #aue-ad .text p {
	padding:0;
	font-size: 0.8em;
}

.layout-col-2 h2
{
	font-size: 1.5em;
	color: #4b010d;
	text-transform: uppercase;
	font-weight: normal;
	background: url(../images/layout-elements/h-bg-01.gif) repeat-x;
	border: 1px solid #e8e3d6;
	padding-left:10px;
}
#content-wrapper .layout-col-2 ul {
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 0 12px;
}

/* =NEWS & EVENTS */
#news-items-wrapper {
	margin-top: 5px;
	font-size: 0.95em;
}
#news-items-wrapper .news-item {
	clear: both;
	float: left;
	margin-bottom: 15px;
	padding-top: 15px;
	background: transparent url(../images/layout-elements/3-dotted-div-01.gif) repeat-x;
}
#news-items-wrapper .news-item .news-item-image {
	float: left;
	width: 155px;
	margin-top: 8px;
}
#news-items-wrapper .news-item .news-item-image img {
	border: none;
}
#news-items-wrapper .news-item .news-item-text {
	float: left;
	width: 580px;
}
#news-items-wrapper .news-item .news-item-text.no-img {
	width: 735px;
}
#news-items-wrapper .news-item .news-item-text h3 {
	margin:0;
}
#news-items-wrapper .news-item .news-item-text p {
	margin: 0px;
	padding-bottom:10px;
	clear: both;
	line-height: 1.5;
}
#news-items-wrapper .news-item .news-item-text p.note {
	font-size: 85%;
	padding-top:0;
	padding-bottom: 0.5em;
	margin-top:-0.3em;
	color:#787878;
}
#news-items-wrapper .news-item .news-item-text p a {
	font-weight: normal;
}
#news-items-wrapper .news-item .news-item-text h3 {
}
#news-items-wrapper .news-item .news-item-text h3 a {
	font-weight: normal;
	text-decoration: none;
}
#news-items-wrapper .news-item .news-item-text h3 a:hover {
	text-decoration: underline;
}

/* individual news page */
#news-item-full img {
	float: left;
	margin: 5px 15px 10px 0;
}

/* Podcast display page (aka lnlcc page) */
#podcast-display #podcast-intro {
	float: left;
	margin-bottom: 30px;
}

#podcast-display #podcast-episodes-wrapper {
	clear: both;
	margin-top: 30px;
}

#podcast-display #podcast-episodes-wrapper .episode {
	float: left;
	clear: both;
	padding-top: 22px;
	margin-bottom: 5px;
	background: transparent url(../images/layout-elements/3-dotted-div-01.gif) repeat-x;
}

#podcast-display #podcast-episodes-wrapper .episode-image {
	float: left;
	width: 150px;
	margin: 0px 15px 0 -10px;
}

#podcast-display #podcast-episodes-wrapper .episode-text {
	float: left;
	width: 580px;
}
#podcast-display #podcast-episodes-wrapper .episode-text p {
	line-height: 1.5;
	margin-top: 0.3em;
	padding-bottom:0;
	margin-bottom:0;
}
#podcast-display #podcast-episodes-wrapper .episode-text p a {
	font-weight: normal;
}
#podcast-display #podcast-episodes-wrapper .episode-text p.links {
	text-align: right;
	font-size: 95%;
	padding:0;
	margin:-2px 0 0 0;
}
#podcast-display #podcast-episodes-wrapper .episode h3 {
	padding:0;
	margin:0;
	line-height:normal;
}
#podcast-display #podcast-episodes-wrapper .episode h3 a {
	font-weight: normal;
	text-decoration: none;
}
#podcast-display #podcast-episodes-wrapper .episode h3 a:hover {
	text-decoration: underline;
}

#podcast-display #podcast-episodes-wrapper .episode .audio-player {
	position: absolute;
	margin-left: 0px;
	margin-top: 73px;
	/*background: url(/images/bg/transparent/white-50.png) no-repeat 16px;*/
}
#podcast-display #podcast-episodes-wrapper .episode .audio-player object {
	height: 20px;
}

#news-item-full p.note,
#episode-item-full p.note {
	margin-top: -5px;
	font-size: 95%;
	color:#787878;
}
#episode-item-full .audio-player {
	float: left;
}
#episode-item-full ul {
	list-style: none;
	text-indent: 20px;
}
#episode-item-full ul li {
	padding:5px;
}

#hero-box {
	position: relative;
}
#hero-box #title-overlay-01 {
	background: transparent url(../images/layout-elements/hero-bg-01.png) no-repeat;
	height: 100px;
	width: 265px;
	position:absolute;
	top:15px;
	left: 3px;
}
#hero-box #title-overlay-01 p {
	color:#FFF;
	text-transform: uppercase;
	text-align: right;
	padding: 0px 20px 0 0;
}
#footer-wrapper #footer-left {
	display: none;
}

