html {
	/*background:#000 url(../images/bg-main.png) repeat-y 50% 0;*/
	background:#000 50% 0;
	font-size:100.01%;
	height: 100%;
}
body {
	font: 62.5% Tahoma, Arial, sans-serif;
	background: url(../images/bg-body.jpg) repeat-y 50% 0;
	min-width: 1000px;
	min-height: 100%;
	color:#fff;
	margin:0;
}
* html body {
	height: 100%;
}

img {border:none;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
/* main containers styles */
.holder {
	overflow: hidden;
	width: 100%;
}
#main {
	
	position:relative;
	margin:0 auto;
	width:1000px;
	overflow:hidden;
}
/* header block styles */
#header {
	background: url(../images/bg-header.jpg) no-repeat;
	overflow:hidden;
	width: 100%;
	height: 365px;
	position: absolute;
	top:0;
	left:0;
}
#header .header-area {
	position: relative;
	height: 365px;
}
/* logo styles */
#header strong.logo {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	width: 263px;
	height: 247px;
	top: 98px;
	left: 403px;
	z-index: 100;
}
#header strong.logo a {
	background: url(../images/logo.png) no-repeat;
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
/* heading styles */
#header .heading-holder {
	position: absolute;
	top: 3px;
	left: 120px;
}
#header span.heading {
	background: url(../images/page-heading.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 753px;
	height: 116px;
}
/* stations info area styles */
#header .stations-info {
	position: absolute;
	/*bottom: -3px;
	right: 12px;*/
	top:260px;
	left:670px;
}
#header .stations-info strong {
	background: url(../images/stations-info.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 318px;
	height: 108px;
}
/* content block styles */
#content {
	background: url(../images/bg-content-top.jpg) no-repeat;
	position: relative;
	margin:365px 0 0;
	z-index: 10;
	width:100%;
}
#content .content-area {
	background: url(../images/bg-content-overlay.png) repeat-y;
	width: 100%;
}
#content .columns-holder {
	position: relative;
	float: left;
	margin: 0 0 -115px;
	width: 100%;
	clear: both;
}
#content .seo-holder {
	float: left;
	width: 809px;
}
#content .column1 {
	margin: -21px 0 0;
	overflow: hidden;
	float: left;
	width: 185px;
}
#content .main-content {
	overflow: hidden;
	float: right;
	width: 624px;
}
#content .column2 {
	padding: 8px 0 0;
	overflow: hidden;
	float: right;
	width: 190px;
}

