﻿/*this is to keep page from shifting to left on load in safari and firefox*/
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }


body {
	background-color: #39619C;
	margin: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

#container	{
	width: 1000px;
	text-align: center;
	margin: auto;
	background-color:white;
}

#header	{
	padding: 0.25em 0;
	background-color:#B5DFE7;
	width:100%;
	font-size:2.5em;
}
	#header table	{
		width:90%;
		text-align:left;
		margin:0 auto;	/* need to center!!!! */
		text-align:center;
	}

	#title	{
		width:500px;
		color:black;
		display:inline-block;
	}

	#header img{
		vertical-align:middle;
		width:89px;
		margin:0 1.75em;
	}

#menu	{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	background-color:#848684;
}
	#menu ul	{
		list-style:none;
		float:left;
		margin:0;
		padding:0;
	}
	#menu ul li	{
		font-size:1.25em;
		display:inline;
		padding:0;
		margin:0;
		float:left;
	}
	#menu ul li a	{
		color:white;
		text-decoration:none;
		border:0;
		padding:0 1em;	
		margin:0;
		display:inline;
	}
	#menu ul li:hover	{
		background-color:#BDC7C6;
	}

#submenu {
	width:100%;
	margin:0;
	padding:0;
	visibility:hidden;
	float:left;
	background-color:white;
	z-index:100;
}
	#submenu ul {
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
	}
	#submenu ul li {
		background-color:#848684;
		font-size:1.25em;
		display:inline;
		padding:0;
		margin:0;
		float:left;
		
	}
	#submenu ul li a {
		color:white;
		text-decoration:none;
		border:0;
		padding:0 1em;	
		margin:0;
	}
	#submenu ul li:hover	{
		background-color:#BDC7C6;
	}


#searchBox {
	margin-right:0.5em;
}

#searchBox input {
	border:1px black solid;	
	float:right;
}
	
#search	{
	background:#848684;
	font-size:1.25em;
	color:white;
	text-decoration:none;
	float:right;
	margin-right:0.5em;
}
	

#footer	{
	width:100%;
	background-color:white;
	font-size:12px;
	text-align:center;

}

	#footer p	{
		width:85%;
		margin:0 auto;	/* need to center!!!! */
	}
	
.currentSection	{
	background-color:#BDC7C6;
}

.boxTitle	{
	text-align:center;
	font-size:18px;
	color:black;
	font-weight:bold;
}
.sectionTitle	{
	font-weight:bold;
}
.pageTitle	{
	font-size:20px;
	text-align:center;
	font-weight:bold;
}
