﻿@import url('cr_layout.css');

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFcc66;
	font-size: 100%;
}
#container {
	width: 980px;
	margin: 10px auto;
	font-size: 0.875em;
	margin-left: auto;
	margin-right: auto;
}
p {
	margin:0;
	padding:0;
}
#masthead {
	text-align: center;
	width: 980px;
	float: left;
}
/* Top navigation bar.  Floats left against left side navigation column */
#navbar {
	width: 773px;
	height: auto;
	float: left;
	position: relative;
	background-color: #000000;
	padding-left: 6px;
}
/* Page content holder */
#content {
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
	padding: 0px 0px 8px 8px;
	float: left;
	width: 767px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#content ul {
	margin: 0px;
	margin-left: 60px;
	list-style-type: none;
	line-height: 1.4em;
}
#content ul.bullets li {
	line-height: 1.2em;
}
#content ul.bullets {
	margin: 0px;
	margin-left: 80px;
	line-height: 1.4em;
	list-style-type: disc;
	margin-bottom: 8px;
	margin-right: 18px;
}
#content ul.bullets2 {
	margin: 0px;
	margin-left: 20px;
	line-height: 1.4em;
	list-style-type: disc;
	margin-bottom: 8px;
	margin-right: 28px;
}
#content ol {
	margin: 0px;
	margin-left: 60px;
	line-height: 1.4em;
	margin-right: 30px;
}

/* Styling for the form on the Contact Us page */
#emailform {
	width: 660px;
	margin-top: 40px;
	margin-left: 30px;
}
#emailform label {
	margin-right: 10px;
	padding-right: 10px;
	width: 180px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
#emailform #button_row {
	margin-left: 176px;
	margin-top: 20px;
}
.chkbox {
	margin-left: 176px;
}
/* Main content section of Home page. Float left against left side navigation. */
#home_main {
	width: 500px;
	float: left;
}
#cal_main {
	width: 660px;
	margin-left: 50px;
	margin-top: 16px;
	margin-bottom: 16px;
}
/* Right column for Home page.  Float left against main section */
#rightcol {
	width: 260px;
	float: right;
	background-color: #FFF5D5;
	color: #000000;
	font-size: .9em;
	padding-left: 4px;
	font-size: .875em;
}
/* For the 'Your Ad Here' box on home page */
#adbox {
	border: 2px solid white;
	width: 246px;
	height: 100px;
	margin-left: 4px;
	margin-top: 30px;
	color: #FFCC66;
	text-align: center;
	background-color: #FFFFFF;
}
#content #rightcol #adbox h4 {
	margin-bottom: 0px;
	margin: 0px;
	margin-top: 12px;
}
#content #rightcol #adbox a {
	color: #FDAB00;
}
#content #rightcol h4 {
	margin: 0px;
	font-weight: bold;
	margin-left: 9px;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 4px;
}
#content #rightcol p {
	margin: 0px;
	padding-left: 12px;
	padding-right: 8px;
}
/* ***********************************************************************************

Convertable Nested list menu by DUNCAL Productions
 2007 by Duncan Hill and Alan Gresley
http://css-class.com/articles/ursidae/bears5.htm

Converts from a verticle menu with flyout submenus or a horizontal menu, with dropdown 
and then flyout submenus with a few changes in style where ****CONVERT**** appears.

Number 8 (with IE6 hacks and IE 7 hacks)

********************************************************************************* */
ul#navigation{
	font-family: Tahoma,Helvetica, Arial,sans-serif;
	font-size: 85%; /*          ****CHANGE**** change for larger or smaller font */
	position:absolute;
	left:0;
}
ul#navigation, ul#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	width: 100%;
	border-bottom: 0.04em #000000 solid;
	border-left: 1px #000000 solid;  
}
ul#navigation li {
	line-height: 1.45em;
	position: relative;
	float: left;
}
ul#navigation li ul li {
	line-height: 1.45em;
}
ul#navigation>li li { /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}
#navigation li a {
	border-top: 0.04em #000000 solid;
/*	border-left: 1px #000000 solid; */
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	width: 11em; /*          ****CHANGE-MENU**** */;
	padding: 3px 2px;
	border-right: 1px #000000 solid;