#content:after,
#content .content-area:after,
#content .columns-holder:after,
#content .seo-holder:after {
	display: block;
	content: "";
	clear: both;
}
/* widget generic styles  */
.widget {
	overflow: hidden;
	width: 100%;
}
.widget div.title {
	background: url(../images/widget-left-title.gif) no-repeat;
	text-align: center;
	overflow: hidden;
	height: 29px;
}
.column2 .widget div.title {
	background-image: url(../images/widget-right-title.gif);
}
.widget div.title h4 {
	font: bold 13px/26px Tahoma, Arial, sans-serif;
	text-align: center;
	margin: 0;
	color: #000;
}
.widget .widget-text {
	font-size: 1.2em;
	line-height: 1.167em;
	padding: 14px 24px 16px;
	color: #7c3704;
}
.widget .widget-text p {
	text-align: center;
	margin: 0;
}
.info-widget a.button {
	margin: 0 auto 17px;
}
a.button {
	background: url(../images/bg-button.png) no-repeat;
	text-align: center;
	overflow: hidden;
	display: block;
	width: 110px;
	height: 29px;
	line-height: 29px;
	margin: 0 auto;
}
a.button img {
	vertical-align: top;
	margin: 9px 0 0;
}
/* title blocks styles */
h4.title-weather,
h4.title-members,
h4.title-donations,
h4.title-featuredphoto,
h4.title-upcomingevents,
h4.title-behero,
h4.title-livedispatch,
h4.title-employment,
h4.title-contacts {
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 200px;
	height: 15px;
	margin: 7px auto !important;
}
h4.title-weather {
	background-image: url(../images/title-currentweather.png);
	width: 110px;
	height: 15px;
}
h4.title-members {
	background-image: url(../images/title-memberslogin.png);
	width: 98px;
	height: 17px;
}
h4.title-donations {
	background-image: url(../images/title-donations.png);
	width: 67px;
	height: 15px;
}
h4.title-featuredphoto {
	background-image: url(../images/title-photooftheday.png);
	width: 109px;
	height: 17px;
}
h4.title-upcomingevents{
	background-image: url(../images/title-upcomingevents.png);
	width: 113px;
	height: 17px;
}
h4.title-behero {
	background-image: url(../images/title-behero.png);
	width: 69px;
	height: 14px;
}
h4.title-livedispatch {
	background-image: url(../images/title-livedispatch.png);
	width: 87px;
	height: 17px;
}
h4.title-employment {
	background-image: url(../images/title-employment.png);
	width: 82px;
	height: 17px;
}
h4.title-contacts {
	background-image: url(../images/title-contacts.png);
	width: 72px;
	height: 17px;
}
/* content block styles */
.content-block {
	font-size: 1.2em;
	overflow: hidden;
	width: 100%;
}
.content-block .heading {
	overflow: hidden;
	padding: 9px 0 9px 22px;
	height: 1%;

}
.content-block .heading h2 {
	font-size: 24px;
	color: #c1c1c1;
}
h2.heading-recentphoto,
h2.heading-importantmessages,
h2.heading-recentgalleries,
h2.heading-servicecalls,
h2.heading-runstats,
h2.heading-liverunlog,
h2.heading-newsroom,
h2.heading-profile,
h2.heading-contactus,
h2.heading-multimedia,
h2.heading-documents,
h2.heading-photostorygallery,
h2.heading-leadership,
h2.heading-committees,
h2.heading-membership,
h2.heading-auxiliary,
h2.heading-fireprevention,
h2.heading-fireprevention-team,
h2.heading-memoriam,
h2.heading-apparatus,
h2.heading-hallrental,
h2.heading-donateonline,
h2.heading-eventcalendar,
h2.heading-history,
h2.heading-stations,
h2.heading-links,
h2.heading-training,
h2.heading-guestbook,
h2.heading-christianaweather,
h2.heading-becomeamember,
h2.heading-employment
{
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 200px;
	height: 30px;
}
h2.heading-recentphoto {
	background-image: url(../images/headers/heading-photostories.png);
	margin: 4px 0 0;
	width: 322px;
	height: 24px;
}
h2.heading-importantmessages {
	background-image: url(../images/headers/heading-importantmessages.png);
	margin: 4px 0 0 -4px;
	width: 251px;
	height: 27px;
}
h2.heading-recentgalleries {
	background-image: url(../images/headers/heading-recentgalleries.png);
	margin: 3px 0 0 -9px;
	width: 199px;
	height: 24px;
}
h2.heading-servicecalls {
	background-image: url(../images/headers/heading-callsforservice.png);
	margin: 7px 0 0 -7px;
	display: inline;
	float: left;
	width: 198px;
	height: 24px;
}
h2.heading-runstats {
	background-image: url(../images/headers/heading-runstats.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 120px;
	height: 23px;
}
h2.heading-liverunlog {
	background-image: url(../images/headers/heading-liverunlog.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 157px;
	height: 27px;
}

h2.heading-newsroom{
	background-image: url(../images/headers/heading-newsroom.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 145px;
	height: 27px;
}
h2.heading-profile{
	background-image: url(../images/headers/heading-profile.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 82px;
	height: 27px;
}
h2.heading-contactus{
	background-image: url(../images/headers/heading-contactus.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 133px;
	height: 27px;
}
h2.heading-multimedia{
	background-image: url(../images/headers/heading-multimedia.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 137px;
	height: 27px;
}
h2.heading-documents{
	background-image: url(../images/headers/heading-documents.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 139px;
	height: 27px;
}
h2.heading-photostorygallery{
	background-image: url(../images/headers/heading-photostorygallery.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 244px;
	height: 27px;
}
h2.heading-leadership{
	background-image: url(../images/headers/heading-leadership.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 135px;
	height: 27px;
}
h2.heading-committees{
	background-image: url(../images/headers/heading-committees.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 147px;
	height: 27px;
}
h2.heading-membership{
	background-image: url(../images/headers/heading-membership.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 152px;
	height: 27px;
}
h2.heading-auxiliary{
	background-image: url(../images/headers/heading-auxiliary.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 110px;
	height: 27px;
}
h2.heading-fireprevention{
	background-image: url(../images/headers/heading-fireprevention.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 186px;
	height: 27px;
}
h2.heading-fireprevention-team{
	background-image: url(../images/headers/heading-fireprevention-team.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 494px;
	height: 27px;
}
h2.heading-memoriam{
	background-image: url(../images/headers/heading-memoriam.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 130px;
	height: 27px;
}
h2.heading-apparatus{
	background-image: url(../images/headers/heading-apparatus.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 127px;
	height: 27px;
}
h2.heading-hallrental{
	background-image: url(../images/headers/heading-hallrental.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 135px;
	height: 27px;
}
h2.heading-donateonline{
	background-image: url(../images/headers/heading-donateonline.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 175px;
	height: 27px;
}
h2.heading-eventcalendar{
	background-image: url(../images/headers/heading-eventcalendar.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 186px;
	height: 27px;
}
h2.heading-history{
	background-image: url(../images/headers/heading-history.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 90px;
	height: 27px;
}
h2.heading-stations{
	background-image: url(../images/headers/heading-stations.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 102px;
	height: 27px;
}
h2.heading-links{
	background-image: url(../images/headers/heading-links.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 66px;
	height: 27px;
}
h2.heading-training{
	background-image: url(../images/headers/heading-training.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 102px;
	height: 27px;
}
h2.heading-guestbook{
	background-image: url(../images/headers/heading-guestbook.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 132px;
	height: 27px;
}
h2.heading-christianaweather{
	background-image: url(../images/headers/heading-christianaweather.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 237px;
	height: 27px;
}
h2.heading-becomeamember{
	background-image: url(../images/headers/heading-becomeamember.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 228px;
	height: 27px;
}
h2.heading-employment{
	background-image: url(../images/headers/heading-employment.png);
	margin: 9px 0 0 7px;
	display: inline;
	float: left;
	width: 154px;
	height: 27px;
}
/* headlines block styles */
.headlines {
	padding: 0 0 8px;
}
.headlines .headlines-wrapper {
	border-bottom: 1px solid #d2d2d2;
	padding: 8px 0 13px;
	overflow: hidden;
	width: 100%;
}
.headlines .image-holder {
	margin: 0 0 0 18px;
	display: inline;
	float: left;
}
.headlines .info-text {
	overflow: hidden;
	width: 347px;
	float: right;
	margin: 0 10px 0 0;
	display: inline;
}

.headlines .info-text3 {
	overflow: hidden;
	width: 347px;
	margin: 0 0 0 15px;
	display: inline;
	width: 332px; 
	float:left;
}
.headlines .info-text3 a{
	color:white;
}

.headlines .info-text2 {
	overflow: hidden;
	width: 600px;
	float: right;
	margin: 0 10px 0 0;
	display: inline;
}

.headlines .info-text2 a{
	color:white;
}

.headlines .info-text a{
	color:white;
}
.headlines p {
	margin: 0 0 15px;
}
.headlines a.button {
	float: right;
	margin: 0;
}
.headlines .title-holder {
	padding: 0 0 12px;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
}
.headlines .title-holder strong {
	text-align: center;
	padding: 0 20px 3px 0;
	display: block;
	color:#ff9000;
}
.headlines .title-holder address {
	padding: 0 40px 0 0;
	text-align: center;
	font-style: normal;
	color: #fff600;
	display: block;
}
.headlines .btn-holder {
	overflow: hidden;
	padding: 0 28px 0 0;
	height: 1%;
}
.headlines .no-story {
	background: url(../images/no-story.png) no-repeat;
	display: block;
	width: 324px;
	height: 64px;
	margin: 0 auto;
	overflow: hidden;
	margin: 10px 0  20px 10px;
}
/* history styles*/
.history-hold
{
	padding-left:25px;
	padding-right:20px;
	line-height:1.4em;
}

.history-pic-right
{
	float:right;
	width:250px;
	padding:0px 10px 10px 15px;
}

/* run log styles*/
.run-log
{
	padding-left:25px;
	padding-right:20px;
}


ul.run-log-info-list {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: -7px 0 0;
}
ul.run-log-info-list li {
	border-top: 1px solid #d2d2d2;
	margin: -1px 0 1px;
	padding: 1px 7px 5px;
	overflow: hidden;
	clear: both;
	height: 1%;
}
ul.run-log-info-list .info-text {
	float: left;
	width: 300px;
	padding:8px;
}
ul.run-log-info-list .button-holder {
	margin: -30px -1px 0 0;
	padding: 0 0 1px;
	float: right;
}
ul.run-log-info-list em.date {
	color: white;
	display: block;
	padding: 8px 0 4px;
	font-style: normal;
	font-size:1.2em;
}
ul.run-log-info-list dl {
	margin: 0;
	padding: 0;
}
ul.run-log-info-list dt {
	font-weight: bold;
	display: inline;
	color: #e97e03;
	line-height:1.5em;
}
ul.run-log-info-list dd {
	margin: 0;
	display: inline;
}
ul.run-log-info-list address {
	display: inline;
	font-style: normal;
}

.employment-tag
{
	padding: 10px 20px 5px 0;
	color:#ff9000;
	font-size:1.4em;
	line-height:1.4em;
}
.employment-tag a
{
	color:#ff9000;
	text-decoration:underline;
	text-align:center;
}

.fire-prevention-tag
{
	padding: 0 20px 10px 0;
	display: block;
	color:#ff9000;
	font-size:1.4em;
	text-align:center;
}

.fire-prevention-text
{
	text-align:left;
	line-height:1.5em;
	padding-bottom:15px;
}

.fire-prevention-hold
{
	padding-left:25px;
	padding-right:20px;
}
.fire-prevention-hold a
{
	color:white;
	text-decoration:underline;
}
.fire-prevention-image
{
	 float:right;
	 width:250px;
	 text-align:center;
	 padding:0 10px 10px 10px;
}


/* donate_hold */
.donate_hold
{
	padding-left:25px;
	padding-right:20px;
}

.donate_text
{
	text-align:left;
	line-height:1.4em;
}

.donate_button
{
	 float:right;
	 width:150px;
	 text-align:center;
	 padding-top:10px;
}

.donate_image
{
	 float:right;
	 width:250px;
	 text-align:center;
	 padding:0 10px 0 10px;
}

/* stations styles*/
.stations-hold
{
	padding-left:20px;
	padding-right:20px;
}

.stations-hold a
{
	color:white;	
}

.stations-pic-hold-left
{
	float:right;
	text-align:center;
	padding-top:5px;
	width:330px;
}
.stations-name
{
	padding: 0 20px 10px 0;
	display: block;
	color:#ff9000;
	font-size:1.4em;
	text-align:center;
}
.stations-text
{
	text-align:left;
	line-height:1.4em;
	padding-bottom:15px;
}
.ap_tag
{
	padding: 0 40px 0 0;
	text-align: left;
	font-style: normal;
	color: #fff600;
	display: block;
	padding-bottom:10px;
	text-align:center;
}

/* apparatus styles*/
.ap_select_box
{
	float:right;
	width:400px;
	margin:0 -40px 0px 0px;
}
.ap_number
{
	padding: 0 20px 3px 0;
	display: block;
	color:#ff9000;
	font-size:1.4em;
	text-align:center;
}

.ap_tag
{
	padding: 0 40px 0 0;
	text-align: left;
	font-style: normal;
	color: #fff600;
	display: block;
	padding-bottom:10px;
	text-align:center;
}


.ap_hold
{
	padding-left:20px;
	padding-right:20px;
}

.ap_hold a
{
	color:white;	
}

.ap_pic_hold
{
	clear:left;
	text-align:center;
	padding-top:5px;
}

.ap_text
{
	text-align:left;
	line-height:1.4em;
}

.ap_details_text
{
	text-align:left;
	line-height:1.4em;
	padding:5px 30px 0 30px;
}

.ap_inner_pic_hold_left
{
	float:left;
	margin:0 20px 0 10px;
	width:210px;
}

.ap_inner_pic_hold_right
{
	float:right;	
	margin:0 20px 0 10px;
	width:210px;
}



/* links styles */
.links-hold
{
	padding:10px; 
	padding-left:30px;
	padding-bottom:0px;
	line-height:1.6em;
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
}

.links-hold a
{
	padding-top:5px;
	color:white;
	text-decoration:underline;
}

.links-left
{
	clear:left;	
	float:left;
	width:275px;
}

.links-right
{
	float:left;
	width:275px;
}

.links-tag
{
	padding-bottom:5px;
	text-align: left;
	display: block;
	color:#ff9000;
	font-size:1.4em;
	line-height:1.8em;
}

/* committee styles*/
.committee-hold
{
	padding:10px; 
	padding-left:30px;
	padding-bottom:0px;
	line-height:1.6em;
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
}

.committee-tag
{
	padding-bottom:5px;
	text-align: left;
	display: block;
	color:#ff9000;
	font-size:1.4em;
}

.committee-hold a
{
	padding-top:5px;
	color:white;
	text-decoration:underline;
	display:block;
}

.committee-inner-hold-left
{
	width:250px;
	float:left;
	border-right:1px solid grey;
	clear:left;
	padding-right:10px;
	padding-bottom:20px;
}

.committee-inner-hold-right
{
	width:280px;
	float:right;
	padding-right:10px;
	padding-bottom:10px;
}

/* member styles*/
.member-hold
{
	padding:10px; 
	padding-left:30px;
	padding-bottom:0px;
	line-height:1.6em;
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
}

.member-tag
{
	padding-bottom:5px;
	display: block;
	color:#ff9000;
	font-size:1.4em;
	text-align:center;
}

.member-hold a
{
	color:white;
	text-decoration:underline;
}

.member-inner-hold-left
{
	width:173px;
	float:left;
	border-right:1px solid grey;
	clear:left;
	padding:5px 10px 5px 10px;
	text-align:center;
}

.member-inner-hold-middle
{
	width:173px;
	padding:5px 10px 5px 10px;
	float:left;
	border-right:1px solid grey;
	text-align:center;
}

.member-inner-hold-right
{
	width:173px;
	float:right;
	padding:5px 10px 5px 10px;
	text-align:center;
}

.member-select-box
{
	float:right;
}

/* news room styles*/
.news-room-hold
{
	padding:10px; 
	padding-left:20px;
	padding-bottom:0px;
}

.news-room-tag
{
	text-align: left;
	padding: 0 20px 3px 0;
	display: block;
	color:#ff9000;
	font-size:1.2em;
}

.news-room-date
{
	padding: 0 40px 0 0;
	text-align: left;
	font-style: normal;
	color: #fff600;
	display: block;
}

.news-room-text
{
	padding-top:5px;
}

.news-room-text a
{
	padding-top:5px;
	color:white;
	text-decoration:underline;
}


.news-room-text a.button
{
	padding-top:0px;
	color:white;
	text-decoration:underline;
}

.news-room-info-hold
{
	float:right;
	width:160px;
	border: 1px solid #d2d2d2;
	margin:0 20px 10px 20px;
	text-align:right;
}

.news-room-info-hold a
{
	color:white;
	text-decoration:underline;
}

.news-room-info-inner-hold1
{
	line-height:1.6em;
	padding:15px 10px 10px 10px;
}

.news-room-info-inner-hold2
{
	line-height:1.6em;
	padding:0px 10px 10px 10px;
}

.news-room-info-hold-file-attached
{
	color:#ff9000;
	font-size:1.4em;
}

/*weather styles*/
.weather-left
{
	float:left;
	width:350px;
	margin:0 80px 0 20px;
}
.weather-left-img
{
	float:left;
	width:150px;
	height:200px;
}
.weather-current-tag
{
	color:#ff9000;
	font-size:1.8em;
	padding-bottom:10px;
}
.weather-current-conditions
{
	padding-left:30px;
	font-size:1.2em;
}
.weather-right
{
	float:left;
	width:350px;
}
.weather-right-img
{
	float:left;
	width:150px;
	clear:left;
}
.weather-right-condition
{
	float:left;
	text-align:center;
	font-size:1.1em;
}
.weather-right-condition-tag
{
	color:#ff9000;
	font-size:1.4em;
	text-align:center;
	padding-bottom:15px;
}

/*guestbook styles*/
.guestbook-hold
{
	padding:10px; 
	padding-left:30px;
	padding-bottom:0px;
	line-height:1.4em;
}

.guestbook-button
{
	padding-right:40px;
	margin-top:-15px;
}

.guestbook-tag
{
	color:#ff9000;
	font-size:1.4em;
	text-align:center;
	padding-bottom:15px;
}
.guestbook-required
{
	color:#ff9000;
	font-size:1.4em;
	text-align:center;
	padding-bottom:15px;
}

.guestbook-field-id
{
	color:#ff9000;
	font-size:1.2em;
	text-align:right;
	padding-right:5px;
	vertical-align:top;
	padding-top:5px;
}

.guestbook-field
{
	padding:4px 0 4px 0;
	vertical-align:top
}

.guestbook-field-req-marker
{
	color:#fff600;
	font-size:1.1em;
	padding-right:5px;
}


/*contact us styles*/
.contact-us-required
{
	color:#ff9000;
	font-size:1.4em;
	text-align:center;
	padding-bottom:15px;
}

.contact-us-field-id
{
	color:#ff9000;
	font-size:1.2em;
	text-align:right;
	padding-right:5px;
}

.contact-us-field
{
	padding:2px 0 2px 0;
}

.contact-us-field-req-marker
{
	color:#fff600;
	font-size:1.1em;
	padding-right:5px;
}

/*ps listing styles*/
.ps-hold
{
	padding:0 40px 0 30px;
	font-size:1.2em;
	line-height:1.7em;
}

.ps-tag
{
	text-align: center;
	padding: 0 20px 0 0;
	display: block;
	color:#ff9000;
	font-size:1.3em;
}

.ps-tag-left
{
	text-align: left;
	padding: 0 20px 0 10px;
	display: block;
	color:#ff9000;
	font-size:1.3em;
}

.ps-date
{
	padding: 0 40px 10px 0;
	text-align: center;
	font-style: normal;
	color: #fff600;
	display: block;
}

.ps-location
{
	text-align: center;
	padding: 0 20px 0 0;
	display: block;
	color:#ff9000;
	font-size:1.1em;
}

.ps-location-left
{
	text-align: left;
	padding: 0 20px 0 10px;
	display: block;
	color:#ff9000;
	font-size:1.1em;
}

.ps-pic-hold
{
	clear:left;
	width:750px;
}

.ps-pic
{
	float:left;
	width:250px;
	text-align:center;
	padding-bottom:10px;
}

.ps-text
{
	text-align:left;	
}

.ps-text a
{
	color:white;
}

/*profile style*/
.profile-hold
{
	padding:0 30px 0 20px;
}

.profile-message
{
	text-align: center;
	padding: 0px;
	display: block;
	color:#ff9000;
	font-size:1.6em;
	padding-bottom:10px;
}

.profile-pic-hold
{
	float:right;
	padding-left:5px;
}

.profile-text
{
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.5em;
}

/*officers styles*/
.officers-group-name
{
	text-align: center;
	padding: 0px;
	display: block;
	color:#ff9000;
	font-size:1.6em;
}

.officers-summary
{
	text-align:center;
	line-height:1.6em;
	padding-bottom:6px;
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
}

.officers-summary a
{
	text-decoration:underline;
	color:white;
}

/* audio/video styles*/
.audiovideo-hold
{
	padding:0 10px 0 70px;
	width:500px;
}

.audiovideo-tag
{
	text-align: left;
	padding: 0 20px 0 0;
	display: block;
	color:#ff9000;
	font-size:1.3em;
}

.audiovideo-date
{
	padding: 0 40px 10px 0;
	text-align: left;
	font-style: normal;
	color: #fff600;
	display: block;
}

.audiovideo-text
{
	padding: 0 0 15px 0;
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
}

/*document styles*/
.documents-hold
{
	padding:0 40px 0 60px;
	font-size:1.2em;
	ine-height:1.7em;
}

.documents-hold a
{
	color:white;
	text-decoration:underline;
}

.documents-group-name
{
	text-align: left;
	padding: 0 20px 5px 0;
	display: block;
	color:#ff9000;
	font-size:1.3em;
}

/* messages list block styles */
.messages ul.message-list {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.messages ul.message-list li {
	border-bottom: 1px solid #d2d2d2;
	height: 1%;
	margin: 0 0 11px;
	padding: 1px 13px 18px;
	overflow: hidden;
}
.messages ul.message-list strong.title {
	padding: 0 0 10px;
	color: #f0ff00;
	display: block;
}
.messages ul.message-list p {
	margin: 0;
}
/* gallery block styles */
.gallery ul.thumbs-list {
	list-style: none;
	overflow: hidden;
	width: 1000px;
	padding: 0;
	margin: 0;
}
.gallery ul.thumbs-list li {
	margin: 0 -4px 0 0;
	overflow: hidden;
	float: left;
	width: 129px;
}
/* infoarea styles */
.info-area .info-columns {
	border-top: 1px solid #d2d2d2;
	margin: 13px 0 0;
	overflow: hidden;
	width: 100%;
}
.info-area .maincolumn {
	overflow: hidden;
	margin: 0 0 0 5px;
	display: inline;
	float: left;
	width: 431px;
}

.info-area .sidecolumn {
	overflow: hidden;
	float: right;
	width: 184px;
}

/* info list styles */


ul.info-list {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: -7px 0 0;
}
ul.info-list li {
	border-top: 1px solid #d2d2d2;
	margin: -1px 0 1px;
	padding: 1px 7px 5px;
	overflow: hidden;
	clear: both;
	height: 1%;
}
ul.info-list .info-text {
	float: left;
	width: 300px;
	padding:3px 0 3px 0;
}

ul.info-list .button-holder {
	margin: 0 -1px 0 0;
	padding: 44px 0 1px;
	float: right;
}
ul.info-list em.date {
	font-size: 14px;
	color: #f0ff00;
	display: block;
	padding: 4px 0 3px;
	font-style: normal;
}
ul.info-list dl {
	margin: 0;
	padding: 0;
}
ul.info-list dt {
	font-weight: bold;
	display: inline;
	color: #e97e03;
	margin: 0;
}
ul.info-list dd {
	margin: 0;
	display: inline;
}



ul.info-list address {
	display: inline;
	font-style: normal;
}
/* stats block styles */
.stats-holder {
	overflow: hidden;
	margin: -2px 0 0;
	width: 100%;
}
.stats-holder .block-title {
	text-align: center;
	padding: 0 0 5px;
	font-size: 14px;
	color: #f0ff00;
}
.stats-holder .block-title strong {
	font-weight: normal;
}
.stats-block {
	border-top: 1px solid #d2d2d2;
	margin: -8px 0 8px;
	padding: 8px 0 15px;
}
.stats-block .stat-columns {
	overflow: hidden;
	width: 100%;
}
.stats-block .column {
	overflow: hidden;
	margin: 0 -3px 0 0;
	float: left;
	width: 90px;
}
.stats-block ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.stats-block ul li {
	overflow: hidden;
	padding: 0 0 4px;
	width: 100%;
}
.stats-block ul dl {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.stats-block ul dl dt {
	font-weight: bold;
	text-align: right;
	display: inline;
	color: #e97e03;
	float: left;
	width: 50px;
	margin: 0 7px 0 0;
}
.stats-block ul dl dd {
	margin: 0;
	display: inline;
}
.stats-block .summary-stats {
	padding: 2px 10px 0 28px;
}
.stats-block .summary-stats ul li {
	padding: 0;
	display: inline;
}
.stats-block .summary-stats ul dl {
	display: inline;
	padding: 0 5px 0 0;
}
.stats-block .summary-stats ul dl dt {
	display: inline;
	margin: 0;
	float: none;
}

/* weather widget styles */
.weather .weather-image {
	text-align: center;
	overflow: hidden;
	height: 85px;
}
.weather .weather-image img {
	vertical-align: top;
}
.weather strong.weather-info {
	text-align: center;
	padding: 12px 0;
	font-size: 16px;
	display: block;
	color: #000;
}
.weather a.button {
	margin: 0 auto 12px;
}

/* members widget styles */
.members-login ul.button-list {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 10px 0 12px;
}
.members-login ul.button-list li {
	padding: 0 0 10px;
	width: 100%;
	float: left;
}
/* donations widget styles */
.donations .img-holder {
	padding: 0 18px 10px 0;
	text-align: center;
}
.donations .img-holder img {
	vertical-align: top;
}
.donations .donation-info {
	font-size: 1.2em;
	line-height: 1.167em;
	color: #000;
	padding: 14px 25px 18px;
}
.donations .donation-info p {
	text-align: center;
	margin: 0;
}
/* photo of the day widget styles */
.featured-photo .photo-holder {
	padding: 8px 0 13px;
	text-align: center;
}
.featured-photo .photo-holder img {
	border: 1px solid #000;
	vertical-align: top;
}
/* contact area widget styles */
.contact-area .emergence-calls {
	padding: 5px 0 10px;
	font-weight: bold;
	color: #f00;
}
.contact-area .emergence-calls strong {
	text-align: center;
	display: block;
	padding: 10px 0 5px;
}
.contact-area .contacts-text {
	font-size: 1.2em;
	line-height: 1.167em;
	color: #000;
	text-align: center;
}
.contact-area .contacts-text address {
	font-style: normal;
	display: block;
}
.contact-area .contacts-text em {
	font-style: normal;
	display: block;
}
/* upcoming events widget styles */
ul.events-list {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.167em;
	overflow: hidden;
	height: 1%;
	padding: 10px 35px 15px 20px;
	margin: 0;
	color: #000;
}
ul.events-list li {
	text-align: center;
	padding: 4px 0 10px;
	float: left;
	width: 100%;
}
ul.events-list em {
	text-align: center;
	font-style: normal;
	display: block;
}
ul.events-list event {
	color: #7c3704;
}

ul.events-list a {
	color: #7c3704;
	text-decoration:underline;
}
/* side navigation block styles */
.sidenav-holder {
	width: 100%;
	overflow: hidden;
	padding: 0 0 5px;
}
ul.sidenav {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.sidenav li {
	background: url(../images/bg-sidenav-item.png) no-repeat;
	margin: -2px 0 0;
	padding: 2px 0 0;
	width: 100%;
	float: left;
}
ul.sidenav a{
	background: url(../images/bg-sidenav-link.png) no-repeat;
	position: relative;
	padding: 0 0 0 36px;
	display: block;
	height: 36px;
}
ul.sidenav a img {display: block;}
/* footer block styles */
#footer {
	background: url(../images/bg-footer-overlay.png) no-repeat;
	padding: 115px 0 0;
	width:100%;
	float: left;
	clear: both;
	overflow:hidden;
}
* html #footer {
	float: none;
}
#footer .footer-area {
	background: url(../images/bg-footer-area.png) no-repeat;
	overflow: hidden;
	height: 122px;
}
#footer .info-area {
	width: 285px;
	float: left;
}
#footer .misc-info {
	font-size: 1.2em;
	line-height: 1.167em;
	padding: 0 26px;
	width: 300px;
	float: right;
	color: #000;
}
#footer .misc-info p {
	text-align: right;
	margin: 0;
}
#footer .misc-info .text-block {
	padding: 2px 0 0;
	height: 36px;
	margin: 0 0 6px;
}

/* footer logo styles */
#footer .logo-holder {
	background: url(../images/footer-logo-holder.png) no-repeat;
	margin: 28px 0 3px 60px;
	padding: 1px 0 0 1px;
	overflow: hidden;
	width: 110px;
	height: 66px;
}
#footer .logo-holder img {
	display: block;
}
/* footer navigation styles  */
#footer .footer-nav {
	overflow: hidden;
	width: 100%;
}
#footer .footer-nav ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 0 24px;
	display: inline;
	float: left;
}
#footer .footer-nav ul li {
	background: url(../images/footernav-divider.gif) no-repeat;
	overflow: hidden;
	padding: 0 0 0 3px;
	margin: 0 0 0 -3px;
	height: 9px;
	float: left;
}
#footer .footer-nav ul li.lnk-websites a,
#footer .footer-nav ul li.lnk-messaging a,
#footer .footer-nav ul li.lnk-scheduling a {
	background: url(../images/footernav-websites.gif) no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 46px;
	height: 9px;
	margin: 0 6px 0 5px;
}
#footer .footer-nav ul li.lnk-messaging a {
	background-image: url(../images/footernav-messaging.gif);
	width: 53px;
}
#footer .footer-nav ul li.lnk-scheduling a {
	background-image: url(../images/footernav-scheduling.gif);
	width: 57px;
}

/* image holder styles */
.image-holder{
	float:left;
	position:relative;
	font-size: 10px;
	line-height: 10px;
}
.image-holder img {
	border: 1px solid #000;
	display: block;
}
.image-holder .block-area{
	float:left;
	overflow:hidden;
	position:relative;
}
.image-holder .content{
	float:left;
}
.image-holder .right-shadow{
	float:left;
	width:10px;
	overflow:hidden;
	padding:0 0 9999px;
	margin:0 0 -9999px;
	background: url(../images/shadow-r.png) no-repeat;
}
.image-holder .bottom-bg .right,
.image-holder .bottom-bg .left{
	width:10px;
	height:10px;
	overflow:hidden;
	display:block;
	position:absolute;
	bottom:0;
	font-size:0;
	line-height:0;
}
.image-holder .bottom-bg .right{
	right:0;
	background:url(../images/shadow-br.png) no-repeat;
}
.image-holder .bottom-bg .left{
	left:0;
	background:url(../images/shadow-bl.png) no-repeat;
}
.image-holder .bottom-bg .bg{
	overflow:hidden;
	display:block;
	background:url(../images/shadow-b.png) repeat-x;
}
.image-holder .bottom-bg{
	overflow:hidden;
	clear:both;
	padding:0 10px;
}

.psimg
{
	border:1px solid black;	
}

#main-alt {
	position:relative;
	margin:0 auto;
	width:1000px;
	overflow:hidden;
}

/* Alternate content styles */
#content-alt {
	background: url(../images/bg-content-top-alt.jpg) no-repeat;
	position: relative;
	margin:365px 0 0;
	z-index: 10;
	width:100%;
}

#content-alt .content-area {
	background: url(../images/bg-content-overlay.png) repeat-y;
	width: 100%;
}
#content-alt .columns-holder {
	position: relative;
	float: left;
	margin: 0 0 -115px;
	width: 100%;
	clear: both;
}

#content-alt .seo-holder-alt {
	float: left;
	width: 999px;
}

#content-alt .column1 {
	margin: -21px 0 0;
	overflow: hidden;
	float: left;
	width: 185px;
}

#content-alt .main-content {
	overflow: hidden;
	float: right;
	width: 624px;
}

#content-alt .main-content-alt {
	overflow: hidden;
	float: right;
	width: 814px;
}

#content-alt .column2 {
	padding: 8px 0 0;
	overflow: hidden;
	float: right;
	width: 190px;
}

#content-alt:after,
#content-alt .content-area:after,
#content-alt .columns-holder:after,
#content-alt .seo-holder:after {
	display: block;
	content: "";
	clear: both;
}

/* info block styles */
.info-holder {
	overflow: hidden;
	margin: -2px 0 0;
	width: 100%;
}
.info-holder .block-title {
	text-align: left;
	padding: 0 0 15px 110px;
	font-size: 18px;
	color: #f0ff00;
}

.info-holder .block-title2 {
	text-align: left;
	padding: 0 0 15px 40px;
	font-size: 18px;
	color: #f0ff00;
}

.info-holder .block-title strong {
	font-weight: normal;
}
.info-block {
	border-top: 1px solid #d2d2d2;
	margin: -8px 0 0px;
	padding: 8px 0 0px;
}
.info-block .info-columns {
	overflow: hidden;
	width: 100%;
}
.info-block .column {
	overflow: hidden;
	margin: 0 0 0 0;
	float: left;
	width: 570px;
}
.info-block ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.info-block ul li {
	overflow: hidden;
	padding: 0 0 4px;
	width: 100%;
}
.info-block ul dl {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.info-block ul dl dt {
	font-weight: bold;
	text-align: right;
	display: inline;
	color: #e97e03;
	float: left;
	width: 100px;
	margin: 0 3px 0 0;
}

.info-block ul dl dt a{
	color: #e97e03;
	padding-right:5px;
	text-decoration:underline;
}

.info-block ul dl dd {
	margin: 0;
	display: inline;
	width: 460px;
	float: left;
	margin: 0 3px 0 0;
}

.info-block ul dl dd a{
	color:white;
	text-decoration:underline;
	line-height:1em;
	padding:0px;
}

.info-block ul dl dd .button {
	margin: 0 auto 12px;
}

.cal_head
{
	font-size:2em;	
}

#calendar {padding-top: 1em; width: 784px; margin-left:25px; margin-top:10px;}

#calendar .lgev_calentry{
	padding-top:2px;
	padding-left:2px;
	font-size:1.2em;
}

#calendar .lgev_calnum{
	text-align:right;
	font-weight:bold;
	font-size:1.2em;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar .lgev_calnum_off{
	text-align:right;
	font-weight:bold;
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar .lgev_caldnr{
	float:left; 
	width: 104px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	text-align:center;		
	padding:3px;
	color:black;
	font-family:Myriad Pro,Arial, Helvetica, sans-serif;
	background-color:#d7aa53;
	font-size:1.4em;
}
	
#calendar .lgev_caldnm{
	float:left; 
	width: 104px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	text-align:center;		
	padding:3px;
	color:black;
	font-family:Myriad Pro,Arial, Helvetica, sans-serif;
	background-color:#d7aa53;
	font-size:1.4em;
}
	
#calendar .lgev_caldnl{
	float:left; 
	width: 104px;
	border: 1px solid black;
	text-align:center;		
	padding:3px;
	font-size:1.4em;
	color:black;
	font-family:Myriad Pro,Arial, Helvetica, sans-serif;
	background-color:#d7aa53;
}

#calendar .lgev_cal_l {
	clear: left;
	float:left; 
	width: 106px; 
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height:80px;
	padding:2px;
	text-align:left;
	font-size: .8em;
	color:black;
	background-color:#ccccd0;
}

#calendar .lgev_cal_l a{
	color:black;
	text-decoration:underline;
}

#calendar .lgev_cal_m {
	float:left; 
	width: 106px; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:80px;
	padding:2px;
	text-align:left;
	font-size: .8em;
	color:black;
	background-color:#ccccd0;
}

