@charset "UTF-8";

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4F4A4C;
}

p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	color: #69ACB9;
	/*text-transform: lowercase;*/
	background-image: url("/images/content-top.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 20px 40px;
	padding-top: 40px;
}

h2 {
	font-size: 12px;
	margin-left: 40px;
	clear: both;
}

h3 {
	font-size: 12px;
	margin-left: 40px;
	margin-top: 15px;
}

img {
	border: 0;
}

a {
	color: #4F4A4C;
}

p, dl {
	margin: 10px 40px;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 20px;
}

table, tbody, thead, tfoot, tr, td, th {
	margin: 0;
	padding: 0;
}

table {
	margin-left: 15px;
	border-top: 1px solid #4f4a4c;
	width: 680px;
	empty-cells: show;
}

tr:hover a {
	color: #6699A3;
}

td a {
	padding: 5px;
	padding-left: 25px;
	display: block;
	text-decoration: none;
}

th {
	text-align: left;
	font-weight: bold;
}

thead th {
	padding: 5px;
	padding-left: 25px;
	font-weight: bold;
	border-bottom: 1px solid #4f4a4c;
}

tr td {
	border-bottom: 1px solid #4f4a4c;
}

tfoot {
	display: none;
}



/* ------- Common Styles */

.normal-case {
	/*text-transform: none;*/
}


/* ------- Main */

#main {
	background-image: url("/images/main-bg.png");
	background-repeat: repeat-y;
	margin: 20px auto;
	width: 935px;
}



/* ------- Header */

#header {
	background-image: url("/images/main-top.png");
	background-repeat: no-repeat;
	background-color: #fff;
	width: 935px;
	height: 100px;
	position: relative;
}

#header img {
	position: relative;
	top: 20px;
	left: 45px;
	z-index: 1;
}



/* ------- Menu */

#menu {
	background-color: #fff;
	height: 40px;
	padding-left: 230px;
	margin: 0 1px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	border: 1px solid #4f4a4c;
	border-bottom-width: 0;
	background-image: url("/images/menu-bg.png");
	background-repeat: repeat-x;
	width: 660px;
	height: 40px;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu a {
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 4px 10px 2px 13px;
	display: block;
}



/* ------- Submenu */

#submenu {
	float: left;
	display: inline;
	width: 180px;
	background-image: url("/images/submenu-top.png");
	background-repeat: no-repeat;
	padding-top: 60px;
	margin-right: 8px;
	margin-left: 18px;
	font-size: 11px;
	/*text-transform: lowercase;*/
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url("/images/submenu-bg.png");
	background-repeat: repeat-y;
}

#submenu li {
	margin: 0;
	padding: 0;
}

#submenu li ul {
	/*padding-left: 20px;*/
}

#submenu a, .sub-group {
	color: #fff;
	text-decoration: none;
	background-color: #8AC1CA;
	display: block;
	padding: 2px 10px;
	display: block;
	width: 160px;
	margin-top: 4px;
}

#submenu li ul li a {
	width: 140px;
	padding-left: 30px;
}



/* -------- Scripts */

#menu .menu-selected {
	color: #69ACB9;
}

#submenu .submenu-selected {
	background-color: #95D0DA;
	margin-top: 4px;
}



/* ------- Content */

#content {
	float: left;
	display: inline;
	width: 710px;
	background-image: url("/images/content-bg.png");
	background-repeat: repeat-y;
	min-height: 517px;
	overflow: hidden;
}

#content ul {
	list-style-type: disc;
	padding: 0 120px 10px 70px;
}

#content ol {
	list-style-type: decimal;
	padding: 0 120px 10px 70px;
}

#content li {
	padding-bottom: 5px;
}

#content li ul {
	padding-left: 20px;
}

#content li ul li {
	list-style-type: circle;
	padding: 0;
}

#content div {
	margin-left: 40px;
	margin-right: 40px;
}

#content dd p, #content div p {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#content dd ul {
	padding-left: 40px;
}

.event-info dd {
	margin-left: 20px;
	padding-bottom: 10px;
}

.content-image {
	float: right;
	margin: 20px;
	margin-top: 0;
}

#content .sponsor-list-logos {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 60px;
}

#content .sponsor-list-logos li {
	float: left;
	list-style-type: none;
	margin-right: 0;
	padding-right: 20px;
}

#content #page-images {
	width: 670px;
	height: 400px;
	overflow: auto;
	margin-left: 20px;
}

