

/*<group=General Styles>*/

body {
	margin: 0px 5px 0px 5px;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

p {
}

b, strong {
	font-weight: bold;
	color: #300;
}

noscript {
  background-color: red;
  color: white;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  display: block;
}

a:visited { color: #59432B; }
a:link { color: #59432B; }
a:active { color: #59432B; }
a:hover { color: #C63; }

a.top { font-size: 9px; }

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
}

.image-center {
	margin: 3px;
	padding: 3px;
	text-align: center;
}

.png { behavior: url("pngbehavior.htc"); }

/*</group>*/

/*<group=Layout>*/

#container {
	background: #ffffff repeat-y left url('../images/sidebar_bg.png'); /* This Is The BG Color Of The Main Div */
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 1.5em;
}

#pageHeader {
	width: 780px;
	background: url('../images/header_bg.jpg') no-repeat;
	text-align: left;
	list-style: none;
	height: 111px;
}

#pageHeader img {
	display: inline;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	text-shadow: 0px 0px 4px #c6e3f9;
	margin: 0px;
	text-align: left;
	font-size: 26px;
	letter-spacing: 3px;
	padding: 20px 20px 5px 50px;
}

#pageHeader h2 {
	color: #c6e3f9;
	text-shadow: 0px 0px 3px #c6e3f9;
	margin: 0px;
	font-size: 16px;
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
	letter-spacing: 3px;
}

#contentContainer {
	width: 589px;
	float: right;
	text-align: left;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	min-height: 450px;
}
* html #contentContainer { height:450px; } /* IE6 hack */

.textEditor a:link, .textEditor a:visited {
	color: #59432B !important;
}
.textEditor a:hover {
	color: #C63 !important;
}
.textEditor a:hover, .textEditor a:active {
	color: #59432B !important;
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 40px;
	width: 519px;
}

#sidebarContainer {
	width: 190px;
	float: left;
	text-align: left;
}

#sidebarContainer .sidebar {
	padding: 10px;
}

#footer {
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	height: 3px;
	height: 31px;
	color: #ffffff;
	background: url('../images/footer_bg.jpg') repeat-x;
}

#footer p {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer a { color: #FF9; }

#footer a:hover
{
	color: #FC9;
	text-decoration: none;
}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}

/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: normal;
	z-index: 980;
	position: absolute;
	top: 111px;
	left: 50%;
	margin-left: -391px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

#navcontainer ul li {
	position: relative;
}

#navcontainer li ul {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */

#navcontainer ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	background: #F1EBE3; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 1%; }
/* End */

#navcontainer ul li a:hover, #navcontainer .active { color: #FFFFFF; background: #59432B; text-shadow: 0px 0px 4px #c6e3f9;} /* Hover Styles */

#navcontainer li ul li a { padding: 6px 5px 6px 5px; }

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

body { behavior:url('csshover3.htc'); } /* IE 6 PC Hack */

/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote
{
	padding: 3px 10px;
	color: #300;
	border-bottom: 1px dotted #300;
	border-top: 1px dotted #300;
	background-color: #FFC;
}
blockquote blockquote {
	border: 0px;
	padding: 0px;
}
.indent  {
  margin-right: 5%;
	margin-left: 5%;
	color: #000;
}
.justify { text-align: justify; }

h1
{
	color: #933;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}
h1#title {
	margin: 0px 0px 20px 0px;
	padding-bottom: 2px;
	border-bottom: 2px solid gray;
	text-align: right;
}

h2 {
	color: #300;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
	line-height: 22px;
}
h2.restore {
	font-size: 17px;
	color: #5F059E;
	margin-bottom: -15px;
	border-bottom: 1px solid gray;
}

h3 {
	color: #300;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #300;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #300;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}

/*</group>*/

/*<group=FAQ>*/

/*<group=FAQ>*/


h4.faq {
    font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

h5.faq {
    font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h6.faq {
    font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	color: #300;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
}

.album-description {
	margin-bottom: 80px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
	margin-top: 70px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 50px;
	margin-right: 20px;
	width:144px;
	height:144px;
}

.thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin: 5px;
	position: absolute;
  bottom: 0;
  left: 0;
  width:144px;
}

.thumbnail-frame:hover {
	border: 1px solid #808080;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
  border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #808080;
	margin: 3px 0 0 0;
	padding: 0;
	width: 100%;
	display: block;
	line-height: 1em;
}

/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	text-align: center;
	margin: 10px;
}

.photo-navigation {
	padding: 10px;
	background: #ffffff;
	margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame
{
	margin: 0px;
	border-width: 5px;
	border-style: solid;
	border-color: white;
}

.photo-links {
}

.photo-title {
	color: #300;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #300;
}

/*</group>*/

/*</group>*/


/*<group=Contact Form>*/
.message-text {
}

.required-text {
	color: #0080ff;
}

.form-input-field {
	color: #2160a9;
}

.form-input-button { }
/*</group>*/


.nopad {
  padding: 0px;
}

.cap {
	float: left;
	width: 35px;
	font-size: 43px;
	line-height: 43px;
	font-weight: normal;
	font-family: Papyrus, "Alpha Geometrique", serif;
	padding-bottom: -10px;
}
.alert { color: red; }


div#siterestore
{
	background-color: white;
	background-image: url('../editor/image/siterestore/bkground.gif');
	background-repeat: repeat;
}

table.age td {
	font-size: 10px;
	padding: 3px;
}

table.colored th {
	background-color: #59432b;
	color: white;
	padding: 3px 5px;
}
table.colored td {
	background-color: #f1ebe3;
	padding: 3px 5px;
}
table.colored td.odd {
	background-color: white;
}


div.disabled-form {
  background-color: red;
  padding: 10px;
  color: white;
}
div.disabled-form h3, div.disabled-form p {
  padding: 0px;
  margin: 0px;
  color: white;
}
div.disabled-form h3 {
  padding-bottom: 5px;
}

h4#error-message, h4#alert-message, h4#success-message {
  padding: 10px;
  margin: 0px;
}
h4#error-message {
  background-color: red;
  color: white;
}
h4#alert-message {
  background-color: green;
  color: white;
}
h4#success-message {
  background-color: #933;
  color: white;
}

#accordion h3 {
	font-size: 12px;
	background-color: #933;
	padding: 3px;
	padding-left: 10px;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#accordion h3#welcome, #accordion h3#anticipation, #accordion h3#directions, #accordion h3#duringdig { background-color: #300; }
#accordion h3 a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/* WEEKLY REPORTS */
#weekly-reports { }
#weekly-reports #years { text-align:center; }
#weekly-reports #years ol { list-style:none; }
#weekly-reports #years li, #weekly-reports #years a, #weekly-reports #weeks li, #weekly-reports #weeks a { font-size: 16px; }
#weekly-reports #weeks ol { list-style: disc; margin-top: 20px; line-height: 24px; }
/* JORDAN SOMETIMES */
#sometimes { }
#sometimes #years { text-align:center; }
#sometimes #years ol { list-style:none; }
#sometimes #years a, #sometimes #issues a { font-size: 16px; }
#sometimes #issues ol { list-style: disc; margin-top: 20px; line-height: 24px; }

/* Photo Gallery */





	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  