/**
* --------------------------------------------------------------------------------------
* Print CSS
* ----------------------------------------------------
* Modified March 17, 2009 by Bree
* @author Bree Emmerson <bree@navigatormm.com>
* ----------------------------------------------------
*
* --------------------------------------------------------------------------------------
*/


/* RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {line-height: 1;}

ol, ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

/* remember to define focus styles! */
:focus {outline:0;}

/* remember to highlight inserts somehow! */
ins {text-decoration:none;}

del {text-decoration:line-through;}


/* GLOBAL CLASSES
--------------------------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear: both;
}

.clear {clear:both;}

.floatLeft {float:left;}

.floatRight {float:right;}

.textLeft {text-align:left;}

.textRight {text-align:right;}

.textCenter {text-align:center;}

.border {border:1px solid #000;}

.bold {font-weight:bold;}

.hideForPrint {display:none;}


/* TYPEOGRAPHY
--------------------------------------------------------------------------------------- */
p {
	color:#333;
	margin:0px 0px 18px 0px;
	line-height:18px;
}

a:link,a:visited,a:active,a:hover {text-decoration:none;}




/* GLOBAL
--------------------------------------------------------------------------------------- */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:none;
}

.wrapper {
	width:940px;
	position:relative;
	z-index:10;
	padding:0px;
	margin:85px auto 0px auto;
}


/* HEADER
--------------------------------------------------------------------------------------- */
.header {
	display:none;
}

.header span {
	display:block;
}

.logo {
	display:none;
}

.login {
	display:none;
}

.showForPrint {
	display:block;
	font-size:16px;
}

/* NAVIGATION
--------------------------------------------------------------------------------------- */
.navigation {
	display:none;
}


/* CONTENT AREA
--------------------------------------------------------------------------------------- */
.contentArea {
	width:940px;
	background:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	min-height:305px;
	height:auto !important;
	height:305px;
}


.fullCol {
	width:100%;
	padding:0px 5px 0px 20px;
	margin:40px 0px 0px 0px;
}

	.fullCol h1 {
		width:920px;
		font-size:18px;
		font-weight:bold;
		color:#000;
		letter-spacing:3px;
		border-bottom:1px #FFF solid;
		text-align:right;
		margin:0px 0px 30px 0px;
		padding:5px 0px 5px 0px;
	}
	
	.fullCol h2 {
		color:#000;
		font-size:16px;
		margin:0px 0px 15px 0px;
	}
		

/* FOOTER
--------------------------------------------------------------------------------------- */
.footer {
	display:none;
}

.copyright {
	display:none;
}
