body, html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #E6EEE0;
	color: #000000;
	font-family: Palatino, "Times New Roman", Sans-Serif;
	font-size: 13px;
}

p {
	line-height: 1.5;
}

a {
	color: #5D9732;
	font-family:  "Gills Sans", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input.button {
  color:  #5D9732;
  background-color:  #E6EEE0;
}


/* REGIONS */

.Banner {
	background: url(../images/banner.jpg) no-repeat top left;
	display: block;
	height: 0px !important;
	height /**/: 131px;
	margin-left: -398px;
	padding-top: 131px;
	overflow: hidden;
	width: 795px;
	position: absolute;
	top: 20px;
	left: 50%;
}

.MenuPanel {
	background-color: #FFFFFF;
	border: 1px solid #A4C289;
	font-size: 12px;
	padding: 20px 15px;
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -396px;
	color: #5D9732;
	width: 155px !important;
	width /**/: 185px;
}
#Home .MenuPanel {
	display: none;
}

.MenuPanel a {
	background: url(../images/bullet_menu.gif) no-repeat 0px 3px;
	display: block;
	margin-bottom: 15px;
	padding-left: 15px;
}
.MenuPanel a.on {
	background: url(../images/bullet_menu_on.gif) no-repeat 0px 3px;
	text-decoration: underline;
}

.ContentPanel {
	background-color: #FFFFFF;
	border: 1px solid #A4C289;
	margin-left: -198px;
	margin-bottom: 30px;
	padding: 25px;
	width: 353px !important;
	width /**/: 405px;
	position: absolute;
	top: 160px;
	left: 50%;
}

.InfoPanel {
	background-color: #FFFFFF;
	border: 1px solid #A4C289;
	font-size: 12px;
	height: 440px !important;
	height /**/: 440px;
	padding: 15px;
        margin-left: 218px;
	margin-bottom: 30px;
	text-align: center;
	width: 145px !important;
	width /**/: 177px;
	position: absolute;
	top: 160px;
	left: 50%;
}
.InfoPanel a {
	font-size: 11px;
} 

.Spacer {
	position: absolute;
	top: 630px;
	height: 50px;
	width: 1px;
}




/* HEADERS */

h1 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	width: 332px;
	overflow: hidden;
	padding-top: 18px;
	height: 0px !important;
	height /**/: 18px;
}

#Home h1 {
	background: url(../images/head_home.gif) no-repeat top left;
}

#Tools h1 {
	background: url(../images/head_tools.gif) no-repeat top left;
}

#Support h1 {
	background: url(../images/head_support.gif) no-repeat top left;
}

#Practitioner h1 {
	background: url(../images/head_practitioner.gif) no-repeat top left;
}

#Disorders h1 {
	background: url(../images/head_disorders.gif) no-repeat top left;
}

#About h1 {
	background: url(../images/head_about.gif) no-repeat top left;
}

#NewPatient h1 {
	background: url(../images/head_newpatient.gif) no-repeat top left;
}

#Directions h1 {
	background: url(../images/head_directions.gif) no-repeat top left;
}





/* SYLES */

.highlight, s.subhead {
	color: #5D9732;
}

.subhead {
	font-size: 14px;
}

.InfoPanel .subhead {
	font-size: 13px;
}

.column {
	float: left;
	list-style: url(../images/bullet_column.gif);
	width: 100px;
}

.column li {
	margin-bottom: 3px;
}




/* HOME STYLES */

#Home .ContentPanel {
	margin-left: -397px;
	width: 552px !important;
	width /**/: 602px;
	height: 420px !important;
	height /**/:504px;
}

#Home .ContentPanel div a {
	display: block;
	height: 0px !important;
	height /**/: 30px;
	overflow: hidden;
	padding-top: 30px;
	margin-bottom: 5px;
}

#Home .tools a {
	background: url(../images/link_tools.gif) no-repeat top left;
}
#Home .tools a:hover {
	background: url(../images/link_tools_on.gif) no-repeat top left;
}

#Home .support a {
	background: url(../images/link_support.gif) no-repeat top left;
}
#Home .support a:hover {
	background: url(../images/link_support_on.gif) no-repeat top left;
}

#Home .practitioner a {
	background: url(../images/link_practitioner.gif) no-repeat top left;
}
#Home .practitioner a:hover {
	background: url(../images/link_practitioner_on.gif) no-repeat top left;
}

#Home .disorders a {
	background: url(../images/link_disorders.gif) no-repeat top left;
}
#Home .disorders a:hover {
	background: url(../images/link_disorders_on.gif) no-repeat top left;
}

#Home .about a {
	background: url(../images/link_about.gif) no-repeat top left;
}
#Home .about a:hover {
	background: url(../images/link_about_on.gif) no-repeat top left;
}

#Home .newpatient a {
	background: url(../images/link_newpatient.gif) no-repeat top left;
}
#Home .newpatient a:hover {
	background: url(../images/link_newpatient_on.gif) no-repeat top left;
}
