@charset "UTF-8";
/* Greencroft.org CSS Document */
/*
	* Colors
	*	Green: #063
	*	Maroon: #663333
	*   
	*
	*
*/

html, body { margin: 0px; padding: 0px; }

body { background-color: #fff; color: #000; font-family: "Times New Roman", Times, serif; font-weight: normal; font-style: normal; font-size: small; background-image: url(../../images/site/stem-watermark.gif); background-position: 14px 100px; background-repeat: repeat-y; margin-bottom: 20px; }

/* Links (L/V/H/A)
-------------------- */
a { color: #633; }
a:visited { color: #633; }
a:hover { color: #363; }
a:active { color: #000; }

/* Text
-------------------- */
h1, h2, h3, h4 {
	color: #063;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px; padding: 0px;
	line-height: normal;
	}
h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 107%; color: #000; font-style: normal; }
h4 { font-size: 99%; color: #000; font-style: italic; }

p { line-height: 125%; }
	
span.event-title {
	font-weight: bold;
	color: #005334;
	}

.note { color: #333; font-style: italic; margin: 0px; }
.error-text {
	color: #f00;
	font-style: italic;
	font-weight: bold;
	}




/* Images
-------------------- */
img {
	border-width: 0px;
	}
img#logo {
	border-width: 0px;
	margin-top: 20px;
	}

.bio-photo{float:left; padding: 15px 10px 0 0;}

#secondary-content img#foundation {padding: 10px 10px;
border:none;}

#secondary-content img#badge {
border:none;
text-align:center;
}

/*#secondary-content img {
padding-bottom: 10px;
}*/

/* Form
-------------------- */
form {
	margin: 0px;
	padding: 0px;
	}
input#search, select#QuickNav {
	/*width: 140px;*/
	color: #000;
	background-color: #fff;
	border-width: 1px;
	border-color: #333;
	border-style: solid;
	padding: 2px;
	font-size: 11px;
	}
input#btnSearch {
	height: 18px;
	width: 18px;
	}
.carelevel {
width:200px;
}


fieldset {
    border-width: 0px;
    }
    fieldset#contact {
        padding: 0px;
        margin-top: 10px;
        border-width: 0px;
        }
    fieldset#contact legend {
        color: #063;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0px; padding: 0px;
        font-weight: bold;
        font-size: 125%;
        }
    fieldset#contact label {
        font-weight: bold;
        }
    fieldset#contact dl {
        padding: 0px;
        margin: 0px;
        }
    fieldset#contact dt {
        padding: 4px 0px;
        }
    fieldset#contact dt span {
        font-size: 90%;
        font-style: normal;
        }
    fieldset#contact dd {
         margin: 0px;
         padding: 0px;
         }
    fieldset#contact dd input, fieldset#contact dd select, fieldset#contact dd textarea {
        /* font-family: "Times New Roman", Times, serif; */
        font: inherit;
        background-color: #fff;
        border-color: #633;
        border-style: solid;
        border-width: 1px;
        }
/*
 width: 275px;
*/
input.btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
    padding: 1px 2px;
    color: #fff;
    background-color: #633;
    border-color: #333;
    border-width: 1px;
    border-style: solid;
    }

/* Misc
-------------------- */

