/* @override 
	http://www.ahomewithin.org/new_site/a_home_within_main.css
*/

body {
	background-color: #a59b85;
	padding-top: 0;
	margin-top: 0;
	color: #e4e1db;
	font: 14px Helvetica, Arial, Geneva, sans-serif;
	font-weight: lighter;
	background-image: url(img/solid_bg.png);
}

a img {
	border: 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
}

a {
	color: #f28639;
}

.banner {
	text-indent: -9999px;
	width: 642px;
	height: 110px;
        margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	color: #a59b85;
	background: transparent url(img/banner.png) no-repeat;
}

.homepagelink {
	float: right;
	background: url(img/home_icon.gif) no-repeat;
	padding-left: 30px;
	line-height: 22px;
	margin-right: 24px;
	margin-top: 12px;
	display:inline;
	width:120px;
}

h3.title, p.subtitle {
	padding-left: 29px;
	padding-right: 29px;
}

.contentenvelope {
	width: 642px;
	margin: 0 auto;
	background: #fff url(img/main_body_bg.png) repeat-y;
	overflow: hidden;
	color: #666666;
}

.primarycolumn {
	padding-left: 29px;
	padding-right: 24px;
}

.secondarycolumn {
	display: none;
}

.endcolumns {
	clear: both;
}

.footer {
	background: url(img/body_bottom_border.png) no-repeat;
	width: 642px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-align: center;
	padding-top: 18px;
}

/* @group homepage */

.homepage .contentenvelope {
	background-image: url(img/main_body_bg_columns.png);
}

.homepage .primarycolumn {
	width: 390px;
	float: left;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 29px;
	overflow: hidden;
}

.homepage .secondarycolumn {
	display: block;
	width: 154px;
	float: right;
	padding-right: 24px;
	padding-left: 9px;
	padding-top: 3px;
}

/* IE6-only override */
* html .homepage .secondarycolumn {
	padding-left: 0;
	padding-right: 16px;
}

.homepage a.sidebarbanner {
	display: block;
	text-align: center;
	margin-top: 12px;
}

/* old header color is #6aa3ac */

.sidebarsection {
	margin-top: 11px;
	padding-bottom: 5px;
}

.sidebarsection h2 {
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	background: transparent url(img/sidebar_header_bg.png) no-repeat;
	line-height: 16px;
	margin: 0;
	padding-top: 5px;
	padding-left: 9px;
}

.sidebarsection h2 span {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

.sidebarsection p, .sidebarsection ul {
	background: transparent url(img/sidebar_content_bg.png) no-repeat;
	margin: -4px 0 0;
	padding: 15px 0 0 9px;
	width: 154px;
	font-size: 13px;
}

.sidebarsection p {
	line-height: 17px;
}

.sidebarsection p.afterfirstchild {
	background-image: none;
}

.sidebarsection ul {
	list-style-type: none;
}

.sidebarsection li {
	line-height: 18px;
	color: #f28639;
}

.sidebarsection li.subscribe_link {
	font-style: italic;
	color: #fff;
}

.sidebarsection ul a {
	text-decoration: none;
}

.sidebarsection ul a:hover {
	text-decoration: underline;
}

.homepage .footer {
	background-image: url(img/body_bottom_border_columns.png);
}

/* @end */

/* @group localchapters, board, team, newsletter, contact */

.localchapter, .boardmember, .teammember, .newsletter .contact, .giving {
	border-top: 2px solid #eeeadb;
}

.directorbio, .boardmemberbio, .teammemberbio, .newsletterlink, .contactlink, .contactinfo, .givinginfo {
	margin-left: 40px;
	font-size: 12px;
	margin-right: 40px;
}

.localchapter h4, .boardmember h4, .teammember h4, .newsletter h4, .contact h4, .giving h4{
	font-size: 14px;
	font-weight: bold;
}

/* @end */

/* @group form pages */

.formpage .primarycolumn {
	width: 200px;
	float: left;
}

.formpage .secondarycolumn {
	display: block;
	float: right;
	width: 363px;
	height: 397px;
	padding-right: 24px;
}

.referpage div.secondarycolumn {
	background: url(img/refer_bg.png) no-repeat 0 17px;
}

/* TODO: replace this with a different background */
.volunteerpage div.secondarycolumn {
	background: url(img/refer_bg.png) no-repeat 0 17px;
	height: 359px;
}

.formpage form {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.formpage form p {
	margin-top: 0;
}

.formpage input {
	width: 100%;
}

.formpage input.radio, #clinician_yes, #clinician_no {
	width: auto;
	margin-left: 0;
}

.formpage label.radio, #clinician_yes_label {
	padding-right: 20px;
}

.formpage textarea {
	width: 100%;
	height: 80px;
}

.formpage div.submit {
	margin-left: -29px;
	background-image: url(img/form_submit_bg.png);
	padding-left: 27px;
	width: 700px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.formpage div.submit input {
	width: auto;
	margin-top: 19px;
	margin-bottom: 10px;
}

.formpage .footer {
	background-image: url(img/body_bottom_border_forms.png);
}

/* @end */