/*
  IT-270 Final Project
  Author: Matthew Holmquist
  Date: 5/26/16

  filename: HBlayout2.css

*/


/* Layout styles */

body {
font-family: "Times New Roman", Georgia, Serif;
background-color: linen;
margin: 0px auto;
margin-top: 15px;
padding: 0px;
width: 98%;
max-width: 800px;
min-width: 250px;
}

/* header, footer style */

header, footer {
margin: 0px auto;
}

header img {
border: 2px solid green;
width: 175px;
height: 175px;
}

/* Navigation Menu Styles */

nav.menu {
width: 200px;
float: left;
margin-right: 10px;
}

nav.menu li {
   font-size: 95%;
   text-align: center;
   font: bold 15px Georgia, serif;
   margin: 0%;
   width: 90%;
}

nav.menu li a {
   border: 2px solid green;
   color: black;
   display: block;
}

nav.menu li a:hover {
   color: blue;
}

/* section Styles */

section {
width: 590px;
float: left;
}

/* Address styles */

address {
font: 12px arial, sans-serif;
clear: both;
width: 100%;
}

/* Table Styles */

table {
width: 590px;
float: left;
}

/* Form Styles */

form {
border: 4px solid green;
color: green;
width: 300px;
margin-bottom: 15px;
float: left;
font-weight: bold;
text-decoration: underline;
}

h2 {
color: green;
}

/* Video Styles */

video {
border: 6px solid green;
width: 500px;
height: 300px;
margin-bottom: 15px;
}

