/*
---------------------------------------

Table of Contents:

General Styles
Header
Main Content
Footer
No Vacancy
Previous Speakers
Exhibit Application

---------------------------------------
*/


/* General Styles
--------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.screenOnly {
	display: none;
}
p {
	margin-bottom: 16px;
}
p.last {
	margin-bottom: 0;
}
p.smallBot {
	margin-bottom: 4px;
}
ul {
	list-style-type: none;
}
.brandColor {
	color: #3e6a96;
}
.brand2 {
	color: #006600;
}
a {
	color: #0000FF;
}
.linkColor {
	color: #0000FF;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;	
}
.important {
	color: #ff0000;
}
.importantBorder {
	border: 3px dashed #ff0000;
	padding: 16px;
	font-weight: bold;
}
.small {
	font-size: 14px;
}
.x-small {
	font-size: 13px;
	line-height: 18px;
}
.center {
	text-align: center;
}
.hrule {
	border-top: 1px solid #ccc;
	clear: both;
}
.floatLeft {
	float: left;
}
.clear {
	clear: both;
}

/* Header
--------------------------------------------------------------------------------*/
header {
	text-align: center;
	margin-bottom: 13px;
	background-image: url(images/header-bg-img-2.jpg);
	background-repeat: no-repeat;
	background-position: 34% top;
}
header img#logo {
	margin: -3px 0 23px;
	width: 276px;
	height: 200px;
}
header p {
	font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
	line-height: 22px;
}

/* Main Content
--------------------------------------------------------------------------------*/
#main {
	margin: 0 16px;
}
.register {
	display: block;
	text-align: center;
	background-color: #fb5015;
	padding: 10px;
	margin: 0 0 20px;
}
a.register {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover.register {
	background-color: #e54712;
}
h1 {
	font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
	font-size: 121%;
	font-weight: normal;
	color: #3e6a96;
}
h2.border {
	margin: 30px 0 16px;
	padding-top: 26px;
	border-top: 1px solid #ccc;
}
h4 {
	font-size: 100%;
}
img.default {
	display: block;
	margin: 0 auto 20px;
	padding: 5px;
	border: 1px solid #ccc;	
}
#signature {
	margin: 8px 0 7px;
}
.brand2.bigBottom {
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	background-color: #3e6a96;
	color: #fff;
	border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
	margin-bottom: 1px;
	max-width: 382px;
	margin: 0 auto;
}
h3 span {
	display: block;
	padding: 10px;
}
.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 24px;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main #banner-slide {
	border: 1px solid #ccc;
	margin: 0 auto 24px;
}
ul.normal {
	list-style-type: square;	
	padding-left: 36px;
	margin-bottom: 16px;
}    
ul {
	max-width: 382px;
	margin: 0 auto 24px;
}
ul li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #555;
    background-color: #eee;
	border: 1px solid #ccc;
}
ul li a:hover {
    background-color: #fafafa;
}
ul li a.over {
	border-bottom: none;
}
#objectives {
    padding: 16px 20px 20px;
    text-decoration: none;
    color: #555;
    background-color: #eee;
	border: 1px solid #ccc;
	max-width: 340px;
	margin: 0 auto 30px;
}
#objectives p {
	font-weight: bold;
    margin-bottom: 10px;
}
#objectives ol {
    padding-left: 20px;
}
#main h2 {
	color: #3e6a96;
	font-size: 121%;
	font-weight: normal;
}
.title {
	font-size: 14px;
}
article#wohnsBio, article#nwosuBio {
	position: relative;
	max-height: 438px;
}
article + a {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #3e6a96;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 6px 0;
}
.gradient {
	position: relative;
	margin: -68px 0 68px;
	height: 30px;
    background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}
