/* 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;
}
a {
    text-decoration: none;
    color: #547725;
}

b {
    font-weight: bold;
}


/*Colors
Green: #8CC63E
Red: c93a00
*/


@font-face { font-family: avenir_next; src: url('fonts/Avenir-Next.ttc');}
/*Name font*/@font-face { font-family: courier_new_bold; src: url('fonts/Courier-New-Bold.ttf');}
/*Subtitle font */ @font-face { font-family: dineng; src: url('fonts/DINEngschriftStd.otf');}
/*Title font*/ @font-face { font-family: dinneu; src: url('fonts/DINNeuzeitGroteskStd-BdCond.otf');}
/*Pre Title font */ @font-face { font-family: gill_sans; src: url('fonts/GillSans.ttc');}

body, html {
    height: 100%;
    margin: 0;
    font-family: gill_sans, "Gill Sans MT", Calibri, sans-serif;
    background-color: black;
}

#full-wrap {
    width: 1000px;
    margin: auto;
    background: #8CC63E;
}

h1 {
    font-family: dinneu, "Gill Sans MT", Calibri, sans-serif;
    font-size:60px;
    padding: 20px 0 10px 50px;
    
}

h2 {
    background-color: black;
    color: white;
    width: 250px;
    font-size: 30px;
    padding: 7px 0px 7px 30px;
    margin-top: 15px;
    font-family: gill_sans, "Gill Sans MT", Calibri, sans-serif;
}

h3 {
    font-size: 20px;   
    padding-bottom: 8px;
}


div {
     -moz-box-sizing: border-box; 
     -webkit-box-sizing: border-box; 
     box-sizing: border-box;
     overflow:hidden;
}

#outerwrap {
    width: 900px;
    margin: auto;
     background-color: #8CC63E;
}

#innerwrap-top {
    width: 800px;
    border-bottom: 10px solid;
    margin-right: 100px;
}


#header  {
    background: white;
    width:700px;
    float: right;
    border-right: 10px solid black;
    height: 280px;
}

#header-left {
    width: 50%;
    float: left;
}

#header img {
    height: 300px;
    width: auto;
    border: 2px solid black;
}

#header-right {
    width: 50%;   
    float: right;
}

#mid-title {
    width: 700px;
    margin: 0 100px;
    
}



#mid-title p {
    text-align:center;
    font-size: 35px;
    font-family: dinneu, "Gill Sans MT", Calibri, sans-serif;
    float: right;
    padding: 10px;
  
}

#mid-title .sub {
    font-size: 23px;
}


#innerwrap-middle {
    margin: 0 100px;
    width: 800px;
    height: 140px;
}

#nav img {
    width: 700px;
}
#nav {
    width: 800px;
}

#nav-buttons {
    background: white;
    width: 560px;
    float: left;
    border-left: 10px solid black;
    height: 140px;
    font-family: courier_new_bold, Courier New, monospace;
    /*background: url('images/navbackground');*/
    border-top: 10px solid;
    text-align: center;
}

#nav-buttons h2 {
    margin: 32px 0 0 0;
    padding: 7px 40px;
    display: inline-block;
    width: auto;
    font-size: 25px;
}

#nav-buttons a {
    display: inline-block;
    float: left;
    color: black;
    padding: 30px 0;
    width: 20%;
}

#nav-buttons a:hover {
    text-decoration: underline;
}

#date {
    width: 210px;
    float: left;
    height:140px;
    background: url('images/datebackground.png');
}

#date h2 {
    margin-top: 6px;
    background: none;
    padding-left:10px;
    padding-top: 2px;
}

#date p {
    padding-left: 56px;
    font-size: 15px;
    
}

#date .mit {
    font-size: 30px;
    padding-left: 54px;
    padding-top: 10px;
}

#content {
    min-height: 750px;
    background: white;
    width: 700px;
    margin:0 100px;
    clear: both;
    border-left: 10px solid black;
    padding-bottom: 300px;
}

#content li {
    padding: 3px 0;
}

#content h2 {
   margin-top: 0px; 
   margin-bottom: 15px;
   font-size: 22px;
   width: 100px;
   
}

.column3 {
    width: 33.3%;
    float:left;
    text-align: center;
}

.column2 {
    width: 50%;
    float:left;
    text-align: center;
}

.column1 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 15px 0;
}

#aside {
    background: black;
    height: 59px;
    color: white;
    font-family: gill_sans, "Gill Sans MT", Calibri, sans-serif;
    padding-top:1px;
}

#aside  a {
     color: #8CC63E;
     padding: 0;
     margin: 0;
     display: inline;
     float: none;
     
}

#content table {
    width: 660px;
    margin: auto;
}

table b {
    font-size: 20px;
}

#content table td {
    padding: 30px 0;
    text-align: center;
    width: 220px;
    line-height: 20px;
}

#footer {
    margin-top: -300px;
    height: 321px;
    background: url('images/footer.png');
}

#footer img {
    margin-top: 249px;
    float: right;
}





