﻿/* --- Body Styles --- */
body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	color: #333333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: .9em;
	
	
}


/* --- 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: #BFCAB9;
	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;
}

.box1 {
    	width: 20%;
	min-width: 152px;
    	float: left;
	padding-top: 1.2em; /* --- Adjusts image up or down in the header --- */
	text-align: right;
}

.box2 {
    	width: 60%;
    	float: left;
		font-size: 1em;
}

.box3 {
    	width: 20%;
	min-width: 152px;
    	float: left;
	padding-top: 0em; /* --- Adjusts image up or down in the header --- */
	text-align: left;
}


/* --- Top Navigation Styles --- */
.topNav{
    	clear: both;
	background-color: #E5E0D4;
	padding-top: .5em;
	padding-bottom: .5em;
 	padding-left: 1em;
	border-bottom: 1px solid #1C1B16;
	text-align: center;
	font-size: 1em;
	color: inherit;
}

.topNav a {
	display: block;
	font: normal 1em trebuchet ms, verdana, sans-serif;
	font-weight: bold;
	border: 1px solid #1C1B16; /* --- Top Nav button border ---*/
	color: #635F57;
	background: #E5E0D4; /* --- Top Nav button background ---*/
	display: inline;
	line-height: 17px;
	padding: 3px; /*makes button larger or smaller*/
	padding-left: 7px; /*link text is indented 7px*/
	padding-right: 7px; /*link text is indented 7px*/
	text-decoration: none;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

.topNav a:hover { 
	color: #E5E0D4;
	background-color: #635F57;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

.topNav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.topNav li {
	display: inline-block;
	padding: .4em .2em;
}

.topNav p{
	margin: 0;
	padding: 0;
	line-height: 2.4em;
}


/* --- Content Styles --- */
#content {
	padding: 1.8em;
	text-align: left;
	vertical-align: top;
	line-height: 1.6em;
	background-color: #fffbdf;
	font-size: 1.2em;
	color: #484C46;
}


/* --- Footer Styles --- */
#footer {
	clear: both;
	height: 200px;
	margin: 0 auto;
	padding: 10px 0 0 10px;
	background: #E5E0D4;
	letter-spacing: normal;
	text-align: center;
	font-size: .6em;
	color: #6B7068;
	line-height: 1.2em;
}

#footer p {
	margin: 3;
	font-size: 12px;
	line-height: 1em;
}

#footer a {
	color: #006699;
	font-size: 1em; 
	line-height: 1em;
}
}

#footer2 {
	color: #006699;
	font-size: 12px;
	line-height: 1.1em;
}

/* Heading Styles */
#content h1 {
	font-size: 1.6em; 
	line-height: 1em;
	color: #c96;
}

#content h2 {
	font-size: 1.2em;
	line-height: 1em;
	color: #c96;
}


/* --- Link Styles ---*/
#content a:link {
	text-decoration: none;
	color: #6B7068;
}

#content a:visited {
	text-decoration: none;
	color: #333333;
}

#content a:hover, a:active {
	text-decoration: none;
	text-decoration: underline;
	color: #7A7474;
}


/* --- Font Styles --- */
.font1 {
	font-size: 2em; 
	font-weight: bold;
}

.font2 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}


/* --- Used to center anything --- */
.center {
	text-align: center;
}


/* Table Styles */
table {
	border: 0px solid;
	margin: auto;
	font-size: 1.5;
	line-height: 1.5em;
	padding: 15px;

}
		
th,td {
	vertical-align: top;
	border: 0px solid;
	padding: 3px;
	text-align: left;
	line-height: 1em;
	vertical-align: top;
	line-height: 1.6em;
	background-color: #fffbdf;

	font-size: 1.em;
	color: #484C46;













	color: #font-size: 1.em;
	color: #484C46;
	font-size: 14px;
}


/* List Styles */
.ulNs {
	list-style-type: none;
}

#content li {
	line-height: 1.5em;
	font-size: 1em;
}


/* Image Styles */
img100 {
    width: 100%;    
}


@media screen and (max-width: 989px) {

.box2 {
    	width: 50%;
}

}


@media screen and (max-width: 480px) {

#skipTo {
		
	display: block;
		
}

#wrapper {
	width: 98%;
}

.box1 {
	width: auto;
}

.box2 {
	width: auto;
}

.box3 {
	width: auto;
}

#content {
	margin: 0 0 5px;
 	padding: .6em; 
			
}

li {
	line-height: 1.8em;
}

}
left {
	text-align: left;
}
small {
	font-size: small;
}
#wrapper #footer #footer2 table tbody tr .center h4 {
	color: #596A51;
	font-size: small;
}
#wrapper #content table tr td ul li a {
	font-size: 14px;
}
.brownText {
	color: #ADA5A0;
}
.header-test {
	color: #2F5355;
}
