@charset "utf-8";
/* CSS Document */
html {
	height: 101%;
}

body {
	background: url(images/bg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #322A3A;
	font-size: 13px;
}

.outerbg {
	background: url(images/flowerbg.png) no-repeat top center;
}

.wrapper {
	margin: 0 auto;
	width: 958px;
	clear: both;
	overflow: hidden;
}

#top {
	margin-top: 18px;
}

#top .logo {
	width: 212px;
	float: left;
}

#top .quote {
	width: 234px;
	float: right;
	margin-top: 45px;
}

/*Inner*/
#inner {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 18px;
}

/*Nav*/
#nav {
	margin: 0 0 8px 0;
	border: 1px solid #C2A8E8;
	background-color: #FFFFFF;
	float: left;
	width: 806px;
}

#homenav {
	background: url(images/home_nav_bg.jpg) no-repeat;
	height: 230px;
}

#nav ul {
	margin: 8px 0 8px 30px;
}

#homenav ul {
	margin: 0 40px 0 35px;
	padding-top: 5px;
}

#homenav li, #nav li {
	color: #2b2b2b;
	font-size: 14px;
}

#homenav li a, #nav li a {
	color: #2b2b2b;
	text-decoration: none;
}

#homenav li a:hover, #nav li a:hover {
	color: #5117a8;
	text-decoration: none;
}

#nav li {
	display: inline;
	margin-right: 20px;
}

#homenav li {
	border-bottom: 1px solid #E2D8F1;
	padding: 9px 0 6px 9px;
}

#homenav li.last {
	border-bottom: 0px;
}

#inner .donatebut {
	float: right;
	width: 132px;
}

#inner .centerborder {
	clear: both;
	border: 1px solid #CFCFD0;
}

#inner .center, #inner .centerabout, #inner .centercontact {
	border: 6px solid #F2F2F2;
	background-color: #FFFFFF;
 	min-height:500px;
  	height:auto !important;
  	height:500px;
}

#inner .center {
	padding: 23px;

}

#inner .centerabout {
	padding: 23px 0 23px 23px;
}

#inner .centercontact {
	padding: 23px 0 0 23px;
}

h1 {
	font-family: 'Josefin Sans Std Light', serif;
  	font-size: 29px;
  	font-weight: 700;
  	letter-spacing: -2px;
  	line-height: 1em;
	margin-bottom: 20px;
}

h2 {
  	font-size: 18px;
  	font-weight: bold;
  	line-height: 21px;
	margin: 10px 0 10px 0;
}

#inner .newssignup {
	padding: 6px 12px 3px 12px;
	width: 348px;
	height: 24px;
	background: url(images/newsletter_bg.jpg) repeat-x;
	float: left;
	margin-top: 12px;
}

#inner .newssignup .title {
	font-size: 15px;
	color: #FFFFFF;
	float: left;
}

#inner .newssignup .form {
	float: right;
}

#inner .newssignup .email {
	color: #FFFFFF;
	background-color: #3A373E;
	font-size: 12px;
	width: 156px;
	height: 18px;
	padding-left: 7px;
	float: left;
}

#inner .newssignup .textfield {
	width: 116px;
	padding: 0px;
	height: 16px;
	background-color: #FFFFFF;
	margin: 0px;
	border: 1px solid #3A373E;
	margin-left: 7px;
}

#inner .newssignup .submit {
	float: right;
	margin: 2px 0 0 4px;
}

#inner .socialmedia {
	float: right;
	font-size: 12px;
	color: #737373;
	margin: 12px 0 7px 0;
	width: 150px;
}

#inner .socialmedia .text {
	float: left;
}

#inner .socialmedia img {
	float: right;
}

/*Home*/
#home {
	clear: both;
	overflow: hidden;
}

#home .topleft {
	width: 217px;
	float: left;
}

#home .donatebut {
	margin: 12px 8px 0 19px;
}

#home .topright {
	float: right;
	width: 731px;
	height: 316px;
	margin: 8px 0 0 10px;
	background: url(images/flash.jpg) no-repeat;
}

