@charset "utf-8";
/* CSS Document */

/*COLORS

Green: #008163
Light Green: #00BF95
Dark Green: #005B45
Tan: #CDC097

*/

body {
padding: 0px;
margin: 0px;
background-image: url(images/nav/layout-CIMWellness-home_r1_c1.jpg);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 17px;
}

p {
margin-top: 0;
}

h1 {
margin-bottom: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #005B45;
}

h2 {
margin-bottom: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #008163;
}

h3 {
margin-bottom: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #008163;
}
.hMargin {
margin-left: 6px;
}
.footerText {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

a:link {
color: #008163;
text-decoration: none;
}

a:visited {
color: #005B45;
text-decoration: none;
}

a:hover {
color: #00BF95;
text-decoration: underline;
}

a:active {
color: #00BF95;
text-decoration: underline;
}
#testimonials {
border: solid 1px #008163;
padding-left:10px;
}