@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
}
#printHeader {
	height: 0px;
	padding: 0;
	visibility:hidden;
}
#header {
	height: 140px;
	padding: 0;
	background-image: url(bg.gif);
}
#nav {
	height: 40px;
	background-color: #5E8EAE;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 6px;
	line-height: 17px;
	overflow: visible;
	z-index: 3;
}
.nobr {
	white-space: nowrap;
}
a.navi:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.navi:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.navi:hover {
	color: #0033FF;
	text-decoration: none;
}
a.foot:link {
	color: #0033FF;
	text-decoration: none;
}
a.foot:visited {
	color: #0033FF;
	text-decoration: none;
}
a.foot:hover {
	color: #330000;
	text-decoration: none;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
p {
	font-family: "Trebuchet MS", Calibri, Candara, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 1em;
	margin-bottom 0px;
	padding-right:10px;
	line-height 1.5em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
#subfooter {
	background-color: #FFFFFF;
	background-image: url(subfoot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#subfooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#contactSection {
	background-color: #E9FFFF;
	border: 1px solid #EEEEEE;
	overflow: visible;
	margin-right: 200px;
	padding: 10px;
	font-size: small;
}
#contactSection .contacttype {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contactSection img {
	margin: 8px;
}
#mainContent #contactSection h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
/* This is where the differences begin */

.homePage #sidebar2 {
	position: absolute;
	top: 189px;
	right: 0;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
}
.homePage #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 188px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.homePage #sidebar1 {
	position: absolute;
	top: 189px;
	left: 0;
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
.homePage .onelocation {
	background-color: #DDEEFF;
	border: 1px solid #EEEEEE;
	overflow: visible;
	margin-right: 3px;
	padding: 5px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.homePage .onelocation .locationtype {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.homePage .onelocation img {
	margin: 8px;
}
.homePage .onelocation h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: small;
}
.homePage #newsbox {
	padding: 6px;
	width: 125px;
	border: 1px solid #999999;
	overflow: auto;
	height: 175px;
	background: #F1F1F1;
}
.homePage #newsbox p {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 4px;
}
.homePage #newsbox h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	margin-top: 4px;
}
.homePage a.newslink:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0033FF;
	text-decoration: none;
}
.homePage a.newslink:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0033FF;
	text-decoration: none;
}
.homePage a.newslink:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
	text-decoration: none;
}
.homePage a.loc1:link {
	color: #0033FF;
	text-decoration: none;
}
.homePage a.loc1:visited {
	color: #0033FF;
	text-decoration: none;
}
.homePage a.loc1:hover {
	color: #330000;
	text-decoration: none;
}
.homePage p.loc1 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
#mainContent {
	z-index: 1;
}
li {
	font-family: "Trebuchet MS", Calibri, Candara, Helvetica, sans-serif;
	list-style-type: square;
}
#missionstatment {
	padding: 12px;
	width: 350px;
	margin-left: 85px;
	font-weight: bold;
	
}
#ourmissionstatement {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #5E8EAE;
	font-size:large;
}
.onelocation a:link, .onelocation a:visited{
	color: #000000;
	text-decoration: none;
}
.onelocation a:hover, .onelocation a:active{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0067AC;
}
#footer {
	background-color: #5E8EAE;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #5E8EAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0067AC;
}
a:link {
	text-decoration: none;
	color: #5E8EAE;
}
a:visited {
	text-decoration: none;
	color: #5E8EAE;
}
a:hover {
	text-decoration: none;
	color: #000000;
}