div.clear {
	clear: both;
	}
	
	/* garden photo gallery 100 x 75 */
	p.garden-photo-gallery { text-align:right; float:none; clear:both; display:block; }
	p.garden-photo-gallery a { color:#633; text-decoration:none; }
	p.garden-photo-gallery a:hover { color:#363; }
	ul.garden-photo-gallery { list-style-type:none; margin:0; padding:0; }
	ul.garden-photo-gallery li { text-align:center; float:left; margin:0; /*padding:0 10px 10px 0;*/ width:110px; height:110px; }
    ul.garden-photo-gallery li img { border:#633 solid 1px; margin:0; padding:0; }
    ul.garden-photo-gallery li img:hover { border:#363 solid 1px; margin:0; padding:0; }
    
    /* catering photo gallery 100 x 75 */
	p.catering-photo-gallery { text-align:right; float:none; clear:both; display:block; }
	p.catering-photo-gallery a { color:#633; text-decoration:none; }
	p.catering-photo-gallery a:hover { color:#363; }
	ul.catering-photo-gallery { list-style-type:none; margin:0; padding:0; }
	ul.catering-photo-gallery li { text-align:center; float:left; margin:0; /*padding:0 10px 10px 0;*/ width:110px; height:110px; }
    ul.catering-photo-gallery li img { border:#633 solid 1px; margin:0; padding:0; }
    ul.catering-photo-gallery li img:hover { border:#363 solid 1px; margin:0; padding:0; }

    table.tblAdminLogin
    {
        border:0;
    }
        table.tblAdminLogin td { padding:3px 5px; text-align:left; vertical-align:top; }
        table.tblAdminLogin td.heading { font-weight:bold; }

	table.tblTours { border:0; width:100%; margin-top:10px; }
		table.tblTours th,
		table.tblTours td { padding:3px 4px; }
		table.tblTours th { font-weight:bold; text-align:center; font-family:Arial, Helvetica, sans-serif; color:#fff; background:#663333; border-right:1px #996666 solid; }
		table.tblTours th.noRborder,
		table.tblTours td.noRborder{ border-right:0; }
		table.tblTours td.bgLt { background:#e5e5e5; border-bottom:1px #fff solid; }
		table.tblTours td.bgMd { background:#d9d9d9; border-bottom:1px #fff solid; }
		table.tblTours td.view { padding:2px 4px; text-align:center; }
		table.tblTours td.view a { text-decoration:none; font-weight:normal; }

	table.tblTourDetail { border:0; width:100%; margin-top:10px; }
		table.tblTourDetail th,
		table.tblTourDetail td { padding:4px 5px; vertical-align:top; text-align:left; }
		table.tblTourDetail th { font-weight:bold; text-align:right; font-family:Arial, Helvetica, sans-serif; color:#fff; background:#663333; border-bottom:1px #996666 solid; }
		table.tblTourDetail th.noBborder,
		table.tblTourDetail td.noBborder{ border-bottom:0; }
		table.tblTourDetail td ul.tourDates,
		table.tblTourDetail td ul.tourCategories { margin:0; padding:0 0 5px 15px;  }

/* Structure
-------------------- */
#container {
	width:954px;
	}

	#header {
	width: 100%;
	height: 70px;
	}

	h1#logo-header { 
		position: absolute;
		float:left;
		/*
		background-color:#99CC00;
		*/
		background-image: url(../../images/site/new-greencroft-logo.gif);
		background-position:0% 0%;
		background-repeat:no-repeat;
		/* logo placement */
		margin: 20px 0px 0px 30px;
		}
		h1#logo-header a {
			width:420px;
			height:54px;
			display:block;
			outline:none;
			}
		h1#logo-header span {
			display:none;
			}
	
	#utility-wrap {
		width: 408px;
		background-color:#fff;
		float:right;
		}
		
	#utility {
		background-image: url(../../images/site/utility-bckgrd.gif);
		background-repeat: no-repeat;
		/*
		background-color: #333;
		*/
		height:30px;
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding:5px 0 0 0;

		}
		 #utility ul{
		 margin:0 0 0 35px;
		 padding:0;
		 list-style-type: none;
		 width:350px;
		 }
		 #utility ul li {
			float:left;
			display:block;
			padding:0;
			height:30px;
			}
		 #utility ul li.item1 {
			/*background-color:#f00;*/
			width:100px;
			text-align:right;
			padding:6px 3px 0px 0px;
			height:30px;
			}
		 #utility ul li.item2 {
			/*background-color:#f0f;*/
			width:60px;
			padding:4px 0px 0px 0px;
			}
		 #utility ul li.item3 {
			/*background-color:#ff0;*/
			width:140px;
			padding:2px 0px 0px 0px;
			}
			#utility ul li.item3 input.utility-search {
				width:130px;
				}
		 #utility ul li.item4 {
			/*background-color:#00f;*/
			width:20px;
			padding:2px 0px 0px 0px;
			}


	#quicknav {
		margin:10px 0px 0px 120px;/* -8px top */
		}		
	#wrap {
		clear: both;
		width: 954px;
		}
		#navigation {
			/*
			--- Notes: could place watermark here (prefer if not tiled)
			*/
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: normal;
			width: 190px; /* width: 204px; padding-right: 0px; */
			padding-right: 4px;
			padding-top: 20px;
			text-align: center;
			float: left;
			}
			#navigation a {
				text-decoration: none;
				}
			#navigation ul {
				list-style-type: none;
				text-align: left;
				margin-left: 20px;
				padding: 0px;
				border-bottom: #633 solid 1px;
				}
				#navigation ul li {
					font-weight: bold;
					font-size: 13px;
					padding: 5px 0px 5px 14px;
					border-top: #633 solid 1px;
					}
					#navigation ul li.divider {
						background-image: url(../../images/site/divider-diamond.gif);
						background-position: 0px 9px;
						background-repeat: no-repeat;
						}
					#navigation ul li ul {
						margin-left: 10px;
						border: none;
						}
						#navigation ul li ul li {
							line-height: normal;
							padding: 1px 0px;
							font-weight: bold;
							font-size: 11px;
							border: none;
							}
			#navigation p.address {
				font-size: 11px;
				font-weight: bold;
				margin-top: 50px;
				margin-left: 30px;
				margin-bottom: 30px;
				text-align: left;
				}
				#navigation p.address a { color: #000; text-decoration: none; }
				#navigation p.address a:hover { color: #633; text-decoration: underline; }


		#wrap-content-box {
			width: 740px;
			text-align: left;
			margin-top: 16px;
			float: right;
			}

			#content-box-top {
				
				background-image: url(../../images/site/content-box-top.gif);
				background-position: top;
				background-repeat: repeat-x;
				height:auto;
				background-color: #f7f6f0;
				}
				#content-box-bottom {
					background-image: url(../../images/site/content-box-bottom.gif);
					background-position: bottom;
					background-repeat: repeat-x;
					height:auto;
					}
					#content-box-left {
						background-image: url(../../images/site/content-box-left.gif);
						background-position: left;
						background-repeat: repeat-y;
						height:auto;
						}
						#content-box-right {
							background-image: url(../../images/site/content-box-right.gif);
							background-position: right;
							background-repeat: repeat-y;
							height:auto;
							}
							#content-box-top-left {
								background-image: url(../../images/site/content-box-top-left.gif);
								background-position: top left;
								background-repeat: no-repeat;
								height:auto;
								}
								#content-box-top-right {
									background-image: url(../../images/site/content-box-top-right.gif);
									background-position: top right;
									background-repeat: no-repeat;
									height:auto;
									}
									#content-box-bottom-left {
										background-image: url(../../images/site/content-box-bottom-left.gif);
										background-position: bottom left;
										background-repeat: no-repeat;
										height:auto;
										}
										#content-box-bottom-right {
											background-image: url(../../images/site/content-box-bottom-right.gif);
											background-position: bottom right;
											background-repeat: no-repeat;
											height:auto;
											}
											
											
