@charset "utf-8";
/* CSS Document */
/* Include County Standard Stylesheet  */
@import url(/ssi/header.css);
/* *********************************** */
/*CSS RESET ********************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-family:Arial, Helvetica, sans-serif;
}
/*END CSS RESET ********************************************/

body {
	margin: 0px; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	/*color: #749898;*/
	color: #444;
}
#confshell {
	width: 970px;
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	box-shadow: 0px 0px 10px #333;
	text-align: left;
}
#confshell #confbanner {
	height: 75px;
	padding: 10px;
	background-image: url(/conference/images/bannerbg.jpg);
	background-repeat:repeat-y;
	background-position: right center;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px; /* future proofing */
	border-bottom: 5px solid #f78522;
}
#confshell #confbanner img.name {
	float: left;
	display:block;
	margin-left: 10px;
}
#mainsite {
	background-image: url(/images/mainbg.jpg);
	padding: 20px !important;
}
#confshell #confmainsection {
	background-color: #fff; /* --changed 12/8/14 from #f9f7e3, TMD-- */
	/* background-image:url(/conference/images/mainconfbg.gif); --removed 12/8/14, TMD-- */
	/* background-repeat: no-repeat; --removed 12/8/14, TMD-- */
}
.pagetitle {
	padding: 10px 0px;
}
/* sidebar  --START-- */
#confshell #confmainsection #confsidebar {
	float: left;
	width: 210px; /* --changed 12/8/14 from 200px, TMD-- */
	/* margin: 10px 5px 10px 10px; --removed 12/8/14, TMD-- */
	/* background-color: #749898; --removed 12/8/14, TMD-- */
}
#confshell #confmainsection #confsidebar .divisionname {
	background-image: url(/conference/images/sidebarname-bg.jpg);
	background-color: #175351;
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #175351;
	color: #fff;
	padding: 10px;
	height: 15px;
}
#confshell #confmainsection #confsidebar ul {
	margin: 10px;
	padding: 0px;
	/* border-top: 1px solid #175351; --removed 12/8/14, TMD-- */
}
#confshell #confmainsection #confsidebar ul li {
	list-style-type: none;
}
#confshell #confmainsection #confsidebar ul li a {
	text-decoration: none;
	color: #999; /* --changed 12/8/14 from #fff, TMD-- */
	padding: 15px; /* --changed 12/8/14 from 8px, TMD-- */
	display: block;
	/* border-left: 1px solid #175351; --removed 12/8/14, TMD-- */
	/* border-right: 1px solid #175351; --removed 12/8/14, TMD-- */
	border-bottom: 1px solid #ddd;
	letter-spacing: 2px;
	font-size: 90%;
	text-transform:uppercase;
}
#confshell #confmainsection #confsidebar ul li a:hover {
	background-color: #eee;
	color: #457575;
}
/* sidebar  -- END -- */
#confshell #confmainsection #content {
	margin-left: 240px; /* --changed 12/8/14 from 230px, TMD-- */
}
#confshell #confmainsection #content h1 {
	color: #000;
    margin: 0;
    padding: 10px 0;
	font-size: 120%;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#confshell #confmainsection #content h2 {
	color: #457575;
    margin: 0;
    padding: 10px 0;
	font-size: 105%;
}
#confshell #confmainsection #content h3 {
	font-size: 90%;
	padding: 0 10px 10px;
}
#confshell #confmainsection #content h3 ~ p {
	padding-left: 10px;
}
#confshell #confmainsection #content h4 { font-size: 80%; padding: 5px 15px; color: #666; }
#confshell #confmainsection #content p {
	margin: 0;
	padding: 10px 0px;
	font-size: 80%;
}
#confshell #confmainsection #content p.pdfsize {
	font-size: 75%;
}
#confshell #confmainsection #content ul {
	font-size: 80%;
	margin-left: 30px;
}
#confshell #confmainsection #content ul li {
	padding-bottom: 10px;
}
#confshell #confmainsection #content table {
	font-size: 80%;
	border: 1px solid #B9B8A9;
}
#confshell #confmainsection #content table th {
	width: 30%;
	text-align: center;
	padding: 4px;
}
#confshell #confmainsection #content table th.side {
	border-bottom: none;
	text-align: right;
	padding-right: 4px;
	vertical-align: middle;
}

/* dept footer  --START-- */
#confshell #bottombar {
	clear:both;
	height:40px;
	/* background-color: #208381; --removed 12/8/14, TMD-- */
	/* background-image:url(/conference/images/bannerbg2.jpg); --removed 12/8/14, TMD-- */
	/* background-repeat:repeat-x; --removed 12/8/14, TMD-- */
	-moz-border-radius: 0px 0px 9px 9px;
	-webkit-border-radius: 0px 0px 9px 9px;
	border-radius: 0px 0px 9px 9px; /* future proofing */
	/*border-top: solid 1px #dbf7f5;  --removed 12/8/14, TMD-- */
	margin-top: 20px; /* --added 12/8/14, TMD-- */
	text-align: center; /* --added 12/8/14, TMD-- */
}
#confshell #bottombar #contactinfo {
	color: #175351; /* --changed 12/8/14 from #fff, TMD-- */
	padding: 0; /* --changed 12/8/14 from 5px 10px, TMD-- */
	text-align: center; /* --changed 12/8/14 from right, TMD-- */
	margin:	auto; /* --changed 12/8/14 from 10px 0, TMD-- */
	border-top: 1px solid #ccc; /* --added 12/8/14, TMD-- */
	width: 80%; /* --added 12/8/14, TMD-- */
}
#confshell #bottombar #contactinfo p {
	font-size: 60%;
	letter-spacing: 2px;
	margin: 13px 0; /* --added 12/8/14, TMD-- */
}
/* dept footer  -- END -- */

#content table {
	font-size: 80%;
	color: #333;
	width: 450px;
}
#content table th {
	text-align: center;
	vertical-align: bottom;
	background-color: #B9B8A9;
	color: #fff;
	border-bottom: 2px solid #000;
	padding: 2px 0;
}
#content table tr:nth-child(even) {
	background-color: #DFDECC;
}
/* Alternating row format for < IE9 */
#content table tr.even {
	background-color: #DFDECC;
}
#content table td {
	padding: 4px;
	text-align: center;
}
#content table td.room {
	text-align: left;
}
#content table th.side {
	border-bottom: none;
	text-align: right;
	padding-right: 4px;
	vertical-align: middle;
}

.photo {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	border: 1px solid #666;
	margin: 10px;
	float: right;
}
.pdfsize {
	font-size: 75%;
}



