/* Design and layout for this web site by Lesley Feldman (lesley.feldman@mac.com) */
/* XHTML and CSS for this web site by John Visser (john@bluemoondesign.com) */

html {
	min-height: 100%;
	margin-bottom: 1px; /* forces scrollbar */
}
body {
	background: #f5f2e3 url(../img/bg_body.gif) repeat-y 50% 0;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
body > #container {
	padding-right: 1px;
} /* not for IE */


/* Styles specific to the home page */

#home #logo {
	display:block;
	width: 400px;
}
#home #column-right {
	width: 495px;
}
* html #home #column-right {
	overflow-x: hidden;
	overflow-y: hidden;
	width: expression(495);
}
#home ul#nav-top {
	margin: 0 0 0 275px;
}
#home ul#nav-main {
	margin: 0 0 0 -5px;
}
#home ul#nav-main li a:link, #home ul#nav-main li a:visited {
	margin: 5px 0 0 15px;
}
#home #description {
	background:url(../img/home-right.png) no-repeat;
	height: 255px;
	width: 495px;
}
#home #description p {
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	line-height: 1.3em;
	padding: 115px 40px 40px 40px;
}
#home #copyright {
	color: #77787b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 50px 0 0 0;
	float: right;
}
#nav-news {
	padding: 5px 0 0 0;
	width: 495px;
	height: 148px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#logo {
	display:block;
	width: 305px;
}
#logo img {
	border: none;
}
#mailing-list {
	margin: 35px 40px 0 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mailing-list h3 {
	font-size: 10px;
	text-transform:uppercase;
	color: #F15E24;
	margin-bottom: 7px;
}
#mailing-list p {
	font-size: 10px;
	color: #77787b;
	margin-bottom: 10px;
}

#mailing-list a:link, #mailing-list a:visited, #mailing-list a:active {
	color: #77787b;
	text-decoration:underline;
	font-weight: normal;
}
#mailing-list a:hover {
	color: #000;
}

#mailing-list form input {
	border: 1px solid #77787b;
	padding: 5px;
	width: 145px;
	font-size: 11px;
}
#nav-news .date {
	color: #fff;
	display: block;
	overflow: hidden;
	font-weight: 700;
	margin-bottom: 8px;
}
#nav-news .headline {
	color: #8a181b;
	display: block;
	overflow: hidden;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 8px;
}
#nav-news .more {
	color: #8a181b;
	display: block;
	overflow: hidden;
	text-decoration: underline;
	font-weight: normal;
}
#nav-news li {
	float: left;
}

#nav-news .news-left {background: url(../img/bg_news-left2.png) no-repeat;}
#nav-news .news-left a:link, #nav-news .news-left a:visited, #nav-news .news-left a:active {
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 15px;
	width:136px;
	height:118px;
	background: url(../img/bg_news-left1.png) no-repeat;
}
#nav-news .news-left a:hover {
	background: url(../img/bg_news-left2.png) no-repeat;
}

#nav-news .news-middle {background: url(../img/bg_news-middle2.png) no-repeat;}
#nav-news .news-middle a:link, #nav-news .news-middle a:visited, #nav-news .news-middle a:active {
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 15px;
	width:133px;
	height:118px;
	background: url(../img/bg_news-middle1.png) no-repeat;
}
#nav-news .news-middle a:hover {
	background: url(../img/bg_news-middle2.png) no-repeat;
}

#nav-news .news-right {background: url(../img/bg_news-right2.png) no-repeat;}
#nav-news .news-right a:link, #nav-news .news-right a:visited, #nav-news .news-right a:active {
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 15px;
	width:136px;
	height:118px;
	background: url(../img/bg_news-right1.png) no-repeat;
}
#nav-news .news-right a:hover {
	background: url(../img/bg_news-right2.png) no-repeat;
}
#nav-news .news-left a:hover .headline, #nav-news .news-middle a:hover .headline, #nav-news .news-right a:hover .headline {
	color: #f15e24;
}
#nav-news .news-left a:hover .more, #nav-news .news-middle a:hover .more, #nav-news .news-right a:hover .more {
	color: #fff;
}
#home #column-left {
	width: 400px;
}
#footer {
	clear: right;
	width: 870px;
	margin: 5px 0 0 0;
	font-family: Verdana, Arial, Helvetica;
}
#footer h3 {
	color: #f15e24;
	font-size: 10px;
	text-transform:uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
