* { font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
	background: white;
}

body, p, h3 {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

body {  
	font-size: 0.7em;
	color: black;
}

a, a:link, a:visited, a:active { 
	color: #532c84;
	text-decoration: none;
}

a:hover { 
	color: #b5d134;
	text-decoration: none;
}

h1, h2 {
	margin: 0;
	font-size: 2.6em;
}

h3 {
	margin: 0;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.pointer {
	cursor: pointer;
}

/* Undo the DNN default styles */
.Normal, .NormalDisabled {
    font-size: 100%;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

#dnn_dnnSEARCH_txtSearch {
    width:74px;
}

#dnn_dnnSEARCH_cmdSearch {
    vertical-align:middle;
}

/** Layout Styles */
#mainBox {	
	margin: 0 auto;
	width: 970px;
	position: relative;
}

#headerBox {
	height: 150px;
}

#headerContentBox {
	position: absolute;
	right: 110px;
	top: 26px;
	width: 404px;
	height: 100px;
	background: #ebf2b0;
}

#headerContentBox p {
	margin: 8px 0;
	padding: 0 15px;
	color: #542d85;
}

a.go {
	background: transparent url('images/template/goButton.gif') no-repeat right;
	padding: 2px 20px 2px 0;
	/*display:none;*/
}

#countryForm select {
	position: absolute;
	bottom: 10px; right: 90px;
}

#homeButton {
	position: absolute;
	right: 0; top: 26px;
	display: block;
	width: 104px; height: 100px;
	/* background: #bed600 url('images/template/homeButton.gif') no-repeat; */
}

#topNav {
	list-style-type: none;
	margin: 0; padding: 0;
	height: 33px;
	background: #b5d134;
	padding-left: 34px;

	font-weight: bold;
	color: white;
	font-size: 1.5em;
}

#topNav li {
	float: left;
	margin: 0; padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 33px;
	background: transparent url('images/template/topNav/seperator.gif') no-repeat 0 6px;
	list-style-type:none;
}

#topNav li.first {
	background-image: none;
	padding-left: 0;
	list-style-type:none;
}

#topNav span {
	display: none;
}

#topNav a {
	display: block;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#navLink1 {
	background-image: url('images/template/nav/whatIsIt.gif');
	width: 91px;
}

#navLink1:hover {
	background-image: url('images/template/nav/whatIsIt2.gif');
	width: 91px;
}

#navLink2 {
	background-image: url('images/template/nav/whatCanItDo.gif');
	width: 134px;
}

#navLink2:hover {
	background-image: url('images/template/nav/whatCanItDo2.gif');
	width: 134px;
}

#navLink3 {
	background-image: url('images/template/nav/howDoesItWork.gif');
	width: 157px;
}

#navLink3:hover {
	background-image: url('images/template/nav/howDoesItWork2.gif');
	width: 157px;
}

#navLink4 {
	background-image: url('images/template/nav/whatDoesItCost.gif');
	width: 158px;
}

#navLink4:hover {
	background-image: url('images/template/nav/whatDoesItCost2.gif');
	width: 158px;
}

#navLink5 {
	background-image: url('images/template/nav/areYouReady.gif');
	width: 127px;
}

#navLink5:hover {
	background-image: url('images/template/nav/areYouReady2.gif');
	width: 127px;
}

#navLink6 {
	background-image: url('images/template/nav/findAPractitioner.gif');
	width: 153px;
}

#navLink6:hover {
	background-image: url('images/template/nav/findAPractitioner2.gif');
	width: 153px;
}

#topNav a, #topNav a:link, #topNav a:visited, #topNav a:active { 
	color: white;
}
#topNav a:hover { 
	color: #532c84;
	color:red;
}

#topBanner {
	clear: both;
	position: relative;
	width: 970px; height: 301px;
	background: #522584 url('images/template/topBannerHome.jpg') no-repeat;
}
#topBanner h1 { display: none;}

