/* Main */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxx Unclassed elements xxxxxxxxxxxxxxxxxxxxxxxxxxx */

body {
	padding: 0;
	background-color: #333;
	color: #333;
	line-height: normal;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

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

a:link,
a:visited {
	color: #333;
	transition-property: background-color, color;
	transition-duration: 750ms;
}
a:link:hover,
a:link:active,
a:visited:hover,
a:visited:active {
	background-color: #333;
	color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	margin: .5em 0;
}

dt {
	font-weight: bold;
}
dd {
	margin-left: 2em;
}

blockquote {
	margin-left: 2em;
	font-style: italic;
}

i {
	font-style: italic;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Classes xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

a.button {
	display: block;
	margin: 0 auto;
	max-width: 330px;
	padding: 8px 10px;
	border: none;
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 7px;
	text-align: center;
}
.lt-ie9 a.button {
	width: 350px;
}
a.button:link,
a.button:visited {
	background-color: #333;
	color: #FFF;
	text-decoration: none;
}
a.button:link:hover,
a.button:link:active,
a.button:visited:hover,
a.button:visited:active {
	background-color: #666;
	color: #CCC;
}

.pageintro {
	text-align: center;
	line-height: 2;
}

.termsconditions {
	font-size: smaller;
	font-style: italic;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Main layout xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#skipnav {
	display: none;
}
#wrapper {
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
	background: #FFF;
}

#jetcommbanner {
	background-color: #333;
	background-image: url(../../../images/bkgnd/jetcomm.banner.1470x260.jpg);
	background-position: center;
}
#jetcommbanner a {
	display: block;
	margin: 0;
	padding: .25em 1em .5em 1em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
}
#jetcommbanner a:link,
#jetcommbanner a:visited {
	color: #FFF;
	background-color: transparent;
}
#jetcommbanner a:hover,
#jetcommbanner a:active {
	color: #999;
	background-color: transparent;
}
#jetcommbanner a img {
	display: inline;
	width: 125px;
	height: auto;
	padding: 0 .5em 0 .25em;
	vertical-align: bottom;
}



header {
	position: relative;
}

div#eventname {
	position: relative;
	float: left;
	font-size: 1.5em;
	letter-spacing: -1px;
}
@media (min-width: 1000px) {
	div#eventname {
		position: absolute;
		left: 5%;
		top: 3px;
	}
}
div#eventname a {
	display: block;
	padding: .25em;
	text-decoration: none;
}
div#eventname strong {
	font-weight: 800;
}
div#eventtheme {
	position: absolute;
	right: 0;
	top: 0;
}
@media (min-width: 1000px) {
	div#eventtheme {
		right: 4.75%;
		top: 10px;
	}
}
div#eventtheme a {
	display: block;
	padding: 4px;
	text-decoration: none;
}
@media (min-width: 1000px) {
	div#eventtheme a {
		padding: 0;
	}
}
div#eventtheme a:link:hover,
div#eventtheme a:link:active,
div#eventtheme a:visited:hover,
div#eventtheme a:visited:active {
	background-color: transparent;
	color: #333;
}
div#eventtheme img {
	display: block;
	width: 100%;
	max-width: 125px;
	padding: .25em;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxx Navigation Menu xxxxxxxxxxxxxxxxxxxxxxxxxxxx */

nav#mainmenu {
	clear: both;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
@media (min-width: 1000px) {
	nav#mainmenu {
		width: auto;
	}
}
@media (min-width: 500px) {
	nav#mainmenu {
		display: table;
	}
}
nav#mainmenu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
@media (min-width: 500px) {
	nav#mainmenu ul {
		display: table-row;
	}
}
nav#mainmenu li {
	display: inline-block;