﻿body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
}
#login {
	font: 1.2em georgia, serif;
	text-align: right;
	position: absolute;
	left: 300px;
	top: 0px;
	width: 450px;
	color: white;
	background-color: transparent;
	margin-right: 2em;
}
#login a:visited, #login a:link {
	color: white;
	background-color: transparent;
}
#login a:hover {
	color: orange;
	background-color: white;
}
#tagline {
	font: 1.2em georgia, serif;
	background-image: url('/images/HeaderBG.gif');
	background-repeat: repeat-y;
	color: white;
	padding: 2px;
	padding-left: 20px;
}
#banner img 
{
	border: none;
}
#charley {
	position: absolute;
	left: 650px;
	top: 25px;
}
#home_page_images
{
    float: right;
}
.home_page_img
{
    width: 200px;
    height: 133px;
    margin-bottom: 5px;
}
#home_page_video
{
    text-align: center;
    margin: 5px;
}
/* TABNAV */
#tabnav {
	clear: both;
	width: 760px;
}
ul#tabnav {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	font: bold 1.2em Georgia, verdana, arial, sans-serif;
	height: 39px;
	border-bottom: 2px solid #0000FF;
}
ul#tabnav li {
	float: left;
	width: 75px;
	background-color: #FFFFFF;
	color: #0000FF;
	margin: 2px 3px 0px 2px;
	border: 1px solid #0000FF;
	text-align:center;
	border-bottom: none;
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #FFFFFF;
	background-color: #FF6400;
	text-decoration: none;
	padding: 3px;
	height: 30px;
}
ul#tabnav a:hover {
	background-color: #FFFFFF;
	color: #FF6400;
}

/* TAB COLORS */
body#general_information li.general_information a:link, body#general_information li.general_information a:visited,
body#inks_lake li.inks_lake a:link, body#inks_lake li.inks_lake a:visited,
body#indian_springs li.indian_springs a:link, body#indian_springs li.indian_springs a:visited,
body#parents li.parents a:link, body#parents li.parents a:visited,
body#prospective_campers li.prospective_campers a:link, body#prospective_campers li.prospective_campers a:visited,
body#special_programs li.special_programs a:link, body#special_programs li.special_programs a:visited,
body#merit_store li.merit_store a:link, body#merit_store li.merit_store a:visited,
body#counselors li.counselors a:link, body#counselors li.counselors a:visited,
body#clasp li.clasp a:link, body#clasp li.clasp a:visited {
	color: #0000FF;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

/* CONTENT */
#content {
	width: 580px;
	font-size: 120%;
	margin: 0;
	margin-left: 1em;
	border-bottom: solid 1px blue;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", serif;
	color: blue;
	background-color: transparent;
}
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 135%; }
h4 { font-size: 130%; }
h5 { font-size: 125%; }
h6 { font-size: 120%; }
#content p {
	font-family: Verdana, Arial, sans-serif;
}
#content .warning 
{
	color: Red;
	background-color: Transparent;
}
#content .error 
{
	color: Red;
	background-color: Transparent;
}
#content .success
{
	color: Green;
	background-color: Transparent;
}
#content a:link
{
	text-decoration: underline;
	color: #0000ff;
	background-color: transparent;
}
#content a:hover, a:active
{
	text-decoration: underline;
	color: #0000ff;
	background-color: #ff6400;
}
/* NAVIGATION */
#navigation {
	position: absolute;
	left: 601px;
	top: 140px;
	width: 12em;
	font-family: Georgia, Arial, Helvetica, serif;
	font-size: 140%;
}
#navigation ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	padding: 1px;
}
#navigation li {
	border-bottom: 1px solid #0000FF;
	border-top: 1px solid #0000FF;
}
#navigation li.current a:link, #navigation li.current a:visited  {
	display: block;
	margin-left: -5px;
	border-left: 5px solid #FFFFFF;
	border-right: 1px solid #0000FF;
	background-color: #FFFFFF;
	color: #0000FF;
	text-decoration: none;
	padding: 4px;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding-left: 3px;
	border-left: 10px solid #0000FF;
	border-right: 1px solid #000000;
	background-color: #FF6400;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
#navigation li a:hover {
	background-color: #FFFFFF;
	color: #FF6400;
}
#subnav
{
	width: 400px;
	text-align: center;
	margin: 5px;
	margin-top: 25px;
	margin-left: 50px;
	color: Black;
	background-color: #EEEEEE;
	border: solid 1px blue;
}
#subnav h3
{
	margin: 0px;
}
/* FOOTER */
#footer {
	width: 600px;
	background-image: url('/images/FooterBG.gif');
	background-repeat: repeat-y;
}
#footer p 
{
	text-align: center;
	font-family: Arial, Verdana , sans-serif;
	font-size: 110%;
	line-height: 1.4;
	color: white;
	background-color: transparent;
	padding: 5px;
}
#footer a:visited, #footer a:link {
	color: white;
	background-color: transparent;
}
#footer a:hover {
	color: orange;
	background-color: white;
}
/* 50 x 120 */
#footerimgleft {
	float: left;
}
#footerimgright {
	float: right;
}
/* MAIN PAGE INTRO */
#content .main_page_promo {
	float: right;
	border: 2px solid #0000FF;
}
/* HOME PAGE NEWS */
#home_page_news 
{
	border-top: 2px solid #0000FF;
	border-bottom: 2px solid #0000FF;
}
#home_page_news ul {
	list-style-image: url('/images/ul_charlie.gif');
}
#home_page_news li {
	border-top: solid blue 1px;
	margin-bottom: 5px;
	margin-right: 20px;
}
/* TABLES */
#content table {
	border: 1px solid #0000FF;
	width: 580px;
}
#content th {
	border: 1px solid #0000FF;
	color: #000000;
	background-color: #FF6400;
}
#content th.rowhead 
{
	text-align: left;
}
#content td {
	border: 1px solid #0000FF;
}
#content li.pdf {
	list-style-image: url('/images/li_adobe.gif');
}
/* PHONE NUMBERS */
#content .phone_numbers {
	margin: 5px;
	width: 30em;
}
#content .phone_numbers td {
	border: 1px solid #0000FF;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}
 /* INFO */
