/* Zero Out 
----------------------------- */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
dt, dd, dl,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
}

/* Self Clearing Floats
---------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Structure
---------------------------------------- */
body {
	background: url(/images/templateImages/bg.gif) repeat-x #CCBFA9;
	padding: 15px 10px;
	font-family: Georgia,Times,serif;
	font-size: 70%;
}

div#wrapper,
div#container_top,
div#container_bottom {
	width: 738px;
	margin: 0 auto;
}

div#container_top {
	background: url(/images/templateImages/container_top.gif);
	height: 12px;
	overflow: hidden;
}

div#container_mid {
	width: 710px;
	margin: 0 2px;
	min-height:400px;
  	height:auto !important;
  	height:400px;
	border: solid #fff;
	border-width: 0 2px;
	background: #f2e8d9;
	padding: 10px;
	position: relative;
}

div#container_bot {
	background: url(/images/templateImages/container_bottom.gif);
	height: 12px;
	overflow: hidden;
}

/* Header
------------------------------------------ */

/* Logo */
h1 {
	float: left;
}

div#header h1 a {
	background: url(http://www.trtnj.com/logo.gif) no-repeat;
	text-indent: -9999px;
	width: 410px;
	height: 51px;
	display: block;
}

/* utility area */
div#utility {
	float: right;
	text-align: right;
	width: 280px;
	height: 75px;
	margin-right: 1px;
}

ul#utilityNav {
	float: right;
	padding: 0 0 3px 5px;
	margin: 0 0 10px;
}

ul#utilityNav li {
	float: left;
	margin: 0 7px 0 0px;
	padding: 0 7px 0 0px;	
	border: solid #2A798F;
	border-width: 0 1px 0 0;
}

ul#utilityNav li.last {
	border: none; 
}

ul#utilityNav li a {
	text-decoration: none;
	font-size: 0.95em;
	font-weight: bold;
	color: #2A798F;
	text-transform: uppercase;
}

/* issue releases */

#issueRelease {
	font-weight:bold;
	display: block;
	width: 450px;
	position: absolute;
	top: 68px;
	left: 20px;
}

#issueRelease a {
	color: #2A798F;	
	margin: 0px 0 0 5px;	
	text-decoration:none;
	border-left: 1px solid #c6bbac;	
	padding-left: 5px;
}

#issueRelease a:hover {
	text-decoration:underline;	
}

ul.blizz {
list-style: none !important;
width: 350px;
}

ul.blizz li {
float: left;
list-style: none !important;
margin: 7px !important;
width: 150px;
height: 105px;
display: block;
}

ul.blizz li img {
border: 1px solid #333333;
}

/* google search */

fieldset#googleSearch {
	clear: both;
	padding: 0 !important;
}
fieldset#googleSearch ul {
	margin: 3px 0 0;	
}

fieldset#googleSearch ul li {
	float: right;
}

fieldset#googleSearch ul li label {
	color: #8d9484;
	font-weight: bold; 
}

/* Home: Non Active User Message 
---------------------------------------- */

div#notActiveMessage {
	display:none;
	width: 168px;
	padding: 3px 5px 8px;
	background: #717769;
	color: #fff;
	border: 1px solid #000;
	margin: 0 0 10px;
}

div#notActiveMessage h3 {
	font-size: 1.4em;
	color: #fff;
	margin: 0 0 5px;
}

div#notActiveMessage p {
	font-size: 1.1em;
	color: #fff;
}

div#notActiveMessage a:link,
div#notActiveMessage a:visited,
div#notActiveMessage a:hover {
	font-weight:bold;
	color: #fff;
}

div#notActiveMessage input.button {
	margin: 10px 0 0;
}

/* Home Marque 
---------------------------------------- */

div#home_marque {
	margin: 5px auto;
}

div#home_marque ul#main_navigation,
div#home_marque dl,
div#home_marque div#homeBanner {
	float: left;
}

/* Home: Main Photo */

div#home_marque dl {
	width: 398px;
}

div#home_marque dl dt {
	width:398px;
	height:255px;
	background: url(/images/templateImages/homeTemplate.gif) no-repeat;
}

div#home_marque dl dt img {
	margin: 13px 14px;
}

