@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #96B40C;
}
#testimony2 {
	float: left;
	padding: 10px;
	background-color: #EFFBB7;
}
.fp_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #E2E2E2;
}

.oneColFixCtrHdr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.oneColFixCtrHdr #header {
	background: #383838 url(../images/medical_sepent.gif) no-repeat right;
	height: 115px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 35px 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#373737;
	clear: both;
}
.oneColFixCtrHdr #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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
}
.oneColFixCtrHdr #containerouter {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EFFBB7 no-repeat left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 50px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #96B40C;
	font-weight: bold;
	padding-bottom: 10px;
}
#navigation {
	display: block;
	height: 40px;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
}
.main_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#headposition {
	padding-left: 8px;
	padding-top: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #B1CC10;
}
#psychotherapy_holder {
	height: 25px;
	width: 815px;
	padding: 0px;
	background-color: #96B40C;
}
.white_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	width: 600px;
	float: left;
	padding-left: 170px;
	padding-top: 26px;
	font-weight: bold;
	line-height: 17px;
}
.white_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	width: 190px;
	float: right;
	clear: right;
	padding-top: 33px;
	padding-right: 40px;
	font-weight: bold;
}
.black_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #383838;
}
.portuguese {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 7px;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383838;
	background-image: url(images/info_back.jpg);
	height: 38px;
	width: 163px;
	display: block;
	background-repeat: no-repeat;
}
#issues_left_panel {
	background-image: url(../images/issues_back.jpg);
	float: left;
	width: 307px;
	background-repeat: no-repeat;
	height: 630px;
}
.common_issues_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	display: block;
	padding-bottom: 8px;
	width: 250px;
	background-image: url(../images/green_panel.jpg);
	background-repeat: no-repeat;
	height: 110px;
	padding-left: 10px;
	margin-top: 10px;
}
.common_issues {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
	width: 200px;
	display: block;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: disc;
}
#common_issue_panel {
	clear: both;
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	line-height: 17px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-bottom: 10px;
	padding-top: 15px;
}
.style1 {
	color: #666666;
	line-height: 22px;
	font-size: 18px;
	display: block;
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 7px;
}
.green_subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B1CC21;
	padding: 3px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.green_frame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background-image: url(../images/aa.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 20px;
	line-height: 17px;
}.bullet {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
}.grey_subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	padding: 3px;
	display: block;
	background-image: url(../images/grey_back.jpg);
	background-repeat: no-repeat;
}
.outline_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	padding: 2px;
	border: 1px solid #B8D90E;
	display: block;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	font-style: normal;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #96B40C;
	font-weight: bold;
}.right_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	clear: left;
	float: right;
	width: 450px;
	margin-left: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B1CC21;
	display: block;
	height: 115px;
	line-height: 17px;
}
.table_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #839C0A;
	padding: 3px;
	border: 1px solid #B8D90E;
	display: block;
}.landing_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6F8409;
	font-weight: bold;
}.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 6px;
	border: 1px solid #CCCCCC;
	display: block;
}

#top_ad {
	height: 118px;
	width: 767px;
	background-image: url(../images/landing_ad.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 20px;
}
.ad_head_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E3E3E;
	font-weight: normal;
	line-height: 17px;
}
.ad_head_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #969D60;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	width: 600px;
	display: block;
	margin-top: 5px;
	margin-bottom: 7px;
	border: 2px solid #B4BA8D;
}
.ad_head_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: normal;
}#int_copy_holder {
	display: block;
	margin: 15px;
}
</style>
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6F8409;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #96B40C;
}

