﻿/* --- Body Styles outside of wrapper --- */
body {
	margin: 0;
	padding: 0;
	background-color: #fafaff;
	color: #333333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 1em;
	lline-height: 17px;
}


/* --- Wrapper Styles holds everything with a border--- */
#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: #336699;
	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.em; /* --- Adjusts image up or down in the header --- */
	text-align: center;
}

.box2 {
	width: 60%;
	float: left;
	min-width: 433px;
	line-height: 24px;
}

.box3 {
    	width: 20%;
	min-width: 152px;
    	float: left;
	padding-top: 0em; /* --- Adjusts image up or down in the header --- */
	text-align: right;
}
.box4 {
	width: 20%;
	min-width: 152px;
	float: left;
	padding-top: 0em;
	padding-right: 22px;
	text-align: left;
}
.box5 {
    	width: 20%;
	min-width: 152px;
    	float: right;
	padding-top: 1.em; /* --- Adjusts image up or down in the header --- */
	text-align: center;
}
.box6 {
	width: 50%;
	float: none;
	min-width: 350px;
	margin-top: 1px;
	position: absolute;
	left: inherit;
	text-align: center;
		
}
.box6 {
    	width: 50%;
    	float: center;
		min-width: 350px;
		
}






/* --- Top Navigation Styles --- */
.topNav{
    	clear: both;
	background-color: #fdfdfd;
	padding-top: .5em;
	padding-bottom: .5em;
 	padding-left: 3em;
	border-bottom: 12px solid  #336699;
	text-align: center;
	font-size: 1em;
	color: inherit;
}

.topNav a {
	display: block;
	font: normal 1em trebuchet ms, verdana, sans-serif;
	font-weight: bold;
	border: 0px solid #1C1B16; /* --- Top Nav button border ---*/
	color: #ffffff;
	background: #336699; /* --- Top Nav button background ---*/
	display: inline;
	line-height: 17px;
	padding: 2px; /*makes button larger or smaller*/
	padding-left: 9px; /*link text is indented 7px*/
	padding-right: 9px; /*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: #fb6f09;
	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.2em;
	vertical-align: top;
	line-height: 1.2em;
	background-color: #fdfdfd;
}
.floating-box {
    display: inline-block;
    width: 150px;
    height: 75px;
    margin: 10px;
    border: 3px solid #73AD21;  
}

.after-box {
    border: 0px solid red;
	background-color: #fbc49b; 
}

/* --- Footer Styles --- */
#footer {
	clear: both;
	height: 225px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background:#cacaca;
	letter-spacing: normal;
	text-align: center;
	font-size: .9em;
	color: #000000;
}

#footer p {
	margin: 0;
	color: #000000;
	text-align: left;
}

#footer a {
	color: #006699;
}


/* Heading Styles */
#content h1 {
	font-size: 1.5em; 
	line-height: 1em;
	color: #336699;
}

#content h2 {
	font-size: 1.3em;
	line-height: 1em;
	color: #c96;
}


/* --- Link Styles ---*/
#content a:link {
	text-decoration: none;
	color: #336699;
}

#content a:visited {
	text-decoration: line-through;
	color: #fb6f09;
}

#content a:hover, a:active {
	text-decoration: dotted;
	color: #c4c1be;
	text-align: left;
}

#footer a:link {
	text-decoration: none;
	color: #ffffff;
}

#footer a:visited {
	text-decoration: line-through;
	color: #ffffff;
}

#content a:hover, a:active {
	text-decoration: dotted;
	color: #c4c1be;
	text-align: left;
}

/* --- Font Styles --- */
.font1 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.font2 {
	font-weight: bold;
	line-height: 1;
	font-size: .8em;
}



/* --- Used to center anything --- */
.center {
	text-align: center;
}
mark {
  background-color: #FAEBD7;
  color: black;
}

/* Table Styles */
table {
	border: 0px solid; 
	margin: auto;
}
		
th,td {
	border: 0px solid;
	padding: 6px;
	text-align: left;
}


/* List Styles */
.ulNs {
	list-style-type: none;
}

#content li {
	line-height: 1.3em;
	
}


/* Image Styles */
img100 {
    width: 100%;    
}


@media screen and (max-width: 989px) {

.box2 {
    	width: 40%;
}

}


@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.5em;
}

}
Left {
	text-align: left;
}
small {
	font-size: large;
}
#wrapper #content table tr td table tr td table tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-size: medium;
	font-weight: normal;
}
#wrapper #content table tr td table tr td table {
	text-align: left;
}
#wrapper #content table tr .font1 .font2 strong font {
	font-size: 0.8em;
}