div#home_marque dl dd {
	margin: 0 8px;
}

div#home_marque dl dd.briefDescription {
	margin: 5px 8px;
	font-size: 1em;
	font-weight: bold; 
}

div#home_marque dl dd.briefDescription a {
	color: #2A798F;	
	margin: 0px 0 0 5px;	
	text-decoration:none;
	border-left: 1px solid #c6bbac;	
	padding-left: 5px;
}

div#home_marque dl dd.briefDescriptionLink a {
	color: #2A798F;	
	margin: 0px 5px 0 5px;	
	text-decoration:none;
	font-size:1.4em;
}

div#home_marque dl dd.briefDescriptionLink a:hover {
	text-decoration:underline;	
}

div#home_marque dl dd.briefDescription a:hover {
	text-decoration:underline;	
}

/* Home: Advertiser Banner */

div#home_marque div#homeBanner {
	border: solid #c6bbac;
	border-width: 0 0 0 1px;
	padding: 0 0 0 8px;
	margin: 5px 0 0 5px;
}

div#home_marque div#homeBanner img {
	width: 180px;
}

/* Home Stories
-------------------------------------------------- */

/* Excusives */

dl#exclusivePhoto,
dl#exclusiveStory {
	float: left;
}

small.caption {
	clear: both;
	display: block;
}

dl#exclusivePhoto {
margin-right: 10px;
}

dl#exclusivePhoto img {
	background: url(/images/templateImages/subTemplate.gif) no-repeat bottom right;
	padding:10px;
}

#exclusiveStory dd.caption {
	font-size: .8em;
	margin-top: 5px;
}

dl#exclusiveStory {
  width: 485px;
}

dl#exclusiveStoryNoPic {
  width: 685px;
  margin: 0 10px 0 20px;
}

#exclusiveStoryNoPic dt {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.1em;
}

#exclusiveStory dt a {
	color:#383F31;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.3em;
}

#exclusiveStory dd {
	font-size: 1.5em;
	margin: 5px;
}

#exclusiveStoryNoPic dd {
	font-size: 1.3em;
	margin: 5px 0 10px 0;
}

#exclusiveStoryNoPic dd a {
	color: #2A798F;
    text-decoration: none;
}

div#home_stories {
	margin: 10px 0 0 0;
}

#thisWeeksStories_Photo,
#thisWeeksStories,
#googleAds_Home {
	float: left;
}

dl#thisWeeksStories_Photo {
	width: 180px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

dl#thisWeeksStories_Photo dd {
	font-size: 1.15em;
	color: #383f31;
	margin: 0 0 0 10px;
	line-height: 1.3em;
}

dl#thisWeeksStories_Photo dd.caption {
	font-weight: bold;
	margin: 10px 0 0px 0px;
}

dl#thisWeeksStories_Photo dd.caption a:link,
dl#thisWeeksStories_Photo dd.caption a:visited {
	font-weight: bold;
	color:#383f31;
	text-decoration:underline;
	line-height: 1.2em;
}

dl#thisWeeksStories_Photo dd.caption a:hover {
	text-decoration:none;
}

dl#thisWeeksStories_Photo dd.briefDescription {
	color:#000;
	margin: 8px 0 20px 0px;
}

dl#thisWeeksStories {
	width: 360px;
	padding: 0 0 0 15px;
	margin: 0 15px 0 15px;
	border: solid #333;
	border-width: 0 0 0 1px;
}

dl#thisWeeksStories dt {
	margin: 15px 0 0 0px;
}

dl#thisWeeksStories dt a {
	font-weight: bold;
	color:#383f31;
	font-size: 1.2em;
	text-decoration:underline;
	line-height: 1.3em;
}

dl#thisWeeksStories dt a:hover {
	text-decoration:none;
}

dl#thisWeeksStories dd {
	color:#000;
	font-size: 1.2em;
	margin: 2px 0 20px 0px;
	line-height: 1.3em;
}

div#googleAds_Home {
	width: 120px;
}

.homeThumb {
	background: url(/images/templateImages/homeThumb.gif) no-repeat;
	width:182px;
	height:101px;
}

.homeThumb img {
	margin: 9px 31px 15px 10px;
}