/*#######HOME PAGE PORTAL NAVIGATION########*/

#main-content div#home-portal-content table {
width: 100%;
border: 0;
padding-bottom: 10px;

}

#main-content div#home-portal-content td {
width: 50%;
}

#main-content div#home-portal-content td#right {
 float:right;
 margin-right: 135px;
}

			#home-wrap-portal-box {
			width: 428px;
			text-align: left;
			/*margin-top: 16px;*/
			float: right;
			background-color: #fff;
			/*height: 300px;*/
			/*background-color:#FF0000;*/
			}

			#home-portal-box-top {
			background: url(../../images/home_page/dropshadow_top.gif) top no-repeat;
			height:auto;			
			}
				
				#home-portal-box-bottom {
					background: url(../../images/home_page/dropshadow_bottom.gif) bottom no-repeat;
					height:auto;
					
					}
					#home-portal-box-left {
						background:  url(../../images/home_page/dropshadow_left.gif) left repeat-y;
						height:auto;
						}
						#home-portal-box-right {
							background: url(../../images/home_page/dropshadow_right.gif) right repeat-y;
							height:auto;
							}
							
							#portal-content-content {padding: 0px 10px; width: 398px; height:auto;}
							
							#home-portal-content {padding: 10px;}
			
			.portal-left-column {
			overflow: hidden;
			padding: 0px 5px 10px 10px;
			height:auto;
			}
			.portal-right-column {
			overflow: hidden;
			padding: 0px 10px 10px 5px;
			height:auto;
			}				
			.portal-top-row {
			padding: 0px 10px;
			}
			
			#infodisplay{
			margin: 0px 5px;
			background-color: #FFF;
			width: 398px;
			visibility: hidden;
			display: none;
			}
			
			#infodisplay div{
			visibility: hidden;
			display: none;
			}
			
			#infodisplay div div{
			visibility: visible;
			display: block;
			}
			
			#infodisplay h1{
			color: #063;
			padding: 0 10px 0 10px;
			margin-bottom: 10px;
			width: 378px;
			font-size: 200%;
			float: none;
			border-bottom:4px solid #633;
			background:  url(../../images/portal/portal_grad.jpg) repeat-x ;
			}
			
			#infodisplay .infodisplay_left{
			float:right;
			width: 218px;
			background-color: #fff;
			margin-bottom: 10px;
			vertical-align: top;
			}
			
			#infodisplay .infodisplay_right{
			float: left;
			width: 160px;
			text-align:right;
			margin-bottom: 10px;
			/*background-color: #bfd9cc;*/
			}
			
			#infodisplay .infodisplay_ft{
			clear: both;
			padding: 0px 0px;
			width: 398px;
			margin-bottom: 13px;
			border-bottom: #633 4px solid;
			text-align: right;
			color:white;
			/*background-color:#633;*/
			vertical-align: middle;
			}
			
			#infodisplay .infodisplay_ft img{
			position:relative;
			margin-bottom: -13px;
			}
			
			#infodisplay p{
			margin:0;
			padding:0 0 10px 0;
			}
			
			

			
										
