@charset "UTF-8";
/* ============================================================================================== */
/*

	Act2Plan.com CSS Style
	Title:	  /assets/css/print.css
	Media:    Print
	Author:   Stephen J. Withington, Jr. (steve@ignition-studio.com)
	Version:  25 June 2008			

*/
/* ============================================================================================== */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: none;
}

/* ============================================================================================== */
/*		GLOBAL LINK EFFECTS			*/
/* ============================================================================================== */
a,
a:link,
a:active,
a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
/* ============================================================================================== */
/*		GLOBAL FORM FIELDS		*/
/* ============================================================================================== */
select,
input,
textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
/* ============================================================================================== */
/*		GLOBAL CLASSES			*/
/* ============================================================================================== */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	color: #000000;
}
.darkbrown {
	color: #000000;
}
.orange {
	color: #000000;
}
.white {
	color: #000000;
}
.largetxt {
	font-size: 120%;
}
.smalltxt {
	font-size: 90%;
}
.lighter {
	font-weight: lighter;
}
/* ============================================================================================== */
/*		DIV LAYER PROPERTIES		*/
/* ============================================================================================== */
#container {
	width: 100%;
	background: #FFFFFF;
	text-align: left;
} 
#innerContainer {
	background-image: none;
	width: auto;
}
#printLogo {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #CCCCCC;
}
#headerWrapper {
	display: none;
} 
#insideContentWrapper {
	clear: both;
	display: block;
	width: auto;
}
#rightColWrapper {
	clear: both;
	display: block;
}
#bannerArea {
	clear: both;
	display: block;
}
#middleWrapper {
	clear: both;
	display: block;
}
#contentMiddle {
	clear: both;
	display: block;
}
#contentMiddle h1 {
	border-top: none;
}
#contentRight {
	clear: both;
	display: block;
}
#contentRight p {
	color: #000000;
}
#contentRight a, 
#contentRight a:link, 
#contentRight a:active, 
#contentRight a:visited {
	text-decoration: none;
	border-top: none;
}
/* ============================================================================================== */
/*		GOOGLE MAP FORMATTING			*/
/* ============================================================================================== */
#wagmp_map_1 { /* This controls the actual formatting for the map itself */
	width: auto;
}
/* ============================================================================================== */
/*		FOOTER			*/
/* ============================================================================================== */
#footer {
	clear: both;
	display: block;
} 
#footerLeft {
	float: left;
	color: #000000;
	width: auto;
}
/* ============================================================================================== */
/*		FOOTER: link properties			*/
/* ============================================================================================== */
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
/* ============================================================================================== */
/*		SUBNAV			*/
/* ============================================================================================== */
#subNav {
	display: none;
}