/* Navigation 
----------------------------------------- */
ul#main_navigation {
	padding: 0 8px 0 0;	
	margin: 0 0 10px;
}

ul#main_navigation li {
	width: 110px;
}

ul#main_navigation li a:link,
ul#main_navigation li a:visited {
	padding: 5px 0 1px 5px;
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 1.1em;
}

ul#main_navigation li a:hover {
	color: #2A798F;
}

/* Sub Page: General
-------------------------------------------------- */

h5 {
color:#5D6258;
font-size:1.5em;
margin:0;
font-style:italic;
}

dl#Stories dt {
	margin: 15px 0 0 0px;
}

dl#Stories dt a {
	font-weight: bold;
	color:#2A798F;
	font-size: 1.2em;
	text-decoration:underline;
	line-height: 1.3em;
}

dl#Stories dt a:hover {
	text-decoration: underline;
}

dl#Stories dd {
	color:#000;
	font-size: 1.2em;
	margin: 0 0 20px 0px;
	line-height: 1.3em;
}

div#sideBar,
div#mainContent {
	float: left;
}

div#sideBar {
	margin: 20px 10px 0 0;
}

div#googleAds_Sub {
	margin: 25px 0;
}

div#mainContent {
	margin: 20px 0px 0 0;
	width: 566px;
	border-left: #999 solid 1px;
	padding-left: 10px;
}

div#mainContent blockquote {
	color:#000;
	font-size: 1.2em;
	margin: 0 0 0px 20px;
	line-height: 1.3em;
}

div#mainContent.full {
	width: 100%;
	border: none;
	padding-left: 0;
}

div#mainContent p,
div#mainContent td {
	font-size: 1.25em;
	line-height: 1.35em;
	margin: 12px 1px;
	color: #242a1d;
	letter-spacing: 0.02em; 
}

dl#thisWeeksStories_Photo dd a:link,
dl#thisWeeksStories_Photo dd a:visited,
div#mainContent a:link, 
div#mainContent a:visited {
	margin: 0;
	color: #2A798F;
	letter-spacing: 0.02em; 
	text-decoration: none;
	font-weight:bold;
}

div#mainContent a:hover {
	text-decoration: underline !important;
}

div#mainContent ul, ol {
	margin: 0 0 0 18px;
	font-size:1.2em;
}

div#mainContent li {
	list-style: disc;
	line-height:1.2em;
	margin: 0 0 10px 0px;	
}


div#mainContent form.registration li {
	list-style: none;
	clear: both;
}

/* footer
-------------------------------------------------- */
div#utilityFooter {
	width:705px;
	padding:10px 0 0 10px;
	margin:auto;
	text-align:center;
}

ul#utilityFooterNav {
	padding: 0 0 3px 5px;
	margin: 0 0 10px;
}

ul#utilityFooterNav li {
	float: left;
	margin: 0 5px 0 0px;
	padding: 0 5px 0 0px;	
	border: solid #2A798F;
	border-width: 0 1px 0 0;
}

ul#utilityFooterNav li.last {
	border: none; 
}

ul#utilityFooterNav li.last img {
	vertical-align: text-top;
	position: relative;
	top: -6px;
}

ul#utilityFooterNav li.last a:link,
ul#utilityFooterNav li.last a:visited {
	
}

ul#utilityFooterNav li a:link, ul#utilityFooterNav li a:visited {
	text-decoration: none;
	font-size: 0.90em;
	font-weight: bold;
	color: #2A798F;
	text-transform: uppercase;
}

ul#utilityFooterNav li a:hover {
	text-decoration: underline;
}


/* Article Sub panel for images, advertisements, and e-mail a friend */

div#subPanel {
	margin: 0px 0 0 12px;
	float: right;
	border: solid #c6bbac;
	border-width: 0 0 0 1px;
	padding: 8px;
}

div#emailAFriend,
div#letterToEditor {
	margin: 0 0 10px;
}

div#emailAFriend a,
div#letterToEditor a {
	color: #2A798F;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.89em;
	font-weight: bold;
	margin: 0 0 0 10px;
}

