html {
	position: relative;
	min-height: 100%;
}

body {
		margin-bottom: 100px;
}

#footer {
	text-align: center;
	font-size: smaller;
	background-color: black;
	color: #999;
	padding-bottom: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	overflow: hidden;
	width: 100%;
}

#header h1, #header h2, #header h3 {
	color: white;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

#header h1 {
	font-size: 2em;
}

#header h2 {
	font-size: 1.5em;
}

#header h3 {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 1.0em;
}

.panel {
	color: white;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: justify;
}

#panel2 {
	background-color: #17375E;
}

#panel3 {
	background-color: #A35DB5;
}

#panel4 {
	background-color: #EEA904;
}

#panel5 {
	background-color: #80BD01;
}

#panel6 {
	background-color: #0073AE;
	text-align: center;
}

#panel7 {
	background-color: #fff;
	color: #17375E;
	text-align: center;
}

#panel7 a {
	color: #17375E;
}

#panel8 {
	background-color: #0B558E;
}


.center-align {
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
}

.logo {
	width: 25%;
	max-width: 300px;
	float: right;
	margin-top: 10px;
	padding: 0px;
	padding: 0px;
}

.logo-image {
	width: 100%;
}

.clear-after:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.byline {
	text-align: center;
	font-size: 2.5em;
	fint-style: italic;
	font-variant: small-caps;
}

.byline1 {
	color: cyan;
	font-weight: bold;
	font-size: 0.8em;
}

.byline1>a {
	color: cyan;
	text-decoration: none;
}

.byline2 {
	color: white;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.photo-img {
	width: 35%;
	border: 1px solid white;
	border-width: 10px 5px 20px 5px;
	border-radius: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.sponsors li {
	display: inline-block;
}

.supporters a, .sponsors a {
	color: white;
	text-decoration: none;
}

.supporters a:hover, .sponsors a:hover {
	text-decoration: underline;
}

.supporters li {
	padding-bottom: 10px;
}

/* dont display these on large screen */
.small-screen {
	display: none;
}
/* display these on large screen  */
.big-screen {
	display: block;
}

.rego-promo {
	float: right;
	border: 3px outset #ccc;
	border-radius: 15px;
	width: 360px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	background: #fa0;
	background-image: -webkit-linear-gradient(top, #fa0, #f80);
	background-image: -moz-linear-gradient(top, #fa0, #f80);
	background-image: -ms-linear-gradient(top, #fa0, #f80);
	background-image: -o-linear-gradient(top, #fa0, #f80);
	background-image: linear-gradient(to bottom, #fa0, #f80);
	background-image: linear-gradient(to bottom, #fa0, #f80);
	background-image: -webkit-linear-gradient(top, #fa0, #f80);
	background-image: -moz-linear-gradient(top, #fa0, #f80);
	background-image: -ms-linear-gradient(top, #fa0, #f80);
	background-image: -o-linear-gradient(top, #fa0, #f80);
	background-image: linear-gradient(to bottom, #fa0, #f80);
}

.rego-promo:hover {
	background-color: #FF8800;
	background: #f90;
	background-image: -webkit-linear-gradient(top, #f90, #fb0);
	background-image: -moz-linear-gradient(top, #f90, #fb0);
	background-image: -ms-linear-gradient(top, #f90, #fb0);
	background-image: -o-linear-gradient(top, #f90, #fb0);
	background-image: linear-gradient(to bottom, #f90, #fb0);
	font-size: 1.6em;
}

.rego-promo-2 {
	font-size: 0.8em;
	font-style: italic;
}

.strike-thru {
	text-decoration: line-through;
	color: #ccc;
}

a#home-link {
	text-decoration: none;
}

a#home-link:hover {
	text-decoration: none;
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	padding: 5px 10px;
}

.table.border-cell {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.border-cell .cell {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.cell:first-child {
	font-weight: bold;
}

.right {
	text-align: right;
}

#accordion h3 {
	font-size: 0.9em;
}

@media all and (max-width: 960px) {
	#contact, #spon-supp {
		float: none;;
		width: 100%;
	}
	#photo1, #photo2, #photo3 {
		width: 80%;
		max-width: 400px;
	}
	.photo-img {
		display: none;
	}
	.byline1, .byline2 {
		font-size: 0.8em !important;
	}
}

@media all and (max-width: 760px) {
	#page {
		width: 100%;
	}
	#content {
		clear: both;
		width: 90%;
	}
	#sidebar {
		clear: both;
		width: 90%;
	}
	div.page-contact {
		display: none;
	}
	div.page-title {
		display: inline-block;
	}
	#nav {
		
	}
	.logo {
		width: 150px;;
		float: inherit;
		clear: both;
	}
	.logo-image {
		width: 100%;
	}
	#header h1 {
		font-size: 1.5em;
	}
	.rego-promo {
		display: none;
	}
}

@media all and (max-width: 660px) {
	/* display these only on small screen */
	.small-screen {
		display: block;
	}
	/* dont display these on small screen  */
	.big-screen {
		display: none;
	}
	span.label {
		display: block;
		text-align: left;
	}
	select, input[type=text], input[type=tel], input[type=number] {
		display: block;
		width: 95%;
		max-width: 320px;
		height: 28px;
	}
	select {
		height: 32px;
		max-width: 250px;
	}
}

@media all and (max-width: 480px) {
	body, #page {
		width: 100%;
		min-width: 360px;
	}
	#page {
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}
	#header {
		padding: 2px 20px;
	}
	.byline1, .byline2 {
		font-size: 0.6em !important;
	}
	.panel {
		padding: 10px 10px;
	}
	#header h1, #header h2 {
		font-size: 1.3em;
	}
	#accordion h3 {
		font-size: 0.8em;
	}
	#accordion h4 {
		font-size: 0.7em;
		margin: 0px;
		padding: 0px;
	}
	#accordion p {
		font-size: 0.7em;
	}
	/* turn off the hover tooltip - annoying on small screen */
	.input-tip:hover .tooltip { /* display tooltip on hover */
		
	}
	.tooltip:before {
		display: none !important;
	}
	.tooltip {
		display: block;
		position: relative !important;
	}

	/* blockify the menu */
	#nav>ul {
		padding: 0;
		margin: 0;
	}
	#nav>ul>li {
		border: 1px solid #aaa !important;
		margin: 2px 1px;
		border-radius: 3px;
		width: 30%;
		vertical-align: top;
	}
	#nav>ul>li:first-child {
		display: none;
	}
	#nav>ul>li>a {
		padding-left: 3px;
		padding-right: 3px;
		border-radius: 3px;
		font-size: 0.9em;
	}
	#nav>ul>li.fb-li {
		border: 1px solid white !important;
	}
	#nav>ul>li.fb-li:hover {
		background-color: white;
	}
	p.footer-tm {
		font-size: 0.7em;
	}
	.small-fb {
		position: absolute;
	}
}

@media only screen and (max-width: 320px) {
}