#footer #mailing-list {
	margin: 0 0 0 40px;
	padding: 0 35px 0 0;
	float: left;
	display: inline;
}
#footer #legislative-updates {
	width: 270px;
	float: left;
}
#footer #legislative-updates p {
	color: #77787b;
	font-size: 10px;
	line-height: 1.1em;
}
#footer #legislative-updates a:link, #footer #legislative-updates a:visited, #footer #legislative-updates a:active {
	color: #77787b;
	text-decoration:underline;
	font-weight: normal;
}
#footer #legislative-updates a:hover, #home #footer #copyright a:hover {
	color: #000;
}
#column-right {
	width: 590px;
	font-weight: normal;
	float: right;
	clear: both;
}
* html #column-right {
	overflow-x: hidden;
	overflow-y: hidden;
	width: expression(590);
}
#description {
	height: 220px;
	width: 590px;
	clear: both;
}
ul#nav-top {
	list-style: none;
	padding: 0;
	margin: 0 0 0 370px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 80px;
}
ul#nav-top li {
	float: left;
}
ul#nav-top li a:link, ul#nav-top li a:visited, ul#nav-top li a:active {
	margin-right: 4px;
	width: 91px;
	height: 35px;
	line-height: 23px;
	background: url(../img/bg_nav-top.png) no-repeat 0px 0px;
	display: block;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
ul#nav-top li a:hover, ul#nav-top li a.here {
	background: url(../img/bg_nav-top.png) no-repeat 0px -35px;
}
ul#nav-main {
	list-style: none;
	padding: 0;
	margin: 0 0 0 50px;
	clear: both;
	width: 515px;
	height: 40px;
}
ul#nav-main li {
	float: left;
	margin: 7px 0 0 0;
	padding: 7px 0 0 0;
}
ul#nav-main li a:link, ul#nav-main li a:visited {
	margin: 5px 0 0 20px;
	padding: 5px 0 0 0;
	height: 100px;
	background: #fff;
	color: #8A181B;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	border-top: 3px solid #fff;
}
ul#nav-main li a:hover, ul#nav-main li a.here {
	/* padding-bottom: 15px; */
	color: #f15e24;
	border-top: 3px solid #f15e24;
	font-weight: normal;
}
#content {
	padding: 35px 45px 35px 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#content p {
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
#content ul {
	margin: 0 0 20px 0;
	list-style: none;
}
#content ul li {
	background:url(../img/dash.png) no-repeat 0 .5em;
	padding-left: 12px;
	font-size: 11px;
	line-height: 1.4em;
}
#content ul li ul {
	padding-top: 0;
}
#content ul.morespace li {
	margin: .85em 0;
}
#content ol {
	margin: 0 0 50px 25px;
	list-style: decimal;
}
#content ol li {
	padding-left: 12px;
	font-size: 11px;
	line-height: 1.4em;
}
#content ol.morespace li {
	margin: 1.5em 0;
}
#content h2 {
	color: #F15E24;
	font-size: 15px;
	font-style:italic;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}
#content h2 span.smaller {
	font-size: 13px;
}
#content h3 {
	font-size: 14px;
	color: #8a181b;
	font-weight: normal;
	margin: 20px 0 10px 0;
	font-style:italic;
	text-transform: uppercase;
}
#content h4 {
	font-size: 12px;
	color: #8a181b;
	font-weight: normal;
	margin: 20px 0 10px 0;
	font-style:italic;
	text-transform: uppercase;
}
#content a:link, #content a:visited, #content a:active {
	text-decoration:none;
	color: #F15E24;
	font-weight: normal;
	font-size: 11px;
}
#content a:hover {
	text-decoration: underline;
	color: #8a181b;
	font-weight: normal;
	font-size: 11px;
}
#content p a[href $='.pdf'], #content li a[href $='.pdf'] {
	background: transparent url(../img/pdf.png) 100% 50% no-repeat;
	padding: 1px 17px 0 0;
}
#content #warning {width: 100%; border: 1px solid #8D1B1C; background: #F5F2E3;}
#content #warning h2 {background: #8D1B1C; text-align:center; color: #fff; padding: 5px; font-size: 15px; font-weight: 700;}
#content #warning p, #content #warning ul {padding: 0 15px;}

table#presentation-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 20px;
	width: 100%;
}
table#presentation-table td.heading {
	color: #fff;
	background: #77787b;
	font-style:italic;
	border-right: none;
}
table#presentation-table td {
	padding: 7px;
}
table#presentation-table td {
	background: #f4f0e1;
	color: #77787b;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