#content .no-sponsors {
	margin-bottom: 10px;
}

#content li li {
	list-style-type: lower-alpha;
}



/* ------- Footer */

#footer {
	clear: both;
	background-image: url("/images/footer-bg.png");
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 50px;
	padding-left: 20px;
	font-size: 11px;
	height: 80px;
	line-height: 11px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer-name, .footer-city {
	text-transform: lowercase;
}

#footer-name {
	margin-right: 4px;
	padding-right: 8px;
	border-right: 1px solid #4F4A4C;
}

.footer-city {
	color: #69ACB9;
	margin-right: 2px;
}

.social-media {
	padding-left: 9px;
	margin-left: 3px;
	border-left: 1px solid #000000;
}

.social-media img {
	position: relative;
	top: 4px;
}

#footer #copyright {
	position: relative;
	top: -10px;
	left: 690px;
	width: 200px;
	text-align: right;
	color: #8AC1CA;
}





/* ------- Event Registration */

#event-registration {
}

#event-registration h2, #event-registration h3, #event-registration div {
	margin: 0;
	padding: 0;
}

#event-registration h2 {
	margin-bottom: 10px;
}

#content #registration-members, 
#content #registration-non {
	display: inline-block;
	width: 40%;
	margin-right: 10px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px 20px;
	text-align: center;
}

#event-registration input {
	margin: 5px 0;
}

.event-registration h2 {
	margin-top: 30px;
}

.event-registration input {
	margin-bottom: 10px;
}

.form-buttons input {
	padding: 2px 8px;
	overflow: visible;
}

#content #registration-form {
	margin: 0;
	padding: 0;
}

#content #registration-form div {
	margin-top: 10px;
}

#registration-form label {
	width: 120px;
	display: inline-block;
	vertical-align: top;
	line-height: 25px;
}

#registration-form .text-input, 
#event-registration .text-input {
	border: 1px solid #CCCCCC;
	padding: 4px 8px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}

#event-registration .text-input {
	width: 220px;
}

#registration-form .small-input, 
#event-registration .small-input {
	width: 40px;
	/*margin-right: 10px;*/
}

#registration-form .short-label {
	width: auto;
	margin-right: 10px;
	margin-left: 20px;
}
#registration-form .number-input {
	margin-right: 0;
}

fieldset {
	margin: 0 40px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #CCCCCC;
}
fieldset fieldset {
	margin: 0 20px;
	margin-bottom: 20px;
	background-color: #FCFCFC;
	padding-bottom: 20px;
}
#registration-info {
	background-color: #FCFCFC;
}
#content fieldset div {
	margin-left: 20px;
}
legend {
	margin-left: 10px;
	padding: 4px 8px;
	font-weight: bold;
	font-size: 12px;
	/*border: 1px solid #CCCCCC;*/
}
.form-buttons {
	/*text-align: right;*/
}



#registration-info {
	padding: 20px;
	border: 1px solid #EEEEEE;
}
#registration-info h2, 
#registration-info h3 {
	margin: 10px 0;
}
#registration-info h2 {
	margin-top: 0;
	font-size: 14px;
}
#registration-info h3 {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}
#registration-info form {
	margin-top: 20px;
}
#registration-info form div {
	margin: 0;
}
#registration-info ul {
	padding-left: 30px;
}
#registration-info p {
	padding-left: 15px;
}
#registration-info .order-total {
	font-size: 16px;
}
.registration-steps {
	position: relative;
	top: -10px;
	font-weight: bold;
	font-size: 10px;
	float: right;
	margin-top: -50px;
}
.form-note {
	font-style: italic;
	padding-left: 20px;
	margin-bottom: 20px;
}


.required label, 
.required span {
	color: #3b7b86;
}
.required span {
	font-weight: bold;
	font-size: 14px;
	margin-left: 3px;
}

.admin {
	border: 2px dashed #000000;
	padding: 20px;
	background-color: #FFAAAA;
	font-weight: bold;
}

.credit-cards {
	float: right;
}


/* ---- RSVP List */

#rsvp-list {
	height: 100px;
	overflow: auto;
	width: 175px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 10px;
}
#rsvp-list ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	list-style-type: none;
}









.testing {
	background-color: #F0FFF0;
}


.warning {
	border: 4px solid red;
	background-color: yellow;
	padding: 10px;
}






pre {
	white-space: pre;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 40px;
	
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
