/*
   AMC Style Sheet
   Author: Tina Pescheta
   Date:  April 22, 2012

   Filename:         amc.css
   Supporting Files: amclogo.png, ndalogo.png

*/

html {
   background-color: rgb(245, 245, 245);
}


body * {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;
   list-style: none;
   margin: 0px;
   padding: 0px;
   text-decoration: none;
}

body {
   width: 100%;
   min-width: 900px;
   max-width: 1300px;
   margin: 0px auto;

   border-left: 1px solid green;
   border-right: 1px solid green;
}

/* Header styles */

header {
   float: left;
   width: 100%;
   background-color: rgb(55, 125, 70);
   border-bottom: 1px solid green;
}

header img {
   display: block;
   float: left;
   width: 15%;
}


/*Navigation list styles */

header nav {
   float: right;
   width: 82%;
   margin: 10px auto 10px -7%;
}

header nav li {
   display: block;
   width: 14%;
   margin-left: 2%;
   margin-left: 2%;
   margin-bottom: 5px;
   float: left;
}

header nav li a {
   display: block;
   width: 100%;
   height: 50px;
   line-height: 50px;
   text-align: center;
   color:  rgb(245, 245, 245);
   font-size: 1em;
   font-weight: bold;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   box-shadow:5px 5px 10px #000;
	-webkit-box-shadow:5px 5px 10px #000;
	-moz-box-shadow: 5px 5px 10px #000;
   background-color: rgba(0, 49, 0, 0.7);
}

header nav li a:hover {
   background-color: rgba(108, 72, 0, 0.5);
}


/* Section styles */

section {
width: 100%;
float: left;
margin: 1px 1px 5px 1px;
}



section h1 {
	margin: 0px 0px 0px 0px;
	}
	
section h2 {
   font-size: 1.1em;
   line-height: 1.2em;
   font-family: Verdana, Geneva, sans-serif;
   font-weight: bold;
   color: black;
   letter-spacing: 1px;
   margin-left: 5px;
    background-color: rgba(55, 125, 70, 0.7);
    width: 98%;
    text-align: center;
	}
		
	
section h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
	color: rgb(108, 72, 0);
	margin-left: 15px;
	padding-bottom: 0.5em;
}

section h4 {
   font-size: 1.3em;
   line-height: 1.5em;
   font-family: Verdana, Geneva, sans-serif;
   font-weight: bold;
   color: black;
   letter-spacing: 1px;
   margin-left: 5px;
    background-color: rgba(55, 125, 70, 0.7);
    width: 98%;
    text-align: center;
	}

article p {
	margin: 2px 8px 2px 20px; 
	font-size: 0.9em;
}

section p.link {
	margin: 2px 8px 2px 20px; 
   font-size: 0.8em;
}


section p.return {
	margin: 2px 8px 2px 20px;
	text-align: right; 
   font-size: 0.8em;
   text-decoration: underline;
}


section p.closing {
	color: rgb(108, 72, 0);
	font-size: 0.55em;
	text-align: left;
	margin-top: 25px;
	}
	
	
iframe {
	margin:0 auto;
	border:15px solid #FFFFFF;
	display: block;
    width: 640px;
    height: 480px;
    margin: 0 auto;
}

	

/* Footer Styles */

footer {
   border-top: 1px solid green;
   background-color: rgb(55, 125, 70);
   clear: left;
   margin-top: 20px;
   padding: 10px 0px;
}

footer address {
   color: white;
   font-style: normal;
   font-size: 0.8em;
   text-align: center;
}