h2#fees {
	margin: 30px 0 10px;
}
table {
	margin-bottom: 10px;
}
tr {
}
td {
	vertical-align: top;
	margin-bottom: 5px;
	padding: 4px 8px;
	width: 100%;
}
td.odd {
	background-color: #ccc;
	padding: 8px;
}
td.second {
	width: 10%;
}
p#include {
	margin-bottom: 4px;
}
ul#includeList {
	list-style-type: square;	
	padding-left: 36px;
	margin-bottom: 18px;
	margin-left: 0;
}
#cme {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	clear: both;
	padding: 20px 20px 0;
	margin: 24px 0;
}
ul.invitedSpeakers {
	list-style-type: square;	
	padding-left: 36px;
	margin-bottom: 16px;
	margin-left: 0;
}
ul.invitedSpeakers li {
	margin-bottom: 12px;
}
@media (max-width: 414px) {
#main h2#keynoteHeader {
	margin-bottom: 16px;
}
.keynote-break {
	height: 22px;
}
img#keynote-2025 {
	margin: 0 auto 20px;
}
p.keynote {
	margin-top: 16px;
}
#horseback, #cascade {
	float: none;
	margin-top: 16px;
	width: 80%;
	max-width: 382px;
}
}
ul#arrival, ul#departure {
	list-style-type: square;
	margin: 0 0 20px 40px;
	max-width: 860px;
}
@media only screen and (max-width: 769px) and (min-width: 767px) {
.keynote-break {
	height: 46px;
}
img#keynote-2025 {
	margin-right: 20px;
	margin-top: 6px;
	float: left;
}
#horseback, #cascade {
	float: none;
	margin-top: 16px;
	width: 80%;
	max-width: 382px;
}
}

/* Footer
--------------------------------------------------------------------------------*/
footer {
	background-color: #5590cc;
	margin-top: 30px;
	padding: 18px 16px 6px;
}
footer p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
footer p#copyright {
	margin-bottom: 10px;
}	
footer a {
	text-decoration: none;
	color: #fff;
}

/* No Vacancy
--------------------------------------------------------------------------------*/
#noVacancy {
	background-color: #fee5dc;
	padding: 20px;
	margin-bottom: 16px;
}
.altLodging {
	font-style: normal;
	margin-bottom: 16px;
}
.altLodging.first {
}
#noVacancy p.last {
	clear: both;
}

/* Previous Speakers
--------------------------------------------------------------------------------*/
#main h2#keynoteHeader, .previous h1, .exhibit h1 {
	margin-bottom: 10px;
}
a.buttonA {	
	margin-top: -4px;
	padding: 4px 12px;	
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
	background-color: #3e6a96;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #3e6a96;
	font-size: 12px;
}
a.buttonA:hover {
    color: #3e6a96;
	background-color: #fff;
    border: 2px solid #ccc;
}
img#wolfe, img#broman {
	margin-top: 16px;
}
ul.invitedSpeakers.listA, .previous dl {
	margin-top: 16px;
}
.previous dd {
	margin-bottom: 16px;
}

@media only screen and (min-device-width : 568px) {
h2#keynoteHeader, .previous h1, .exhibit h1 {
	float: left;
}
a.buttonA {
	float: right;
	padding: 2px 10px;	 
}
ul.invitedSpeakers.listA, .previous dl {
	clear: both;
}
.previous dt, .previous dd {
	float: left;
}
.previous dt {
	clear: both;
	margin-right: 12px;
}
.previous dd {
	width: 90%;
}
}

/* Exhibit Application
--------------------------------------------------------------------------------*/
.exhibit h1 {
	margin-bottom: 10px;
}
.exhibit #main h2 {
	margin-bottom: 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.exhibit a.complete-application {
	color: #fff;
	background-color: #fb5015;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 30px;
}
.exhibit .buttonA {
	margin-bottom: 16px;
	display: inline-block;
}
.exhibit a.complete-application:hover {
	background-color: #e54712;
}
.exhibit ul {
	margin-left: 30px;
	max-width: 100%;
	list-style-type: square;
}
.exhibit .important {
	color: #FF0000
}
.exhibit .highlight {
	background-color: #FFFF00;
}
.exhibit .highlight2 {
	background-color: #00FFFF;
}
.exhibit ol {
	margin-left: 30px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.exhibit #main h2.screenBorder {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-bottom: 10px;
}

@media only screen and (min-device-width : 568px) {
.exhibit h1 {
	float: left;
}
.exhibit .buttonA {
	margin-bottom: 0;
}
.exhibit #main h2.indent {
	margin-left: 30px;
}
.exhibit p.indent {
	margin-left: 30px;
}
.exhibit ul {
	margin-left: 60px;
}
}