/* @charset "utf-8"; */
* {
    margin: 0;
    padding: 0;
}


/* FONT & COLORS */
body {

	background: #fff;
    color: #333;
	/* font-family: Cambria, serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	}
	

#container { 
	width: 930px;
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	/* margin-bottom: 40px; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-position: center;
 	/* Styles the page */
	background: #FFF;
	position: relative;
} 


	/* #topBanner { 
    height:100px;
	width: 930px;
	/* margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	/* text-align: left; /* this overrides the text-align: center on the body element. */
	/* background-position: center; */
 	/* Styles the page */
	/* position: relative; */
	/* NOTE:  ADDDED margin-top: 20px; to #header to make topBanner work
	AND <div id="topBanner"><p><img src="../myimages/global/topBanner_chocolate.jpg" /></p> in master template */
   



#header {
    margin: 0px;
	padding: 0;
	height: 110px;
	width: 930px;
	}
	
	
#headerLogo {
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
	} 
	
#headerNav a {
		border: 0px;
	border: none;
	border-color: transparent;
	outline-style: none;
	padding: 0;
	margin:0;
	}
	


	#headerNav {
		font-size: 18px;
		float: right;
		margin: 10px 0 0px 0;
		padding: 0 0px 0 0;
	    width: 600px; /* was 460px */
		text-align: right;
		/* background: #fff url('images/rss_icon.jpg') no-repeat top right; */
		}
		
		
		#headerNav a {
			font-size: 18px;
			color: #000;
			/* color: #003F87; */
			/* color: #993c00; */
			}
			
			#headerNav  a:hover {
				text-decoration: underline;
				/* color: #993c00; */
				color: #3B6AA0;
				}
				
.addTinyMargin {
				margin-top: 6.5px;
				}
				
				/* Need the clear for IE7 so that the nav bar keeps left-aligned and does not move off of page to right */

/*  ////////////////NAVIGATION IS CONTAINED IN SEPARATE CSS SHEETS//////////////////////////////  */

#navBar {
/* contains CSS/navigation_main.css  */
	position:absolute;
	margin:0px 0 0px 0px; /* adjust to center menu */
	height: 28px;
	width: 930px;
	text-align:left;
	z-index: 1000; 
   
}


		
/*  //////////////// END NAVIGATION DIV//////////////////////////////  */

#homepage {
	width: 928px; /* I made 2 px less than the total 930 width to accomodate the border-width of 1 px that adds 2 px overall.  As a result, I also had to shrink left picture from 310 to 308 */
	border-color:#000000;
	border-style:solid;
	border-width: 1px; 
	height: 350px;
	margin:25px 0 0px 0;
	padding:0;
	}
	
	
	#homepageLeftNested {
	float: left;
	width: 308px;
	margin:0;
	}
	
	#homepageRightNested {
	float: right;
	width: 620px;
	margin:0;
	}
	
	#homepageLeftNested img, #homepageRightNested img {
	display:block;
	}
	
#titleGraphic {
	font-size: 1.0em;
	float: left;
	width: 930px;
	margin-top: 25px;
	}
	
#mentoringMission {
font-size: 1.0em;
	float: left;
	width: 930px;
	margin: 0;
	padding: 20px;
	height: 100%;
}

#subNavigation {
	font-size: 1.0em;
	float: left;
	width: 930px;
	margin: 0;
	padding: 0;
}
	
	
#belowSlideshow { /* provides dropshadow between bottom of slideshow and subfooter */
	float: left;
	width: 930px;
	margin: 0px;
	border-top: 3px solid #999;
	border-bottom: 2px solid #CCC;
	}
	
	
#mainContent {
	font-size: 1.0em;
	float: left;
	width: 930px;
	margin-bottom: 40px;
	}
	
	#mainContent img{
	display: block;
	}
	
	#mainContentTop {
	width: 850px;
	font-size: 1.0em;
	padding: 15px 40px 0 40px;
	}
	
	#mainContentLeftNested {
    float:left;
	width:395px;
	font-size: 1.0em;
	padding-left: 40px;
	padding-right:60px;
	/* Note: use of margin-left and margin-right for nested divs
	 causes columns to be jumbled in ie6, so padding-left and padding-right is used instead */
	}
	
		#mainContentRightNested {
	float:right;
	width:395px;
	font-size: 1.0em;
	padding-right: 40px;
	}
	
	#mainContentBottom {
	clear:both;
	width: 930px;
	font-size: 1.0em;
	/* padding: 15px 40px 0 40px; */
	}
	
#mainContent #mainContentTop #mainContentLeftNested #mainContentRightNested p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	text-align: left;
	margin-top: 1em;
	}
