body {
    background: #fff url(img/bg.gif) repeat-x center top;
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #444444;
    font-size: 13px;
    line-height: 16px;
    color: #323232;
}

/* Fonts */

@font-face {
	font-family: 'FertigoProRegular';
	src: url('fnt/Fertigo_PRO-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fnt/Fertigo_PRO-webfont.woff') format('woff'), 
	     url('fnt/Fertigo_PRO-webfont.ttf')  format('truetype'),
	     url('fnt/Fertigo_PRO-webfont.svg#svgFertigoPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global Styles */

h1 {
}
h2 {
    font-family: 'FertigoProRegular';
    font-weight: normal;
    font-size: 32px;
    line-height: 34px;
    color: #35787f;
    margin: 0 0 22px 0;    
}
h3 {
    font-family: 'FertigoProRegular';
    font-weight: normal;
    font-size: 17px;
    line-height: 19px;
    color: #444444;
    margin: 0 0 16px;    
}
h4 {
}
p {
    font-size: 13px;
    line-height: 16px;
    color: #323232;
    margin: 16px 0;
}    
a {
    color: #35787F;
    text-decoration: none;
}
a:hover {
    color: #35787F;
    text-decoration: underline;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}
ul,ol { 
}
li {
}
.hidden {
    display: none;
}
img.left {
    float: left;
    margin: 0 16px 16px 0;
}
img.right {
    float: right;
    margin: 0 0 16px 16px;
}

/* Layout */

#wrap {
    width: 960px;
    margin: 0 auto;
}
#header {
    height: 88px;
    margin: 6px 0 0;
}
#marquee {
    height: 347px;
    background: url(img/home-bg.jpg) no-repeat 0 0 transparent;
    margin: 0;
}
#content {
    background: url(img/content-bg.jpg) no-repeat 0 0 transparent; 
    min-height: 269px;   
    margin: 22px 0 0;
    padding: 15px;
}

/* Logo */

a#logo {
    display: block;
    background: url(img/header-logo.gif) no-repeat 0 0;   
    width: 144px;
    height: 63px;
    margin: 17px 0 0;
    float: left; 
}

/* Navigation */

#nav {
    float: right;
    list-style-type: none;
    margin: 37px 5px 0 0;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}
#nav li {
    float: right;
    margin: 0;
}
#nav li a {
    display: block;
    font-size: 13px;
    line-height: 26px;
    padding: 0 10px; 
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #4d4d4d; 
    text-decoration: none; 
    text-transform: uppercase;
}
#nav li a:hover {
    text-decoration: underline;
}
#nav li.current a {
    background: #7cbfc2;
    color: #fff;
}
#nav li.current a:hover {
    color: #fff;
    text-decoration: none;
}

/* Home */

#intro {
    padding: 96px 0 0 54px;
}
#intro h2 {
    margin-left: -3px; 
}
#intro p {
    width: 560px;
    font-size: 15px;
    line-height: 18px;
    color: #323232;
}
#intro #buttons {
    margin: 36px 0 0;
}
#intro #buttons #buttonservices {
    display: block;
    width: 203px;
    height: 43px;
    background: url(img/home-services.gif) no-repeat 0 0;
    float: left;
}
#intro #buttons #buttonservices:hover {
    background: url(img/home-services.gif) no-repeat 0 -43px;
}
#intro #buttons #buttonappointments {
    display: block;
    width: 274px;
    height: 43px;
    background: url(img/home-appointments.gif) no-repeat 0 0;
    float: left;
    margin: 0 0 0 24px;
}
#intro #buttons #buttonappointments:hover {
    background: url(img/home-appointments.gif) no-repeat 0 -43px;
}
#services {
    width: 929px;
    margin: 17px 0 32px 16px;
}
#services h3 {
    border-bottom: 4px solid #f5f5f5;
    padding: 0 0 8px;
    font-size: 22px;
    line-height: 22px;
}
#services p {
    width: 196px;
}
#services #therapy {
    float: left;
    width: 291px;
    margin: 0 28px 0 0;
    background: url(img/home-icon-therapy.gif) no-repeat right 47px #fff;
}
#services #training {
    float: left;
    width: 291px;
    margin: 0 28px 0 0;
    background: url(img/home-icon-training.gif) no-repeat right 47px #fff;
}
#services #development {
    float: left;
    width: 291px;
    margin: 0;
    background: url(img/home-icon-development.gif) no-repeat right 47px #fff;
}

/* Buttons */

a.learnmore {
    display: block;
    width: 116px;
    height: 28px;
    background: url(img/but-learnmore.gif) no-repeat 0 0 #fff;
}
a.learnmore:hover {
    background: url(img/but-learnmore.gif) no-repeat 0 -28px #fff;
}

/* Modules */