#home .botleft {
	width: 278px;
	height: 259px;
	border: 1px solid #BDA1E6;
	float: left;
	margin: 22px 0 0 19px;
	background-color: #D7D7D7
}

#home .botleft .text {
	padding: 12px;
	text-align: justify;
	font-size: 12.5px;
}	

#home .botleft .largetext {
	font-size: 13px;
	font-weight: bold;
}

#home .botleft .video {
	margin-top: 10px;
}

#home .botright {
	width: 649px;
	float: right;
	margin: 22px 0 0 10px;
}

#home .botright .featured {
	height: 187px;
	background-color: #FFFFFF;
	border: 1px solid #B49ADA;
	padding: 3px;
	font-size: 12px;
}

#home .featured .article1 {
	float: left;
	width: 317px;
	border-right: 1px solid #C9C9C9;
	padding-right: 3px;
}

#home .featured .article2 {
	float: left;
	width: 317px;
	padding-left: 3px;
}

#home .featured .text {
	text-align: justify;
	padding: 5px 9px 0 9px;
}

#home .featured .title {
	font-size: 16px;
	text-align: right;
	background-color:#D6D5D6;
	padding:3px 10px 3px 3px;
}

#home .featured .image {
	margin-right: 5px;
	margin-top: 5px;
}

#home .featured .more {
	font-size: 11px;
	text-align: right;
	margin: 6px;
}

#home .featured .more a {
	color: #322A3A;
	text-decoration: none;
}

#home .featured .more a:hover {
	text-decoration: underline;
	color: #5117a8;
}

#home .clear {
	clear: both;
}

#home .ask {
	height: 46px;
	background: url(images/home_ask.jpg) no-repeat;
	border: 1px solid #B69BDC;
	padding: 9px 12px 0 28px;
	margin: 9px 0 0 0;
}

#home .ask .button {
	float: left;
}

#home .newssignup {
	float: right;
	padding: 12px 0 0 0;
}

#home .newssignup .email {
	color: #FFFFFF;
	background-color: #3A373E;
	font-size: 12px;
	width: 156px;
	height: 18px;
	padding-left: 7px;
}

#home .newssignup .textfield {
	width: 116px;
	padding: 0px;
	height: 16px;
	background-color: #FFFFFF;
	margin: 0px;
	border: 1px solid #3A373E;
	margin-left: 7px;
}

#home .newssignup .submit {
	text-align: right;
}


#home .socialmedia {
	clear: both;
	font-size: 12px;
	text-align: right;
	color: #737373;
	padding: 16px 0 7px 0;
	width: 150px;
	float: right;
}

#home .socialmedia .text {
	float: left;
}

#home .socialmedia img {
	float: right;
}

/*Programs*/
#programs {
	clear: both;
	overflow: hidden;
}

#programs .programstext {
	width: 537px;
	margin: 0 10px 0 0;
	float: left;
	text-align: justify;
	font-size: 13px;
}

#programs p {
	margin-top: 5px;
}

#programs img {
	margin: 15px 0 10px 0;
}

#programs .more {
	text-align: right;
	margin: 10px 0 0 0;
}

#programs .more a {
	color: #322A3A;
	text-decoration: none;
}

#programs .more a:hover {
	text-decoration: underline;
	color: #5117a8;
}

/*About*/
#about {
	text-align: justify;
	caption-side: bottom;
	overflow: hidden;
}

#about p {
	padding-right: 23px;
}

#about .boldtext, #detail .boldtext {
	color:#322a3a;
	font-size: 16px;
	font-weight: bold;
	border:1px solid #a9a9a9;
	background-color:#dfdfdf;
	padding:15px;
	width:520px;
}

#about .logoleft {
	margin: 0px;
	float: left;
	width: 245px;
}

#about .buttons-show {
	width: 617px;
	float: right;
	margin: 0 30px 0 0;
}

#about ul {
	width: 617px;
}

#about .buttons-show h3 {
	padding: 11px 0 11px 0;
}

#about .buttons-show div {
	padding: 11px 0 11px 0;
}

#about .buttons-show li {
	padding-top: 10px;
}

#about li {
	list-style: square;
	margin: 10px;
}

