﻿/* General Setup */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	color : Navy;
	background : #9CA5FF;
	font-size : 0.6em;
	font-family : "Futura Md BT, Verdana, Arial, Sans";
	font-weight : bolder;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Header */
#header {
	width: 100%;
	position:relative;
}	
.logo {
	position:absolute;
	border: 0;
	float: left;
}
#titlebar { /* Page Title box */
	position:absolute;
	left: 220px;
	width: 300px;
}
#titlebar h1 { /* main heading */
	color:navy;
	font: 5em/0.8em Academy Engraved LET;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	margin: 0 0 20px 0;
}
#phones {
	position:absolute;
	text-align:center;
	left: 520px;
	top: 20px;
	width: 70px;
}
#content {
	margin-top:120px;
	min-height:255px;
}
#header hr {
	position:absolute;
	color:navy;
	width:100%;
	height:5px;
	top: 105px;
}
/* BEG: Vertical menu */
#vertmenu {
	position:relative;
	float:left;
	width:175px;
	height:225px;
	top:100px;
	margin-bottom:15px;
	margin-right:15px;
	margin-left:15px;
}
#vertmenu ul {
	list-style-type:none;
	font: 1.2em/1.5em Lithograph, Comic Sans Serif, Verdana;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0033FF;
	margin-top: 2.3em;
	margin-bottom: 1.2em;
}
#vertmenu li {
	padding-left:10px;
}
#vertmenu li.homeback{
	background-color:navy;
}
#vertmenu a:link {
	text-decoration:none;
	color:white;
}
#vertmenu a:visited {
	text-decoration:none;
	/* color:#DAEE9B; */
	color:white;
}
#vertmenu a:hover {
	text-decoration:none;
	color:red;
	/* font: 1.5em/1.5em Arial, serif;
	border-left:2px;
	border-left-style:groove;
	border-color:silver; */
}
#vertmenu a:active {
	text-decoration:none;
	color:red;
}
/* END: Vertical menu */
#menubar {
	height: 20px;
	width:100%;
	margin: 0 auto;
	padding: 2px 0 0 0;
	text-align:center;
	vertical-align:bottom;
	font-size:.95em;
}
#Ten-0 {
	
	
}
#Ten-0 img {
	border:0;
	margin: 5px 10px 5px 10px;
}
H1 {
	color : Red;
	text-align : center;
	font-family : "Lithograph, Comic Sans Serif, Verdana";
	font-size : xx-large;
	font-variant : small-caps;
	font-weight : bolder;
	padding-top : 8px;
	padding-bottom : 4px;
}

H2 {
	color : red;
	text-align : left;
	font-family : "Lithograph, Comic Sans Serif, Verdana";
	font-size : large;
	font-weight : bolder;
	padding-top : 0px;
	padding-bottom : 0px;
}

H3 {
	color : maroon;
	text-align : left;
	font-family : "Lithograph, Comic Sans Serif, Verdana";
	font-size : medium;
	font-weight : bolder;
	padding-top : 0px;
	padding-bottom : 0px;
}
	
/* custom style for tables in site */
	.TableSched{
	font-size : x-small;
	font-family : "Futura Md BT, Verdana, Arial, Sans";
	background-color : #99CCFF;
	padding : 2px 2px 2px 2px;
	border : thick ridge Silver;
	border-width : 1;
	vertical-align : top;
}

/* custom style for tables in site */
	.ListEmph{
	color : maroon;
}