#calendar .lgev_cal_m a{
	color:black;
	text-decoration:underline;
}

#calendar .lgev_cal_r {
	float:left; 
	width: 106px; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:80px;
	padding:2px;
	text-align:left;
	font-size: .8em;
	color:black;
	background-color:#ccccd0;
}

#calendar .lgev_cal_r a{
	color:black;
	text-decoration:underline;
}

#calendar .lgev_today_l {
	clear: left;
	float:left; 
	width: 106px; 
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	min-height:80px;
	padding:2px;
	text-align:left;
	font-size: .8em;
	color:black;
	background-color:white;
}

#calendar .lgev_today_l_off a{
	color:black;
	text-decoration:underline;
}

#calendar .lgev_today_m {
	float:left; 
	width: 106px; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:80px;
	padding:2px;
	text-align:left;
	font-size: .8em;
	color:black;
	background-color:white;
}

#calendar .lgev_today_m_off a{
	color:black;
	text-decoration:underline;
}

#calendar .lgev_today_r {
	float:left; 
	width: 106px; 
	color:black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:80px;
	padding:2px;
	text-align:left;
	font-size: .8em;
	background-color:white;
}

#calendar .lgev_today_r_off a{
	color:black;
	text-decoration:underline;
}

#calendar .lgev_cal_l_off {
	clear: left;
	float:left; 
	width: 106px; 
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height:80px;
	padding:2px;
	text-align:left;
	font-size: .8em;
	background-color:#671719;
}