/*#######END HOME PAGE PORTAL NAVIGATION#######*/

			#content {
				width:auto;
				padding: 18px;
				/* */
				}
				
				#content h1 a, #content h2 a, #content h3 a, #content h4 a {
					color: #000;
					text-decoration: underline;
					}
					#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
						color: #630;
						text-decoration: underline;
						}
				#main-content {
					width: 430px;/* width: 398px; */
					padding-bottom: 10px;
					float: left;
					}
					#main-content a {font-weight:bold;}
					
				#main-content-one-column {
					width: 695px;/* width: 398px; */
					padding-bottom: 10px;
					}
				#secondary-content {
					float: left;
					width: 245px;
					padding: 10px;
					font-size: 1em;
					}
					 
				#secondary-content img {
					vertical-align: top;
					float: left;
					margin: 0 0 10px 0;
					border-color: #005334;
					border-style: solid;
					border-width: 3px;
					}	
					
				#secondary-content p{
					clear: both;
					margin-top: 10px;
					line-height: 1.1em;
					}
			
				#secondary-content #care-level{
					margin: 0 0 10px 0;
					padding: 10px 0 40px 0;
					border-top-style: solid;
					border-bottom-style: solid;
					border-width: 2px;
					border-color: #633;
					}
					
		#content-calendar {
			/* background-color: #00FF33; */
			clear:both;
			width: 100%;
			
			}
			
			dl.services dd {
			margin-left: 3px;
			}

	#footer {
		clear: right; /* clear: right; used to push up to bottom of content-box */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 84%;
		width: 710px;
		text-align: left;
		float: right;
		}
		#footer ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			}
			#footer li {
				display: inline;
				}
		#footer a { color: #000; text-decoration: none; }
		#footer a:hover { color: #633; text-decoration: underline; }
		
		#donations {
		 height:auto;
		 }
		 
		.donation-record {	
		 height:auto;
		}
		
		.donation-record hr {
		height: 3px;
		background-color: #633;
		color: #633;
		}
		
		.donation-name-info {
		height:auto;
		list-style:none;
		float:left;
		width: 200px;
		}
		
		.donation-trans-info {
		height:auto;
		list-style:none;
		float:left;

		}

