﻿html {
	overflow-y: scroll;
} 

body {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0 0 0 0;
	padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #0F6DA0;
	background-image: url('images/Background-Body.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

/* Masthead */

#masthead {
	width: 964px;
	height: 243px;
	margin: 0px auto;
	padding: 40px 10px 0px 10px;
	overflow: hidden;
	text-align: right;
	background-color: #7D3F00;
	background-image: url('images/Background-Header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	color: Black;
	vertical-align: top;
	font-size: 120%;
	font-weight: bold;
}

#masthead h1 {
	display: none;
}

#masthead h2 {
	display: none;
}

#masthead h3 {
	background-image: none;
	color: Black;
	padding: 0px 0px 0px 0px;
}

#masthead p {
	line-height: 75%;
}

#masthead a, #masthead a:link, #masthead a:visited {
	color: Black;
	text-decoration: none;
}

#masthead a:hover {
	text-decoration: none;
	color: #111111;
}


/* Navigation */

#navigation {
	overflow: hidden;
	padding: 120px 0px 10px 0px;
	font-size: 120%;
	text-align: center;
	width: 595px;
	float: right;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
}

#navigation li {
	display: inline;
	width: 150px;
}

#navigation a, #navigation a:visited, #navigation a:link {
	font-weight: bold;
	text-decoration: none;
	color: #EEEEEE;
	padding: 10px 20px;
}

#navigation a:hover {
	text-decoration: none;
	color: white;
}

/* Container */

#container {
	width: 980px;
	background-color: white;
	background-image: url('images/Background-Content.jpg');
	margin: 0 auto;
	padding: 0;
	border-left: 2px black solid;
	border-right: 2px black solid;
}

/* Sidebar Area */

#sidebar {
	position: relative;
	float: left;
	margin: 0;
	width: 175px;
	padding: 15px;
	color: #EEEEEE;
	font-size: large;
	font-weight: bold;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 0.35em 0px 0.5em 0px;
	line-height: 110%;
	padding-left: 0;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}

#sidebar a {
	text-decoration: none;
	color: #DDDDDD;
}

#sidebar a:hover {
	text-decoration: none;
	color: white;
}


/* Content Area */

#content {
	position: relative;
	float: right;
	width: 749px;
	padding: 15px 10px 40px 10px;
	margin: 0;
	background-color: white;
	background-position: right bottom;
	xbackground-image: url('images/Background-Content2.jpg');
	background-repeat: no-repeat;
}

#content h4, #content h3 {
	clear: both;
}

#content h4.noclear, #content h3.noclear {
	clear: none;
}

/* Footer */

#footer {
	overflow: auto;
	clear: both;
	padding: 5px;
	border-top: 2px black solid;
	border-bottom: 2px black solid;
	background-color: #126EA1;
	color: #EEEEEE;
}

#footer ul {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 120%;
}

#footer li {
	list-style: none;
	display: inline;
	padding: 0px 0px 0px 20px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding-bottom: 0.25em;
	line-height: 100%;
}

#footer h3 {
	background-image: none;
	padding: 0px;
	font-size: 130%;
	margin: 0px;
	text-align: center;
}

/* General */

a:visited {
	color: #005389;
}

a:link {
	color: #005389;
}

a:hover {
	color: #0066A3;
}

h2.pagetitle img { 
	width: 100%;
	height: auto;
	border-bottom: 1px solid black;
	margin-bottom: 0px;
}

h1 {
	color: #DB0000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 250%;
	margin: 0px 0px 0em 0px;
	padding-bottom: 10px;	
	border-bottom: 1px solid #005389;
}

h2 {
	color: #DB0000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 210%;
	margin: 0px 0px 0em 0px;
	xbackground-image: url('images/HorizontalLine.jpg');
	xbackground-repeat: no-repeat;
	xbackground-position: bottom left;
	padding-bottom: 10px;
}

h3 {
	background-image: url('images/Icon-Heading.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0px 20px 60px;
	font-size: 130%;
	margin: 0px 0px -10px -40px;
	color: #0C6C9F;
}

h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #005389;
}

h4 {
	font-size: 110%;
	margin: 1em 0px 0.25em 0px;
}

ul {
	margin-left: 2em;
	padding: 0;
}

li {
	margin: 0.5em 0px 0 0px;
}

p {
	line-height: 160%;
	margin: 0px 0px 0.75em 0px;
}

em {
	xfont-weight:bold;
}

ul li ul {
	font-size: 85%;
}


blockquote {
}

textarea {
	width: 99%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
}

table {
	width: 100%;
	margin: 0px 0px 1em 0px;
}

td  {
	vertical-align:top;
	padding: 0.25em;
}

#cart_contact td {
	padding: 3px;
}

table.twocolumns td {
	width: 50%;
}

table.threecolumns td {
	width: 33%;
}