#calendar .lgev_cal_l_off a{
	color:white;
	text-decoration:underline;
}

#calendar .lgev_cal_m_off{
	float:left; 
	width: 106px; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:80px;
	padding:2px;
	text-align:left;
	font-size: .8em;
	background-color:#671719;
}

#calendar .lgev_cal_m_off a{
	color:white;
	text-decoration:underline;
}

#calendar .lgev_cal_r_off {
	float:left; 
	width: 106px; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:80px;
	padding:2px;
	text-align:left;
	font-size: .8em;
	background-color:#671719;
}

#calendar .lgev_cal_r_off a{
	color:white;
	text-decoration:underline;
}

#divToolTip
{
	position: absolute;
	width: 250px;
	padding: 0px;
	visibility: hidden;
	z-index:1001;
}

.tooltip_td1
{
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color:#d7aa53;
	padding:0px;
	color:black;
	padding:5px;
	text-align:center;
	font-size:1.2em;
}

.tooltip_td2
{
	background-color:#e3e2e8;
	margin:0px;
	border: 1px solid black;
	line-height:1.5em;
	font-size:1.1em;
	padding:5px;
	text-align:center;
	color:black;
}

.mini-cal-holder
{
	float:right; margin:-20px 35px 10px 15px; width:250px;
}

