/*
	===================================================================================
		CoachMeNow
		©2006 World Without Walls (www.worldwithoutwalls.co.uk). All rights reserved.
		Authors:	Paul Masri
		Print-media styles
	===================================================================================
*/

/* HTML TAGS */
body {
	margin: 0;
	background: #fff;
	color: #000;
}
a:link, a:visited, a:hover, a:active {
	color: #444;
	text-decoration: underline;
}


/* ------------------------------------------------------------------------------- */
/* GLOBAL USEFUL CLASSES                                                           */

.print {
	display: block;
	position: relative;
	width: 100%;
}


/* ------------------------------------------------------------------------------- */
/* POSITION OVERRIDES & HIDDEN LAYOUT CONTAINERS                                   */

.layout_container {
	width: auto;
	margin: 0;
	background: none;
}
.layout_container_body {
	position: relative;
	width: auto; /* 752px + 2x10px(shadow) */
	margin: 0;
	background: none;
	text-align: left; /* compensates for IE/Win 5.0+ centering hack - see <body> definition above */
}
#layout_maincontent {
	left: 0;
	width: 60%;
	background: transparent;
	margin: 0;
	padding: 0 5px;/*
	border-top: 1px dashed #83a895;*/
}
#layout_maincontent.wide {
	width: 50%;
}
#layout_sidebar {
	z-index: 900;
	margin: 0;
	width: 200px;
	padding: 0 0 10px; /* padding-top is 25px (same as maincontent) - 2px (padding-top of panel h2) */
	color: #ccc;
	/* no background - background colour comes from bkg_body.gif on layout_container_body */
	position: absolute;
	top: 0;
	right: 0;
}
#layout_header,
#layout_footer,
#layout_credit,
#menu1,
.back_to_top,
#layout_header2,
#style_sheet_selector {
	display: none;
}
#layout_footer_body {
	background: none;
	position: relative;
}
#layout_footer_body p {
	color: #555;
	position: static;
}
#layout_footer_body .menu {
	display: none;
}

#layout_maincontent.wide div.specialist {
	float: none;
}

/* ------------------------------------------------------------------------------- */
/* HACKS                                                                           */

/*
.print .image_left {
	position: absolute;
	top: 0;
	left: 15px;
}
.print .image_right {
	position: absolute;
	top: 0;
	right: 15px;
}
*/