/********************************************
This is the print style sheet,
which defines which items will not be visible
or have different formatting on printed pages.
Customized for each project.
*********************************************/
html,body
{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

body,select,input, .content, .sidebar, .sidebar h3, .content a, .content a:hover, a, a:hover
{
	font-family: Georgia,Times,serif !important;
	font-size: 12pt !important;
	line-height: 16pt !important;
	color: #000 !important;
	background-image: none !important;
	background-color: transparent !important;
	text-align:left;
	text-decoration:none !important;
}

/* Hide the following things */
.skipnav,
.header,
.breadcrumb,
.footer,
.leftnav,
#dropdownmenu,
.title_icons
{
	display:none !important;
}

.contentheader, .title_left, div, span, .content
{
	border:0px !important;
	padding:0px !important;
	margin:0px !important;	
}

.contentheader h1
{
	font-size: 16pt !important;
	line-height: 20pt !important;
	margin:10px 0 !important;
}

 .content .subtitle
{
    font-size: 13pt !important;
	line-height: 16pt !important;
}

.contentheader h1, .content .subtitle
{
	font-family: Georgia,Times,serif !important;
	font-weight:bold;
	color:#000 !important;
    padding:0;
	width: auto!important;
	border: 0;
}

.sidebar, .sidebar_content
{
	width: 100% !important;
	padding: 0;
}

.sidebar
{
	float: right !important;
	width: 30% !important;
}

.mainSpan,
.mainSpan_wrapper,
.header_wrapper,
.mainSpan_wrapper_home,
.container,
.width_container,
.content_wrapper,
.container,
.content,
.content_left
{
	float: none !important;
	width: auto !important;
	height:auto !important;
	border:0;
	overflow:visible;
	position: static;
}

.content_left
{
	float: left !important;
	width: 65% !important;
}

/** home styles**/

.box_bottomlink, .community, .full, .civic, .home_right, .stage .stghrimg, .home_news .box_title a, .stage .stghrtxt 
{
	display:none !important;
}

.home_news
{
	width: 60% !important;
}

.home_events
{
	width: 35% !important;
	float: right;
}

.home_news .box_title, .home_events .box_title
{
	text-indent: 0px;
	font-size: 16pt!important;
	line-height: 18pt!important;
	color: #000000;
	padding: 15px 0 10px 0 !important;
	height: auto;
	font-family: Georgia,Times,serif !important;
	display: block;
}

.home_events ul li a, .home_events ul li, .home_news ul li, .home_news ul li a, .home_events .box_item_date, .home_news .box_item_date,  .home_news .box_item_summary
{
	padding: 0 0 20px 0 !important;
	color: #000000 !important;
	font-size: 13pt !important;
	line-height: 16pt !important;
	font-family: Georgia,Times,serif !important;
	font-weight: normal;
}

.home_news ul li a, .home_events ul li a
{
	font-weight: bold;
}

.home_news .box_list, .home_events .box_list
{
	padding: 0;
	margin: 0 !important;
}

.home_news ul li .box_item_summary, .home_news ul li:hover .box_item_summary
{
	display: block !Important;
	position: static !Important;
	padding: 0 !Important;
}

.home_news li:hover
{
	position: static;
}

/* 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;
	height: auto;
	width: auto;
}