#mini-calendar {padding-top: 1em; width: 250px;}

#mini-calendar .mini_calentry{
	padding-top:2px;
	padding-left:2px;
	font-size:1.2em;
}

#mini-calendar .mini_calnum{
	text-align:right;
	font-weight:bold;
	font-size:1.2em;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
}

#mini-calendar .mini_calnum_off{
	text-align:right;
	font-weight:bold;
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

#mini-calendar .mini_caldnr{
	float:left; 
	width: 32px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	text-align:center;		
	padding:1px;
	color:black;
	font-family:Myriad Pro,Arial, Helvetica, sans-serif;
	background-color:#d7aa53;
	font-size:1.4em;
}
	
#mini-calendar .mini_caldnm{
	float:left; 
	width: 32px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	text-align:center;		
	padding:1px;
	color:black;
	font-family:Myriad Pro,Arial, Helvetica, sans-serif;
	background-color:#d7aa53;
	font-size:1.4em;
}
	
#mini-calendar .mini_caldnl{
	float:left; 
	width: 32px;
	border: 1px solid black;
	text-align:center;		
	padding:1px;
	font-size:1.4em;
	color:black;
	font-family:Myriad Pro,Arial, Helvetica, sans-serif;
	background-color:#d7aa53;
}

#mini-calendar .mini_cal_l {
	clear: left;
	float:left; 
	width: 32px; 
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	min-height:20px;
	padding:1px;
	text-align:left;
	font-size: .8em;
	color:black;
	background-color:#ccccd0;
}

