body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin: 0; 
	padding: 0; 
}

section, article, header, footer, nav, aside, hgroup { 
	display: block;
}

a {
	
	color: #0f7433;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;	
}

body  {
	font: 100% Tahoma, Geneva, sans-serif;
	/**background: #72ab2c;**/
	background: #dddddd;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #585858;
	font-size: 95%;
}

.wrapper { 
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
} 

header {
	float: left;
}

header img {
		
}

.covid {
	background-color: #0f7433;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}

.covidimage {
	background: url(sitegraphics/topimage-covid.png) no-repeat 0 0;
}

.covid a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

#Fullname {
	visibility:hidden;  
	display:none; 
}

.mobilemenu {
	display: none;
}

.closenav {
	display: none;	
}

.contentleft {
	float: left;
	width: 720px;
	padding: 40px 60px 60px 60px;
}

.contentleft p {
	text-align: justify;	
}

.contentright {
	margin-left: 780px;
	padding: 40px 60px 60px 60px;
	font-size: 90%;
}

footer {
	background: #0f7433;
	color: #ffffff;
	padding: 20px;	
	text-align: center;
}



.footerarea {
}

.testrow {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
}

.columnswide {
	width: 40%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: url(sitegraphics/quote_left.png) no-repeat 0 0;
	line-height: 1.4em;
}

.columns {
	width: 33%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: url(sitegraphics/quote_left.png) no-repeat 0 0;
	line-height: 1.4em;
}

.columns.textleft {
	text-align: left;
}

/**** top contact ****/

.topcontact {
	padding-top: 20px;
	padding-right: 40px;
	font-size: 90%;
	text-align: right;
}

.topcontact a {
	color: #000000;
}

.topcontact ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.topcontact li {
	margin: 0;
	padding: 0;
	margin-right: 15px;
	display: inline;
	list-style: none;
}

.topcontact .telephone {
	background: url(sitegraphics/top-telephone.png) no-repeat 0 0;
	padding: 1px 0 5px 14px;
}

.topcontact .email {
	background: url(sitegraphics/top-email.png) no-repeat 0 0;
	padding: 1px 0 5px 24px;
}



/**** top nav ****/

nav {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #ffffff;	
	/**padding: 20px 20px 15px 20px;**/
	padding: 30px 15px 25px 15px;
	text-align: center;
}

nav ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

nav li {
	margin: 0;
	padding: 10px 5px;
	display: inline;
	list-style: none;
}

nav a {
	font-size: 95%;
	letter-spacing: 0em;
	color: #167433;
	font-weight: normal;
	text-decoration: none; 
	padding: 10px 2px;
}

nav a:hover {
	color: #72ab2c;
	text-decoration: none;
}



nav li>ul {
	z-index:1000;
	visibility:hidden;
	position:absolute;
	background: #f0f0f0;
	margin-left: -120px;
	margin-top: 20px;
	padding: 10px 0;
	text-align: left;
}

nav li:hover>ul {
	visibility:visible;
}

nav li:hover>ul {
	visibility:visible;
}

.subnav {
	padding: 10px;
}

.subnav ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

.subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subnav a {
	width: 200px;
	display: block;
}

/**** footer styles ****/



/**.footerleft {
	float: left;
	width:  720px;
}**/

footer ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

footer li {
	margin: 0;
	padding: 10px 5px;
	display: inline;
	list-style: none;
}

footer a {
	font-size: 95%;
	letter-spacing: 0em;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none; 
	padding: 10px 5px;
}

footer a:hover {
	color: #72ab2c;
	text-decoration: none;
}

.footeraddress {
	padding-top: 0;
	text-align: center;	
	color: #dddddd;
	font-size: 115%;
	line-height: 1.4em;
}

.footeraddress img {
	width: 150px;
	height: auto;
}

.footerright {
	margin-left: 740px;
}

.catlindesigns {
	padding-top: 40px;
	font-size: 90%;
}


/**** title styles ****/

h1 {
	font-weight: normal;
	font-size: 180%;
	padding-bottom: 0.5em;	
	color: #0f7433;
}

h2 {
	font-weight: normal;
	font-size: 120%;
	padding-bottom: 0.5em;	
	color: #0f7433;
}

.contentright h3 {
	font-weight: normal;
	font-size: 150%;
	padding-bottom: 0.5em;	
	color: #0f7433;
}


/**** pages ****/

