/* THIS IS THE START OF THE STYLES FOR THE BASIC WEBSITE */

body { /* Overall page settings */
	background-color:#fffacd;
/*	background-color:#040146; /* Christmas */
/*	background-color:#000; /* Halloween */
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	height:100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html {
	height:101%;
}
hr.underline {
	border-top:1px solid #7707070;
	width:80%;
	margin-bottom:30px;
}
div.wrapper { /* Overall wrapper for site.  Centers site on page */
	width: 1000px;
	margin-right:auto;
	margin-left:auto;
}

div.left { /* Left half of page when splitting into two */
	float:left;
	width:680px;
	margin: 10px 0px;
	padding:0px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
/*	color:#ffffff; /* Halloween and Christmas */
}
div.right { /* Right half of page when splitting into two */
	float:left;
	width:292px;
	margin:10px 0;
	padding:0 0 0 8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}
div.content-wrapper {
	background-image:url(/graphics/general/back.gif);
/*	background-image:url(/graphics/halloween/back-halloween.gif); /* Halloween */
/*	background-image:url(/graphics/christmas/back-christmas.gif); /* Christmas */
	background-repeat:repeat-y;
	z-index:-100;
}
div.mission-title {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:15px 0;
	background-color:#d9d5a6;
	width: 11oopx;
}
div.mission-statement {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	padding:0px 50px 20px 50px;
	background-color:#d9d5a6;
	text-align:justify;
	width:900px;
}
div.right-box-title {
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	border-bottom:0px solid #999;
	font-size:13px;
	text-align:center;
	padding:5px 0px;
	background-color:#737157;
/*	background-color:#8e4b16; /* Halloween */
/*	background-color:#870400; /* Christmas */
	font-weight:bold;
}
div.right-box {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	padding:15px 0px;
	text-align:center;
	background-color:#d9d5a6;
/*	background-color:#fffce3; /* Halloween and Christmas */
	font-weight:bold;
}
div.right-box a:link {
/*	background-color:#d9d5a6; */
}
div.right-box a:visited {
/*	background-color:#d9d5a6; */
}
div.spec-title {
	position:relative;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin: 2px 0px;
	padding:3px 3px 3px 5px;
	vertical-align:top;
	display:block;
}
.spec-title a:link {
	color:#990000;
}
.spec-title a:visited {
	color:#990000;
}
.spec-title a:hover {
	color:#ff0000;
}
div.spec-text {
	position:relative;
	float:left;
	font-size:12px;
	margin:2px 0px;
	padding:3px 5px 3px 0px;
	vertical-align:top;
}
.spec-text a:link {
	color:#990000;
}
.spec-text a:visited {
	color:#990000;
}
.spec-text a:hover {
	color:#ff0000;
}
div.spacer-20 {
	height:20px;
}
div.footer {
	background-color:#737157;
/*	background-color:#8e4b16; /* Halloween */
/*	background-color:#870400; /* Christmas */
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px;
	margin-bottom:20px;
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:12px;
}
div.page-pad {
	padding:0 30px;
}
div.page-pad a:link {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
div.page-pad a:visited {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
div.page-pad a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
div.section-title {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding: 10px 0 20px 0;
}
div.section-title a:link, div.section-title a:visited {
	color:#990000;
	text-decoration:none;
}
div.section-title a:hover {
	color:#ff0000;
	text-decoration:none;
}
.timeline {
	width:290px;
	padding:0px;
	margin:0px;
}
.timeline-date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-top:1px solid #000;
	padding:8px 0px 2px 0px;
	font-weight:bold;
}
.timeline-content {
	padding:2px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

}
img.page-image{
	border:1px solid #000000;
	margin:0px auto 20px auto;
	display:block;
}

div.thumbarea {
	padding: 0 0 20px 0;
	text-align:center;
}
div.thumbarea-caption {
	text-align:center;
	display:block;
	padding: 10px 0 5px 0;
	font-weight:bold;
	font-size:14px;
}
a.admission:link, a.admission:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	background-color:#d9d5a6;
/*	background-color:#fffce3; /* Halloween and Christmas */
}
a.admission:hover {
	color:#ff0000;
	background-color:#d9d5a6;
/*	background-color:#fffce3; /* Halloween and Christmas */
}
div.pagetitle {
	font-size:20px;
	font-weight:bold;
	padding:20px 0;
	text-align:center;
}
.pagesubtitle {
	font-size:13px;
	font-weight:normal;
	text-align:center;
}
div.pagelink {
	text-align:center;
	margin-bottom:0px;
	position:relative;
	display:block;
}
div.pagelink a:link, div.pagelink a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#707070;
	padding:5px 4px 5px 4px;
	background-color:#fffce3;
	display:block;
}
div.pagelink a:hover {
	color: #990000;
	border-top:0px solid #707070;
	border-right:5px solid #990000;
	border-bottom:1px solid #707070;
	border-left:5px solid #990000;
	padding:5px 0px 5px 0px;
	background-color:#FFF;
	display:block;
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
a.general:link {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
a.general:visited {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
a.general:hover {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}
.highlight {
	background: #FFFF40;
}
div.paragraph {
	font-size:13px;
	font-weight:normal;
	padding:0 0 20px 0;
}
div.paragraph a:link, div.paragraph a:visited {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
div.paragraph a:hover {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}
.coming {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}
/* THIS IS THE END OF THE STYLES FOR THE BASIC WEBSITE */


/* ********** THIS IS THE START OF THE IMAGE POP-UP SYSTEM ********** */
/*
* @file: highslide.css 
* @version: 4.1.9
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
	height: 80px;
	margin:5px 5px 5px 0px;
}
.highslide:hover img {
	border-color: #990000;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}
/* ********** THIS IS THE END OF THE IMAGE POPUP SYSTEM ********** */


/* ********** THIS IS THE NEW MENU SYSTEM ********** */
.ddsmoothmenu{
font: bold 13px Arial;
background: #737157; /*background of menu bar (default state)*/
/* background: #8e4b16; /*Halloween menu bar (default state)*/
/* background: #870400; /*Christmas menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #737157; /*background of menu items (default state)*/
/* background: #8e4b16; /*Halloween menu items (default state)*/
/* background: #870400; /*Christmas menu items (default state)*/
color: white;
padding: 5px 10px;
border-right: 1px solid #ccc;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #57553d;
/* background: #af560e; /* Halloween */
/* background: #a54e4c; /* Christmas */
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #57553d; /*background of menu items during onmouseover (hover state)*/
/* background: #af560e; /*Halloween menu items during onmouseover (hover state)*/
/* background: #a54e4c; /*Christmas menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
top:1px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Arial;
/* width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #ccc;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 9px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #222;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

/* ********** THIS IS THE END OF THE NEW MENU SYSTEM ********** */