.module {
    background: #f2f2f2;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0 0 15px;
}
.module.white {
    background: #fff;
    margin: 0 0 15px;
}
.module .inner {
    padding: 15px;
}
.module.white .inner {
    padding: 15px 0 15px 15px;
}
.module .title {
}
.module .title h4 {
    font-family: 'FertigoProRegular';
    font-size: 22px;
    font-weight: normal;
    line-height: 18px;
    width: 160px;
    float: left;
    margin: 8px 0 8px;
}
.module .title a {
    float: right;
    font-size: 13px;
    line-height: 13px;
    margin: 14px 0 0;
    text-decoration: none;
}
.module .title a:hover {
    text-decoration: underline;
}
.module .title h4.black,
.module .title a.black {
    color: #444444;
}
.module .title h4.blue,
.module .title a.blue {
    color: #35787f;
}
.module .title h4.pink,
.module .title a.pink {
    color: #a23b5d;
}
.module .block {
    border-top: 1px dotted #c6c6c6;
    padding: 16px 0 0;
}
.module .block.document {
    padding: 16px 0 16px 64px;
    background: url(img/media-document.png) no-repeat 18px center transparent;
}
.module .block.audio {
    padding: 16px 0 16px 64px;
    background: url(img/media-audio.png) no-repeat 20px center transparent;
}
.module .block.video {
    padding: 16px 0 16px 64px;
    background: url(img/media-video.png) no-repeat 13px center transparent;
}
.module .block h5 {
    color: #35787F;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}
.module .block h6 {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    color: #8e8e8e; 
}
.module .block p {
    margin: 8px 0 16px 0;
}
.module .block p a {
    font-family: FertigoProRegular;
    color: #a23b5d;
    text-decoration: none;    
}
.module .block p a:hover {
    color: #a23b5d;
    text-decoration: underline;    
}

/* Modules - Page overrides */

#page .module {
    border: 0;
    background: #fff;
}
#page .module .inner {
    padding: 0;
    border-bottom: 1px dotted #C6C6C6;
}

/* Latest Tweet */

#tweet {
    background: url(img/latest-tweet-bg.gif) no-repeat 0 0;
     margin: 11px 0 0;
}
#tweet .inner {
    padding: 15px;
    margin: 0 0 0 67px;
    background: #e9f7f7;
    -moz-border-radius: 8px;
    border-radius: 8px;    
}
#tweet p {
    margin: 0 0 8px;
}
#tweet p.tweetuser {
    margin: 0;
}
#tweet p.tweetuser a {
    color: #8E8E8E;
    font-size: 13px;
    font-family: FertigoProRegular;
    text-decoration: none;
}
#tweet p.tweetuser a:hover {
    color: #8E8E8E;
    text-decoration: underline;
}
#tweet p.tweettime {
    color: #8E8E8E;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
}

/* Connect */

#connect {
    margin: 0 0 30px 82px;
    font-size: 11px;
}
#connect a {
    display: block;
    width: 95px;
    float: left;
    line-height: 27px; 
    color: #4d4d4d;
    text-decoration: none;
    text-indent: 32px;
}
#connect a:hover {
    color: #4d4d4d;
    text-decoration: underline;
}
#connect a#twitter {
    background: url(img/connect-twitter.gif) no-repeat 0 0;
}
#connect a#facebook {
    background: url(img/connect-facebook.gif) no-repeat 0 0;
}
#connect a#youtube {
    background: url(img/connect-youtube.gif) no-repeat 0 0;
}
#connect a#linkedin {
    background: url(img/connect-linkedin.gif) no-repeat 0 0;
}

/* More buttons */

a.morefooter {
    display: block;
    width: 70px;
    border: medium none;
    -moz-border-radius: 2px;
    border-radius: 2px; 
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Arial','Helvetica',sans-serif;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
}
a.morefooter.blue {
    background: #35787F;
}
a.morefooter.blue:hover {
    background: #5d9399;
    text-decoration: none;
}
a.morefooter.pink {
    background: #A23B5D;
}
a.morefooter.pink:hover {
    background: #be758d;
    text-decoration: none;
}

/* Sidebar */

#content #sidebar {
    width: 306px;
    float: right;
}
#content #sidebar .module .title h4 {
    width: 160px;
}
#content #sidebar .module div.archivelist {
    border-bottom: 1px dotted #C6C6C6;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
}
#content #sidebar .module ul.twocol li {
    background: url("img/bullet.png") no-repeat scroll 7px 7px transparent;
    float: left;
    font-size: 11px;
    line-height: 11px;
    padding: 4px 20px;
    width: 98px;
}

/* Latest */

#latest {
    border-top: 1px dotted #C6C6C6;
    margin: 17px 0;
    padding: 32px 0 0;
    width: 960px;
}
#latest #col1 {
    width: 464px;
    float: left;    
}
#latest #col2 {
    width: 464px;
    float: right;    
}
#latest .module .title h4 {
    width: 280px;
}

/* Forms */

