html{
	background-color: #DFE3BA; 
}
body {
	font: 12px Verdana,Arial,Times;
	color: #000;
	background: #DFE3BA; 
	margin: 5px 0 5px 50%;
}

a:link, a:visited {
	font: 14px "'Trebuchet MS',Verdana,Arial";
	text-decoration: underline;
	color: #000;
}

a:hover, a:active {
	font: 14px "'Trebuchet MS',Verdana,Arial";
	text-decoration: none;
	background-color: #A03E19;
	color:#fff;
	
}

#container {
	position: relative;
	width: 700px;
/*	background: #ADB583 url(/Images/ADA-Audio.jpg) no-repeat top left;*/
/*	background: #ADB583 url(/Images/AudioLogo.gif) no-repeat top center;*/
/*	background: transparent url(/Images/AudioLogo.gif) no-repeat top center;*/
	background-color: #ADB583;
	margin: 0 0 0 -350px;
	/* IE 5 PC doesn't like margin-left and -right: auto */
	border: 5px solid #ffc;
}

h2{
	color: #A03E19;
	font-family: "Trebuchet MS", Verdana;
	margin: 0;
	font-variant: small-caps;
	font-weight:bold;
}

h3 {
	color: #A03E19;
	font: 22px "Trebuchet MS", Verdana;
	margin: 0;
	font-variant: small-caps;
	font-weight:bold;
}

acronym {
	border: 0;
	font-style: normal;
}

/* Header - just provides space */
#pageHeader {
/*	background: #ffff88 url(/Images/AudioLogo.gif) no-repeat top center;*/
	background: #ADB583 url(/Images/ADA-AudioLogo.JPG) no-repeat top center;
/*	background: #ADB583 url(/Images/Online_Logo.gif) no-repeat top center;*/
	height: 350px;
	height: 238px;
}
#pageHeader span {
/*	display: none;*/
}
#pageHeader h2{
	font-size:110%;	
}

/* Content */
#quickSummary {
	margin-top: 50px;
	width: 430px;
	margin-left: 250px;
	color: #42443A;
}
#quickSummary a:link, #quickSummary a:visited {
	color: #42443A;
}
#quickSummary a:hover, #quickSummary a:active {
	color: #42443A;
}
/* This .p1 info is in the header image... */
#quickSummary .p1 {
/*	display: none;*/
}
/*original*/
#preamble, #envelope {
	width: 430px;
	margin-left: 250px;
	margin-top: 15px;
}
/*modified*/
#preamble, #envelope {
	width: 470px;
	margin-left: 220px;
	margin-top: 15px;
}
#footer { 
	position: relative; 
	left: -250px;
	left: -55px;
	width: 400px;
	height: 20px; 
	padding: 78px 0 0 50px; 
/*	background: #ADB583 url(/Images/footer.jpg) no-repeat top left; */
}
#footer a:link, #footer a:visited {
	color: #61A7BC;
	color: #0ff;/*cyan*/
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #61A7BC;
	text-decoration: underline;
}
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
}

/* Left Bar */
#container #linkList {/*original*/
	position: absolute;
	left: 18px;
	top: 340px;
	width: 198px;
	width: 98px;
	font: 10px "Trebuchet MS", Verdana;
}
/*modified*/
#container #linkList {
	position: absolute;
	left: 10px;
	top: 220px;
	width: 180px;/*modified*/
	font: 10px "Trebuchet MS", Verdana;
}
#linkList h3 {
	width: 198px;
	height: 18px;
	margin-top: 20px;
}
#linkList h3 span {
	display: none;
}

/* left header images */
#linkList h3.select {
	background: url(/Images/left_select.gif) no-repeat top left;
}
#linkList h3.archives {
/*	background: url(/Images/left_archive.gif) no-repeat top left; */
}
#linkList h3.navigation {
/*	background: url(/Images/left_navigation.gif) no-repeat top left; */
}
#linkList h3.resources {
	background: url(/Images/left_resources.gif) no-repeat top left;
}
#linkList h3.favorites {
	background: url(/Images/left_favorites.gif) no-repeat top left;
}
#linkList ul {
	list-style: none;
	padding: 0 0 18px 0;
	margin: 0;
/*	background: url(/Images/left_footer.gif) no-repeat bottom left;*/
}
#linkList ul li {
	padding: 5px 10px 5px 10px;
/*	background: #E2D2A2 url(/Images/li_bg.png) bottom left;*/
	background: #F5F5DC url() bottom left;
	border-bottom: 1px solid #1A4861;
	margin: 0;
}
/* li:hover style... have to replace the BG so the color will show up. */
#linkList ul li:hover {
	background-color: #A03E19;
	background-image:none;
	color: #FFF;
}
/* bunch of crazy styles... so IE will still look ok when it
   doesn't parse :hover. */
