/* ==============================================================
		general styles
   ============================================================== */

* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	line-height: normal;
	color: #3a3a3a;
	text-align: center;
	background-color: #ffffff;
}

body.cBlue { background: url(../images/blue-header-repeat.png) repeat-x top left #e8e9d4; }

/*img 						{ border: 0px; display: block; }*/

.bold						{ font-weight: bold; }

a							{ text-decoration: none; color: #3a3a3a; }
a:hover						{ text-decoration: underline; color: #3a3a3a; }

h1, h2, h3, h4, h5, h6 		{ line-height: normal; font-size: 1em; font-weight: normal; }

fieldset 					{ border: 0px; }

table, tr, td 				{ border-collapse: collapse; }

input, select, th, td 		{ font-size: 1em; padding: 0; margin: 0; }

abbr						{ border: 0; }

.clear 						{ clear: both; }
.clearLeft 					{ clear: left; }
.clearRight 				{ clear: right; }

.hide 						{ display: none; }

.show 						{ display: block; }

.tr							{ position: relative; }

.tr	span					{ position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; }

.caps						{ text-transform: uppercase; }

/* ==============================================================
		OOOOOOOOOOOOOOOOOOOOOO
   ============================================================== */

/* ===============================
		ooooooooooooooooooo
   =============================== */




/* ==============================================================
		header
   ============================================================== */

.header-box {
	height: 121px;
	min-width: 940px;
	z-index: 1;
}

.header {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding-top: 9px;
	z-index: 2;
}

.footer-box {
	height: 25px;
	min-width: 900px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: right;
	padding-top: 9px;
	padding-right: 4px;
	float:right;
}

.logo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 1em;
	position:absolute;
	top: 10px;
	left: 200px;
	z-index: 3;
	width: 900px;
}

.header h1, .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 4em;
	width: 900px;
	height: 77px;
}


/* ==============================================================
		canvas
   ============================================================== */

.canvas-box {
	position: absolute;
	margin-top: -28px;
	width: 100%;
	left: 0;
}

.canvas {
	width: 922px;
	padding: 0 9px;
	margin: 0 auto;
	background: url(../images/canvas-border-repeat.png) repeat-y top center;
}

.canvas-border-top {
	width: 922px;
	height: 11px;
	font-size: 8px;
}

.cBlue .canvas-border-top { background: url(../images/blue-canvas-border-top.png) no-repeat top center; }

.canvas-border-left {
	width: 11px;
	background: url(../images/canvas-border-left.png) no-repeat top;
	height: 326px;
	float: left;
}

.canvas-border-right {
	width: 11px;
	background: url(../images/canvas-border-right.png) no-repeat top;
	height: 326px;
	float: left;
}

.canvas-border-left span, .canvas-border-right span {
	display: block;
	width: 11px;
	height: 17px;
}

.cBlue .canvas-border-left span { background: url(../images/blue-canvas-left-wedge.png) no-repeat top; }

.cBlue .canvas-border-right span { background: url(../images/blue-canvas-right-wedge.png) no-repeat top; }

.canvas-border-bottom {
	clear: both;
	width: 922px;
	height: 11px;
	background: url(../images/canvas-border-bottom.png) no-repeat top;
}

/* ==============================================================
		body
   ============================================================== */

.body {
	float: left;
	width: 900px;
	background-color: #f4f4ea;
}

/* ==============================================================
		navigation
   ============================================================== */

.nav {
	width: 898px;
	border: 1px solid #958556;
	background: url(../images/nav-repeat.png) repeat-x bottom;
	text-align: left;
	margin-bottom: 14px;
}

.nav .section {
	display: block;
	list-style: none;
	padding: 8px 0 0 32px;
	color: #707070;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

.nav .section ul {
	margin-bottom: 8px;
	padding: 4px 42px 0 0;
	border-right: 1px solid #958556;
	display: block;
}

.nav .section ul li {
	list-style: none;
	text-transform: none;
	padding-left: 10px;
	background: url(../images/bullet-primary-nav.png) 0px 9px no-repeat;
}

.nav .section ul li a {
	color: #ba5411;
	display: block;
	padding: 2px 0;
	font-size: 13px;
/* ie hack for removing extra line */
	float: left;
	clear: left;
}

/* ie hack revert for normal browsers */
.nav .section ul li > a {
	float: none;
}

.nav .section ul li.nobull {
	background: none;
	padding: 2px 0;
}

.nav .last ul {
	border: 0;
}

.session-in {
	border: 1px solid #b0b0b0;
	width: 12px;
	height: 12px;
	background-color:#006600;
	float:left;
}

.session-out {
	border: 1px solid #b0b0b0;
	width: 12px;
	height: 12px;
	background-color:#CC0000;
	float:left;
}

.session-break {
	border: 1px solid #b0b0b0;
	width: 12px;
	height: 12px;
	background-color:#FF6600;
	float:left;
}

/* ==============================================================
		masthead
   ============================================================== */

.masthead {
}

.masthead .image {
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	border-bottom: none;
}

.masthead .caption {
	display: block;
	text-align: right;
	color: #777777;
	padding: 3px 10px 14px 0;
	font-size: 1.1em;
	border-top: 1px solid #b0b0b0;
}

/* ==============================================================
		main
   ============================================================== */

.content-box {
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	text-align: left;
}

/* ==============================================================
		content
   ============================================================== */

.main {
	border-right: 1px solid #b0b0b0;
	float: left;
}

.agenda-text {
	border-top: 1px solid #b0b0b0;
	width: 320px;
	height: 410px;
	/* padding: 9px 10px 0 10px; */
  text-align:justify;
	padding: 9px 10px 0 9px;
	font-size: 1.2em;
	line-height: 1.5em;
	overflow:auto;
}

.help-text {
	border-top: 1px solid #b0b0b0;
	padding: 9px 10px 9px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.main h1 {
	font-size: 2.4em;
	color: #ba5411;
	padding: 10px 10px 5px 10px;
}

.main .sub-text {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 3px;
	font-size: 1.8em;
	padding-right: 10px;
	margin-left: 10px;
}

.main .copy {
	padding: 9px 10px 0 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.main .copy p {
	padding-bottom: 14px;
}


/* ===============================
		wing
   =============================== */
   
.wing {
	width: 200px;
	position: relative;
	right: 0px;
	float: left;
	margin-left: -1px;
	padding-left: 10px;
	padding-top: 10px;
	
}


.wing .block h2 {

	display: block;

	font-size: 2em;

	color: #6f6447;

	border-bottom: 1px solid #bab193;

	margin-bottom: 10px;
}

.help{
	float: right;
}

.wing .block h3 {

	display: block;

	font-size: 1.5em;

	color: #6f6447;
}

.wing .block p {

	font-size: 1.1em;

	line-height: 1.4em;
	
}



.wing .block ul {

	font-size: 1.1em;

	line-height: 1.4em;

	list-style: none;

}



.wing .block ul li {

	text-align: right;

	display: block;

	text-transform: lowercase;

	clear: both;

}



.wing .block ul li strong {

	display: block;

	width: 165px;

	float: left;

	text-align: left;

	font-weight: normal;

	text-transform: none;

	
	border-left: 1px solid #d0d0d0;

}



.wing .block ul li em {

	font-style: normal;

	display: block;

	
	float: left;

	text-align: right;

	color: #777777;

	border-right: 1px solid #d0d0d0;

	position: relative;

	margin-right: -1px;

}



.wing .details p {

	padding-top: 10px;

}

.session { 
	float:left; 
	padding-left:5px; 
	line-height: normal; 
	font-size: 1.5em; 
	font-weight: normal; 
	display: block;
	font-size: 1.5em;
	color: #6f6447;
}
#wmplinks {
padding:2px 0px 12px 25px;
}
#wmplinks a {
color: #ba5411;
text-decoration: underline;	
}
#maclinks {
padding:2px 0px 18px 25px;
}
#maclinks a {
color: #ba5411;
text-decoration: underline;	
}


















