table#presentation-table td.noborder {
	border-right: none;
}
#column-left {
	width: 305px;
	margin: 0;
	padding: 0;
}
#menu-side {
	margin: 25px 40px 0 60px;
	width: 200px;
}
#menu-side h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f15e24;
	text-transform:uppercase;
	font-style:italic;
	padding: 15px 0 10px 0;
	background: url(../img/bg_h2.png) no-repeat;
}
#menu-side ul {
	list-style:none;
	border-bottom: 1px solid #f15e24;
}
#menu-side ul li {
	list-style: none;
	margin: 0;
	padding: 0.5em 0;
	border-top: 1px solid #f15e24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #77787b;
	font-weight: normal;
}
#menu-side ul li a {
	text-decoration: none;
	color: #77787b;
	display: block;
	width:200px;
	padding: 0.1em 0;
	font-weight: normal;
}
#menu-side ul li a:hover {
	color: #f15e24;
	text-decoration: none;
}
#menu-side ul li.here {
	border-top: 2px solid #f15e24;
	border-bottom: 1px solid #f15e24;
}
#menu-side ul li.here a {
	color: #f15e24;
}
p#tagline {
	color: #F15E24;
	font-style:italic;
	font-size: 12px;
	margin-top: 50px;
	padding-top: 7px;
	background: url(../img/bg_tagline.png) no-repeat;
}
p#copyright {
	color: #77787b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 75px 0 5px 0;
	padding: 0 0 5px 0;
}
p#copyright a:link, a:visited, a:active {
	font-size: 10px;
	color: #77787b;
	font-weight: 700;
	text-decoration:underline;
}
p#copyright a:hover {
	color: #333;
}
table#contact {
	font-size: 11px;
}
table#contact tr th {
	padding: 5px 0;
	text-align:left;
}
table#contact tr td {
	padding: 0 35px 5px 0;
	line-height: 1.3em;
}

table#sponsors {
	width: 100%;
	font-size: 12px;
	margin: 10px 0 30px 0;
}
table#sponsors td {
	padding: 15px 0 15px 0;
	height: 120px;
	line-height: 1.3em;
	vertical-align:middle;
	border-bottom: 1px solid #E2E0CA;
}
table#sponsors td.logo {padding-left: 100px;}

dl#staff {
	margin: 10px 0 75px 0;
	line-height: 1em;
}
dl#staff dt {
	font-size: 11px;
	float: left;
	clear: left;
	width: 190px;
	text-align: left;
}
dl#staff dd {
	font-size: 11px;
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}

.staffphoto {float: left; margin: 5px 10px 10px 0;}

#form-speaker td {font-size: 11px;}
#form-speaker input, #form-speaker textarea {width: 320px;}
#form-speaker textarea {height: 100px;}
#form-speaker input, #form-speaker select, #form-speaker textarea {border-top: 1px solid #ABADB3; border-right: 1px solid #E2E3EA; border-bottom: 1px solid #E2E3EA; border-left: 1px solid #E2E3EA; background:#F5F5F5; padding: 2px; color: #000; font-size: 11px;}
#form-speaker .nostyle {padding: 0; border: 0; background: none;}
#form-speaker input:focus, #form-speaker select:focus, #form-speaker textarea:focus {background:#FFF;}
#form-speaker input:hover, #form-speaker select:hover, #form-speaker textarea:hover {background:#FFF;}
#form-speaker #send-button {border: 1px solid #F15E24; background: #F5F2E3; padding: 0 5px; color: #F15E24; width: 100px; font-weight:700; float:left;}

#form-mailinglist td {font-size: 11px;}
#form-mailinglist input, #form-mailinglist textarea {width: 320px;}
#form-mailinglist textarea {height: 100px;}
#form-mailinglist input, #form-mailinglist select, #form-mailinglist textarea {border-top: 1px solid #ABADB3; border-right: 1px solid #E2E3EA; border-bottom: 1px solid #E2E3EA; border-left: 1px solid #E2E3EA; background:#F5F5F5; padding: 2px; color: #000; font-size: 11px;}
#form-mailinglist .nostyle {padding: 0; border: 0; background: none;}
#form-mailinglist input:focus, #form-mailinglist select:focus, #form-mailinglist textarea:focus {background:#FFF;}
#form-mailinglist input:hover, #form-mailinglist select:hover, #form-mailinglist textarea:hover {background:#FFF;}
#form-mailinglist #send-button {border: 1px solid #F15E24; background: #F5F2E3; padding: 0 5px; color: #F15E24; width: 100px; font-weight:700; float:left;}

#reader-download {padding: 0 0 0 60px; border: none; margin: 50px 0 0 0;}