#topBannerShort {
	clear: both;
	position: relative;
	width: 970px; height: 99px;
	background: #522584 url('images/template/topBannerShort.jpg') no-repeat;
}

#topBannerTeamPage {
	clear: both;
	position: relative;
	width: 971px; height: 223px;
	background: #522584 url('images/template/team_banner.jpg') no-repeat;
}

#secondaryNav {
	position: absolute;
	bottom: 0;
	list-style-type: none;
	margin: 0; padding: 0;
	padding-left: 34px;
	font-weight: bold;
	color: white;
	font-size: 1.7em;
}

#secondaryNav li {
	float: left;
	margin: 0; padding: 0;
	padding-left: 27px;
	padding-right: 27px;
	line-height: 45px;
	background: transparent url('images/template/secondaryNavSeperator.gif') no-repeat 0 15px;
	list-style-type:none;
}

#secondaryNav li.first {
	background-image: none;
	padding-left: 0;
	list-style-type:none;
}

#secondaryNav a, #secondaryNav a:link, #secondaryNav a:visited, #secondaryNav a:active { 
	color: white;
}
#secondaryNav a:hover { 
	color: #b5d134;
}

#mainContent {
	padding: 20px 34px;
	padding-right: 0;
}

div.column {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 210px;
	min-height: 360px;
	background: #eef4bd;
}
* html div.column {
	height: 360px;
}

div.column h2, div.column h3 {
	margin: 0; padding: 5px 8px;
	background: #b5d134;
	color: white;	
	font-size: 1.5em;
}
div.column h2 a, div.column h2 a:link, div.column h2 a:visited, div.column h2 a:active, div.column h3 a, div.column h3 a:link, div.column h3 a:visited, div.column h3 a:active
{ 
	color: white;
	background-repeat: no-repeat;
	height: 25px;
	display: block;
}

div.column h2 a:hover, div.column h3 a:hover { 
	color: #542d84;
}

div.column h2 span { display: none;}

div.column p {
	margin: 0.6em 0;
	padding: 0 10px;
}

div.column div.img {
	padding-bottom: 3px;
}

#footer {
	clear: both;
	position: relative;
	background: #542d84;
	padding: 8px 25px;
	color: white;
}
#footer p {
	margin: 0; padding: 0;
}

#footerLink {
	position: absolute;
	right: 36px; top: 4px;
	background: transparent url('images/template/shellLogo.gif') no-repeat;
	line-height: 22px;
}
#footerLink a, #footerLink a:link, #footerLink a:visited, #footerLink a:active { 
	color: white;
	padding-left: 25px;
}
#footerLink a:hover { 
	color: #b5d134;
}

#leftColumn {
	position: relative;
	float: left;
	background: #542d84 url('images/template/navBackground.jpg') no-repeat;
	width: 211px;
	margin-right: 20px;
	min-height: 803px;
}

* html #leftColumn {
	height: 803px;
}

#leftColumn h3 {
	margin: 0; padding: 10px 20px;
	color: #542d84;
}

#leftColumn p {
    padding: 0 20px;
}

#leftTitleLink1 span {
    display:none;
}

#leftTitleLink1 {
	background-image: url('images/template/nav/anAmazingRecovery.gif');
	width: 193px;
}

#leftTitleLink1:hover {
	background-image: url('images/template/nav/anAmazingRecovery2.gif');
	width: 193px;
}


#leftNav {
	margin: 0; padding: 0;
	padding-left: 20px;
	padding-bottom: 50px;
}
#leftNav li {
	margin: 0; padding: 0;
	list-style-type: none;
	background: transparent url('images/template/arrow.gif') no-repeat 0 3px;
	padding-left: 12px;
	margin-top: 7px;
}

#leftNav li ul {
	padding: 0; margin: 0;
}

#leftNav a, #leftNav a:link, #leftNav a:visited, #leftNav a:active { 
	color: black;
}

#leftNav a:hover { 
	color: #b5d134;
}

