﻿
/* --- Body Styles --- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFCE9;
	color: #333333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 1em;
}


/* --- Wrapper Styles --- */
#wrapper {
	margin: 1em auto 1em auto;
	padding: 0px;
	width: 80%;
	max-width: 1300px;
	border: 1px solid #1C1B16;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-top-left-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}


/* --- Header Styles --- */
#header {
	overflow: auto;
 	padding: 1em;
	border-bottom: 1px solid #1C1B16;
	text-align: center;
 	background-color: #8E886D;
	color: #fffbdf;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-top-left-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

/* --- Top Navigation Styles --- */
.topNav{
    	clear: both;
	background-color: #E5E0D4;
	padding-top: .5em;
	padding-bottom: .5em;
 	padding-left: 1em;
	border-bottom: 1px solid #1C1B16;
	font-size: 1em;
	color: inherit;
}

.topNav a {
	display: block;
	font: normal 1em trebuchet ms, verdana, sans-serif;
	font-weight: bold;
	color: #635F57;
	display: inline;
	line-height: 17px;
	text-decoration: none;
}

.topNav a:hover { 
	color: #E5E0D4;
}

.topNav ul {
	margin: 0;
	padding: 0;
}

.topNav li {
	display: inline-block;
}

.topNav p{
	margin: 0;
	padding: 0;
	line-height: 2.4em;
}


.box1 {
    	width: 20%;
    	float: left;
	padding-top: 1.2em; /* --- Adjusts image up or down in the header --- */
	text-align: left;
}

.box2 {
    	width: 60%;
    	float: left;
}

.box3 {
    	width: 20%;
	min-width: 152px;
    	float: left;
	padding-top: 0em; /* --- Adjusts image up or down in the header --- */
	text-align: right;
}


.nav {
	clear: both;
	float: left;
	width: 200px;
	background-color: #FFFCE9;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	border-top: 1px solid #FFFCE9;
}

.nav ul li {
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

.nav ul li a {
	font: normal 12px Arial;
	color: #FFFCE9;
	background: #8E886D;
	border-bottom: 1px solid #1C1B16;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.nav ul li a:visited {
	color: #FFFCE9;
}

.nav ul li a:hover { 
	color: #8E886D;
	background-color: #FFFCE9;
}


/* --- Content Styles --- */
#content {
	margin-left: 200px;
 	padding: 1.8em;
	text-align: left;
	vertical-align: top;
	line-height: 1em;
	background-color: #FFFCE9;
}

.LCMap {
	margin: auto;
  	width: 50%;
  	padding: 5px;
}


/* --- Footer Styles --- */
#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #8E886D;
	letter-spacing: normal;
	text-align: center;
	font-size: .9em;
	color: #fffbdf;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #006699;
}


/* Heading Styles */
#content h1 {
	text-align: center;
	font-size: 1.6em; 
	line-height: 1em;
	color: #c96;
}

#content h2 {
	text-align: left;
	font-size: 1.2em;
	line-height: 1em;
	color: #c96;
	text-align: center;
}


/* --- Link Styles ---*/
#content a:link {
	text-decoration: none;
	color: #369;
}

#content a:visited {
	text-decoration: none;
	color: #369;
}

#content a:hover, a:active {
	text-decoration: none;
	text-decoration: underline;
	color: #369;
}


/* --- Font Styles --- */
.font1 {
	font-size: 2em; 
	font-weight: bold;
}

.font2 {
	font-size: 1.3em; 
	font-weight: bold; 
}


/* --- Used to align anything --- */
.center {
	text-align: center;
}

.left {
	text-align: left;
}


/* Table Styles */
table {
	border: 3px solid; 
	margin: auto;
}
		
th,td {
	border: 1px solid; 
	padding: 5px;
}


/* List Styles */
.ulNs {
	list-style-type: none;
}

ul {
	list-style-type: none;
}

#content li {
	line-height: 1.5em;
}


/* Image Styles */
img {
	max-width: 99%;
}

/* Image Styles */
.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}


@media screen and (max-width: 990px) {

#wrapper {
	width: 99%;
}

}


@media screen and (max-width: 800px) {

.box1 {
	width: auto;
}

.box2 {
	width: auto;
}

.box3 {
	width: auto;
	float: right;
}

}


@media screen and (max-width: 480px) {

#skipTo {
		
	display: block;
		
}

.nav {width:100%;}
#content {width: 100%; float: left; clear: left; margin: 0; padding: .1em;}

li {
	line-height: 1.8em;
}

}
