/* Clear CSS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

/* Text */

body {
    font-family: 'Quattrocento', serif;
    font-weight: 400;
    border-top: 4px solid rgba(204,102,153,1);
    min-width: 1075px;
}
h2 {
    font-size: 1.7em;
    color: #660033;
    
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* Header */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    min-width: 1030px;
}

img.logo {
    margin: 40px 0 0 25px;
}
/* Navigation */

nav {
    position:absolute;
    right: 2%;
    top: 115px;
}
nav li {
    position: relative;
    height: 35px;
    list-style: none;
    display: inline-block;
}
nav li a {
    color: #666;
    font-size: 1.2em;
    text-decoration: none;
    font-style: italic;
    margin: 5px 18px;
    padding: 10px 0px 0px 5px;
}
nav li a:hover{
    border-bottom: 3px solid rgba(204,102,153,1);
    color: #333;
}
nav li a:before {
    content: "";
    position: absolute;
    margin: 6px 0 0 -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 5px;   
    border-right-style:none;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:#660033;
}
nav li.current a:after {
    content: "";
    position: absolute;
    top: 36px;
    left: 30%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 25px 0 25px;
    border-color: #fff transparent transparent transparent;
}
/* Content */

section#content {
    width: 96%;
    margin: 150px 0 50px 2%;
}
#home #content_header {
    padding: 0 50px 0 0;
    height: 450px;
}
#content_header {
    height: 100px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgb(102,0,51); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(102,0,51,1) 0%, rgba(204,102,153,1) 50%, rgba(102,0,51,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(102,0,51,1)), color-stop(50%,rgba(204,102,153,1)), color-stop(100%,rgba(102,0,51,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(102,0,51,1) 0%,rgba(204,102,153,1) 50%,rgba(102,0,51,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(102,0,51,1) 0%,rgba(204,102,153,1) 50%,rgba(102,0,51,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(102,0,51,1) 0%,rgba(204,102,153,1) 50%,rgba(102,0,51,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(102,0,51,1) 0%,rgba(204,102,153,1) 50%,rgba(102,0,51,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660033', endColorstr='#660033',GradientType=1 ); /* IE6-9 */
}
#content_header img#main_image {
    margin: -20px 0 0 50px;
    float: left;
}
#content_header h1 {
    font-size: 2.7em;
    font-family: 'Josefin Slab', serif;
    font-style: none;
    font-weight: 100;
    line-height: 1em;
    text-indent: -50px;
    color: #fff;
    float: right;
    margin: 50px 25px 0 0;
    padding-bottom: 10px;
    border-bottom: 3px dotted #fff;
}
#content_header h1 strong{
    font-weight: 700;
    font-style: oblique;
}
#content_header h2 {
    font-family: 'Josefin Slab', serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    margin: 40px 0 0 25px;
    font-size: 3.5em;
    color: white;
    float: left;
}
.wrapper {
    width: 1050px;
    margin: 0 auto 0 auto;
}
#content_header p {
    float: right;
    font-size: 1em;
    width: 500px;
    color: #fff;
    text-indent: 20px;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin-top: 20px;
}
#content_header img {
    float: right;
    margin: 30px 40px 0 0;
}
#content_header ul{
    margin: 60px 0 0 20px;
    float: left;
}
#content_header li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
}
#content_header li a {
    font-family: 'Josefin Slab', serif;
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    padding: 8px 10px 5px 10px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: rgba( 255, 255, 255, 0.2);
}
#content_header li a:hover{
    background-color: rgba( 255, 255, 255, 0.6);
    color: rgba(204,102,153,1);
}
#content_main {
    width: 1050px;
    margin: 30px auto 0 auto;
}
#content_main article {
    width: 1050px;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 0 50px 0;
    border-bottom: 1px solid #aaa;
}
#content_main article:last-child {
    border: 0;
    margin-bottom: 0px;
}
#content_main article:first-child p {
    width: 500px;
    float: left;
    margin: 0 0 15px 50px;
}
#content_main article p{
    width: 800px;
    margin: 0 0 0 125px;
    text-indent: 45px;
}
#content_main article h2{
    margin: 0 0 10px 75px;
}
#home #content_main article {
    width: 500px;
    float: left;
    border: 0;
}
#home #content_main article:first-child {
    margin: 0 50px 0 0;
}
#home .round_image{
    height: 100px;
    width: 500px;
}
#about .round_image {
    height: 500px;
    width: 500px;
}
.round_image {
    float: left;
    height: 350px;
    width: 500px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#home #content_main article h2 {
    margin: 0 0 10px 0;
}
#home #content_main article p {
    float: left;
    width: 450px;
    margin: 15px 25px !important;
    text-indent: 45px;
}