/* begin details for donationPage unique to Sage forms */	
	#donationPage{
	font-size: 1.0em;
	float: left;
	width: 930px;
	margin-bottom: 40px;
	}
	
	#donationPage img{
	display: block;
	}
	
	#donationPageTop {
	width: 850px;
	font-size: 1.0em;
	padding: 40px 30px 0 30px;
	}
	
	#donationPageLeftNested {
    float:left;
	width:200px;
	font-size: 1.0em;
	padding-left: 30px;
	padding-right:30px;
	/* Note: use of margin-left and margin-right for nested divs
	 causes columns to be jumbled in ie6, so padding-left and padding-right is used instead */
	}
	
		#donationPageRightNested {
	float:right;
	width:590px;
	font-size: 1.0em;
	padding: 0px 40px;
	background-color: #FFFFCC;
	}
	
	#donationPageBottom {
	clear:both;
	width: 930px;
	font-size: 1.0em;
    background-color: #FFFFCC;
	padding: 0px 40px;
	/* padding: 15px 40px 0 40px; */
	}
	
#mainPage #mainPageTop #mainPageLeftNested #mainPageRightNested p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	text-align: left;
	margin-top: 1em;
	}
	
		#donationPageBottom {
	clear:both;
	width: 930px;
	font-size: 1.0em;
	/* padding: 15px 40px 0 40px; */
	}
/* end css details for donationPage */

.thumbnail {
	float:right;
	padding-left:8px;
	padding-bottom:8px;
}

#subfooter {
width:930px;
height:260px;
margin:0px 0px;
padding:0;
background: #ffffff url('http://www.helpingservices.org/myimages/global/footer-snowman.jpg') no-repeat;
clear:both;
}

#subfooter .box1 {
width:165px;
height:200px;
margin: 0 10px 10px 18px;
float:left;
display:inline;
}



#subfooter .box2 {
width:165px;
height:200px;
margin: 0 10px 10px 12px;
float:left;
display:inline;
}

#subfooter .box3 {
width:175px;
height:200px;
margin:  0px 10px 10px 10px;
float:left;
display:inline;
}


#subfooter .box4 {
width:165px;
height:200px;
margin: 0 10px 10px 0px;
float:left;
display:inline;
}


#subfooter .box5 {
width:175px;
height:200px;
margin: 0px 5px 10px 0px;
float:left;
display:inline;


}


#subfooter .box .inner {
padding:0px;
}


#subfooter h2 {
color:#333333; /* 00547b #003F87  #253780; */
font-size: 18px;
font-weight: normal;
}

#subfooter li {
list-style:none;
}
	
ul.subfooterPanel li {
display:none;
}

#subfooter p {
/* margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color:#666;
	background-color: inherit;
	font-size: 15px;
	font-weight:normal;
	line-height: 120%; 
	
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	} 
	
	#subfooter a{
	color: #253780;
	padding-top:5px;
} 

#subfooter a:visited{
	color:#333;
		padding-top:5px;
} 


#footer {
	padding: 0px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	color: #aaa;
} 

#footer a{
	color:#666666;
} 

#footer a:visited {
	color:#666666;
} 

#footer p{
	margin: 0; /* zeroing the margins of the first element in the footer will 		avoid the possibility of margin collapse - a space between divs */
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#666666;
	background-color:inherit;
	font-size: 12px;
	font-style:italic;
	font-weight:normal;
	line-height: 140%;
	padding: 0px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	} 

#footer table {
	margin: auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*  //////////////FONTS//////////////// */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 1.2em;
	}

h1 {
	font-size: 4em;
	text-align: left;
	line-height: 1.2em;
	}
	
	h2 {
	font-size: 1.6em;
	margin-bottom: 8px;
	line-height: 1.2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h2, h3 {
	font-size: 1.3em;
	margin-bottom:8px;
	line-height: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #aaa; /* #008ac7; */
	float: left; /*logo is contained within a h1 tag - if you remove, it will jumble the divs */
	}

h2, h2 a, h2 a:visited {
	color: #333;
	margin-top: 1em;
	}
	
	h3, h3 a, h3 a:visited {
	color: #333;
	margin-top: 0;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


/* Miscellaneous classes for reuse */

.blueLink {
color:#000099;
text-decoration:underline;
}

h2 a.blueLink:hover, h3 a.blueLink:hover {
   color:  #290066;

}
h2 a.blueLink:visited, h3 a.blueLink:visited {
   color:  #290066;
}
a:hover 

#clear { 
   clear: both; 
   margin:0 0;
    line-height:0;
	height:0px;
	top-margin:0;
	width: 930px;
	font-size:0;
   }
   
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.whitelink a:link, .whitelink a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	}
	

	table.center {
margin-left:auto;
margin-right:auto;
}
 
 .noBlueBorder {
	border: 0px;
	border: none;
	border-color: transparent;
	outline-style: none;
}


