@charset "UTF-8";
/* CSS Document */

/*

Colour Scheme:

black	- #000000
white	- #FFFFFF

brown	- #C1462D

*/

/*

OVERWRITE DEFAULT STYLES

*/

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Medium.woff2') format('woff2'),
        url('../fonts/DIN-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Light.woff2') format('woff2'),
        url('../fonts/DIN-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

body {
	margin:0;
}

body, table td {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	color:#666666;
}

table {
	border:0;
	border-spacing:0;
	border-collapse:collapse;
}

table td {
	padding:0;
	vertical-align:top;
}

table.copy td:first-child {
	max-width: 540px;
	padding-right: 40px;
}

img {
	border:0;
}



/*

GLOBAL CLASSES

*/

h1 {
	margin:0 0 10px 0;
	padding:0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#C1462D;
	font-size:22px;
	line-height:1;
	letter-spacing:4px;
	font-weight:100;
}

a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#C1462D;
}

.button .up {
	display:inline;
}

.button .over {
	display:none;
}

.button:hover .up {
	display:none;
}

.button:hover .over {
	display:inline;
}

.activebutton .up {
	display:none;
}

.activebutton .over {
	display:inline;
}



/*

SPECIFIC STYLES

*/



#container {
	/*width:1000px;
	margin:50px auto 100px auto;*/
}

#main-window {
	position:relative;
}

#nav {
	font-family: 'DIN';
	font-weight: 300;
	padding: 40px 0;
}

#nav a {
 	color: #525153;
	text-transform:uppercase;
	text-decoration:none;
	font-weight: 300;
	font-size: 1.1rem;
	margin: 10px 0;
}

#nav a:first-child,
#nav a:last-child {
	position: relative;
}

#nav a:first-child:before {
	content: '';
	width: 100px;
	height: 1px;
	background: #6b6b6b;
	position: absolute;
	top: 10px;
	left: -118px;
}

#nav a.active:after {
	content: '';
	background-image: url(/images/_global/maple-insignia.png);
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	left: calc(50% - 10px);
}

#nav a:last-child:before {
	content: '';
	width: 100px;
	height: 1px;
	background: #6b6b6b;
	position: absolute;
	top: 10px;
	right: -118px;
}

#nav > a + a {
	margin-left: 20px;
}

#nav a.active {
	color:#000000;
	position: relative;
	font-weight: 500;
}

#nav a:hover {
	color:#000000;
}

#rego-form td {
	font-size:14px;
	line-height:20px;
}

#rego-form .textinput {
	width:245px;
	height:20px;
	background-color:#FFFFFF;
	border-style:none;
	margin:1px 1px 4px 1px;
	padding:3px 2px 0 2px;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size:12px;
	line-height:20px;
}

#rego-form .asterisk {
	position:absolute;
	display:block;
	z-index:1;
	width:5px;
	height:6px;
	right:9px;
	top:9px;
	background-image:url('../../images/_global/asterisk.png');
	background-repeat:no-repeat;
}

#content {
	position:relative;
	min-height:151px;
}

#content table {
	margin:18px 0 0 0;
}

#content table td {
	width:200px;
	padding-right:30px;
}



/* 

CREDIT LINT

*/

#credit-link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	letter-spacing:normal;
	color:#CCCCCC;
	text-align:right;
	text-transform:none;
}

#credit-link a {
	color:#ACCE0E;
	text-decoration:none;
}

#credit-link a:hover {
	color:#000000;
}