.formrow {
    clear: both;
    margin: 0 0 4px;
}
.formlabel {
    width: 100px;
    line-height: 30px;
    float: left;
    font-size: 13px;
}
.input,
.forminput {
    background: url(img/input-bg.gif) repeat-x left top #fff;
    float: left;
    height: 28px;
    border: 1px solid #beb8ae; 
    margin: 0 6px 0 0;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}
.input input,
.forminput input {
    border: 0;
    background: #fff;
    margin: 5px 0 0 7px;
    font-size: 13px;
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #808080;
}
.input input:focus ,
.forminput input:focus {
    color: #404040;
}
.textarea,
.formtextarea {
    background: url(img/input-bg.gif) repeat-x left top #fff;
    float: left;
    border: 1px solid #beb8ae; 
    margin: 0 15px 0 0;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}
.textarea,
.formtextarea textarea {
    border: 0;
    background: #fff;
    margin: 5px 7px;
    font-size: 13px;
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #808080;
    overflow: auto;
    resize: vertical;
}
.textarea:focus,
.formtextarea textarea:focus {
    color: #404040;    
}
input.submit {
    border: none;
    height: 30px;
    padding: 0 15px;
    font-size: 13px;
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #fff;
    background: #a23b5d;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer; 
}
input.submit:hover {
    background: #be758d;
}

/* Search */

#search {
    margin: 0;
}
#search .input {
    margin: 0;
    width: 192px;
}
#search .input input {
    width: 166px;
    margin: inherit 0 inherit inherit;
}
#search input.submit {
    float: right;
}


/* Newsletter */

#newsletter {
    margin: 0 0 16px 0;
}
#newsletter .input {
    width: 137px;
}
#newsletter .input input {
    width: 123px;
}
#sidebar #newsletter {
    margin: 0 0 16px 0;
}
#sidebar #newsletter .input {
    width: 200px;
    margin: 0 0 4px 0;
}
#sidebar #newsletter .input input {
    width: 186px;
}

/* Contact */

#contact-wrap {
    width: 266px;
    float: left;
    overflow: hidden;
}
#content #page #contact-wrap h3 {
    margin: 0 0 16px 0;
}
#contact {
    width: 282px;
}
#contact .forminput {
    width: 164px;
}
#contact .forminput input {
    width: 150px;
}
#contact .formtextarea {
    width: 264px;
}
#contact .formtextarea textarea {
    width: 250px;
    height: 80px;
}
#map {
    display: block;
    width: 262px;
    height: 225px;
    float: right;
    background: url(img/contact-map.jpg) no-repeat 0 0 #fff;
}

/* Content */

#content #inner {
    border-bottom: 1px dotted #C6C6C6;
}
#content #page {
    width: 544px;
    float: left;
    margin: 40px 0 40px 40px; 
}
#content #page h3 {
    margin: 16px 0;
}
#content #page h4 {
    margin: 16px 0;
}
#content #page p {
}
#content #page ul {
    list-style-type: none;
    margin: 16px 0;
    padding: 0;
    border-top: 1px dotted #C6C6C6;
}
#content #page ul li {
    background: url("img/bullet.png") no-repeat scroll 10px 10px transparent;
    border-bottom: 1px dotted #C6C6C6;
    padding: 4px 23px;
}
#content #page ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 16px 34px;
    padding: 0;
}
#content #page ol li {
    padding: 8px 0;
}
#content #page table {
    width: 100%;
}
#content #page td ul {
    margin: 0;
}
#content #page a:hover img {
	filter: alpha(opacity=75);  /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
}

/* Footer */

#footer {
    background: url(img/footer-bg.gif) repeat-x 0 0;
    height: 141px;
    border-top: 4px solid #f2f2f2;
}
#footer p {
    margin: 24px 0 0;
    color: #4D4D4D;
    text-align: center; 
}
#footer p a {
    color: #4D4D4D;
    text-decoration: none;
}
#footer p a:hover {
    color: #4D4D4D;
    text-decoration: underline;
}

/* Messages */

#errormessage {
    background: url(img/icon-error.png) no-repeat center top;
    padding: 32px 0 0;
    text-align: center;
    width: 240px;
}
#errormessage ul {
    margin: 0 0 12px;
    list-style-type: none;
}
#errormessage li {
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
}

/* Blog */

#blog-pagenation {
    border-top: 1px dotted #C6C6C6;
    padding: 4px 0 0;
}
#blog-pagenation a {
    display: block;
    width: 100px;
    background: none repeat scroll 0 0 #7CBFC2;
    border: medium none;
    -moz-border-radius: 3px;
    border-radius: 3px; 
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Arial','Helvetica',sans-serif;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}
#blog-pagenation a:hover {
    background: #96ccce;
    text-decoration: none;
}
#blog-pagenation a.older {
    float: left;
}
#blog-pagenation a.newer {
    float: right;
}

#searchresults p {
    border-bottom: 1px dotted #C6C6C6;
    margin: 0 0 16px;
    padding: 0 0 16px;
}
