/*	CES Northwest site CSS for printing - Scott Bush, Nov. 2006	*/

/*<group=Containers>*/
body {
	background-color:	#FFFFFA;
	font-size:			10pt;
	font-family:		Georgia, "Times New Roman", Times, serif;
	line-height:		160%;
	margin:				0;
}

#header, #header-inside {
	display:			none;
}
#header-inside {
	height:				50px;
}

#navbar {
	display:			none;
}

#logo, #logo-inside {
	display:			none;
}

.seminars {
	display:			block;
}
.seminars th {
	font-weight:		normal;
	text-align:			left;
	width:				100px;
	vertical-align:		top;
	border-bottom:		1px dotted #666;
}
.seminars td {
	border-bottom:		1px dotted #666;
	margin:				0px	10px	10px	0px;
	width:				auto;
	padding:			0px 15px	0px		0px;
}

.leftcol {
	font-size:			9pt;
	padding:			0px	0px	0px	10px;
	width:				225px;
	float:				left;

	display:			none;
}

.maincol {
	padding:			0px	20px	40px	10px;
	position:			relative;
	left:				235px;
	min-width:			400px;

	left:				0px;
}

#courseData {
	display:			none;
}

/*** IE6 Fixes ***/
* html .maincol {
	padding:			0px	20px	40px	10px;
	position:			relative;
	margin-left:		-225px;
	width:				550px;
	float:				left;
}
* html .leftcol {
	position:			relative;
	float:				left;
	width:				225px;
	padding:			0px	0px	0px	10px;
}
/*** end IE6 Fixes ***/

.firstparagraph:first-line {
	font-variant:		small-caps;
	font-size:			12pt;
	font-weight:		bold;
}
.first-letter {
	color:			#666;
	font-size:		325%;
	float:			left;
	margin:			0px 5px -10px 0px;
}

/* Hide from IE-Mac \*/
.threecol {
	width:			30%;
	float:			left;
	padding:			0px 3% 0px 0%;
}
.twocol {
	width:			46%;
	float:			left;
	padding:			0px 3% 0px 0%;
	min-height:		200px;
}
#footer {
	display:			none;
}
/* End hide */

#footer {
	display:			none;
}

/*<group=Headings>*/
h1, h2, h4 {
	margin:				15px 0px 0px 0px;
	clear:				both;
}
h1 {
	font-size:			2.2em;	
	line-height:		1.1em;
	color:				#000;
	letter-spacing:		2px;
}
#logo-inside h1 {
	font-size:			1.6em;	
	line-height:		.8em;
}

h2 {
	color:				#666;
}

/*<group=Anchors, Menu>*/
a {
	color:				#666;
	text-decoration:	none;
}

a:visited {
	color:				#555555;
}

#navbar a {
	color:				#FFFFFF;
	text-decoration:	none;
}
#navbar a:hover {
	color:				#9FFFBB;
}
.menuActive {
	font-weight:		bold;
	color:				#9FFFBB;
}
.menuInactive {
	font-weight:		normal;
}
.in-page-links {
	clear:				both;
	padding:			2px	25px	2px	25px;
	text-align:			center;
	font-size:			.9em;
	font-variant:		small-caps;
	background-color:	#FFFFCC;
}
.submenu {
	list-style-type:	disc;
}
.submenu ul {
	background-color:	#FFFFCC;
	list-style-type:	circle;
	border-top:			0px dotted #555;
	border-bottom:		1px solid #555;
	padding:			5px;
}
.submenu ul li {
	margin:				0 0 0 15px;
}

/*<group=Inline>*/
p {
	margin:				5px 0px 0px 0px;
}
p img {	
	float:				left;
	margin:				0px 15px 15px 0px;
	text-decoration:	none;
}

img {
	text-decoration:	none;
	border:				none;
}
ul, ol {
	padding:			0px 0px 5px 15px;
}

blockquote {
	padding:			0px 5px 0px 5px;
	margin:				0px 5px 0px 5px;
}
.largerText {
	font-size:			14pt;
	font-style:			italic;
}
.largerText li {
	padding-bottom:		10px;
	margin-left:		10px;
}
.notebox, .floatingNotebox {
	background-color:	#FFF;
	padding:			5px 5px 5px 5px;
	margin:				5px 0px 5px 0px;
	clear:				both;
	font-size:			10pt;
}
.floatingNotebox {
	float:				right;
	display:			inline;
	width:				250px;
	margin-left:		10px;
}
.single-line {
	float:				clear;
	font-weight:		bold;
}
.note, .label {
	font-size:			.8em;
	color:				#555;
}
.emphasisBox, .alertBox {
	display:			none;
	color:				#000;
	background-color:	#FFF;
	padding:			5px 5px 5px 5px;
	margin:				5px 0px 5px 0px;
	clear:				both;
	font-size:			10pt;
}
.alertBox {
	font-size:			1.1em;
	background-color:	#DDD;
	border:				1px solid #666;
}
.emphasisBox > h1, .emphasisBox > h2, .emphasisBox > h3,  {
	margin-top:			0px;
	padding-top:		0px;
	border:				2px solid #444;
}
.emphasisBox *, .alertBox * {
	color:				white;
}
.emphasisBox a, .alertBox a {
	text-decoration:	underline;
}
.emphasisBox a:hover .alertBox a:hover {
	color:				#444;
	text-decoration:	none;
}
.publication {
	font-style:			italic;
}

/*--- this one overrides the style found in form.css ---*/
form.CESNWform fieldset {
	margin:				5px 0px 10px 0px;
	background-color:   #FFF;
}
form.CESNWform fieldset li {
	padding:			3px 10px 2px 5px;
	border-bottom:		none;
}

#regFormInstructions {
	display:			none;
}