tr.border_bottom td,  tr.border_bottom th {
	border-bottom: 1px solid gray;
}


tr.header {
	background-color: #DBF1FD;
}

tr.altrow {
	background-color: #EDF8FE;
}

.nospace, .nospace td {
	padding: 0px;
	margin: 0px;
	padding-right: 0.25em;
}

table.padding td {
	padding-right: 1em;
}

table.schedule img {
	float: right;
	width: 100px;
	height: 100px;
	border: 1px solid black;
}

table.schedule p {
	font-size: 115%;
	font-weight: bold;
}

table.schedule td+td {
	padding-left: 1em;
}

table.schedule-normal img {
	float: none;
	width: 100px;
	height: 100px;
	border: 1px solid black;
}

p.schedulenote {
	font-size: 100% !important;
	font-weight: normal !important;
	font-style: italic;
	color: #666666;
}

p.break {
	font-style: italic;
	color: #226E97;
}

.smallcaps {
	font-variant: small-caps;
	font-size: 80%;
}

.center {
	text-align: center;
}

img.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.right {
	text-align: right;
}


th  {
	vertical-align:top;
	padding: 0.25em;
}

th {
	text-decoration: none;
}

img.right, iframe.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

a img {
	border: none;
}

.xdavidnote {
	background-color: #FFFFCC;
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: black;
	border: black 1px solid;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size: 80%;
	font-weight: normal;
}

.davidnote a {
	color: black;
	text-decoration:underline;
}

.disclaimer {
	clear: both;
	margin-top: 1em;
	padding-top: 0.5em;
	font-size: 80%;
	border-top: 1px dashed black;
}

.border {
	border: 1px solid black;
}

.contactform {
	margin: 0 auto;
}

p.photoparagraph img {
	margin: 0 .5em .5em 0;
	border: 1px solid black;
}

.photoandcaption {
	float: right;
	margin: 0 0 1em 1em;
	text-align: center;
	font-size: 95%;
	font-variant: small-caps;
	border-bottom: 1px solid black;
}

.photoandcaption img {
	border: 1px solid black;
}

.noborder {
	border: none;
}

.noscreen {
	display: none;
}


iframe.frame {
	border: 2px #652227 solid;
}


.featuredspeaker {
	background-color: #F87D00;
	border: 1px solid black;
	padding: 0.25em;
}

.featuredspeaker a {
	color: black;
}

.sponsors {
	text-align: center;
	border-bottom: 2px solid white;
	padding-bottom: 5px;
	color: white;
}

.sponsors h3 {
	color: white;
}

.sponsors img {
	margin: 0.3em;
}

.sponsors td {
	vertical-align: middle;
}


.inductees td+td{
	text-align: center;
	width: 45%;
}

.inductees h4 {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 1em;
}

.inductees p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.inductees img {
	border: 1px solid black;
}

.sponsortext {
	font-size: 120%;
	color: #666666;
	padding: 0.5em;
}

.SpeakerTable {
	width: 100%;
}

.SpeakerTable td {
	width: auto !important;
	vertical-align: middle;
}

.blog th {
	text-align: left;
}

.blog td {	
	vertical-align: middle;
}

.blog td+td {
	width: 30px;
}

.blog td+td+td {
	width: auto;
}

.SpeakerTable td+td {
	width: 100%;
}

.SpeakerTable p {
	line-height: 100%;
}

.facebooklike {
	float: right;
	position: relative;
	top: -10px;
}

.larger {
	font-size: 155%;
	white-space:nowrap;
}

.smaller {
	font-size: 85%;
	white-space:nowrap;
}

.smallerwrap {
	font-size: 85%;
}

div#clipons {
	position: absolute;
	left: -80px;
}

div#clipons img {
	display: block;
	margin-bottom: -30px;
}

div#clipons a:hover {
	position: relative;
	top: -10px;
	left: -3px;
}

.callout {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	width: 275px;
	padding: 0.25em 0.5em;
	background-color: #C6E9FB;
	border: 1px solid black;
}

.shading {
	background-color: #D2B46E;
	border: 1px solid black;
}


.shade {
	padding: 0.25em 0.5em;
	background-color: #D2B46E;
	border: 1px solid black;
}

.photoalbum img {
	border: 1px solid black;
	margin-right: 15px;
}

p.schedule {
	padding-left: 40px;
	background-image: url('images/Clock.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	font-style:italic;
}

.break {
	font-style:italic;
	color:  #695BE6;
}

.hidden {
 	display: none; 	
}

.grey {
	color: silver;
}

.speakergrid img {
	width: 90%;
	height: 90%;
	padding: 0;
	margin: 0;
}

.speakergrid td {
	padding: 0;
	margin; 0;
}

.speakergrid h4 {
	text-align: center;
	padding-bottom: 1em;
}