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

body {
	margin-left: 3%;
	margin-right: 3%;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-top: 1%;
	margin-bottom: 3%;
}
table {
	padding-left: 10%;
}

h1 {
	text-align: center;
	font-size: x-large;
	font-weight: normal;
	font-style: italic;
}
h2 {
	text-align: center;
	font-size: larger;
}
h4 {
	text-align: center;
	font-size: large;
	font-weight: normal;
}



body section p {
	text-align: left;
	padding-left: 10%;
	padding-right: 10%;
	font-size: large;
}
section ol {
	text-align: left;
	padding-left: 15%;
	padding-right: 10%;
	font-size: large;
}
section ul {
	font-size: large;
	padding-left: 15%;
	padding-right: 10%;
}



body section img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body header {
	margin-bottom: 20px;
	margin-left: 0px;
}


body footer {
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
body footer a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


body header img {
	width: 100%;
	height: 100%;
	margin-top: 3%;
	margin-bottom: 20px;
}

html {
	background-image: url(Images/background-hardwood-smooth-2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

nav {
	height: 40px;
	background: #000000;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #283744;
	width: 100%;
}
nav ul {
    padding: 0;
    margin: 0 auto;
    width: 600px;
    height: 40px;
}
nav li {
    display: inline;
    float: left;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
    border-right: 1px solid #000000;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
nav a:hover, nav a:active {
    background-color: #F70408;
}
nav a#pull {
    display: none;
}
@media screen and (max-width: 600px) {
    nav { 
        height: auto;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    nav li {
        width: 50%;
        float: left;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
    }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
}
@media only screen and (max-width : 480px) {
    nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav a#pull {
        display: block;
        background-color: #000000;
        width: 100%;
        position: relative;
    }
    nav a#pull:after {
        content:"";
        background: url() no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
}
}

@media only screen and (max-width : 320px) {
    nav li {
	display: block;
	float: none;
	width: 100%;
    }
    nav li a {
        border-bottom: 1px solid #000000;
    }
	
}