#about a {
	color: #322A3A;
}

.aboutpix {
	margin:4px 10px 4px 10px;
}

/*Featured staff image*/
#about .mainimage {
	margin: 0 0 0 15px;
	border: 1px solid #535156;
}

/*Archives*/
.archives  {
	border: 1px solid #B9B9B9;
	border-top: 0px;
	background-color: #F2F2F2;
	margin: 0 30px 0 0;
	clear: both;
	overflow: hidden;
	padding: 0 0 20px 0;
}

.archives .title {
	background-color: #2B2B2B;
}

.archives  .box {
	float: left;
	width: 380px;
	margin: 0 30px 0 20px;
	padding: 25px 0;
	border-bottom: 1px solid #C2C2C2;
}

.archives  .image {
	margin: 0 15px 0 0;
}

.archives  .name {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
}

.archives .name a {
	color: #322A3A;
	text-decoration: none;
}

.archives  .desc {
	text-align: justify;
	height:112px;
}

.archives .read {
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
}

.donate {
	clear: both;
	overflow: hidden;
	width: 880px;
}

.paypal {
	float: right; 
	margin:15px 10px;
}
	
	
/*Program Detail*/
#detail {
	text-align: justify;
	padding-right:10px;
}

#detail a {
	color: #322A3A;
	text-decoration: underline;
}

#detail .name a {
	text-decoration: none;
}

#detail .aboutpix {
	margin-left:0px;
}

#detail .narrow {
	width:430px;
}

#detail .pix {
	margin: 2px 0px 0px 15px;
}

/*Staff*/
#staff {
	clear: both;
	overflow: hidden;
	background-image:url(images/staff_pic.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#staff h1 {
	float: left;
}

#staff .featured {
	width: 404px;
	height: 49px;
	float: right;
	background-color: #E9E9E9;
	padding: 8px 12px;
	text-align: justify;
	border: 1px solid #5016a8; 
}

#staff .featuredpic {
	margin-right: 12px;
	border: 1px solid #535156;
}

#staff .left {
	width: 384px;
	float: left;
	border-right: 1px solid #CCCCCC;
	padding: 22px 24px 0 0;
}

#staff .staffbox, #staff .staffbox2, #staff .staffbox3 {
	font-size: 12px;
	text-align: justify;
}

#staff .founder {
	background-color:#f2f2f2;
	border: 1px solid #b9b9b9;
	margin-top:17px;
}

#staff .staffbox {
	padding: 17px 18px;
	border-bottom: 1px solid #CCCCCC;
}

#staff .staffbox2 {
	margin-right: 125px;
	padding: 10px 18px;
}

#staff .staffbox3 {
	padding: 17px 0 10px 18px;
}

#staff .title {
	font-size: 13px;
}

#staff .image {
	margin: 0 15px 15px 0;
	border: 1px solid #2A2A2A;
}

#staff .image2 {
	margin: 0 8px 15px 0;
	border: 1px solid #2A2A2A;
}

#staff .left .contact, #staff .right .contact {
	font-size: 12.5px;
}

#staff .left a, #staff .right .contact a {
	color: #322A3A;
	text-decoration: none;
}

#staff .left a:hover, #staff .right .contact a:hover {
	text-decoration: underline;
	color: #5117a8;
}

#staff .left .contact {
	float: right;
}

#staff .boardmem1 {
	font-size: 17px;
}

#staff .boardmem2 {
	float: left;
	margin-bottom: 25px;
	width: 80px;
}

#staff .boardmem3 {
	font-size: 11.5;
	float: left;
	margin-bottom: 10px;
	width: 80px;
	line-height:25px;
}

#staff .margin30 {
	margin-right: 30px;
}

#staff .right {
	width: 446px;
	float: right;
	padding: 22px 0 0 24px;
}

#staff .biostaff {
	width: 210px;
	text-align:left;
}

#staff .boldtitle {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	color: #2B2B2B;
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 0 5px 0;
}

#staff .more {
	font-size: 11px;
	color: #322A3A;
}

#staff .more a {
	font-size: 11px;
	color: #322A3A;
}

