@charset "utf-8";
/* CSS Document */
<!--
* {margin:0; padding:0;}
a img.noBorder {
	border:none;
}
a img.Border {
	border-color:#000;
}
a:link {
	text-decoration:underline;
	color:#0033FF;
}
a:visited {
	color:#0033FF;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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-image: url(/img/background.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:transparent;
	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. */
	margin-top:10px;
	margin-bottom:10px;
}
.oneColFixCtrHdr #header {
	background-image:url(img/background.jpg);
}
.oneColFixCtrHdr #menu {
	min-height:26px;
	background-color:#fff;
}
.oneColFixCtrHdr #mainContent {
	padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size:13px;
	min-height: 10px; /* This fixes an IE bug for floats.  It triggers the "HasLayout" option. */
}
.oneColFixCtrHdr #mainContent #breadcrumb {
	text-align:left;
	font-style:italic;
	height:20px;
	font-size:11px;
	border-bottom:1px solid #000;
	padding-bottom:8px;
}
.oneColFixCtrHdr #mainContent h1 {
	text-align:center;
	font-family:Century,"Times New Roman", Times, serif;
	font-size:24px;
	text-transform:capitalize;
	letter-spacing:2px;
	color:#666666;
	padding-top:8px;
}
.oneColFixCtrHdr #mainContent p {
	margin:5px;
	padding:5px;
}
.oneColFixCtrHdr #mainContent ul {
	margin-left:25px;
	padding-top:8px;
	padding-bottom:8px;
}
.oneColFixCtrHdr #mainContent #announcement {
	background-color:#FFF38F;
	font-size:11px;
	border:2px solid #63427A;
	margin-bottom:14px;
	margin-left:8px;
	margin-right:10px;
}
.oneColFixCtrHdr #mainContent #announcement p {
	line-height:16px;
	padding-left:20px;
	padding-right:20px;
}
.oneColFixCtrHdr #footer {
	background:#95A977;
	text-align:center;
	color:#000;
	font-size:11px;
}
.oneColFixCtrHdr #footer 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 */
}
.space {
	line-height:3px;
}
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color:#333333;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #99CC66;
}
th.nobg {
	border:0;
	background: none;
	text-align:center;
	font-size:13px;
	color:#0033CC;
}
td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color:#006633;
}
td.alt {
	background: #FFFFCC;
}
td.sechead {
	background:#FFF38F;
	border:0;
	padding:4px;
	color:#000;
}
.testimonialBox {
	background:#FFF38F;
	font-size:11px;
	text-align:center;
	border:1px solid #000;
	float:right;
	padding:10px;
	width:120px;
	font-style:italic;
}
.quoteBoxLeft {
	background:#FFF38F;
	font-size:11px;
	text-align:left;
	border:1px solid #000;
	float:left;
	padding:5px;
	width:140px;
	font-style:italic;
	margin-right:10px;
	margin-bottom:3px;
}
.quoteBoxRight {
	background:#FFF38F;
	font-size:11px;
	text-align:left;
	border:1px solid #000;
	float:right;
	padding:5px;
	width:140px;
	font-style:italic;
	margin-left:10px;
	margin-bottom:3px;
}
.arcDrawing {
	float:right;
	padding:10px;
	width:400px;
	text-align:center;
	height:300px;
	border:1px solid #000;
	margin-left:8px;
	margin-bottom:5px;
}
#shadowHolderLeft {
	margin-left:10px;
	margin-right:10px;
	float:left;
}
#shadowHolderRight {
	margin-left:10px;
	float:right;
	margin-right:10px;
}
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}
#shadow-container .shadow1 {
	background: #F1F0F1;
}

#shadow-container .shadow2 {
	background: #DBDADB;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
}

#shadow-container .container {
	background: #FFF38F;
	border: 1px solid #848284;
	padding: 10px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
a.redLink:link {color:#FF0000;}
a.redLink:visited {color:#FF0000;}
a.redLink:hover {text-decoration:underline;}
a.orangeLink:link {color:#FF9900;}
a.orangeLink:visited {color:#FF9900;}
a.orangeLink:hover {text-decoration:underline;}
a.yellowLink:link {color:#F4E906;}
a.yellowLink:visited {color:#F4E906;}
a.yellowLink:hover {text-decoration:underline;}
a.greenLink:link {color:#338800;}
a.greenLink:visited {color:#338800;}
a.greenLink:hover {text-decoration:underline;}
a.blueLink:link {color:#0066CC;}
a.blueLink:visited {color:#0066CC;}
a.blueLink:hover {text-decoration:underline;}
a.purpleLink:link {color:#6600CC;}
a.purpleLink:visited {color:#6600CC;}
a.purpleLink:hover {text-decoration:underline;}
a.administrativeLink:link {color:#009999;}
a.administrativeLink:visited {color:#009999;}
a.administrativeLink:hover {text-decoration:underline;}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
text-align:center;
}

#navlist li
{
display:inline;
list-style-type: none;
border:4px solid #fff;
font-size:11px;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #000;
background-color:#CCCCFF;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
#navlist a.red:hover
{
color: #fff;
background-color: #FF0000;
text-decoration: none;
}
#navlist a.orange:hover
{
color: #fff;
background-color: #FF9900;
text-decoration: none;
}
#navlist a.yellow:hover
{
color: #fff;
background-color: #F4E906;
text-decoration: none;
}
#navlist a.green:hover
{
color: #fff;
background-color: #338800;
text-decoration: none;
}
#navlist a.blue:hover
{
color: #fff;
background-color: #0066CC;
text-decoration: none;
}
#navlist a.purple:hover
{
color: #fff;
background-color: #6600CC;
text-decoration: none;
}
#navlist a.administrative:hover
{
color: #fff;
background-color: #009999;
text-decoration: none;
}
#navliist a.redCurrent:link, #navlist a.redCurrent:hover, #navlist a.redCurrent:visited {background-color:#FF0000;}
#navliist a.orangeCurrent:link, #navlist a.orangeCurrent:hover, #navlist a.orangeCurrent:visited {background-color:#FF9900;}
#navliist a.yellowCurrent:link, #navlist a.yellowCurrent:hover, #navlist a.yellowCurrent:visited {background-color:#F4E906;color:#000000;}
#navliist a.greenCurrent:link, #navlist a.greenCurrent:hover, #navlist a.greenCurrent:visited {background-color:#338800;}
#navliist a.blueCurrent:link, #navlist a.blueCurrent:hover, #navlist a.blueCurrent:visited {background-color:#0066CC;color:#fff;}
#navliist a.purpleCurrent:link, #navlist a.purpleCurrent:hover, #navlist a.purpleCurrent:visited {background-color:#6600CC;color:#fff}
#navliist a.administrativeCurrent:link, #navlist a.administrativeCurrent:hover, #navlist a.administrativeCurrent:visited {background-color:#009999;color:#fff;}
td.schedTime {
	background:#CCCCFF;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #0033CC;
	border:0;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	border-top:8px solid #fff;
}
td.schedDesc {
	background:#BFCFFF;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
	padding: 6px 6px 6px 12px;
}
caption {
	padding: 0 0 5px 0;
	font: italic 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#tsched1 {
	background-color:#fff;
}
#tsched2 {
	background-color:#fff;
}


-->

