* {
	padding:0;
	margin:0;
}

html {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

@font-face {
    font-family: 'source_sans_proextralight';
    src: url('../assets/fonts/hec_website_font-webfont.eot');
    src: url('../assets/fonts/hec_website_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/hec_website_font-webfont.woff') format('woff'),
         url('../assets/fonts/hec_website_font-webfont.ttf') format('truetype'),
         url('../assets/fonts/hec_website_font-webfont.svg#source_sans_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.customfont {
	font-family: 'source_sans_proextralight';
    src: url('../assets/fonts/hec_website_font-webfont.eot');
    src: url('../assets/fonts/hec_website_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/hec_website_font-webfont.woff') format('woff'),
         url('../assets/fonts/hec_website_font-webfont.ttf') format('truetype'),
         url('../assets/fonts/hec_website_font-webfont.svg#source_sans_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size:1.125em;
	background:#ccc;
	color:#00457c;
	margin-top:3em;
	text-align:center;
	background-position:center;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-size:cover;
}

p {
	font-size:0.9em;
}

#blackhyperlink a {
	color:#000;
}

#topcontact {
	font-weight:500;
	color:#00457c;
	border-right:thin;
	padding-right:0.5em;
	border-right-style:solid;
	border-right-color:#eeb211;
}

#topcontact a {
	color:#00457c;
	font-style:normal;
	text-decoration:none;
}

#topcontact a:hover {
	color:#999;
	transition:color ease-in 0.125s;
	transition: text-shadow 0.5s, ease;
	-o-transition:color ease-in 0.125s;
	-moz-transition:color ease-in 0.125s;
	-webkit-transition:color ease-in 0.125s;
	-ms-transition:color ease-in 0.125s;
}

address {
	padding:0;
	margin:0;
}

nav#mainnav {
	width:100%;
	margin-top:0.35em;
	margin-bottom:0.5em;
	background-color:#ccc;
	padding:0.125em 0 0 0em;
	box-shadow:0 0 1em #ccc;
	font-size:1.25em;
	color:#654902;
	border-radius:0.125em;
}

nav#mainnav ul li {
	padding-left:0.25em;
	display:inline;
	list-style:none;
}

nav#mainnav a {
	color:#654902;
	text-decoration:none;
	transition:color ease-in 0.125s;
	transition: text-shadow 0.5s, ease;
	-o-transition:color ease-in 0.125s;
	-moz-transition:color ease-in 0.125s;
	-webkit-transition:color ease-in 0.125s;
	-ms-transition:color ease-in 0.125s;
}

nav#mainnav a:hover {
	color:#999;
	text-decoration:none;
}

#topline {
	position:fixed;
	width:100%;
	height:0.125em;
	top:0;
	left:0;
	background:#eeb211;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

#wrapper {
	width:75%;
	box-shadow:2px 0 50px #ccc;
	margin:0 auto;
	padding:0.3em;
	background-color:#999;
	min-height:100%;
	text-align:left;
}


#wrapper2 {
	width:75%;
	box-shadow:2px 0 50px #ccc;
	margin:0 auto;
	padding:0.3em;
	background-color:#999;
	min-height:100%;
	text-align:left;
	border-top:thin;
	border-top-color:#d9d9d9;
	border-top-style:solid;
}

#wrapper2 li {
	list-style:none;
}

#wrapper2 table {
	width:100%;
	table-layout:fixed;
	border-left:thin;
	border-left-color:#eeb211;
	border-left-style:solid;
	border-right:thin;
	border-right-color:#eeb211;
	border-right-style:solid;
}

#wraper2 td {
	vertical-align:top;
}

#footernav {
	width:100%;
	color:#000;
	font-size:0.9em;
} 

#footernav a {
	color:#654902;
	text-decoration:none;
}

#footernav a:hover {
	color:#fff;
	transition:color ease-in 0.125s;
	transition: text-shadow 0.5s, ease;
	-o-transition:color ease-in 0.125s;
	-moz-transition:color ease-in 0.125s;
	-webkit-transition:color ease-in 0.125s;
	-ms-transition:color ease-in 0.125s;
}

#footernav li {
	list-style:none;
}