@charset "utf-8";
/** Reset everything **/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*********************/


/******

	Personalize those tags

******/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#444444; /*#636466;*/
	margin-bottom:15px;
	font-size:12px;
}

a {
	color:#F26721;
	text-decoration:none;
}

a:hover {
	color:#F26721;
	text-decoration:underline;
}


em {
	font-style:italic;
}

strong {
	font-weight:bold;
}


/****

	Main Containers

****/


.site_container {
	width:1024px;
	margin:0 auto;
}

.header {
	background-color:#FFFFFF;
	height:155px;
	border-bottom:1px solid #636466;

}

.logo {
	position:relative;
	left:109px;
	top:55px;
	width:400px;
}

.date_billboard {
	font-size:12px;
	color:#636466;
	position:relative;
	left:520px;
	top:37px;
	width:504px;
}

.main {
	width:1024px;
	margin-top:30px;
	margin-bottom:30px;
	
}

.main table {

}

.main table td {
	vertical-align:top;
}

.section_container {
	

	width:490px;
	
	
	
}

/* sits inside container */
.section_contents {
	background-image:url(../images/sample_background.jpg);
	background-repeat:no-repeat;
	height:708px;
}

.section_summary {
	
	
}


.sections {
	margin-left:323px;
}



.content_container {	
	margin-left:30px;
	
	width: 504px;
}

.content {
	background-color:#FFFFFF;
margin-right:0px;
}



h1 {
	font-size:28px;
	color:#F26721;
	margin-bottom:15px;
}

h2 {
	font-size:17px;
	margin-bottom:15px;
}

h2 span.designation {
	font-size:12px;
	margin-bottom:15px;
	color:#999999;
}

h3 {
	font-size:12px;
	font-weight:normal;
	color:#444444;
	margin-bottom:15px;
	padding-bottom:5px;
	margin-top:25px;
	
	border-bottom:1px solid #F0F0F0;
}

p {
	margin-bottom:15px;
	font-size:12px;
}


ul {
	margin-top:-15px;
}

ul li {
	padding-left:8px;
	list-style:none;
	background-image:url(../images/listdot_5pxpad.gif);
	background-repeat:no-repeat;
	padding-top:5px;
}

ul li ul {
	margin-top:0px;
}

ul li ul li {
	padding-left:8px;
	list-style:none;
	background-image:url(../images/listcircle_5pxpad.gif);
	background-repeat:no-repeat;
	padding-top:5px;
}


ol li {
	
	margin-left:-18px;
	padding-top:5px;	
}



.footer {
	width:1024px;
	height:64px;
	border-top:1px solid #636466;	
	font-size:12px;
}

.bottom_section_nav {
	width:1024px;
	height:20px;
	text-align:left;
	margin-top:7px;
	font-size:10px;
	/*font-family:"Franklin Gothic Demi Cond", "Arial Narrow", Arial, sans-serif;*/
	
}

.bottom_section_nav a {
	color:#636466;
	text-decoration:none;
}

.bottom_section_nav a:hover {
	color:#636466;
	text-decoration:underline;
}

.bottom_section_nav .current {
	color:#F26721;
}

.copyright {
	width:1024px;
	color:#818285;
	text-align:left;
	
	font-size:10px;
}



p.posting {
	color: #FF9900;
	margin-bottom:0px;
	margin-top:-2px;
	font-weight:bold;
}

.postingMeta {
	color:#999999;
	
}

.postframe {
	width:484px;
	/*margin-bottom:10px;*/
	margin-left:10px;
	padding-bottom:10px;
	border-bottom:1px solid #E5E5E5;	
	padding-top:10px;
}

.special-post {
	background-color:#FFFFDD;	
}

.postimage {
	float:left;
	width:80px;
	height:80px;
}

.postcontent {
	margin-left:10px;	
	width:400px;
	float:left;
	
}

.postcontent p {
	margin-bottom:0;
	font-size:12px;
}

.listtoggler {
	width: 504px;

}

.listtoggler p {
	margin-bottom:4px;

}




/* Form elements */
select.options-list {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
}

select.half {
	width:175px;
}

select.full {
	width:350px;
}

input.half {
	width:175px;
}

input.full {
	width:350px;
}

textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	padding:2px;
}
textarea.half {
	width:346px;
	height:150px;
}

textarea.full {
	width:346px;
	height:400px;
}


table.form-table {
		width:500px;
}


table.form-table td {
	padding:6px;
	vertical-align:middle;
	padding-left:0px;
	vertical-align:top;
}


table.toggle-layout-table td {
padding:0px;
padding-bottom:0px;
}

table.form-table td.form-label {
	font-weight:bold;
	width:130px;
}
table.form-table td.form-division {
	
	width:10px;
}



table.form-table td.form-field {

}

#advanced-therapist-search {
	display:none;
}

#advanced-toggle {
	cursor:pointer;
}





table.therapist-results-table {
	width:504px;
}


table.therapist-results-table tr {
	
	border-bottom:1px solid #F0F0F0;

}

table.therapist-results-table tr.list-header{
	background-color:#FFFFFF;
	
}
table.therapist-results-table tr.odd{
	/*background-color:#F0F0F0;*/
}

table.therapist-results-table tr.even{
	background-color:#FFFFFF;
}


table.therapist-results-table td {
	padding:3px;
	padding-left:0px;
}

table.therapist-results-table td.list-header{
	font-weight:bold;
}

table.therapist-results-table td.field-label{
	width:152px;
}





img.profile-pic {
	border:1px solid #F0F0F0;
}

table.profile-pic-table {
	border:1px solid #F0F0F0;
	margin-right:14px;
	margin-bottom:3px;
	margin-top:5px;
}


table.profile-pic-table td {	
	padding:5px;
	width:128px;
}
table.profile-pic-table td.profile-pic {
	
}

table.profile-pic-table td.profile-name {
	padding-top:0px;
}


table.toggle-layout-table {
	width:100%;
}

table.toggle-layout-table td {
	width:33%;
}



.fyi {
	font-size:10px;
	
	

}