#linkList #lselect {
	color: #666;
}
#linkList ul li a {
	/* this would be block, save for the nbsp at the end of the
		link for "accessibility" purposes. :P */
	display: inline;
	display: block;
	color: #000;
	line-height:100%;
	text-decoration:none;
/*	text-transform: lowercase;*/
	width: 100%;
}
#linkList #lselect ul li a {
	font: 14px "Trebuchet MS", Verdana;
	font: 100% "Trebuchet MS", Verdana;
	display: block;
	color: #000;
	text-transform: lowercase;
}

#linkList #lselect ul li a.c, #linkList ul li a.c {
	display: inline;
	font: 10px "Trebuchet MS", Verdana;
	font: 100% "Trebuchet MS", Verdana;
	color: #666;
	text-transform: none;
}
/* if the browser doesn't read the :hover pseudoclass, this
	shouldn't render and the text shouldn't change color */
#linkList ul li:hover a, #linkList #lselect ul li:hover a {
	color: #FFF;
}


/* ___________________________________________________________________________ */
/* ADDENDUMS */
@media screen{
	/*
	#logoMainDescription, #logoSubDescription{
		color:#fff;
	display:none;
	}
	*/
	#logoMainDescription , #logoSubDescription {
		color:#fff;
		position:absolute;top:-55em;left:-55em;
	}
	#contentTitle{
		color:#A53C18;
	}
}

.announceOnly{
	left:-100em;
	position:absolute;
	top:-25em;
}
.compliantCenter{
	margin:0 auto;
}
.dotSeparator{
	color:#f00;
	font-size:small;
}
.nonCompliantCenter{
	text-align: center;
}
.smallSpacer{
	clear:both;
	line-height: 1px;
}
h3 {
	color: #A03E19;
	font: 16px "Trebuchet MS", Verdana;
	margin: 0;
	font-variant: small-caps;
	font-weight:bold;
/*	font-size:14px;*/
}
h4 {
	color: #A03E19;
	font: 14px "Trebuchet MS", Verdana;
	margin: 0;
	font-variant: small-caps;
}
#siteMenu{
	position: absolute;
	right: 18px;
	top: 340px;
	top: 135px;
/*	width: 198px;*/
	font: 100% "Trebuchet MS", Verdana;

}
#siteMenu ul li{
	float:left;
/*display:inline;*/
	padding-left:1em;
	list-style-type:none;
	line-height:100%;
}
#siteMenu ul li a{
	width: 100%;
}
#siteMenu ul li a:hover{
 	background-color: #A53C18;
	color:white;
 }
/*_______SCHEDULE PAGE_______________________________________________________ */
			#previous{
				float: left; 
				width: 25%;
				background-color: white; 
				border: 0px solid gray;
			}
			#next{
				float: right; 
				width: 25%;
				background-color: white; 
				border: 0px solid gray;
			}
			.hide{
				color: #ddd
			}
			.oddResult{
/*				font-size: 75%; */
				margin-bottom: 15px;;
/*				background-color: #eee;*/
				background-color: #fff;
				border-bottom: 1px solid #eee;
        text-align:left;
			}
			.evenResult{
/*				font-size: 75%; */
				margin-bottom: 15px;
/*				background-color: beige;*/
				background-color: #ffc;/*beige*/
				border-bottom: 1px solid #eee;
				text-align:left;
			}
			.resultTitle{
/*				background-color: lightblue;*/
				background-color: #cff;
				color: #008;
				font-weight:bold;
				font-size:1.1em;
				text-align: left !important;
			}
      h2 a.resultTitle{
      	display:block;
				background-color: #cff;
				color: #008;
				font-weight:bold;
				font-size:90%;
				text-align: left !important;
        text-decoration:none;
      }
      h2 a.resultTitle:hover{
      	background-color:#ff0;
        color:#f00;
        font-weight:bold;
      }
	h3.resultTitle, h3.resultTitle label{background-color:#cff;color:#008;font-weight:bold;display:block;width:100%;}

			.resultLeft{
				float: left; 
				width: 70%;
				border: 0px solid red;
				padding-left: 10px;
			}
			.resultRight{
				float: left; 
				width: 25%; 
				border-left: 1px solid #cff;/*lightblue*/ 
				padding-left: 2px;
			}
			.resultDescription{
				color:#000;
			}
			.new{
				background-image: url(/Images/new.gif);
				background-repeat: no-repeat;
				background-position: left 0px;
			}
			.indent{
				padding-left:2.5em;
			}
			
			.speaker
			{
				 word-wrap:break-word !important;
			}
			/* SESSION SCHEDULE ENDS */