body {
    margin: 0;
    font-family: source-sans-pro, sans-serif;
    font-weight: 500;
    font-size: 16px;
    min-width:320px;
    margin:0px auto;
}

html {
    -webkit-font-smoothing: antialiased;
}

a{
    font-family: source-sans-pro, sans-serif, arial;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
    text-decoration:none;
}

.form_field
{
    font-family: source-sans-pro, sans-serif, arial;
    padding:3px;
    font-size:1em;
    font-weight: normal;
    width: auto;
}

.btn
{
    margin:0em auto .2em auto;
    padding:.7em 1em .6em 1em;
    display: inline-block;
    *display: inline;
    color:#fff;
    background:#2FA7FC;
    -moz-border-radius: .3em;
    border-radius: .3em;
    
    -moz-box-shadow: .07em .07em .3em #888;
    -webkit-box-shadow: .07em .07em .3em #888;
    box-shadow: .07em .07em .3em #888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: source-sans-pro, sans-serif, arial;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.2em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
}
h1 {
    color: #fff;
    font-size: 2.6em;
    text-align: center;
    margin: 0;
    padding: .8em 0 0 0;
}
h2 {
    font-size: 1.6em;
    margin: 0.8em auto;
    color:#d6c9f2;
    max-width: 350px;
}
h3,
h4 {
    margin: 0px;
    padding: 2.1em 0px 0.5em 0px;
    font-weight: normal;
    color:#2fa7fc;
    text-align: center;
    font-size: 1.8em;
}
h4 {
    color: #000;
}

p {
    font-size: 1.2em;
    line-height: 1.3em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
    padding: 0px 1em;
    font-weight: normal;
    text-align: center;
    max-width: 
}

/* The menu bar at the top of the website */
.menu-wrapper {
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    line-height: 62px;    
    right: 0;
    top: 0;
    z-index: 998;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.20);    
}

.menubar {
    width: 100%;
    margin: 0px;
   overflow: hidden;
    font-family: sans-serif;
    padding: 0px;
    z-index: 99;
    font-size: 0.8em;
}

.menubar p {
    margin: 0px;
    color: #000;
    padding: 0px 0px;
    text-align: center;
    font-size: 1.6em;
    padding: 0.5em;
}

.menubar a
{
    display: inline-block;
    border-right: SOLID 1px #aaa;
    width: auto;
    padding: 0px 10px;
}

.menubar a:hover
{
    text-decoration: underline;
    color: #7C7EE0;
}

.header-wrapper {
    padding:3em 0px 5% 0px;
    width: 100%;
    
    background-repeat: no-repeat;
    background-position: 0% 80%;
    background-size: 100%;
    background-image: url(../images/blurred_bg2.jpg);
    
}

.logo-wrapper
{
    display: table;
    margin: 4em auto 0% auto;
    width:27%;
    text-align: center;
    max-width:200px;
    min-width:130px;
}

.header-text {
    margin:1em auto;
    width:70%;
    text-align:center
}

.page-wrapper {
    overflow: hidden; 
    margin: 0px auto;
    padding: 0px;
}
 
ul {
    font-family: source-sans-pro, sans-serif;
    color: #2fa7fc;
    margin: 0px 25px 0px 5px;
    line-height: 27px;
    list-style-type: square;
}

.content-wrapper {
    background: #fff;
    margin: 0px;
    padding-bottom: 2.7em;
}

.blue-bg {
    background: #2fa7fc;
}

.grey-bg {
    background: #eee;
}

.white-bg {
    background: #fff;
}

#intro h3 {
    color: #fff;
    font-size: 2.3em;
    margin: 0;
    padding: 1em 0 0 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
}

#intro p {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.3em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
    padding: 0px 1em;
    font-weight: normal;
    text-align: center;
}

#intro a {
    color: #d6c9f2;
}

#intro a:hover {
    color: #fff;
}

li {
    color: #2fa7fc;
}

.alt {
    color: #555;
}

li p {
    position: relative;
    color: #444;
    padding: 0px;
}

.treatment-wrapper
{
    margin: 0 auto;
    width: 95%
    font-size: 0;
}

.treatment_box {
    display: inline-block;
    width:25%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: -6px;
}

.treatment_img {
    margin: 0px auto 10px auto;
    width: 90px;
    height: 90px;
    text-align: center;
    padding: 0px;
}

.main_content {
    margin: 0px auto;
    max-width: 700px;
}

.white
{
    color:#fff;
}

.footer {
    font-family: sans-serif;
    margin: 0px;
    text-align: center;
    font-size: 13px;
    color: #666;
    padding: 0px;
    min-height: 133px;
}