#content .daily_schedule td {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
#content .img_float_right {
	float: right;
	margin: 5px;
	border: 1px solid blue;
}
#content .img_float_left {
	float: left;
	margin: 5px;
	border: 1px solid blue;
}
#content .info_activity_list li {
    list-style-image: url('/images/ul_charlie.gif');
    color: Blue;
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
}
 /* TUITION */
#content .tuition {
	margin: 5px;
	width: 30em;
}
#content .tuition td {
	border: 1px solid #0000FF;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}
#content .tuition_amt td {
	text-align:right;
}
/* TERM DATES */
#content .term_dates {
	margin: 5px;
	width: 35em;
}
#content .term_dates td {
	border: 1px solid #0000FF;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}
#content .interview_schedule td {
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
	vertical-align: top;
	font-weight: bold;
}
 /* ADDRESSES */
#content .addresses {
	border: 1px solid #0000FF;
	width: 25em;
	margin: 5px;
}
#content .addresses td {
	border: 1px solid #0000FF;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}
 /* Motel List */
#content .motel_list table {
	border: 1px solid #0000FF;
	width: 45em;
	margin: 5px;
}
#content .motel_list td {
	border: 1px solid #0000FF;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	white-space: nowrap;
	font-weight: bold;
}
/* Bus Schedule */
#content .bus_schedule td {
	border: 1px solid #0000FF;
	padding: 0px;
	padding-left: 3px;
	color: #000000;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	white-space: nowrap;
}
/* Carnival Schedule */
#content .carnival_schedule table {
	border: 1px solid #0000FF;
	width: 585px;
	margin: 5px;
}
#content .carnival_schedule td {
	border: 1px solid #0000FF;
	padding: 1px;
	padding-left: 3px;
	color: #000000;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-size: smaller;
	font-weight: bolder;
	white-space: nowrap;
}
 /* Staff Email */
#content .staff_email {
	border: 1px solid #0000FF;
	width: 45em;
	margin: 5px;
}
#content .staff_email td {
	border: 1px solid #0000FF;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	background-color: transparent;
}
/* GENDERIC CALENDAR EVENTS */
#content .calendar_event {
	margin: 5px;
	width: 35em;
}
#content .calendar_event td {
	border: 1px solid #0000FF;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}
#content .calendar_event td {
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
	vertical-align: top;
	font-weight: bold;
}
 /* Aerial Images */
#content .aerial_image {
	border: 3px solid #000000;
}
/* FORM SUBMIT INFO  */
#content fieldset {
	border: 1px solid #0000FF;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	padding-left: 5px;
}
#content legend {
	color: #FF6400;
	background-color: #FFFFFF;
}
#content label,
#content select {
	width: 120px;
	display: block;
	margin-bottom: 5px;
	vertical-align: middle;
	float: left;
}
#content label {
	text-align: right;
	float: left;
	width: 150px;
	padding-right: 5px;
	overflow: hidden;
	font-weight: bold;
}
#content input.longfield, label.longfield {
	width: 300px;
}
#content input.shortfield, label.shortfield {
	width: 75px;
}
#content textarea {
	width: 300px;
}
#content select {
	margin-right: 5px;
}
#content form br {
	clear: left;
}
#content input.checkbox, input.column {
	width: 14px;
	height: 14px;
	float: left;
	clear: none;
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#content label.checkbox {
	width: 110px;
	text-align: left;
	float: left;
	clear: none;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
#content label.column {
	width: 100px;
	text-align: left;
	margin: 0px;
	margin-bottom: 10px;
}
#content input.column {
	text-align: left;
	margin-left: 90px;
	margin-bottom: 10px;
}
#content input#bSubmit {
	text-align: center;
	margin-left: 100px;
	margin-top: 10px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #FFFFFF;
    color: white;
    background-color: #000088;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
#content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
}
#content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
	color: Orange;
	background-color: White;
}
.accordionHeaderSelected
{
    border: 1px solid #FFFFFF;
    color: white;
    background-color: #0000FF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
#content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
#content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionContent
{
    border: 1px dashed #0000FF;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.formerror
{
    border: 2px dashed red;
    color: Red;
}
#content label.formerror
{
    border: none;
    color: Red;
    margin-left: 150px;
    width: 400px;
    float: none;
    clear: both;
}
/* ## General Styles ## */
.currency
{
	font-family: "Monaco", "Courier New", Monospace;
	text-align:right;
}
#content ul.sitemap_ul li
{
	height: 18px;
}
#content ul.sitemap_ul img
{
	display: inline-block;
}
.highlightBackgroundOn
{
    background-color: Aqua;
}
.CallToAction
{
    background-color: #FF6400;
    border: 2px solid blue;
    padding: 5px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}
.CallToAction:hover
{
    background-color: #FFF;
    border: 2px solid #FF6400;
}
/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/merit_store/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/merit_store/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/merit_store/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/merit_store/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* END SLIMBOX */