dl#articlePhoto {
	border: double #c6bbac;
	border-width: 0 0 2px;
	padding: 10px 0 20px;
	margin: 0 0 25px;
}

dl#articlePhoto dt {
	width:199px;
	height:175px;
	background: url(/images/templateImages/subTemplate.gif) no-repeat;
}

dl#articlePhoto dt img {
	margin: 10px 10px;
}

dl#articlePhoto dd {
	width:187px;
	padding:0 6px;
}

/* Registration
-------------------------------------------------- */

/* Step Indicator */

ul#stepIndicator {
	margin: 5px 0;
	float: right;
}

ul#stepIndicator li {
	font-size: 3.5em;
	float: left;
	color: #fff;
	background: #2A798F;
	border: 1px solid #000;
	margin: 0 0 0 5px;
	padding: 0px 5px;
	position: relative;
	width: 90px;
	height: 85px;
}

ul#stepIndicator li.inactive {
	color: #999;
	background: #ccc;
	
}

ul#stepIndicator li.complete {
	color: #999;
	background: #174450;
	
}

ul#stepIndicator li span.stepDescription {
	display: block;
	float: left;
	font-size: 0.35em;
	padding: 5px 0 0 0;
}

.stepArrow {
	float: left;
	position: absolute;
	right: 5px;
	top: 3px;
}

/* Forms */

.asterik {
	color: #ff0000;
}

/* error */

.error {
	padding: 0px 0 5px 5px;
	clear: left;
	color: #ff0000 !important;
	font-weight: bold;
}

p.error {
	padding: 10px 0 5px 5px;
	font-weight: normal;
}

h3.stepHeader {
	font-size: 2.1em;
	margin-top: 10px;
	color: #333;
	text-align: center;
	float: left;
}

p.registration_desc {
	clear: left;
	padding: 10px 0px 5px 3px;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 374px;
}

form.registration {
	clear: both;
}

form.registration fieldset {
	border: 1px solid #333;
	background: #fff;
	padding: 5px;
	margin: 10px 0;

}

form.registration legend {
	font-size: 1.5em;
	background: #333;
	padding: 3px 5px;
	color: #fff;
}

form.registration label.req {
	background: url(/images/templateImages/error_red.gif) no-repeat right top;
	padding-right: 7px;
	margin: 10px 5px 0 0;
}

form.registration label {
	width: 200px;
	float: left;
	text-align: right;
	margin: 10px 8px 0 0;
	font-weight: normal;
	color: #333;
	font-size: 1.3em;
	
}

form.registration input,
form.registration select,
form.registration textarea  {
	border: 1px solid #333;
	clear: right;
	margin: 10px 0px 0;
	background: #ccc;
	color: #000;
}


/* Registration: rates
-------------------------------------------------- */
div#mainContent ul.subscriptions {
	margin: 0px 10px;
	font-size: 0.89em;
	background: #fff;
	padding: 5px;
	border: 2px solid #2A798F;
}

div#mainContent ul.subscriptions h3 {
	text-align: center;
}

div#mainContent ul.subscriptions li {
	list-style: none;
}

div#mainContent ul.subscriptions li li {
	list-style: square;
	font-size: 1em;
}

div#mainContent ul.subscriptions a {
	font-size: 1.3em;
}

div#mainContent ul.subscriptions li.submit {
	text-align: center;
}
/* Register: Subscription Type
-------------------------------------------------- */

div.subscriptions {
	clear: both;
	margin: 10px 0 15px;
}

div.subscriptions h4 {
	border: #2A798F solid;	
	border-width: 0 0 1px;
	font-size: 1.25em;
	color: #2A798F;
}

div.subscriptions a {
	color: #2A798F;	
}

form input.button {
	margin-left: 10px;
}

div.subscriptions .subscriptionImage {
	width: 77px;
	height: 77px;
	margin: 10px;
	border: 1px solid #000;
	float: left;
}

div.subscriptions .subscriptionListing ul {
	margin: 10px 0;
}

div.subscriptions .subscriptionListing ul li {
	margin: 3px 0 5px;
	font-size: 1.17em;
}

form.registration label.paymentLabel {
	width: 280px;
}

/* Register: Mail order
--------------------------------------------------- */

