/*	CES Northwest site CSS - Scott Bush, Oct. 2005	*/

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

#header, #header-inside {
	background:			url(images/ces-banner_800.gif) repeat-x;
	text-align:			center;
	visibility:			visible;
	position:			relative;
	height:				150px;
}
#header-inside {
	background:			url(images/ces-banner_50.gif) repeat-x;
	height:				50px;
}

#navbar {
	color:				white;
	background-color:	#6b6c5a;
	font-size:			.9em;
	line-height:		20px;
	text-align:			center;
	letter-spacing:		3px;
	margin-bottom:		10px;
	height:				20px;
}

#logo, #logo-inside {
	position:			absolute;
	top:				5px;
	margin:				0 10px 10px 18%;
	height:				50px;	
}

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

.leftcol {
	font-size:			.8em;
	padding:			0px	0px	0px	10px;
	width:				225px;
	float:				left;
}

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

/*** 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:			1em;
	font-weight:		bold;
}
.first-letter {
	color:			#00853F;
	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:			0 3% 0 0%;
	min-height:			200px;
}
#footer {
	position:			fixed;
	left:				0px;
	bottom:				0px;
	width:				100%;

	color:				white;
	background-color:	#6b6c5a;
	font-size:			9px;
	line-height:		16px;
	text-align:			center;
	letter-spacing:		3px;
	height:				16px;
	clear:				left;
}
/* End hide */

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

h2 {
	color:				#00853F;
}
h3 {
	clear:				both;
}

/*<group=Anchors, Menu>*/
a {
	color:				#00853F;
	text-decoration:	underline;
}

a:hover {
	color:				red;
	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:			1.2em;
	font-style:			italic;
}
.largerText li {
	padding-bottom:		10px;
	margin-left:		10px;
}
.notebox, .floatingNotebox {
	background-color:	#FFFFCC;
	padding:			5px 5px 5px 5px;
	margin:				5px 0px 5px 0px;
	clear:				both;
	font-size:			80%;
}
.floatingNotebox {
	float:				right;
	display:			inline;
	width:				325px;
	margin-left:		10px;
}
h4 + .twocol + .twocol {
	border-left:		1px dotted #CCC;
	padding-left:		6px;
	min-height:			25em;
}
.single-line {
	float:				clear;
	font-weight:		bold;
}
.note, .label {
	font-size:			.8em;
	color:				#555;
}
.labelblack {
	font-size:			.8em;
	color:				#000;
}
.label_right
{
	font-size: .8em;
	color: #555;
	text-align: right;
}

.schedule_table {
	font-size:			1.0em;
	color:				#000;
}

.emphasisBox, .alertBox {
	color:				white;
	background-color:	#6b6c5a;
	padding:			5px 5px 5px 5px;
	margin:				5px 0px 5px 0px;
	clear:				both;
	font-size:			.9em;
}
.alertBox {
	font-size:			1.1em;
	background-color:	#CE6565;
	border:				1px solid #FF0000;
}
.emphasisBox > h1, .emphasisBox > h2, .emphasisBox > h3,  {
	margin-top:			0px;
	padding-top:		0px;
	border:				2px solid red;
}
.emphasisBox *, .alertBox * {
	color:				white;
}
.emphasisBox a, .alertBox a {
	text-decoration:	underline;
}
.emphasisBox a:hover .alertBox a:hover {
	color:				red;
	text-decoration:	none;
}
#registrationBox {
	border:				1px solid #CCC;
	padding:			3px 4px;
	margin-right:		5px;
}
#registrationBox h2 {
	margin:				0px 0px 6px 0px;
	padding:			3px 4px;
	background-color:	#CCC;
	text-align:			center;
	display:			block;
}
#registrationBox h3 {
	margin:				16px 0px 2px 0px;
	border-top:			1px dotted #CCC;
}

#registrationBoxColor i {
	color: #00853F;
}

#registrationBoxColor {
	border:				1px solid #CCC;
	padding:			3px 4px;
	margin-right:		5px;
}
#registrationBoxColor h2
{
	margin: 0px 0px 6px 0px;
	padding: 3px 4px;
	background-color: #F30;
	text-align: center;
	display: block;
}
#registrationBoxColor h3 {
	margin:				16px 0px 2px 0px;
	border-top:			1px dotted #CCC;
}
#registrationBoxColor a { color: #000; }

.publication {
	font-style:			italic;
}