/*		border-bottom: 0.04em #000000 solid;  */
}
ul#navigation ul li:hover a:hover, ul#navigation ul li:hover span:hover, ul#navigation ul li.sfhover span.sfhover {
	color: #FF6600;
	background-color: #FFF5D5;
	z-index:10;
}
ul#navigation li a:hover,  ul#navigation li span:hover,  ul#navigation li span.sfhover {
	/* The hovered style for submenus */
	color:white; 
	background-color:black;	
}
ul#navigation li ul { /* Hides the first unhovered submenu */
	position : absolute;
	left: -999em;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	top: 0;
	left: -1px;
	margin-left: 100%;
}
/*                       ****DISPLAYS HORIZONTAL MENU(2) ******* */
#navigation li:hover ul, #navigation li a:focus ul, #navigation li.sfhover ul {
	top: 100%;
	margin-left: 0;
}
/* BACKGROUND EFFECTS */
/* Parent list item doesn't change color but child items do while hovering over them in submenu  */
#navigation li:hover li a {
	color: #000000;
	background-color: #FFF5D5;
	text-align: left;
	width: 11em;
}
#navigation li:hover span, #navigation li.sfhover a, #navigation li.sfhover span {
	color: #0000FF;
	background-color: #FFFFFF;/*94D9A0*/
}
/* Side navigation */
div#navbox {
	border-right: 0px #000000 solid;
	border-left: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	border-top: 2.45em #000000 solid;
	width: 160px;
	float: left;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 3em;
	height: auto;
	padding-bottom: 20px;
	clear: both;
}
div.navsect h5 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	border: none;
	margin-left: 5px;
	color: #FDAB00;
}
div.navsect a {
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	padding-left: 6px;
	color: #000000;
	margin-left: 1px;
}
div.navsect ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
div.navsect li {
	padding: 1px 0px 0px 0px;
	margin: 14px 0px;
	margin-left: 5px;
}
div.navsect li:hover {
	background-image: url("images/arrow.gif");
	background-repeat: no-repeat;
	background-position: left;
	background-color:#FFF5D5;
}
/* Content Styles */
#content p {
	margin-bottom: 6px;
	margin-left: 40px;
	margin-right: 40px;
}
#content p.centered_box {
	margin-bottom: 6px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
}
#content p.indented {
	margin-bottom: 6px;
	margin-left: 80px;
	margin-right: 60px;
}
#content img.photo_right {
	float: right;
	margin-right: 18px;
	padding: 5px;
	border: 1px solid #808080;
	margin-bottom: 30px;
	margin-left: 22px;
}
#content img.photo_left {
	float: left;
	margin-right: 18px;
	padding: 5px;
	border: 1px solid #808080;
	margin-bottom: 30px;
	margin-left: 22px;
}
#content h1,h2 {
	color: #000080;
	margin-top: 40px;
	font-size: 1.5em;
}
#content h3 {
	color: #C80000;
	margin-top: 16px;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 12px;
}
#content h4 {
	margin-left: 10px;
}
#content h5 {
	color: #000000;
	margin-top: 16px;
	font-size: 1.0em;
	margin-left: 40px;
	margin-bottom: 8px;
}
#content table.adv {
	margin-left: 50px;
}
#content p.narrow {
	width: 380px;
	margin-right: 10px;
	float: left;
	margin-left: 26px;
}
#content p.narrow2 {
	width: 240px;
	margin-right: 10px;
	float: left;
	margin-left: 16px;
}
/* This implements the pop-up of the fee info when the user hovers mouse over the text */
.popup span {display: none}
a.popup:hover {
	text-decoration:none;
	color:black;
}
.popup:hover span {
	padding: 8px;
	display: block;
	width: 30em;
	background-color: #E0E7ED;
	border: 2px #B4C6D3 double;
	position: fixed; top: 40%; left: 45%; 
/*	position: absolute; left: 40%; top: 21em;*/
	padding: 8px;
}
/* Footer Styles */
#footer {
	border-top: 1px #000000 solid;
	text-align: center;
	clear: both;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
	color: #BA4C0B;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFCF0;
	background-color: #334E82;
	text-decoration: underline;
}
/* Styling of Links */
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #BA4C0B;
}
/* Styles for displaying header images */
.clb_style {
	float: left;
	margin-right: 16px;
	margin-left: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.title_style {
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}
/* Miscellaneous classes */
.blue_text {
	color: #000080;
}
.red_text {
	color: #FF0000;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}
.filler {
	height: 10em;
}
.divider {
	clear: both;
	height: 1.0em;
}
.attention {
	color: #C80000;
}
.centered_box {
	text-align: center;
}
.centered_box a, img {
	border: 0;
}
.min_box {
	float: left;
	height: 3em;
	width: 3em;
	text-align: center;
}
img.floatright {
	float: right;
	margin-left: 6px;
}
.year {
	margin-left: 40px;
	clear: both;
	margin-bottom: 20px;
}
.large {
	font-size: x-large;
}
.yellowbox {
	margin: 6px 26px;
	border: 1px double gray;
	background-color: #FFFFCC;
	padding-top: 12px;
}
/* Define classes to override PHP Event Calendar classes to get font color that you want */
/* Cheader is the main header and displays the month/year and navigation arrows */
/* DO NOT REMOVE THESE */
.Cheader {
	font-weight:bold;
}
/* Cheader2 is below the main header, and displays the names of the days of the week */
.Cheader2 {
	color:white;
}
/* Cbodyh defines the font of the previous and next month's days on current calendar */
.Cbodyh {
	color:silver;	
}
