/* overrides! */
#main {
	width: 760px;
	font: 12px verdana;
}
td {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	vertical-align: bottom;
	color: #414141;
}
table { 
	margin: 0px; 
}
p { margin: 0px; }
div { clear: none; }
/* end overrides! */
#subhead {
	background-image: url(images/subhead-bg.jpg);
	width: 760px;
	margin: 10px auto;
	height: 75px;
}
#subhead-leadin {
	font-family: verdana; 
	font-size: 29px;
	color: #00456a;
	text-align: center;
}
#subhead-subleadin {
	font-family: verdana;
	font-size: 24px;
	color: #1d1d1d;
	text-align: center;
}
#subhead-bottom {
	height: 47px;
	width: 760px;
	margin: 10px auto;
	background-image: url(images/subhead-checkmark.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}
#subhead-bottom-left {
	font-weight: bold;
	color: #00456a;
	font-family: verdana;
	float: left;
	font-size: 14px;
	line-height: 22px;
	margin-left: 35px;
	margin-top: 10px;
}
#subhead-bottom-right {
	font-family: verdana;
	font-size: 11px;
	float: right;
	text-align: center;
}
#main-left-column {
	width: 500px;
	margin: 10px 0px 10px 10px;
	float: left;
}
#main-right-column {
	width: 216px;
	margin: 0px 5px;
	float: right;
}
#main-registration {
	border-bottom: 1px black solid;
	text-align: center;
	padding-bottom: 4px;
	font-size: 14px;
}
#shopping-cart-top, #shopping-cart-middle, #shopping-cart-bottom {
	width: 214px;
	margin: 0px auto;
}
#shopping-cart-top {
	background-image: url(images/shopping-cart-bg-top.jpg);
	height: 19px;
	background-repeat: no-repeat;
	margin: 25px auto 0px auto;
}
#shopping-cart-bottom {
	background-image: url(images/shopping-cart-bg-bottom.jpg);
	height: 19px;
	background-repeat: no-repeat;
}
#shopping-cart-middle {
	background-image: url(images/shopping-cart-bg-middle.jpg);
	background-repeat: repeat-y;
}
#shopping-cart-contents {
	width: 170px;
	margin: 0px auto;
	padding: 0px 8px;
	border-bottom: 1px black solid;
}
#shopping-cart-header {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
}
#shopping-cart-total {
	text-align: right;
	padding: 0px 15px;
}
.shopping-cart-wrapper {
	padding: 5px 0px;
}
.shopping-cart-right {
	float: right;
	width: 145px;
	padding-left: 5px;
}
.checkbox {
	width: 12px;
	float: left;
	padding-left: 5px;
}
.image {
	width: 90px;
	float: left;
	margin-left: 10px;
}
.text {
	float: left; 
	width: 373px;
	margin-left: 10px;
	line-height: 16px;
}
.bio-wrapper {
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}
.alt {
	background-color: #e9eef3;
}
.alt2 {
	background-color: #f9f9f9;
}
.clear {
	clear: both;
}
.light-blue {
	color: #006bbc;
}
.dark-blue {
	color: #00456A;
}
.black {
	color: #000000;
}
.red { 
	color: #FF0000; 
}
.bold {
	font-weight: bold;
}
.underline { text-decoration: underline; }
.small { font-size: 9px; }
.hidden p {
	font-size: 12px;
	margin-bottom: 17px;
}
.hidden { display: none; }

#payment-wrapper {
	width: 300px;
	padding-left: 40px;
}
#payment-box {
	background-color: #f8f8f8;
	width: 280px;
	padding: 10px;
}
.payment_input {
	width:276px;
}
#payment-box dd {
	padding-bottom: 5px;
}
.select { 
	font-family: verdana;
	color: #414141;
}
.hp-header { font-size: 16px; }
#line-header {
	text-align: center;
	background-image: url(images/line-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 20px;
	font-family: verdana;
	font-weight: bold;
	font-style: italic;
}
#hp-right {
	float: right;
	text-align: center;
}
#hp-right-top {
	width: 221px;
	height: 176px;
	margin: 0px 45px 20px 75px;
	background-image: url(images/hp-right-bg.gif);
}
#hp-right-bottom {
	/* padding-top: 25px; */
}
.hp-bottom-border {
	padding-bottom: 20px;
	border-bottom: 1px black solid;
}
#hp-middle-left {
	float: left;
	padding-left: 18px;
	width: 500px;
}
#hp-middle-right {
	float: right;
	width: 230px;
}
.hp-speakers {
	float: left;
	padding: 0px 10px;
	text-align: center;
}
#speaker-wrapper {
	padding-top: 10px;
}
#hp-main {
	padding: 10px 5px;
}
ul#hp-list, ul#hp-list ul {
	margin: 5px 0px 0px 17px;	
}
ul#hp-list li {
	background: none;
	margin-bottom: 5px;
	list-style-image: url(images/bullet-arrow.gif);
	padding-left: 0px;
}
ul#hp-list ul li {
	background: none;
	margin-bottom: 5px;
	list-style-image:url(images/bullet-dot.gif);
	padding-left: 0px;
	font-weight: bold;
}
ul#hp-bottom-list {
	padding-top: 6px;
}
ul#hp-bottom-list li {
	list-style: circle inside none;
	background: none;
	margin-bottom: 0px;
}
.not-bold {
	font-weight: normal; /* more overrides! */
}