a img {
	border: 0px;
	border: none;
	border-color: transparent;
	outline-style: none;
}

.vertCenterImg {
		margin: auto 0;
	}
	
		#tableBoardDir {
margin-left:auto;
margin-right:auto;
}

		#tableBoardDir tr td{
padding-bottom:25px;
}


		#tableBoardDir p{
font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	line-height: 100%;
	color:#000066;
	margin: 0;
	padding: 0;
	text-align:center;
	vertical-align:bottom;
}
.textbottom {
vertical-align:text-bottom; /* for aligning images within text - see find us on facebook image */
} 



.boardDirPics {
	border: 2px;
	border-style:solid;
	padding: 0, auto;
	margin-left: auto;
    margin-right: auto;
}
/* Miscellaneous classes for reuse */
.italicize {
font-style:italic;
}

ul.indent {
padding-left: 35px;
}

#tableServices{
width: 100%;
}

#tableServices tr td{
border: 1px;
border-color: #000;
border-style: solid;
padding: 0 5px;
border-collapse:collapse;
}
#onLayer {
	overflow: visible;
	position: absolute;
	z-index: 2;
	width: 930px;
	height: 800px;
	visibility: visible;
}
#offLayer {
	overflow: visible;
	position: absolute;
	z-index: 1;
	height: 800px;
	width: 930px;
	visibility: hidden;
}
#popUps {
margin:20px, 20px;
padding:20px;
}

.yellowBox1 {
width: 750px;
padding-left: 10px;
border-style:solid;
border-top-width: medium;
border-color:#CCCC99;
background-color:#FFFFCC;
margin: 10px auto 10px 40px;
}

.yellowBox1 ul{
  list-style-image: url("../myimages/bullets/hand.gif");
  list-style-position: outside;
 padding-left:10px;
 margin-right:20px;
}

.yellowBox1 li{
  margin-left:20px;
}

.yellowBox1 p{
  margin-left:10px;
  padding-left:10px;
}

.mentoringNavTable
{
font-size:16px;
text-align: center;
}

.tableTDcenter
{
text-align: center;
margin: 0 auto;
}

.bullets {
	text-indent: 0em;
	list-style-type: disc;
	list-style-position: outside;
	display: list-item;
	margin-left: 2em;
		line-height: 2em;
}

#divFiveK {
	margin-left: 60px;
	}
	
.jobOpenings {
  margin: 0px  50px;
  padding: 50px;
  background-color:#FFFFCC;
  border-color:#CC6633;
}

/* .validate .form_field { background: #fff; border: 1px solid #888; padding: .7em 1em; margin-bottom: .5em; }
.mailchimp_form .button { background: #888; color: #fff; border: 1px solid #000; font-weight: bold; }
.mailchimp_form .button:hover { background: #000; } */

#mailchimp {
	background: #E2E8F4 url(myimages/forms/gloss.png) no-repeat bottom center;
	border-bottom: 3px solid #6c6c6c;
	color: #fff;
	padding: 10px 15px;
    text-shadow: 1px 1px #111;
}
	#mailchimp p { margin: 8px 0 0 }
	/* #mailchimp input {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #5a5a5a;
		-moz-box-shadow: 0 2px 2px #5a5a5a;
		-webkit-box-shadow: 0 2px 2px #5a5a5a */
	}
	
	#mailchimp h2  {
	color: #F6640E;
	}
	
	#mailchimp .indicates-required {color:#000; text-align:left; font-size:12px;}
	
			#mailchimp input[type="text"] {
			border: 1px solid #585858;
			font-size: 14px;
			padding:8px 10px;
			width: 90%
		}
		
		#mailchimp .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mailchimp .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

		#mailchimp input.email { background: #fff url(myimages/forms/email.png) no-repeat center right }
		#mailchimp input.name { background: #fff url(myimages/forms/name.png) no-repeat center right }
		#mailchimp input[type="submit"] {
			background: #f6640e url(myimages/forms/orange.png) repeat-x top;
			border: 1px solid #a44913;
			color: #fff;
			cursor: pointer;
			font-size: 14px;
			font-weight: bold;
			padding: 3px 5px;
			text-shadow: -1px -1px #562806;
			text-transform: uppercase
		}
			#mailchimp input[type="submit"]:hover { color: #ffdeb3 }
