/* Menu
------------------------------------------------------------------------------*/


a:active, a:focus{ outline:none; } 

#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	background-color: #FFFFFF;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E5F3F3;
	border-bottom-color: #E5F3F3;
	border-left-color: #E5F3F3;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 0px;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #277395;
	line-height:1;
	padding-top: 8px;
	padding-right: 17px;
	padding-bottom: 8px;
	padding-left: 17px;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #FFFFFF;
	color: #739f3f;
	letter-spacing: .01px;
	font-weight: bold;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #739f3f;
	font-weight: bold;
	background-color: #FFFFFF;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #E45127;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-right: 10px;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 240px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}



/* Typography
------------------------------------------------------------------------------*/

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
}


p  {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333333;
	letter-spacing: 0pt;
	background-color: #e1e2e2;
}




h1 {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	color: #e25127;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	color: #e25127;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	color: #739f3f;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}



h4 {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	color: #464748
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
	margin-top: 5px;
	color: #333333;
}

h5 {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	color: #333333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}

h6 {
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
.bold_orange {
	font-weight: bold;
	color: #e25127;
}



.required {
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}




/* Page Layout
------------------------------------------------------------------------------*/

#wrapper {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 950px;
	padding: 0px;
}

#header {
	padding: 0px;
	margin: 0px;
	height: 48px;
	background-image: url(../images/global/header-rectangle.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E45127;
	width: 950px;
}

#header-home {
	height: 160px;
	background-image: url(../images/home/top-banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 42px;
	padding-right: 525px;
	padding-bottom: 0;
	padding-left: 75px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #277395;
	font-size: 14px;
	display: block;
}


#content  {
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	list-style: none;
}

#content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content li {
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom:0em;
	padding-bottom:10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	padding-top: 0px;
	background-image: url(../images/global/bullet-blue.jpg);
	background-repeat: no-repeat;
	background-position: 0em 0.45em;
}






#news-column {
	float: left;
	width: 522px;
}

#news-h {
	width: 522px;
	display: block;
	padding-bottom: 20px;
}
.news-wrapper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE8EA;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
#news-content {
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 40px;
	float: left;
	width: 450px;
}


#facts-column {
	float: left;
	width: 428px;
}

#facts-h {
	width: 399px;
	display: block;
	padding-bottom: 20px;
	padding-left: 29px;
}

#facts-content {
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 32px;
	float: left;
	width: 336px;
}







#header-logo {
	float: left;
	height: 120px;
	width: 405px;
	background-image: url(../images/home/top-banner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navbar {
	background-color: #feeba4;
	height: 30px;
	width: 950px;
}



#container {
	margin: 0px;
	text-align: left;
	padding: 0px;
	background-color: #EDE5CA;
	height: 360px;
	display: block;
}

#masthead {
	padding: 0;
	margin: 0;
}


#column_wrapper {
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


#content a:link, #content a:visited, #content a:active {
	background-color: transparent;
	color: #277395;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #277395;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#content a:hover {
	background-color: transparent;
	color: #739f3f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #277395;
	font-weight: bold;
}

#section_h {
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE8EA;
	margin-top: 0px;
	margin-right: 46px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-right: 0px;
	padding-left: 0px;
}
#section_profiles {
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE8EA;
	margin-top: 0px;
	margin-right: 46px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-right: 464px;
	padding-left: 0px;
	background-image: url(../images/kids-parents/boys.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
}

#section_h-img {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#left_column {
	width: 400px;
	padding-right: 32px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#right_column {
	width: 400px;
	padding-left: 32px;
	padding-right: 46px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
.lr_column_wrapper {
	background-image: url(../images/global/line-sep.gif);
	background-position: 471px top;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	display: block;
	background-repeat: repeat-y;
	height: 100%;
}


.nomargintop {margin-top: 0;}

.content p {
	margin: 12px 0;
}

.img-content {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
}

.therapists_h {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	color: #e25127;
	margin-top: 18px;
	margin-right: 0px; 
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DAE8EA;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
.bullet_h {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	color: #e25127;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0px;
}

#form_content {
	width: 400px;
	padding-top: 0px;
	padding-right: 510px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(../images/global/balloon.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.form {
	padding-bottom: 6px;
	padding-top: 8px;
	font-weight: bold;
}
.form-tb {
	padding-bottom: 6px;
	padding-top: 10px;
}
.required_flag {
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	}
	
	
#rollover{
	width:204px;
	height:36px;
	float: left;
	background-image: url(../images/global/donate-buttons.gif);
	background-position: 0px -36px;
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#rollover a{
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	background-image: url(../images/global/donate-buttons.gif);
	background-position: 0px 0px;
}

#rollover a:hover{
	background: transparent none;
}

#rollover a:link, #rollover a:hover { border:none; }




/* Footer
------------------------------------------------------------------------------*/
#footer {
	text-align: center;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-color: #fef4ce;
	font-size: 11px;
	border: 1px solid #feeba4;
	margin: 0px;
}


#footer-wrapper {
	color: #333333;
	display: block;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	width: 870px;
}

#footer a:link, #footer a:visited, #footer a:active {
	background-color: transparent;
	color: #277395;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#footer a:hover {
	background-color: transparent;
	color: #739f3f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #277395;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

.printtext {
	display: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DAE8EA;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.printtext {
	margin-top: 10px;
}

/* Search */
#sitewide_search-box {
	position:relative;
	margin:0px;
	padding: 0px;
	float: left;
	display: block;
}
.arrow {
	float: left;
	padding-top: 4px;
	padding-right: 6px;
}
.signup {
	background-color: #FFFFFF;
	display: block;
	margin: 0px;
	float: left;
	font-size: 13px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	width: 115px;
	color: #277395;
	font-family: Arial, Helvetica, sans-serif;
} 
#search {
	width: 335px;
	text-align: right;
	padding-left: 615px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
button.signup {
	background-position: 0 -25px;
	height: 21px;
margin: ; 				color: #277395;
	background-color: #FFFFFF;
	float: left;
} 
a:hover button.signup {
	background-position: 0px 0px;
	color: #739f3f;
} 


.rollover a, button 
{
	padding: 0px;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 0px;
	background-color: #FFFFFF;
} 
.dates {
	padding: 0px;
	font-size: 13px;
	text-align: left;
	color: #999999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	;
	line-height: normal;
}
.home-donation {
	display: block;
	padding-left: 20px;
}
