/*************** GLOBAL DEFINITIONS *************/


* {
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(80%,80%,80%);
	background-image: url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	line-height: 150%;
	margin: 0.75em 0 0.75em 0;
}

ol, ul, blockquote {
	margin-left: 2em;
}

li {
	margin: 0.5em 0em;
}

/*************** SECTION DEFINITIONS *************/

div#container {
	background-color: white;
	width: 800px;
	border: 3px navy solid;
	margin: 0px auto;
}

div#body {
}

div#body-left {
	width: 175px;
	float: left;
	background-image: url(images/logo.gif);
	background-position: top middle;
	background-repeat: no-repeat;	
	padding-top: 210px;
}

div#body-left-menu {
	margin: 0px 10px;
}

div#menu {
	background-color: navy;
	color: white;
	text-align: center;
	font-size: 11px;
	height: 30px;
}

div#photobanner {
	height: 65px;
	background-image: url(images/logo2.gif);
	background-position: center middle;
	background-repeat: no-repeat;
}

div#body-content {
	margin-left: 175px;
	font-size: 80%;
}


div#body-content-submenu {
	background-color: blue;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	height: 30px;
	border-top: white solid 3px;
	border-left: white solid 3px;
	background-image: url(images/gradiant.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#body-content-main {
	padding: 20px 20px 0px 0px;
}

div#body-content-main-text {
	border-left: 3px solid navy;
	padding-left: 10px;
	padding-bottom: 20px;
	min-height: 30em;
}

div#body-content-callout {
	float: right;
	width: 200px;
	border: 2px solid navy;
	background-color: rgb(174,172,191);
	margin: 0px 0px 10px 10px;
	padding: 5px;
	font-size: 70%;
}

div#footer {
	clear: both;
	background-image: url(images/gradiant bar.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: navy;
	padding: 5px;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: white;
}

/*************** MENU DEFINITIONS *************/

div#menu ul {
	margin-left: 0em;
	list-style-type: none;
	padding: 0.75em;
	vertical-align: middle;
}

div#menu ul li {
	display: inline;
}

div#menu ul li a, div#menu ul li a:link, div#menu ul li a:visited {
	padding-left: 0.25em;
	padding-right: 0.25em;
	color: white;
	text-decoration: none;	
}

div#menu ul li a:hover {
	color: white;
	border-bottom: white double 3px;
}

/*************** SUB MENU DEFINITIONS *************/

div#body-content-submenu ul {
	margin-left: 0em;
	list-style-type: none;
	padding: 0.75em;
}

div#body-content-submenu ul li {
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div#body-content-submenu ul li a, div#body-content-submenu ul li a:link, div#body-content-submenu ul li a:visited {
	color: white;
	text-decoration: none;
}

div#body-content-submenu ul li a:hover {
	color: white;
	border-bottom: white solid 2px;
}

/*************** LEFT MENU DEFINITIONS *************/

div#body-left {
	font-size: 70%;
}

div#body-left h2 {
	font-size: 120%;
	margin-top: 2em;
	color: navy;
	border-bottom: 1px navy solid;
}

div#body-left ul {
	margin-left: 0em;
	list-style-type: none;
	xpadding: 0.5em;
	margin-top: 1em;
}

div#body-left ul li {
	xpadding: 0.5em 0;
}

div#body-left ul li a, div#body-left ul li a:link, div#body-left ul li a:visited {
	text-decoration: none;
	color: black;
	xpadding: 0.5em .25em;
}

div#body-left ul h2 a, div#body-left ul h2 a:link, div#body-left ul h2 a:visited {
	color: navy;
}

div#body-left ul li a:hover {
	text-decoration: underline;
}

/*************** CONTENT DEFINITIONS *************/

div#photobanner h1 {
	display: none;
}

div#photobanner input {
	float: right; 
	margin: 2em 1.75em 1em 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: right;
	background-color: rgb(174,172,191);
	color: white;
	padding: 0.25em;
	border: 1px black solid;
}

div#photobanner img {
	display: none;
}

div#body-content-main a, div#body-content-main a:link, div#body-content-main a:visited {
	text-decoration: none;
	border-bottom: 1px solid blue;
	color: navy;
}

div#body-content-main a:hover {
	border-bottom: 3px double blue;
	color: navy;
}

div#body-content-main img {
	border: navy 3px solid;
	margin: 10px;
}

div#body-content-main .noborder {
	border: 0px;
}

div#body-content-main h1 {
	margin-bottom: 0.5em;
	margin-left: -2em;
	text-indent: -1em;
	padding-bottom: 10px;
	font-family: Eras Bold ITC, Arial Black, sans-serif;
	font-size: 200%;
	background-image: url(images/bar.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#body-content-main h2 {
	margin-top: 0.75em;
	margin-bottom: 0.25em;
	font-family: Eras Bold ITC, Arial Black, sans-serif;
	font-size: 150%;
}

div#body-content-main h3 {
	margin-top: 0.75em;
	margin-bottom: 0.25em;
	font-family: Verdana, sans-serif;
	font-size: 120%;
}

div#body-content-main table {
	width: 99%;
}

div#body-content-main td {
    font-size: 100%;
    padding: 0.25em;
    vertical-align: top;
}

div#body-content-main input, textbox {
	border: 1px solid black;
	font-size: 100%;
	font-family: Verdana, sans-serif;	
	padding: 0.25em;
}

/*************** FOOTER DEFINITIONS *************/

div#body-content-callout h2 {
	text-align: center;
	border-bottom: 1px dotted navy;
}

div#body-content-callout a, div#body-content-callout a:link, div#body-content-callout a:visited {
	text-decoration: none;
	border-bottom: 1px solid navy;
	color: black;
}

div#body-content-callout a:hover {
	text-decoration: none;
	border-bottom: 1px solid white;
	color: black;
}

p.moreinfo {
	border-top: 1px dotted navy;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
}

table#staffphonebook {
	width: 100%;
}

table#staffphonebook td {
	text-align: center;
	vertical-align: top;
	width: 33%;
}

table#staffphonebook p {
	margin: 0;
	padding: 0.25em;
	line-height: 100%;
}	

table#staffphonebook a, table#staffphonebook a:link, table#staffphonebook a:visited {
	text-decoration: none;
	color: black;
	border-bottom: none;
	font-size: 80%;
}

table#staffphonebook a:hover {
	border-bottom: 1px solid navy;
}

table#openinglayout img {
	border: navy 2px solid;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

table#openinglayout td {
 	text-align: center;
 	padding: 0px;
}


.randomquote {
	background-color: navy;
	color: white;
	padding: 5px;
	width: 151px;
	height: 315px;
	border: navy 2px solid;
	background-image: url(images/Quote Background.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.mission {
	line-height: 200%; 
	font-size: 175%; 
	padding: 0em 1em;
	font-weight: bold;
	text-align: justify;
	background-image: url(images/Logo Faded.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 200px;
}

/*************** FOOTER DEFINITIONS *************/

div#footer a, div#footer a:link, div#footer a:visited {
	text-decoration: none;
	border-bottom: 1px solid white;
	color: white;
}

div#footer a:hover {
	border-bottom: 1px solid white;
	color: yellow;
}