/* Services */

#services #content_main article h2 {
    float: left;
    margin: 0 0 15px 50px;
}
#services #content_main article ul {
    width: 400px;
    float: left;
    margin: 10px 0 0 100px;
    color: #660033;
    font-style: italic;
}
#services #content_main article p{
    text-indent: 45px !important;
}
#services #content_main article li {
    margin: 0 0 5px 0;
}
#services #content_main article li ul {
    float: left;
    margin: 0 0 0 25px;
    clear: right;
    color: #333;
    font-size: 0.8em;
}
#services #content_main article li li {
    margin: 0 0 0 0;
}
#services #content_main article li li:last-child {
    margin: 0 0 5px 0;
}
#services #content_main article ul#therapy_list {
    margin: 15px 0 0 50px;
}
#services #content_main article ul#therapy_list h4 {
    width: auto;
    padding: 5px;
    font-size: 1.1em;
    border-bottom: 2px dotted rgba(204,102,153,1);
    margin: 0 0 5px 0;
}
#services #content_main article ul#therapy_list ul {
    font-size: 1em;
    margin: 0 0 10px 50px;
    text-indent: -25px;
}

/* Contact Us */

#contact_info {
    width: 500px;
    float: left;
}
#contact_info h1 {
    color: #660033;
    font-size: 2.8em;
    font-family: 'Josefin Slab', serif;
    font-weight: 700;
}
#contact_info h2 {
    color: #333;
}
#contact_info a {
    color: #660033;
    font-style: italic;
}
#contact_info a:hover {
    color: rgba(204,102,153,1);
}
#contact_form {
    width: 500px;
    float: left;
}
#contact_form label {
    float: left;
    width: 500px;
    margin: 10px 0 0 0;
}
#contact_form input {
    float: left;
    width: 400px;
    border: 0;
    background-color: #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
}
#contact_form textarea {
    float: left;
    width: 400px;
    border: 0;
    background-color: #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contact_form input.button {
    width: auto !important;
    float: left;
    clear: left;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    margin: 15px 0 0 25px;
}
#contact_form input.button:hover {
    background-color: rgba(204,102,153,1);
    cursor: pointer;
}

/* About Us */

#about #content_main ul.sec_list {
    margin: 10px 0 0 200px;
    width: 725px;
    color: #333;
}

#about #content_main #objectives p{
    text-indent: 0px;
}
#about #content_main #objectives ul:first-child{
    margin-bottom: 15px;
}
#about #content_main ul {
    width: 800px;
    margin: 10px 0 0 125px;
    color: #333;
}
#about #content_main li {
    list-style: square;
    margin-bottom: 5px;
}
#about #content_main a {
    color: #660033;
    font-size: 0.8em;
    font-style: italic;
    margin: 20px 0px 0 50px;
}
#about #content_main a:hover {
    color: rgba(204,102,153,1);
}

/* Footer */

footer{
    float: left;
    height: 125px;
    width: 90%;
    margin-left: 5%;
    border-top: 3px dotted #660033;
}
footer table {
    margin-top: 25px;
}
footer td{
    width: 30%;
}
footer td:nth-child(2){
    text-align: center;
}
footer td:nth-child(3){
    text-align: right;
}

/* Contact Box */

#contact_box {
    position: absolute;
    top: 10px;
    right: 2%;
    color: #999;
    font-size: 0.75em;
    text-align: right;
}