#leftBottomBox {
	position: absolute;
	bottom: 0;
}

#leftBottomBox h3 {
	margin: 0; padding: 5px 8px;
	background: #b5d134;
	color: white;	
	font-size: 1.5em;
}

#leftBottomBox h3 a, #leftBottomBox h3 a:link, #leftBottomBox h3 a:visited, #leftBottomBox h3 a:active { 
	color: white;
	background-repeat: no-repeat;
	height: 25px;
	display: block;
}

#leftBottomBox h3 a:hover { 
	color: #542d84;
}

#leftColumn img {
	display: block;
}

#rightColumn {
	float: left; 
	background: #eef4bd;
	width: 670px;
	min-height: 803px;
}

* html #rightColumn {
	height: 803px;
}

#rightColumn h2 {
	margin: 0; padding: 5px 10px;
	background: #b5d134;
	color: white;	
	font-size: 1.7em;
}

/* catch any added by hand rather than by module header and adjust to fit the module */
#rightColumn .content h2 { /* originally had div div instead of .content */
	margin: 0 -19px;
	font-size: 1.4em;
}

#bottomContent {
	background: #eef4bd;
	clear: both;
	margin: 19px 34px 0;
}

#bottomContent h2 {
	margin: 0; padding: 5px 10px;
	background: #b5d134;
	color: white;	
	font-size: 1.7em;
}

.content {
	padding: 10px 20px;
	font-size: 1.2em;
}

.content p {
	/* font-size: 1.2em; */
}

.contentAlt {
	padding: 10px 10px;
	font-size: 1.2em;
}

.contentAlt .NormalBold {
	padding: 0px 10px;
}

.contentAlt .PagerClass {
	padding: 10px 10px;
}

.contentAlt p {
    padding-left: 10px;
    padding-right: 10px;
}

#mainFooter {
	clear: both;
	padding: 20px 34px;
	padding-right: 0;
}

#mainFooter div.column {
	min-height: 0;
	height: auto;
}

#mainFooter span {
	display: none;
}

#titleLink1 {
	background-image: url('images/template/nav/recoveryTestimonials.gif');
	width: 195px;
}

#titleLink1:hover {
	background-image: url('images/template/nav/recoveryTestimonials2.gif');
	width: 195px;
}

#titleLink2 {
	background-image: url('images/template/nav/practitionerTraining.gif');
	width: 195px;
}

#titleLink2:hover {
	background-image: url('images/template/nav/practitionerTraining2.gif');
	width: 195px;
}

#titleLink3 {
	background-image: url('images/template/nav/businessPerformance.gif');
	width: 195px;
}

#titleLink3:hover {
	background-image: url('images/template/nav/businessPerformance2.gif');
	width: 195px;
}

#titleLink4 {
	background-image: url('images/template/nav/onlineStore.gif');
	width: 195px;
}

#titleLink4:hover {
	background-image: url('images/template/nav/onlineStore2.gif');
	width: 195px;
}

ul.testimonials {
	margin: 0; padding: 0;
	list-style-type: none;
	padding-top: 10px;
	padding-left: 10px;
}
* html ul.testimonials {
	padding-left: 0;
}
ul.testimonials li {
	float: left;
	margin: 0; padding: 10px;
	background: white;
	width: 285px;
	min-height: 112px;
	margin: 10px;
}
* html ul.testimonials li {
	height: 112px;
	list-style-type:none;
}

ul.testimonials li img {
	display: block;
	float: left;
	margin-right: 10px;
}

ul.testimonials p {
	margin: 0.7em 0;
}

a.arrow, a.arrow:link, a.arrow:visited, a.arrow:active { 
	background: transparent url('images/template/arrow.gif') no-repeat right 6px;
	padding: 2px 8px 2px 0;
	font-weight: bold;
	color: black;
}
a.arrow:hover { 
	color: #542d84;
}

.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	/*font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt; */
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	/* font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt; */
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