#mini-calendar .mini_cal_l a{
	color:black;
	text-decoration:underline;
}

#mini-calendar .mini_cal_m {
	float:left; 
	width: 32px; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:20px;
	padding:1px;
	text-align:left;
	font-size: .8em;
	color:black;
	background-color:#ccccd0;
}

#mini-calendar .mini_cal_m a{
	color:black;
	text-decoration:underline;
}

#mini-calendar .mini_cal_r {
	float:left; 
	width: 32px; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:20px;
	padding:1px;
	text-align:left;
	font-size: .8em;
	color:black;
	background-color:#ccccd0;
}

#mini-calendar .mini_cal_r a{
	color:black;
	text-decoration:underline;
}

#mini-calendar .mini_today_l {
	clear: left;
	float:left; 
	width: 32px; 
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	min-height:20px;
	padding:1px;
	text-align:left;
	font-size: .8em;
	color:black;
	background-color:white;
}

#mini-calendar .mini_today_l_off a{
	color:black;
	text-decoration:underline;
}

#mini-calendar .mini_today_m {
	float:left; 
	width: 32px; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:20px;
	padding:1px;
	text-align:left;
	font-size: .8em;
	color:black;
	background-color:white;
}

#mini-calendar .mini_today_m_off a{
	color:black;
	text-decoration:underline;
}

