/*==============================================/
	Layout Styles
/==============================================*/

html, body, #main, #header, #titleBar, #wrapper, #menuWrapper, #contentWrapper, #content, .contentCol, #footer, .copyright { background: none !important; height: auto !important; min-height: 100% !important; border: none !important;}

/*----------------------------------------------/
	Layout: main
		children: #header, #wrapper(#menuWrapper, #contentWrapper, #content), #footer
/----------------------------------------------*/

#main {
	background: none;
	width: auto;
	min-width: 504px; /* 7 in */
	margin: 0px;
	padding: 10px;
	border: none;
}

/*----------------------------------------------/
	Layout: header
/----------------------------------------------*/

#header {
	background: none;
	display: none;
}

#printpreview #header {
	display: block;
}

/*----------------------------------------------/
	Layout: wrapper
		children: #menuWrapper, #contentWrapper, #content
/----------------------------------------------*/

#wrapper {
	background: none;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}

/*----------------------------------------------/
	Layout: menuWrapper
/----------------------------------------------*/

#menuWrapper {
	background: none;
	display: none;
}

/*----------------------------------------------/
	Layout: contentWrapper
		children: #content
/----------------------------------------------*/

#contentWrapper {
	background: none;
	margin: 0px;
	padding: 0px;
	float: none;
	top: 0px;
	left: 0px;
	overflow: visible;
}

/*----------------------------------------------/
	Layout: content
/----------------------------------------------*/

#content {
	background: none;
	float: none;
}

/*----------------------------------------------/
	Layout: footer
/----------------------------------------------*/

#footer {
	background: none;
	display: none;
}

#printpreview #footer {
	display: block;
}

/*==============================================/
	Global Class Styles
/==============================================*/

/*----------------------------------------------/
		Global: content
/----------------------------------------------*/

/* Photos banner */
.photoBanner {
	display: none;
}

.photoBannerBackground {
	display: none;
}

/* Sub Menu */
#content .subMenu {
	display: none;
}

/*----------------------------------------------/
		Global: Footer
/----------------------------------------------*/
/* Function area (print/email page) */
.functionArea {
	display: none;
}

#printpreview .functionArea {
	margin: 15px 15px 15px 50px;
	float: left;
	display: block;
}

#printpreview .functionArea a {
	color: #000;
	font-size: 12px;
}

@media print {
	
	.functionArea {
		display: none;
	}

}

#printpreview .copyright {
	color: #000;
}

/*----------------------------------------------/
		Global: content
/----------------------------------------------*/

.contentCol,
.contentColLeft,
.contentColRight,
.contentColLeftSM,
.contentColRightSM {
	width: auto;
	margin: auto 0px;
	padding: 0px 0px;
	border: none;
	float: none;
	clear: both;
	top: 0px;
	left: 0px;
}

/*----------------------------------------------/
	Content Two Columns
/----------------------------------------------*/

.gridCell {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