/*Bio*/
#bio {
	width: 520px;
	background-color: #FFFFFF;
	border: 1px solid #2A2A2A;
	clear: both;
	overflow: hidden;
	padding: 10px;
	text-align: justify;
}

#bio .image {
	float: right;
	width: 175px;
	margin: 60px 0 0 10px;
}

#bio .image img {
	border: 1px solid #2A2A2A;
}

#bio .staffbio {
	float: left;
	width: 315px;
}

#bio .position {
	font-style: italic;
}
	
/*Contact*/
#contact {
	clear: both;
	overflow: hidden;
	width: 883px;
	padding-left: 20px;
}

#contact .left {
	width: 627px;
	float: left;
}

#contact .contactform {
	height: 428px;
	background: url(images/contact_formbg.gif) no-repeat;
}

#contact .right {
	float: right;
	width: 256px;
}

#contact .contactinfo {
	width: 271px;
	float: left;
	margin: 70px 24px 0 20px;
}

#contact .credit {
	font-size:10px;
	padding-top:5px;
}

#form {
	width: 312px;
	float: right;
}

#form p {
	width: 300px;
	clear: left;
	margin: 0 0 14px 0;
	padding-left: 80px;
	height: 1%;
}

#form label {
	float: left;
	margin-left: -80px;
	width: 74px;
	text-align: left;
	background-color: #2E2E2E;
	color: #FFFFFF;
	padding: 3px 0 2px 6px;
	height: 17px;
}

#form .textfield {
	width: 220px;
	border: 1px solid #2E2E2E;
	height: 20px;
}

#form .textarea {
	width: 216px;
	border: 1px solid #2E2E2E;
	height: 218px;
	padding: 2px;
}

#form .button {
	text-align: right;
	margin: 0 10px;
}

.sideimage {
	margin-left: 15px;
	float: right;
}

#therapist .sideimage {
	width: 538px;
}

#therapist .questions {
	margin: 40px 0 0 0;
	text-align: right;
	width: 302px;
}

.clear {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

/* Therapist */

#therapist #form {
	width: 312px;
	float: none;
	padding-top:10px;
}

/*Sponsorships*/
#sponsorships {
	width: 642px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#sponsorships .sponsorpadding {
	padding: 10px 20px 10px 20px;
}

#sponsorships .sponsorleft {
	width: 400px;
	float: left;
	height: 30px;
	margin-left:50px;
}

#sponsorships .sponsorright {
	width: 100px;
	float: right;
	min-height: 30px;
	margin-right:50px;
}

#sponsorships .sponsortitle {
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 10px 10px 10px;
	background-color:#e9e9e9;
	border: 1px solid #4f475c;
	margin-bottom:20px;
	clear:both;
}

#sponsorships .sponsorcheckbox {
	width: 50px;
	float: left;
	text-align: left;
}

#sponsorships .sponsortext {
	width: 350px;
	float: right;
}

#sponsorships .sponsordollar {
	color: #219333;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

/*Campaign*/
#articles {
	clear: both;
	overflow: hidden;
}

#articles .left {
	float: left;
	width: 575px;
}

#articles .right {
	float: right;
	margin: 0 0 0 20px;
	border: 1px solid #4E19A9;
	padding: 15px;
	width: 250px;
}

#articles .title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#articles .subtitle {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
}

#articles .text {
	float: left;
	width: 190px;
	padding-bottom: 10px;
}

#articles .dollar {
	float: right;
	width: 40px;
	color: #4E19A9;
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
	padding-bottom: 10px;
	text-align: right;
}

#articles .clear, .archives .clear {
	clear: both;
}

.previousquestions {
	margin: 10px 30px 5px 0;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0 0 5px 0;
}

.previousquestions .title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.previousquestions .button {
	margin: 8px 0 0 0;
}

	
#copy {
	background-color: #1F1F1F;
	border-top: 3px solid #3D3D3D;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 16px;
	font-family: Verdana, Geneva, sans-serif;
	min-width: 958px;
}

#copy a {
	color: #FFFFFF;
	text-decoration: none;
}

#copy a:hover {
	text-decoration: underline;
}
