/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 HTML STYLES
	 LAYOUT
	 TEXT
	 LINKS
	 
	 ....................................... */



/* =HTML STYLES
   ....................................... */

body {
	font: 9pt/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background: none;
}


/* =LAYOUT
   ....................................... */

hr {
	background:#ccc;
	color:#ccc;
	width:100%;
	height:2px;
	margin:2em 0;
	padding:0;
	border:none;
}
div.navContainer,
div.headerBox,
div.homeFlashBoxContainer,
div.eventsBox div.boxBtm,
div.quickPollsBox div.boxBtm,
div.emailSignUpBox,
div.searchBox,
div.btnBox,
div.emailPageBox,
div.primaryFooterLinksBox,
div.secondaryFooterLinksBox,
div.copyrightBox a,
div.footerLogosBox,
div.mainLeftColumnInner,
object,
param
 {
	display: none;
}/* Turning off unnecessary elements. */
img.logoForPrint {
	display: block;
}
div.calendarBox,
div.eventMonth,
div.eventDate {
	float: left;
	margin-right: 4px;
}
div.homeBlogBox h6 {
	margin: 1em 0 0 0;
	font-weight: normal;
}
div.copyrightBox {
	padding-top: 1.5em;
	font-size: 90%;
	font-style: italic;
}
div.featuredBox1 {
	padding-top: 2em;
	clear: both;
}
div.featuredBox1 h6 {
	margin: 0;
}
div.featuredBox1 h2 {
	margin-top: 0;
}
div.quickPollsBox {
	clear: both;
	padding-top: 1.5em;
}
div.homeBlogBox {
	padding-top: 1em;
}
div.photoBox {
	float: right;
	margin: 0 0 10px 20px;
	font-size: 90%;
	font-style: italic;
	text-align:center;
}
div.photoBox img {
	display: block;
}
div.breadCrumbsBox {
	padding-top: 2em;
}


/* =TEXT
   ....................................... */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h6 {
	font-size: 100%;
}
code {
	font: 1em "Courier New", Monaco, Courier, monospace;
}
img {
}
a img {
	border:none;
}
blockquote {
	margin:1.5em;
	padding:1em;
	font-style:italic;
}


/* =LINKS
   ....................................... */

a:link, a:visited {
	text-decoration: underline;
}
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
}
/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

