/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
    font-family: 'league_gothicregular';
    src: url('leaguegothic-regular-webfont.eot');
    src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-regular-webfont.woff2') format('woff2'),
         url('leaguegothic-regular-webfont.woff') format('woff'),
         url('leaguegothic-regular-webfont.ttf') format('truetype'),
         url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'league_gothicCnRg';
    src: url('leaguegothic-condensedregular-webfont.eot');
    src: url('leaguegothic-condensedregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-condensedregular-webfont.woff2') format('woff2'),
         url('leaguegothic-condensedregular-webfont.woff') format('woff'),
         url('leaguegothic-condensedregular-webfont.ttf') format('truetype'),
         url('leaguegothic-condensedregular-webfont.svg#league_gothicCnRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

#container {
	width:100%;
}


header {
	background: url(images/header.jpg) 38px 120px;
	font-size:1px;
}


h2 {
	font-family: 'league_gothicregular', helvetica, ariel;
	font-size: 25px;
	margin-bottom: 15px;
}


h3 {
	font-family: 'league_gothicCnRg', helvetica, ariel;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}


h4 {
	color: #ffffff;
	font-family: 'league_gothicregular', helvetica, ariel;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}


#nav {
	margin: 34px 25px 0px 63px;
	font-family: 'league_gothicregular', helvetica, ariel;
	font-size: 20px;
	float: left;
	border-left: 2px solid black;
	padding-left: 10px;
}


#nav a {
	color: black;
	text-decoration: none;
	line-height: 1.5;
	}
	
	


#contact {
	float: left;
	width: 900px;
	margin: 34px 34px 0px 34px;
}

#content {
	float: left;
	width: 900px;
	margin: 34px 34px 0px 34px;
}

#info {
	width: 425px;
	float: right;
}


#info p {
	font-family: 'league_gothicCnRg', helvetica, ariel;
	font-size: 15px;
}


#content a {
	margin: 0px 44px 0px 0px;
}


#slider {
	float: left;
	width: 900px;
	margin: 34px 34px 0px 34px;
}


#social {
	float: left;
	margin: 25px 0px 0px 0px;
}

#social a {
	display: inherit;
}


#shadowbox {
	float: left;
	width: 900px;
	margin: 0px 34px 0px 34px;
	text-align: center;
	background-color: black;
	padding-top: 34px;
	padding-bottom: 50px;
{

#shadowbox a img {
	padding-bottom: 10px;
}

.subnav {
	color: grey;
}