#mini-calendar .mini_today_r {
	float:left; 
	width: 32px; 
	color:black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:20px;
	padding:1px;
	text-align:left;
	font-size: .8em;
	background-color:white;
}

#mini-calendar .mini_today_r_off a{
	color:black;
	text-decoration:underline;
}

#mini-calendar .mini_cal_l_off {
	clear: left;
	float:left; 
	width: 32px; 
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	min-height:20px;
	padding:1px;
	text-align:left;
	font-size: .8em;
	background-color:#671719;
}

#mini-calendar .mini_cal_l_off a{
	color:white;
	text-decoration:underline;
}

#mini-calendar .mini_cal_m_off{
	float:left; 
	width: 32px; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:20px;
	padding:1px;
	text-align:left;
	font-size: .8em;
	background-color:#671719;
}

#mini-calendar .mini_cal_m_off a{
	color:white;
	text-decoration:underline;
}

#mini-calendar .mini_cal_r_off {
	float:left; 
	width: 32px; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height:20px;
	padding:1px;
	text-align:left;
	font-size: .8em;
	background-color:#671719;
}

#mini-calendar .mini_cal_r_off a{
	color:white;
	text-decoration:underline;
}

#mini-calendar .calnum
{
	font-size:1.4em;
}

#mini-calendar .calnum a
{
	font-weight:bold;
}

#gen-list .title
{
	font-size: 22px;
	color: #c1c1c1;
	margin:5px 0 5px -20px;
	text-decoration:underline;
}

#gen-list li
{
	line-height:18px;
	font-size:12px;
	list-style:square;
}

#gen-list li li
{
	line-height:18px;
	font-size:12px;
	
	list-style:lower-roman;
}

.pages
{
	clear:left;	
	text-align: center;
}
.pages_tag
{
	font-size:14px;
	padding-bottom:5px;
}
.pages_hold
{
	clear:left;
	margin: 0 auto; /* this centers the DIV */
	font-size:15px;
}
.pages_hold a
{
	color: #fff600;
	text-decoration:underline;
}
.pages_left
{
	padding:3px;
}
.pages_page_one
{
	padding:3px;
}
.pages-page
{
	color: white;
	padding:3px;
}
.pages_last_page
{
	padding:3px;
}
.pages_right
{
	padding:3px;
}
.pages-sep
{
	color:#d2d2d2;
	padding:3px 2px 3px 2px;
}
