﻿@import url("../../styles/layout.css");
#container {
	width: 1000px;
	margin: 10px auto;
	z-index: 1;
}
#contact {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 250px;
	font-size: x-small;
}
#president {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 175px;
	font-size: x-small;
}
.funded {
	font-style: italic;
	font-size: x-small;
}
.address {
	text-align: center;	
}
#navigation {
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	z-index: 2;
}
#content {
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
h6 {
	color: #3B423D !important; 
}
h5 {
	color: #3B423D !important; 
}
h4 {
	color: #3B423D !important; 
}
h3 {
	color: #3B423D !important; 
}
h2 {
	color: #3B423D !important; 
}
#content h1 {
	color: #3B423D !important; 
}
#content h2 {
	font-size: large !important;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.stepmap {
	height: 200px;
	width: 200px;
}
/* ****************** Drop Down Menu ********************************* */
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 11em;
	z-index: 3;
}

#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 11em;
}

#nav li { /* all list items */
	position : relative;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
	border: 1px solid #fff;
	background-color: #fff;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.35em;
	border: 1px solid #fff;
	background-color: #fff;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 11em;
	w\idth : 10em;
	padding : 0 0.5em;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}

#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul ul ul {
	left: -999em;
}

#nav li:hover ul ul {
	left: -999em;
}

#nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	margin-left : 12em;
}
div.rounded {    
    max-width:2400px;
    width:518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	
}
/* ---------------------------------------------------------
Extra styles for experimentation
-----------------------------------------------------------*/
.thumbnail {   
    padding: 0.5em;   
    border: 1px solid #ccc; 
    float: left;
    margin-right: 5px;
    z-index: 99;
}
#van_text {
	display: none;
	background-color: #EFEFEF;
	border: 1px solid #28436E;
	padding: 0.5em;
	z-index: 0;
}
#daycare_text {
	display: none; 
	background-color: #EFEFEF;
	border: 1px solid #28436E;
	padding: 0.5em;
	z-index: 0;	
}
#van_div {
	height: 85px;
}
#daycare_div {
	height: 80px;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav li {
	display: inline;
/*	float: left; */
	padding: 1px;
}
.ccis a {
	background-image:url("../../images/ccis_off.gif");
	background-repeat:no-repeat;
	height: 90px;
	width: 72px;
	display: block;
	float: left;
}
.ccis a:hover, .ccis a:focus  {
	background-image:url("../../images/ccis_on.gif");
	background-repeat:no-repeat;
	height: 101px;
	width: 72px;
	display: block;
}
.crk a {
	background-image:url("../../images/crk_off.gif");
	background-repeat:no-repeat;
	height: 90px;
	width: 72px;
	display: block;	
	float: left;
}

.crk a:hover, .crk a:focus {
	background-image:url("../../images/crk_on.gif");
	background-repeat:no-repeat;
	height: 101px;
	width: 72px;
	display: block;
}
.ssap a {
	background-image:url("../../images/ssap_off.gif");
	background-repeat:no-repeat;
	height: 90px;
	width: 72px;
	display: block;	
	float: left;
}

.ssap a:hover, .ssap a:focus {
	background-image:url("../../images/ssap_on.gif");
	background-repeat:no-repeat;
	height: 101px;
	width: 72px;
	display: block;
}
.hs a {
	background-image:url("../../images/hs_off.gif");
	background-repeat:no-repeat;
	height: 90px;
	width: 72px;
	display: block;	
}

.hs a:hover, .hs a:focus {
	background-image:url("../../images/hs_on.gif");
	background-repeat:no-repeat;
	height: 101px;
	width: 72px;
	display: block;
}

/* ---------------------------------------------------------
Lightbox
-----------------------------------------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("../../images/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("../../images/nextlabel.gif") right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


