/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/


/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

#search,
#search_box,
#topnav,
#mainNav,
#actionsContainer,
#subNav,
#mainbanner,
#intbanner,
#joinnow,
#actionsint,
#breadcrumbs,
#leftnav,
#footerNav,
#esol
{
	display: none;
}

/* =========================================================================== DIVS RESTYLED FOR PRINT VERSION */

.none { /* empty style -- required by i:Create */ }

.heading 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 1.6em;
	color: #333;
}

.subheading 
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.4em;
	color: #7da7d9;
}

.greenbutton {
	text-transform: uppercase;
	color: #2e7565;
	background-image: url(/images/structure/button.gif);
	text-align: center;
	height: 27px;
	width: 216px;
	padding-top: 10px;
	font-size: 14px;	
}
.greenbutton a {
	color: #2e7565;
	
}

.introtext 
{
	font-weight: bold;
	font-size: 1.4em;
}

.floatleft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.floatright
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.imageborder
{
	border: 1px solid #333333 !important;
	padding: 1px !important;
}

/* ----- END OF TEMPLATE ----- */