.maincontent {
	padding-top: 370px;
}

.maincontent ul {
	padding-left: 30px;
	padding-bottom: 1em;
}


.maincontent ol {
	padding-left: 30px;
	padding-bottom: 1em;
}

.maincontent li {
	padding-bottom: 0.5em;
}

blockquote {
	color: #bbbbbb;
	font-size: 115%;
	text-align: center !important;
	font-style: italic;
	background: url(sitegraphics/speech-right.png) no-repeat bottom right;
	margin: 0 50px;
}

.hometestimonial {
	background: url(sitegraphics/speech-left.png) no-repeat 0 0;
	padding: 20px 30px 0 30px;
	text-align: center;
	margin: 0;
	margin-top: 50px;
}

.contentleft p.hometestimonial {
	text-align: center;
}

.hometestname {
	color: #000000;
	font-style: normal;
	font-size: 80%;
	padding: 0;
	
}

.textcenter {
	text-align: center;
}

.testname {
	font-size: 80%;
	font-weight: bold;	
}

.pageimage img {
	width: 100%;
	height: auto;
	padding-top: 30px;
}

/***** side content styles *****/

.sidecontactme {
	background: #f0f0f0;
	text-align: center;
	padding: 15px;
}

.qualifications {
	text-align: center;
}

.qualifications img {
	width: 90%;
	height: auto;
	margin-top: 40px;
}

/***** top images *****/

.homecontent {
	background: url(sitegraphics/topimage-home1.png) no-repeat 0 0;
}

.aboutmeimage {
	background: url(sitegraphics/topimage-aboutme1.png) no-repeat 0 0;
}

.actimage {
	background: url(sitegraphics/topimage-actcoaching.jpg) no-repeat 0 0;
}

.adhdimage {
	background: url(sitegraphics/topimage-adhdcoaching.jpg) no-repeat 0 0;
}

.consultativeimage {
	background: url(sitegraphics/topimage-consultative.jpg) no-repeat 0 0;
}

.contactimage {
	background: url(sitegraphics/topimage-contact2.png) no-repeat 0 0;
}

.couplestherapyimage {
	background: url(sitegraphics/topimage-couplestherapy1.png) no-repeat 0 0;
}

.faqsimage {
	background: url(sitegraphics/topimage-faqs1.png) no-repeat 0 0;
}

.supervisionimage {
	background: url(sitegraphics/topimage-supervision.png) no-repeat 0 0;
}

.linksimage {
	background: url(sitegraphics/topimage-links1.png) no-repeat 0 0;
}

.individualtherapyimage {
	background: url(sitegraphics/topimage-individualtherapy1.png) no-repeat 0 0;
}

.relationshipcoachingimage {
	background: url(sitegraphics/topimage-relationshipcoaching1.jpg) no-repeat 0 0;
}


.selfcaremotimage {
	background: url(sitegraphics/topimage-selfcaremot1.jpg) no-repeat 0 0;
}

.testimonialimage {
	background: url(sitegraphics/topimage-testimonials1.png) no-repeat 0 0;
}

.traumasupportimage {
	background: url(sitegraphics/topimage-traumasupport.jpg) no-repeat 0 0;
}

.walkingtherapyimage {
	background: url(sitegraphics/topimage-walkingtherapy1.jpg) no-repeat 0 0;
}
.coachingimage {
	background: url(sitegraphics/topimage-coaching1.png) no-repeat 0 0;
}


/**** form styles ****/

.form-header-group {
	margin: 0;
	font-size: 120%;
}

.form-header {
	font-size: 90% !important;
}

.contactform label {
	width:250px;
    margin-top: 5px;
    display:inline-block;
    float:left;
    padding:3px;	
}

.contactform input {
	width: 280px;
	margin-top: 10px;
	margin-right: 30px;
    padding:3px;
	border: 1px solid #585858;
	font-size: 100%;
}

.contactform textarea {
	width: 350px;
	margin-top: 10px;
	margin-right: 30px;
    padding:3px;
	border: 1px solid #585858;
	font-size: 100%;
}

.submit {
	padding: 6px 15px;
	margin: 10px 0;
	font-size: 90%;
}

/**** misc ****/

.highlight {
	border: 1px solid #0f7433;
	padding: 30px 50px;
	margin: 10px 30px 30px 30px;
	text-align: center;
	color: #0f7433;
	font-size: 110%;
}

.mobileshow {
	display: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}