/* Volunteer Form /employment/volunteer/
------------------------------------------ */
table.FormVolunteer {
            border:0;
            }
            table.FormVolunteer td.heading {
                        font-weight:bold;
                        }
            table.FormVolunteer input { padding:2px; }
            table.FormVolunteer input,
            table.FormVolunteer select,
            table.FormVolunteer textarea {
                        font-family:Arial, Helvetica, sans-serif;
                        background-color: #fff;
                        border-color: #633;
                        border-style: solid;
                        border-width: 1px;
                        }
            table.FormVolunteer input.btn {
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 90%;
                        font-weight: bold;
                        padding: 1px 2px;
                        color: #fff;
                        background-color: #633;
                        border-color: #333;
                        border-width: 1px;
                        border-style: solid;
                        }
            table.FormVolunteer .noborder input { border:0; }



/* Employment
--------------------- */

h3 a.EmploymentCategoryHeading:link,
h3 a.EmploymentCategoryHeading:visited,
h3 a.EmploymentCategoryHeading:active { color:#f00; text-decoration:none; }
h3 a.EmploymentCategoryHeading:hover { color:#900; text-decoration:underline; }

/* Board Materials */

.board ul li
{
	list-style:none;
	padding: 4px 0;
}

.login ul li
{
	list-style:none;
	padding: 2px 0;
}
.watermarked {
color: #999999;
}



/* Donations
--------------------- */
#main-content table.foundation 
{
	width: 700px;
	padding:0;
	margin:0;
	
}


#main-content table.foundation td.leftcol
{
	text-align:right;

	width:85px;
}

table.publications {
width: 695px;
}

table.publications td {
padding:10px; width:245;}

table.publications td.leftcol{
padding:0;
width: 430px;
}
   
/* Email Signup Form
--------------------- */

#navigation div.emailsignup {
	margin-top: 20px;
	text-align: left;
	padding-left: 20px;
}


/* ------------------------------ */
/* Telerik Calendar Customization */
/* ------------------------------ */

/* heading (month)  */
.RadScheduler .rsHeader h2 { padding:0; margin:6px 0 0 0; text-align:left; color:#fff; }
div.hand:hover { cursor:pointer; }

/* all non-specific scheduler cells */
/* .rsContent .rsContentTable .rsRow { background: #bba46f; }*/
.rsContent .rsContentTable { background: #d5caa1; }

/* weekend columns cell - month view */
.rsContent .rsContentTable .rsRow .rsSatCol,
.rsContent .rsContentTable .rsRow .rsSunCol
{ background: #bba46f; }

/* weekend columns cell - week/day views */
.rsContent .rsContentTable .rsSatCol,
.rsContent .rsContentTable .rsSunCol
{ background: #bba46f; }

/* other month cells */ 
.rsContent .rsContentTable .rsRow .rsOtherMonth { background: #c9b685; }

/* hover background 
.rsContent .rsContentTable td:hover,
.rsContent .rsContentTable .rsSatCol:hover,
.rsContent .rsContentTable .rsSunCol:hover,
.rsContent .rsContentTable .rsOtherMonth:hover
{ background: #e5863f; }*/ 

/* hover background */ 
.rsAptCreate { background: #e5863f !important; }

/* event category colors */
td.rsCustDarkBlue,
.RadScheduler .rsCustDarkBlue .rsAptContent,
.RadScheduler .rsCustDarkBlue .rsAptMid .rsAptIn,
.RadScheduler .rsCustDarkBlue .rsAptMid,
.RadScheduler .rsCustDarkBlue .rsAptOut,
.RadScheduler .rsCustDarkBlue .rsCustomAppointmentContainer
{
  background:#1c3363 none;
  color: #fff;
}

td.rsCustRedBrown,
.RadScheduler .rsCustRedBrown .rsAptContent,
.RadScheduler .rsCustRedBrown .rsAptMid .rsAptIn,
.RadScheduler .rsCustRedBrown .rsAptMid,
.RadScheduler .rsCustRedBrown .rsAptOut,
.RadScheduler .rsCustRedBrown .rsCustomAppointmentContainer
{
  background:#631c21 none;
  color: #fff;
}

td.rsCustTeal,
.RadScheduler .rsCustTeal .rsAptContent,
.RadScheduler .rsCustTeal .rsAptMid .rsAptIn,
.RadScheduler .rsCustTeal .rsAptMid,
.RadScheduler .rsCustTeal .rsAptOut,
.RadScheduler .rsCustTeal .rsCustomAppointmentContainer
{
  background:#1c5563 none;
  color: #fff;
}

td.rsCustDarkOrange,
.RadScheduler .rsCustDarkOrange .rsAptContent,
.RadScheduler .rsCustDarkOrange .rsAptMid .rsAptIn,
.RadScheduler .rsCustDarkOrange .rsAptMid,
.RadScheduler .rsCustDarkOrange .rsAptOut,
.RadScheduler .rsCustDarkOrange .rsCustomAppointmentContainer
{
  background:#ac7439 none;
  color: #fff;
}

td.rsCustYellow,
.RadScheduler .rsCustYellow .rsAptContent,
.RadScheduler .rsCustYellow .rsAptMid .rsAptIn,
.RadScheduler .rsCustYellow .rsAptMid,
.RadScheduler .rsCustYellow .rsAptOut,
.RadScheduler .rsCustYellow .rsCustomAppointmentContainer
{
  background:#d4ae3a none;
  color: #fff;
}

td.rsCustPurple,
.RadScheduler .rsCustPurple .rsAptContent,
.RadScheduler .rsCustPurple .rsAptMid .rsAptIn,
.RadScheduler .rsCustPurple .rsAptMid,
.RadScheduler .rsCustPurple .rsAptOut,
.RadScheduler .rsCustPurple .rsCustomAppointmentContainer
{
  background:#7c6097 none;
  color: #fff;
}

td.rsCustSageGreen,
.RadScheduler .rsCustSageGreen .rsAptContent,
.RadScheduler .rsCustSageGreen .rsAptMid .rsAptIn,
.RadScheduler .rsCustSageGreen .rsAptMid,
.RadScheduler .rsCustSageGreen .rsAptOut,
.RadScheduler .rsCustSageGreen .rsCustomAppointmentContainer
{
  background:#5b896e none;
  color: #fff;
}

#tours fieldset
{
    border: solid 1px #588a4d;
    background-color: #e7f1d7;
}

/* Video Player Styles */

div.videolink {
	background: #cecdc5;
	padding: 10px;
	border: 1px solid #8d8c87;
	margin: 15px 0;
}

div.videolink img {
	float: left;
	margin: 0 15px 0 0;
	border: none;
}

div.videolink a {
	text-decoration: none;
	color: #015438;
	font-size: 18px;
}

div.videolink a h4 {
	line-height: 36px;
}

table.videogallery a h4 {
	color: #063;
	text-decoration: none;
	font-style: normal;
}

table.videogallery a {
	color: #063;
	font-style: normal;
	text-decoration: none;
}