html {
	color: #3c4349;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

h1 {
	color: #c7203e;
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
	font-weight: 300;
}
h2{
	color: #c7203e;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
h3{
	color: #A30C33;
	font-family:  'Roboto', sans-serif;
	font-size: 24px;
}
h4{
	color: #A30C33;
	font-family:  'Roboto', sans-serif;
	font-size: 21px;
	font-weight: bold;
}
a {
	color: #A30C33;
}

a.return {
	display: inline-block;
	text-align: center;
	width: 100%;
}

a.return:hover {
	color: #c7203e;
}

li {
	list-style-position: outside;
}

table {
	border: none;
}

tr, td {
	background: #fff;
}

table tbody tr td {
	padding: 2px;
}

.row {
	width: 1024px;
}

div#main-container {
    max-width: 1024px;
    margin: 0 auto;
}

div#content {
    padding: 20px 40px 20px 40px;
    background: none repeat scroll 0 0 white;
    margin: 0 auto;
    text-align: left;    
	border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px #dddddd;
	/*border-top-left-radius: 4px;
	border-top-right-radius: 4px;*/
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

div#content table td {
	color: #666666;
}

.button {
	display: block;
	background: #f06000;
	border: none;
	margin: 20px auto;
	padding: 30px 25px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	vertical-align: middle;
	border-radius: 4px;
}

.button:hover {
	background: #bd4c00;
	color: #ffffff;
}

.landingButton {
	display: block;
	background: #f06000;
	margin: 20px auto;
	padding: 30px 25px;
	/*box-shadow: 5px 5px 3px #ccc;*/
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	vertical-align: middle;
	border-radius: 4px;
	width: 90%;
}
.landingButton:hover {
	background: #bd4c00;
	color: #ffffff;
}

span.smaller {
	font-size: 14px;
}

.wj_errormsgs {
	text-align:center;
}

#wj_main_errormsgs {
	margin-top: 15px;
	text-align:center;
}

#wj_main_errormsgs ul li {
	color: red;
	list-style-position: inside;
}




/* NAV */


.click-nav {
	margin:0px auto;
	width:100%;
}
.click-nav ul {
	position:relative;
	font-weight:900;
	padding: 0;
}

.click-nav ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
}
.click-nav ul li ul {
	position:absolute;
	left:0;
	right:0;
	width: 100%;
	z-index: 9000;
	margin: 0;
}
.click-nav ul .clicker {
	position:relative;
	height: 40px;
	background: #c9282d;
	color:#fff;
}
.click-nav ul .clicker:hover,.click-nav ul .active {
	background:#c05873;
	color: #fff;
}
.click-nav img {
	position:absolute;
	top:9px;
	left:12px;
}
.click-nav ul li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:8px 10px 8px 40px;
	background:#A30C33;
	color:#fff;
	text-decoration:none;
	text-align: center;
}
.click-nav ul li a:hover {
	background:#c05873;
	color: #fff;
}

/* Fallbacks */
.click-nav .no-js ul {
	display:none;
}
.click-nav .no-js:hover ul {
	display:block;
}

.navbar-inner {
	background: #A30C33;
	padding: 0px;
}

.navbar-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

.navbar-inner ul li {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	line-height:40px;
	padding: 0 10px;
	text-align: center;
	width: 33%;
}

.navbar-inner ul li:hover {
	background: #c05873;
}

.navbar-inner ul li a {
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 760px) {
	.hide-nav {
		display: none;
	}

	.click-nav ul .clicker {
		height: 40px;
		background: #A30C33;
		color: #fff;
	}
}

@media only screen and (min-width: 750px) {
	.mobile-nav {
		display: none;
	}
}

@media only screen and (max-width: 760px) {
    .mobileHide {
	    display:none;
    }
}

@media print{
	.hide-on-print {
		display: none;
	}
	.print-only {
		display: block;
	}
}

b.day {
	color: #142a5b;
}

.registerButton {
	background: #A30C33;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 10px 15px;
}

.registerButton:hover {
	background: #c05873;
	color: #fff;
}