div#mainContent ul#mailPaymentInvoice {
	border: 1px solid #000;
	margin: 20px 0;
	background: #fff;
}

ul#mailPaymentInvoice li {
	list-style: none;
	padding: 10px;
	font-size: 1.5em;
	margin: 1px;
}

ul#mailPaymentInvoice li.total {
	border-top: #999 solid 1px;
}


ul#mailPaymentInvoice div#customerIdLabel {
	float: right;
	font-size: 0.8em;
}

/* Register: Thanks for registering- paypal
--------------------------------------------------------- */

#paypal_thanks h2 {
	display: none;
}

#paypal_thanks #registerNowPanel {
	display: none;
}

#paypal_thanks #alreadyRegisteredPanel {
	margin: 0 auto;
	width: 400px;
	float: none;
	padding: 10px 0;
}

#paypal_thanks #alreadyRegisteredPanel form {
	padding: 10px 0;
}

/* Login Form
-------------------------------------------------- */

#registerNowPanel,
#alreadyRegisteredPanel {
	float: left;
	width: 300px;
	position: relative;
	margin-top: 10px;
}

#registerNowPanel fieldset,
#alreadyRegisteredPanel fieldset{
	border: 1px solid #333;
	background: #fff;
	padding: 5px 10px 5px 5px;
	margin: 10px 0;
}

#registerNowPanel legend,
#alreadyRegisteredPanel legend {
	font-size: 1.5em;
	background: #333;
	padding: 3px 5px;
	color: #fff;
}	

#registerNowPanel label,
#alreadyRegisteredPanel label {	
	font-weight: bold;
	clear: left;
	float: left;
	display: block;
	margin: 10px 10px 0;
	width: 100px;
	text-align: right;	
}	
	
#alreadyRegisteredPanel label {
	width: 80px;
}

#alreadyRegisteredPanel fieldset#rememberPassword {
	display: none;
}

#alreadyRegisteredPanel fieldset#rememberPassword,
#alreadyRegisteredPanel fieldset#rememberPassword input,
#alreadyRegisteredPanel fieldset#rememberPassword label  {
	float: none;
	clear: both;
	border: none;  
	margin: 0px 0 5px 0px;
	padding: 0;
}

#alreadyRegisteredPanel fieldset#rememberPassword {
	position: relative;
	left: 100px;
	width: 190px;
	padding-top: 10px;
}
#alreadyRegisteredPanel fieldset#rememberPassword input {
	float: left;
	clear: none;
}
#alreadyRegisteredPanel fieldset#rememberPassword label {
	width: 160px;
	clear: none;
	text-align: left;
	font-size: .9em;
	height: 10px;
}

#alreadyRegisteredPanel #loginSubmit {
	text-align: center;
	margin-top: 20px;
}
#alreadyRegisteredPanel fieldset input#login {
	padding: 3px 5px;
	font-size: 1.2em !important;
	font-family: Georgia,Times,serif;
	text-transform: uppercase;
}

#registerNowPanel #subscribeButton {
	color: #2A798F;
}
#alreadyRegisteredPanel fieldset fieldset label {
	width: auto;
	font-weight: normal;
	font-size: 0.88em;
	margin: 0 0 0 5px;
}

#alreadyRegisteredPanel a {
	clear: both;
	float: none;
	display: block;
	text-align: right;
	color: #2A798F;	
}

#alreadyRegisteredPanel p.error {
	margin: 0 0 5px;
}

#alreadyRegisteredPanel p.error a {
	display: inline;
	color: #FF0000 !important;
}


#alreadyRegisteredPanel input {
	width: auto;
}

#registerNowPanel {
	margin: 10px 25px 0px 15px;
}

div#mainContent #registerNowPanel p {
	margin: 5px 10px;
	padding: 0;
	font-size: 1.1em;
}

#registerNowPanel ul {
	margin: 5px 0 5px 25px;
}

#registerNowPanel ul li {
	list-style: disc;
}

/* Unsubscribe */

div#mainContent #cancelSubscription {
	clear: both;
	text-align: center;
	padding: 10px 5px;
}

div#mainContent #cancelSubscription p {
	font-size: 0.91em;
}


