/* CSS Document */

body {
	background: #FDFDF9 url(../endo2010/images/background.jpg) top center no-repeat fixed;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c3c3c;
}

#wrapper {
	width: 958px;
	border: 1px #D3D38F solid;
	background-color: #ffffff;
	margin: 0 auto;
}

a {
	color: #742A12;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #5E879C;
	text-decoration: none;
}

#header {
	height: 118px;
	margin-bottom: 2px;
	padding-right: 7px;
	color: #333;
	position: relative;
}

#header .title {
	float: left;
	margin-right: 2px;
}

#header #buttonnav {
	height: 51px;
	padding-top: 11px;
	float: right;
	width: inherit;
}

#header #buttonnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header #buttonnav ul li {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
	background-image: none;
}

#header #buttonnav ul li a {
	padding: 21px 0px 15px 0px;
	_padding-left: 0px;
	height: 17px;
	width: 47px;
	display: block;
	background: url(../endo2010/images/buttons-off.gif) top center no-repeat;
	text-decoration:none;
	color: #f753013;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 95%;
	text-transform: uppercase;
}

#header #buttonnav ul li a.fellows {
	padding: 17px 0px;
	height: 19px;
}

#header #buttonnav ul li a:hover {
	background-image: url(../endo2010/images/buttons-on.gif);
}

#header #logo {
	float: right;
	width: 124px;
	padding-top: 11px;
}

#header ul#utility {
	list-style: none;
	float: left;
	padding: 0px 5px 5px 5px;
	margin: 57px 0px 0px 0px;
	background-color: #f1f1cc;
}

* html #header ul#utility {
	padding-left: 0px;
}

#header ul#utility li {
	float: left;
	margin: 0px;
	padding: 0px 4px 0px 6px;
	background: url(../endo2010/images/utilityli.gif) 0px 7px no-repeat;
}

* html #header ul#utility li {
	padding: 0px 3px 0px 6px;
	background-position: 0px 10px;
}

*+ html #header ul#utility li { /* IE7 */
	padding: 0px 3px 0px 6px;
	background-position: 0px 7px;
}

#header ul#utility li { /* IE8 */
	padding /*\**/: 0px 4px 0px 6px\9;
	background-position /*\**/: 0px 3px\9;
}

#header ul#utility li.first {
	background-image: none;
}

#header ul#utility li a {
	font-weight: bold;
	color: #753013;
	font-family: Arial, "Arial Narrow", Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#header ul#utility li a:hover {
	color: #5E879C;
}

#header #navigation {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-color: #8a1d04;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 641px;
	height: 43px;
}

#header #navigation li {
	float: left;
	padding: 7px 10px 10px 10px;
	margin:0px;
	background: none;
}

*+ html #header #navigation li {  /* IE7 */
	padding: 10px;
}

* html #header #navigation li {  /* IE6 */
	padding: 3px 10px 7px 10px;
}

#header #navigation li { /* IE8 */
	padding /*\**/: 14px 10px 14px 10px\9
}

#header #navigation li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#header #navigation li a:hover {
	color: #D3D38F;
}

#toolbar {
	height: 24px;
	background-color: #D3D38F;
	padding: 0px 26px 0px 36px;
}

#content {
	padding: 8px 28px 0px 36px;
}

body.front #content {
	padding: 18px 28px 0px 22px;
}

#content h1 {
	border-top: 1px #742a12 solid;
	border-bottom: 1px #742a12 solid;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px 4px;
	width: inherit;
	color: #753013;
	font-size: 18px;
}

#content p.intro {
	color: #4D4D4D;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}

.breadcrumbs {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase; /* force text to uppercase */
	padding-bottom: 4px;
}

h2 {
	font-size: 16px;
	color: #D78133;
	text-transform: uppercase;
	margin: 0px;
	padding: 22px 0px 0px 0px;
}

#content p, #content li {
	font-size: 12px;
}

p {
	line-height: 175%;
	padding: 1px 0px 13px 0px;
	margin: 0px;
}

#leftbar {
	float: left;
	width: 476px;
	padding-top: 21px;
}

#rightbar {
	width: 292px;
	float: right;
	margin-left: 30px;
}

body.front #rightbar {
	width: 405px;
	margin-left: 0px;
	padding-top: 5px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 14px 0px;
}

* html ul {
	padding-bottom: 10px;
}

li {
	background: url(../endo2010/images/bullet.png) 0px 1px no-repeat;
	padding-left: 20px;
	margin: 11px 0px;
}

/*Chair LIs*/
li.chair {
	background: none;
	padding-left: 0px;
	margin: 11px 0px;
}


* html li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: -2px 0px 5px 0px;
	background-position: 0px 8px;
}

#rightbar .ad {
	float: right;
	margin-top: 17px;
}

#rightbar li, #rightbar p {
	font-size: 12px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 100%;
}

#rightbar ul li {
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
}

* html #rightbar ul li {	
	background-position: 0px 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}



#footer {
	border-top: 24px #D3D38F solid; 
	margin: 50px 0px 0px 0px;
	text-align: center;
	padding: 20px 0px;
	font-size: 11px;
	color: #333333;
}

#footer ul {
	padding-bottom: 10px;
}

#footer ul li {
	display: inline;
	font-weight: bold;
	background: url(../endo2010/images/footer-li.gif) top right no-repeat;
	margin: 0px;
	padding: 0px 8px 0px 3px;
}

#footer ul li.last {
	background-image: none;
}

ol li { background-image: none !important; } 


/* SCIENTIFIC PROGRAM */

#programViewMenuRight {
	text-align: right;
	font-size: 12px; 
	font-weight: bold;
	padding-bottom: 10px;
	padding-right: 20px;
}
.session_type_header {
	font-weight: bold;
	color: #737349;  
}
.ProgramSearchTime {
	padding-bottom: 5px;
	font-size: 12px;
	color: #333;
}
.ProgramSearchType {
	padding-right:10px;
	font-size: 12px;
	color: #333;
}
.ProgramSearchTitle, .workshopTitle {
	padding: 6px 3px 6px 0;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}
.ProgramSearchDay {
	padding-right:10px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #333;
}
.workshopHeaderRow, .programCatRow {
	font-size: 12px;
	font-weight: bold;
}
.programContentRow {
	width: 850px;
}
.programContentRow:hover, .workshopContentRow:hover {
	background-color: #EFEFE0;
}
/*.programContentRow:hover {
	width: 900px;
}*/
.programhead {
	font-size: 16px;
	color: #D38427;
	width:  600px;
	float: left;
}
.red_highlight {
/* #742A12 */
	color: #000000; 
	font-weight: bold;
}
.orange_header {
	color: #742A12; 
	font-size: 14px;
	font-weight: bold;
}
#WorkshopTitle { 
	font-size:18px; font-weight:bold; color:#982C2A;
}
