/* ===========================================================
   NORMALIZE
   =========================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }audio:not([controls]) { display: none; }
[hidden] { display: none; }html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }body { margin: 0; font-size: 13px; line-height: 1.231; }body, button, input, select, textarea { font-family: sans-serif; color: #222; }a { color: #00e; }a:visited { color: #551a8b; }a:hover { color: #06e; }a:focus { outline: thin dotted; }a:hover, a:active { outline: 0; }abbr[title] { border-bottom: 1px dotted; }b, strong { font-weight: bold; }blockquote { margin: 1em 40px; }dfn { font-style: italic; }hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }ins { background: #ff9; color: #000; text-decoration: none; }mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }q { quotes: none; }q:before, q:after { content: ""; content: none; }small { font-size: 85%; }sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }sup { top: -0.5em; }sub { bottom: -0.25em; }ul, ol { margin: 1em 0; padding: 0 0 0 40px; }dd { margin: 0 0 0 40px; }nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }svg:not(:root) { overflow: hidden; }figure { margin: 0; }form { margin: 0; }fieldset { border: 0; margin: 0; padding: 0; }/*label { cursor: pointer; }*/legend { border: 0; *margin-left: -7px; padding: 0; }button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }button, input { line-height: normal; *overflow: visible; }table button, table input { *overflow: auto; }button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }textarea { overflow: auto; vertical-align: top; resize: vertical; }input:valid, textarea:valid {  }input:invalid, textarea:invalid { background-color: #f0dddd; }table { border-collapse: collapse; border-spacing: 0; }td { vertical-align: top; }

/* ===========================================================
   AOY
   =========================================================== */
body {
	font-size: 14px;
}
.wrap a, .wrap a:visited {
	color: #333;
}
#content h1 {
	margin: 0 0 20px 0;
}
p {
	margin: 0 0 20px 0;
	line-height: 20px;
}
h1 {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 25px;
}
h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
}
a:hover {
	text-decoration: none;
}
#container {
	position: relative;
}
#logo {
	text-align: center;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	background: #0069E6;
	overflow: hidden;
}
.wrap_about {
	width: 1020px;
	margin: 0 auto;
}
.wrap_inner {
	width: 1020px;
	float: left;
}
#promotop {
	width: 760px;
	height: 50px;
	float: right;
}
#about {
	width: 100%;
	float: left;
}
#about p {
	width: 560px;
	float: right;
	padding: 20px;
	margin: 0;
}
#sidebar {
	width: 240px;
	padding: 20px;
	float: left;
}
#sidebar_top {
	text-align: center;
}
#sidebar ul {
	list-style: none;
	text-align: right;
}
#sidebar ul li {
	margin: 8px 0;
}
#sidebar li#register {
	margin-top: 20px;
}
#sidebar ul li a {
	text-decoration: none;
}
#sidebar .register_button {
	clear: both;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sponsors {
	clear: both;
	margin: 30px 0;
	padding: 0;
}
.sponsor_type {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.sponsor_type:first-child {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
#content {
	width: 720px;
	padding: 20px;
	float: left;
	min-height: 800px;
}

/* ===========================================================
   ARCHIVE/PREVIOUS HONOREES
   =========================================================== */
#archive {
	padding: 0;
}
#archive h3 {
	font-weight: bold;
	clear: both;
	float: left;
	padding: 8px 30px 10px 45px;
	font-size: 20px;
	height: 22px;
	display: block;
	margin: 20px 0 20px -35px;
}
#archive ul, #archive p {
	clear: both;
	list-style-type: none;
}

/* ===========================================================
   REGISTER
   =========================================================== */
#register_left {
	width: 270px;
	margin-right: 10px;
}
#register_right {
	width: 380px;
}
.error_row {
	display: block;
}
#register_left ul div.right {
	text-align: left;
}

/* ===========================================================
   FORMS
   =========================================================== */
fieldset, dl, dt, dd {
	padding: 0;
	margin: 0;
	border: 0;
}
.pending_registrants h2 {
	font-size: 18px;
	margin: 0 0 20px 0;
	clear: both;
}
#register_left {
	float: left;
}
#register_left label {
	font-weight: bold;
}
#register_left dl {
	margin: 0 0 10px 0;
}
.pricing ul {
	list-style-type: disc;
	margin: 10px 0 10px 30px;
}
#register_right {
	float: left;
	position: relative;
}
#register_right dl {
	margin: 0 0 20px 0;
}
#register_right dt.name {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}
#register_left dl dt {
	font-weight: bold;
	margin: 10px 0;
}
.form_section {
	padding: 0;
	margin: 5px 0;
	display: block;
	overflow: hidden;
	clear: both;
}
.form_section p {
	margin: 0 0 20px 0;
}
.form_section p strong {
	margin: 20px;
	text-align: right;
}
.form_section label {
	display: inline;
	width: 120px;
	float: left;
	/*font-size: 12px;*/
	text-align: right;
	padding: 0 10px 0 0;
}
.total {
	margin: 20px 0 10px 0;
}
#total strong {
	display: block;
}
.form_section select {
	width: 165px;
}
.expiration select {
	width: auto;
}
.pending_registrants {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.pending_registrants ul li {
	overflow: hidden;
	margin: 0 0 5px 0;
}
.pending_registrants ul {
	padding: 0;
	line-height: 20px;
	position: relative;
	overflow: hidden;
	width: auto;
}
.pending_registrants em {
	display: block;
	font-style: normal;
}
#register_right ul div.left {
	display: block;
	float: left;
	width: 353px;
	text-align: left;
}
#register_right ul div.right {
	float: left;
	width: 75px;
	clear: none;
	text-align: left;
}
#register_left ul div.left {
	display: block;
	float: left;
	width: 153px;
}
#register_left ul div.right {
	float: left;
	width: 75px;
	clear: none;
	text-align: left;
}
.pending_registrants ul a {
	display: block;
	float: left;
}
.form_section input[type="url"],
.form_section input[type="text"],
.form_section input[type="email"],
.form_section input[type="number"] {
	padding: 2px 6px;
	font-size: 13px;
	width: 150px;
	opacity: .8;
	background: #fff;
	background: rgba(255,255,255,0.5);
	border: 1px solid #999;
}
.form_section textarea {
	border: 1px solid #999;
}
#register_right table {
	margin: 10px 0;
}
#register_right legend {
	font-size: 12px;
	padding: 0 10px;
}
#register_total {
	clear:both;
	padding: 0 20px;
	line-height:30px;
	font-weight:bold;
}
#register_total a {
	font-weight:normal;
	margin:0 10px;
}
#register_another_person {
	border: 0;
	font-size: 12px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
	background: transparent;
	font-weight: bold;
	color: #5F82A3;
	text-decoration: underline;
}
#register_another_person:hover {
	cursor: pointer;
	text-decoration: none;
}
.error_row, span.error {
	font-size: 10px;
	font-weight: bold;
	color: red;
	margin: 0 0 0 3px;
}
#error_row { 
	margin: 5px;
	padding: 0;
	color: red;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
}
#error_row ul {
	float: left;
	padding: 10px;
	color: #000;
}
#error_row ul li {
	float: left;
	margin: 0 20px 0 0;
}
input#submit, a#submit {
	border: none;
	display: block;
	background: #db2328;
	color: #fff;
	float: right;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input#submit:hover, a#submit:hover {
	background: #b61800;
}
#cart_id {
	font-size: 20px;
}
.checkout {
	margin: 0 0 10px 0;
}