@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;
}
.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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 900px;
}
.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: 16px;
	color: #596A7E;
	font-weight: bold;
}
#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: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #B1CC10;
}
#psychotherapy_holder {
	height: 25px;
	background-color: #96B40C;
}
.white_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	width: 195px;
	float: left;
	padding-left: 350px;
	padding-top: 33px;
	font-weight: bold;
}
.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: 780px;
}
.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: 250px;
	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;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	display: block;
	padding: 5px;
	width: 170px;
}
.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;
	width: 400px;
}


.white_left_portug {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	width: 195px;
	float: left;
	padding-left: 350px;
	padding-top: 33px;
	font-weight: bold;
}
.white_leftPortuguese {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	width: 195px;
	float: left;
	padding-left: 350px;
	padding-top: 29px;
	font-weight: bold;
}
.black_subheadPortuguese {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #383838;
}
.white_rightPortuguese {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	width: 190px;
	float: right;
	clear: right;
	padding-top: 29px;
	padding-right: 40px;
	font-weight: bold;
}
.fp_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #E2E2E2;
}.landing_subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #96B40C;
}
.testimony {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	font-style: italic;
	line-height: 17px;
}
#testimony2 {
	float: left;
	padding: 10px;
	background-color: #EFFBB7;
	width: 442px;
	margin-bottom: 5px;
	display: block;
}
.problems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	width: 462px;
	background-color: #F4F4F4;
	display: block;
	float: left;
	padding: 5px;
	border: 1px dotted #999999;
	margin-top: 10px;
	line-height: 16px;
}
#weight {
	background-image: url(../images/weight_back.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding: 14px 8px 8px 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.panel_heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	display: block;
	padding-bottom: 9px;
	padding-top: 3px;
}
.read_more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #A0B623;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
</style>
#hurt {
	background-image: url(../images/weight_back.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 251px;
	padding: 14px 8px 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#hurt {
	background-image: url(../images/hurt.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding: 14px 3px 8px 70px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}
#cadog {
	background-image: url(../images/cadogan_bak.jpg);
	background-repeat: no-repeat;
	height: 205px;
	width: 240px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-top: 86px;
	padding-right: 10px;
	padding-left: 6px;
	text-align: center;
}
.cadogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.cadogan_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
}
#pains {
	background-image: url(../images/pschoanalysis_ad.jpg);
	background-repeat: no-repeat;
	height: 130px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	padding-top: 14px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#issues_left_panel_new {
	background-image: url(../images/issues_back_new.jpg);
	float: left;
	width: 300px;
	background-repeat: no-repeat;
	height: 900px;
}
.comm_issues_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	background-color: #666666;
}
#problemsfp {
	width: 460px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding: 5px;
}