/* Forgotten Password
-------------------------------------------------- */
form#forgotPassword {
	padding: 10px;
}

form#forgotPassword #submit {
	clear: both;
	display: block;
	margin: 20px 0;
}

form#forgotPassword label {
	margin: 0 10px 0 0;
	font-size: 1.3em;
}


/* Shared Classes 
-------------------------------------------------- */

/* Headers */
h2 {
	height: 26px;
	background: url(/images/templateImages/bg_header.gif) #929888 repeat-x;
	color: #fff;
	font-size: 2.3em;
	font-weight: normal;
	padding: 3px 5px 3px 20px;
	margin: 5px 0 10px 0;
	border: #333 solid 1px;
}

h3.article_title {
	color: #5D6258;
	margin: 20px 0 0px 0;
	font-size: 2em;
}

h4 {
	margin: 10px 0;
	font-size: 1.2em;
}

h4.byline {
	margin: 20px 0 10px 0;
}


.photoCredit {
	color: #242a1d;
	font-size: 1em;
}

.underLineStyle {
	background: url(/images/templateImages/line_decoration.gif) no-repeat right bottom;
	border-bottom: 1px solid #c6bbac;
}

input.button,
a.button {
	background: #2a798f !important;
	border: none;
	color: #fff !important;
	text-align: center;
	border: 1px solid #666 !important;
}

a.button {
	display: block;
	width: auto;
}

div.more_info {
	position:absolute;
	width:400px;
	top:340px;
	left:50%;
	margin-left:-200px;
	background:#fff;
	display:none;
	border: 5px solid #2a798f;
}

div.more_info h3 {
	font-size: 2em;
	padding: 3px 15px;
}

div.more_info p {
	padding: 15px;
	font-size: 1.8em;
}

div.more_info a {
	font-size: 2em;
	display: block;
	padding: 2px;
	text-decoration: none;
}

/* Event Calendar Public Facing
---------------------------- */
div#miniCal {
	margin: 10px auto;
	width: 486px;
	text-align: center;
}

/* Sort */

#calendarSort {
	margin: 5px 0 5px 0;
	padding: 0px 0 5px 0;
}

#calendarSort ul {
	float: right;
	padding-bottom: 4px;
}


#calendarSort ul li {
	float: left;
	margin: 0 5px;
	list-style: none;
}

div#mainContent #calendarSort ul li a {
	display: block;
	color: #fff;
	height: auto;
	padding: 6px;
	background: #999;
	text-align: center;
	font-size: 1.15em;
	border: 1px solid #ccc;
}

div#mainContent #calendarSort ul li a.active {
	background: #2A798F;
	color: #fff;
}

/* calendar */

table.calendar {
	float: left;
	margin: 0 10px 0 0;
	width: 144px;
	height: 144px;
	background: #fff;
	border: solid 1px #2A798F;
}

table.calendar caption.calendar-month {
	background: #383f31;
	color: #fff;
	width: 144px;
	padding:4px;
	font-size: 1.5em;
	margin: 0 8px 0 0;
}

table.calendar th {
	background: #f4f4da;
}

div#mainContent table.calendar td {
	background: #e6e6e6;
	text-align: center;
	font-size: 1em;
}

div#mainContent table.calendar td a {
	display: block;
	background: #383f31;
	color: #fff;
	text-decoration: none;
}

table.calendar td.active {
	background: #2A798F;
}

div#mainContent table.calendar td.active a {
	background: #2A798F;
	color: #fff;
}

div#mainContent table.calendar td a:hover {
	color: #333;
	background: #F4F4DA;
}

/* Calendar Navigation */
div#mainContent ul#calendarNav {
	margin: 0 auto;
	padding: 10px 0 0;
	clear: both;
	font-size: 1.2em;	
}

div#mainContent ul#calendarNav li {
	list-style: none;
}

div#pageContent ul#calendarNav li a {
	padding: 0;
	margin: 0;
}

div#mainContent ul#calendarNav li.previousMonths {
	float: left;
}

div#mainContent ul#calendarNav li.nextMonths {
	float: right;
}



div#mainContent ul#calendarNav li.categorySelect {
	width: 200px;
	float: left;
}
/* Event Filter */

