﻿/* GENERAL
_____________________________________________________________________________*/

.edit {
	float:right;
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

img {
	margin:0;
	padding:0;
	border:0;
}

td {
	margin:0;
	padding:0;
	border:0;
}

th {
	margin:0;
	padding:0;
	border:0;
}

fieldset {
	margin:0;
	padding:0;
	border:0;
}

form {
	margin:0;
	padding:0;
	border:0;
}

pre {
	margin:0;
	padding:0;
	border:0;
}

h4 {
	margin:0;
	padding:0;
	border:0;
}

h3 {
	margin:0;
	padding:0;
	border:0;
}

h2 {
	margin:0;
	padding:0;
	border:0;
}

h1 {
	margin:0;
	padding:0;
	border:0;
}

li {
	margin:0;
	padding:0;
	border:0;
}

ol {
	margin:0;
	padding:0;
	border:0;
}

ul {
	margin:0;
	padding:0;
	border:0;
}

dd {
	margin:0;
	padding:0;
	border:0;
}

dt {
	margin:0;
	padding:0;
	border:0;
}

dl {
	margin:0;
	padding:0;
	border:0;
}

div {
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:0;
	padding:0;
	border:0;
}

table {
	cellspacing: 0;
	cellpadding: 0;
	font-size:inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

th {
	font-style:normal;
	font-weight:normal;
}

code {
	font-style:normal;
	font-weight:normal;
}

cite {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}

ol {
	list-style:none;
}

th {
	text-align:left;
}

h4 {
	font-size:100%;
}

h3 {
	font-size:100%;
}

h2 {
	font-size:100%;
}

h1 {
	font-size:100%;
}

q:after {
	content:'';
}

q:before {
	content:'';
}

textarea {
	font:99%;
}

input {
	font:99%;
}

select {
	font:99%;
}

* {
	outline: none;
}

/* ----------------------------------------------------------------------- */


/* ------ LINKS -------- */
.homelink {
	display:inline;
	float:left;
	height:104px;
	width:306px;
	margin-left:10px;
}
a {
	color: #073559;
}

a:active, a:visited {
	color: #235D01;
}

a:hover {
	color: #d31100;
}


/*  --- STRUCTURE --- */

body {
	background: #0e5b98;
	text-align: center!IMPORTANT;
	vertical-align: top;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style:normal;
	color:white;
}

#wrapper {
	text-align: left;
	width: 996px;
	cellspacing: 0;
	cellpadding: 0;
	border: medium #033f73 groove;
	border-bottom:thin #033f73 solid;
	background-color: white;
	margin: 15px auto 0px auto;
}

#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 104px;
	margin-bottom: 10px;
	width: 996px;
	position:relative;
}

#mainNav {
	float: left;
	width: 23%;
	text-align:left;
	display:inline;
	font-size: 12px;
	position:relative;
}

#content {
	float:right;
	width:75%;
	display:inline;
	text-align:left;
	color:black;
	min-height:600px;
	height:650px;
}

/*-------------Left Navigation Levels---------------*/
#leftnav1 {
	width:165px;
	height:500px;
	background-color:#0e5b98;
	position:absolute;
	left:64px;
	top:40px;
}

#leftnav {
	position:absolute;
	left:-15px;
	right:3px;
	top:3px;
	width:179px;
	height:100%;
}

#firstnav {
	width:179px;
}

#firstnav ul a {
	display:block;
	width:179px;
	height:25px;
	line-height:27px;
	color: #E8F2E9;
	text-decoration:none;
	background-image:url('images/buttondouble.png');
	background-position:left bottom;
	background-repeat: no-repeat;
	text-indent:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin:0;
	padding:0;
	list-style:none;
}

#firstnav ul a:hover {
	background-position:right bottom;
	color:white;
	
}

#secondnav {
	width:149px;
}

#secondnav ul a {
	display:block;
	width:180px;
	height:22px;
	line-height:22px;
	color:#CCF2F6;
	background:none;
	text-decoration:none;
	text-indent:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	list-style:none;
}

#secondnav ul a:hover {
	background-color:white;
	color:#0e5b98;
}


/*---------------------------------------------------*/

/*--------Content Section-----------------------------*/
.text {
	padding-top:35px;
	
}

.text p {
	font-size:small;
	padding:0 5% 0 5%;
}
.text h1 {
	color:#073559;
	font-size:x-large;
	font-weight:bold;
	text-align:center;
	padding:0 5% 0 5%;
}

.text ul {
	font-size:small;
	padding:0 5% 0 5%;

	list-style-type:disc;
	list-style-position:outside;
	padding-left:75px;
}


#top {
	font-size:x-small;
	padding-top:5px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:25px;
	float:right;
}

/*---------------------------------------------------*/

/* ---------------- FOOTER MENU ----------------*/
#footer {
	width:100%;
	height:auto;
	text-align:center;
	font-size: 11px;
	font-weight: bolder;
	color: #073559;
	margin:0 auto;
	background-image:url('images/footer3.png');
	background-position:left top;
	background-repeat:no-repeat;
}

#footer a {
	font-size: 1em;
	font-weight:normal;
	text-decoration: none;
	color:white;
}

#footer a:hover {
	font-weight:bold;
}


#copyright {
	width:100%;
	font-size:xx-small;
	background-color:white;
	padding:1% 0 1% 0;
}

#copyright a {
	color: #073559;
}

#copyright a:hover {
	color:#43a9fe;
}


#bottommenu {
	width:95%;
	height:auto;
	margin:0 auto;
	padding:1% 0 1% 0;
	
}

#description {
	border-left: medium #033f73 groove;
	border-right: medium #033f73 groove;
	border-bottom: medium #033f73 groove;
	margin:0 auto;
	width:996px;
	font-size:xx-small;
	color:#15753E;
	background-color:white;
	text-align:center;	
	padding-top:.5%;
}

#description p {
	margin:0 1% 0 1%;
}
#description a {
	color:#15753E;
	text-decoration:underline;
}


/*--------------------------------------------------------*/

/*-----------------Locations Page ----------------------*/

.locations {
	margin:3% 5% 0 5%;
	height:auto;
	border:thin #DAE0F2 solid;
}
.locationsleft {
	float:left;
	width:281px;
}

.locationsright {
	float:right;
	width:375px;
}

.locationstext {
	margin: 4% 0;
	color: #073559;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	padding-left:4%;
}

.locationstext h3 {
	text-decoration:underline;
	font-variant:small-caps;
}


/*--------------------------------------------------------*/