form#categoryFilter {
	float: right;
}

div.monthNav ul {
	list-style: none;
	width: 500px;
	margin: auto;
}

#mainContent div.monthNav ul li {
	float: left;
	border: 1px solid #cc6600;
	margin: 0 3px;
}

div.monthNav ul li a {
	display: block;
	padding: 5px;
	background: #f4f4da;	
	color: #333;
	text-decoration: none;
}

div.monthNav ul li.nextYear a {
	background: #e6e6e6;	
}


div.monthNav ul li a:hover {
	background: #cc6600;	
	color: #fff;
}

.event {
	margin: 5px 0;
	padding: 10px 0 10px 0;
	clear: both;
	background: url(/images/templateImages/line_decoration.gif) no-repeat right bottom;
	border-bottom: 1px solid #c6bbac;	
}

.event h3 {
	text-transform: uppercase;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	color: #383f31;
}

.event .eventLocation {
	font-size: 1.3em;
	margin: 0 0 15px 0;
}

.event .eventDate fieldset {
	padding: 0 3px 0px 0;
	margin: 0 0 5px;
	font-size: 1.2em;
}

.event .eventDate legend {
	color: #000;
	font-weight:bold;
	text-transform: uppercase;
	margin:0;
	font-size: .88em;
}

.event dl.eventDayBlock {
	margin: 3px 0;
	padding: 0;
	text-align: right;
}

.event dl.eventDayBlock dt {
	float: left;
	clear: left;
	margin: 0 10px 0 0;
	/*
	width: 50px;
	*/
	height: 16px;
	font-size: 1em;	
	display: block;
}

.event dl.eventDayBlock dd {
	float: left;
	font-size: 1em;	
	display: block;
}

.event img {
	clear: both;
	padding: 3px;
	border: 1px solid #c60;
	width: 145px;
}

.event .eventDescription {
	float: left;
	padding: 0px;
}

div#mainContent .event ul {
	padding: 0;
	margin: 5px 0 0 0;
}

div#mainContent .event ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#mainContent .event ul li.eventContactName,
div#mainContent .event ul li.eventContactEmail,
div#mainContent .event ul li.eventContactPhone,
div#mainContent .event ul li.eventContactWeb {
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
}

div#mainContent .event div.eventContactWeb a {
	color: #004540;
	font-size: 1.1em;
	font-weight: bold;
}


/* Contact Us 
---------------------------------------------- */

div#mainContent ul.contactList li {
	list-style: none;
}

/* Letter to the Editor
----------------------------------------------- */

div#mainContent ul.contactList li textarea {
	width: 288px;
	height: 180px;
	overflow: auto;
}

/* People
-----------------------------------------------*/

div#mainContent div#currentPeople .pdfLink {
	height: 33px;
}

div#mainContent div#currentPeople {
	padding: 3px;
	border: 1px solid #333;
	background: #fff;
	margin: 20px 0;
	width:320px;
}

div#mainContent div#currentPeople a {
	font-size: 1.7em;
	line-height: 1.5em;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

div#mainContent div#currentPeople p {
	margin: 10px 0px 10px 0;
	
}

/* Classifieds
-----------------------------------------------*/

div#currentClassifieds {
	padding: 3px;
	border: 1px solid #333;
	background: #fff;
	margin: 20px 0;
}

div#mainContent div#currentClassifieds a {
	font-size: 2em;
	line-height: 1.5em;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

/* Connect With
--------------------------------------------------*/

#connectWith {
	float: right;
	background: url("/images/box.gif") no-repeat;
	width: 158px;
	height: 84px;
	margin: 10px 0;
	padding: 5px 11px;
} 

#connectWith a:link,
#connectWith a:visited {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-right: 44px;
	height: 37px;
	
}

#connectWith a.constantContact {
	background: url("/images/email.png") no-repeat 114px center;
	border-bottom: 1px solid #94bcc6;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

#connectWith a.facebook {
	background: url("/images/fb.png") no-repeat 114px center;
}

/* 404 Error Page
--------------------------------------------------*/

ul#fourOhfour li {
	font-size: 1.2em;
	line-height: 1.25em;
	color: #242A1D;
	margin: 8px 8px 10px;
}


