﻿
/* @Css Reset */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
	line-height: 1;
}

ol, ul{
	list-style: none;
}

blockquote, q{
	quotes: none;
}

blockquote:before,blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

/* @End Css Reset */


/* @Global Styles */

html, body {       
    height: 100%;
    width: 100%;
}

body, h1, h2, h3, p, hr {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
}

input[type='text'] {
    outline: 0;
}

input[type='text'],
textarea,
select {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
}

textarea {
    resize: none;
}

.watermark {
    color: #828a8f !important;
}

.dark-watermark {
    color: #36424a !important;
}

a {
    text-decoration: none;
    outline: none;
    color: #014369;
}

a:hover {
    text-decoration: underline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

td.top {
    vertical-align: top;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.ml25 {
    margin-left: 25px;
}

.mr15 {
    margin-right: 15px;
}

.yellow {
    color: #f8d86a;
}

.telos-blue {
    color: #03b9e4;
}

.telos-blue-bold {
    font-weight: bold;
    color: #03b9e4 !important;
}

span.black-bold {
    color: #36424a;
    font-weight: bold;
}

.clearboth {
    width: 100%;
    height: 0;
    clear: both;
    margin: 0;
}

.center {
    text-align: center;
}

div#container {   
    min-height: 100%;
    margin-bottom: -255px;
    position: relative;
}

a.button {
    background-image: url('/Assets/Images/Buttons.Sprite.png');
    background-repeat: no-repeat;
    display: block;
    width: 160px;
    height: 31px;
    line-height: 31px;
    color: #3c3734;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'PT Sans';
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

a.button:hover {
    color: #fff;
}

a.yellow-button {
    background-position: 0 -91px;
}

a.green-button {
    background-position: 0 -57px;
}

a.blue-button {
    background-position: 0 -23px;
}

a.big-yellow-button {
    background-position: 0 -156px;
    height: 57px;
    width: 398px;
    line-height: 57px;
    font-size: 25px;
    cursor: default;
}

a.big-yellow-button:hover {
    color: #3c3734;
}

a.big-blue-button {
    background-position: 0 -217px;
    width: 217px;
    height: 28px;
    line-height: 26px;
    color: #fff;
}

a.big-blue-button:hover {
    background-position: 0 -309px;
    color: #fff;
}

span.label50 {
    display: inline-block;
    width: 50px;
}

div#signup-confirm {
    padding: 5px;
    line-height: 16px;
}

div#signup-confirm p {
    margin-top: 15px;
}

div#signup-confirm p:first-child {
    margin-top: 10px !important;
}

/* @End Global Styles */

/* @Scrollbar Styles */

div.scrollable { 
    width: 520px; 
    clear: both; 
}

div.scrollable .viewport { 
    width: 500px; 
    height: 250px; 
    overflow: hidden; 
    position: relative; 
}

div.scrollable .overview { 
    list-style: none; 
    position: absolute; 
    left: 0; 
    top: 0; 
}

div.scrollable .thumb .end,
div.scrollable .thumb { 
    background-color: #cecece; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

div.scrollable .thumb:hover .end,
div.scrollable .thumb:hover { 
    background-color: #b1b1b1;
}

div.scrollable .scrollbar { 
    position: relative; 
    float: right; 
    width: 13px; 
}

div.scrollable .track {
    height: 100%; 
    width: 8px; 
    position: relative; 
    padding: 0 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; 
}

div.scrollable .thumb { 
    height: 20px; 
    width: 8px; 
    cursor: pointer; 
    overflow: hidden; 
    position: absolute; 
    top: 0; 
    margin-top: 0;
}
div.scrollable .thumb .end { overflow: hidden; width: 13px; }
div.scrollable .disable{ display: none; }

/* @End Scrollbar Styles */


/* @Header & Nav Styles */

div#header-wrap {
    border-top: solid 6px #03b9e4;
    height: 119px; 
    box-shadow: 0 0 5px 5px rgba(103,105,104,0.5);
    -webkit-box-shadow: 0 0 5px 5px rgba(103,105,104,0.5);
    -moz-box-shadow: 0 0 5px 5px rgba(103,105,104,0.5);
    position: relative;
    z-index: 1000;
}

div#header {
    width: 960px;
    margin: 0 auto;
}

div#logo-wrap {
    margin-top: 25px;
    float: left;
}

div#nav-wrap {
    margin-top: 15px;
    float: right;
}

div#social-contact-wrap {
    float: right;
}

ul#top-nav-social {
    margin-right: 15px;
}

ul#top-nav-social li {
    display: inline;
    margin-left: 3px;
}

ul#top-nav-social li a {
    background-image: url('/Assets/Images/Social.Sprite-v2.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 1px;
}

.lt-ie8 ul#top-nav-social li a {
    margin-right: 5px;
}

ul#top-nav-social li.yelp a {
    background-position: 0 0;
}

ul#top-nav-social li.yelp a:hover {
    background-position: 0 -28px;
}

ul#top-nav-social li.fb a {
    background-position: -29px 0;
}

ul#top-nav-social li.fb a:hover {
    background-position: -29px -28px;
}

ul#top-nav-social li.tw a {
    background-position: -58px 0;
}

ul#top-nav-social li.tw a:hover {
    background-position: -58px -28px;
}

ul#top-nav-social li.linked a {
    background-position: -87px 0;
}

ul#top-nav-social li.linked a:hover {
    background-position: -87px -28px;
}

ul#top-nav-contact,
ul#top-nav-social {
    float: left;
}

ul#top-nav-contact {
    font-family: Arial;
    font-size: 8pt;
    color: #00b8e4;
    font-weight: bold;
    margin-top: -2px;
}

ul#top-nav-contact span {
    font-size: 8pt;
    color: #828a8f;
    font-weight: normal;    
}

ul#top-nav-contact li>span:first-child {
    width: 40px;
    display: inline-block;
}

ul#top-nav-contact li {
    margin-bottom: 3px;
}

ul#top-nav-contact li label:first-child {
    width: 32px;
}

ul#top-nav-contact span.appointment {
    font-style: italic;
    font-size: 7pt;
}

ul#nav {
    margin-top: 10px;
    margin-left: 75px;
}

.clearafter:after,
ul#nav:after {
    content: ".";
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}

ul#nav>li {
    float: left;
    background-image: url('/Assets/Images/Backgrounds.Sprite.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 36px;
    border-right: solid 1px #dddddd;
    border-left: solid 1px #c1c1c1;
    position: relative;
    display: inline;
}

ul#nav>li:first-child {
    border-left: solid 1px #e5e5e5;
    border-radius: 4px 0 0 4px;
}

ul#nav li.get-social {
    border-radius: 0 4px 4px 0;
}

ul#nav>li.active,
ul#nav>li:hover {
    background-position: 0 -39px;
}

ul#nav li a {
    font-family: Arial;
    font-size: 10pt;
    color: #4d4d4d;
    display: block;
    padding: 0 45px 0 45px;
    line-height: 36px;
    text-decoration: none;
    cursor: pointer;
}

ul#nav ul {
    border-bottom: solid 1px #e2e7e8;
    border-right: solid 1px #e2e7e8;
    border-left: solid 1px #e2e7e8;
    position: absolute;
    left: -1px;
    display: none;
    z-index: 1000;
    background-color: #f0f0f0;
}

ul#nav ul li {
    position: relative;
    width: 220px;
    background-image: url('/Assets/Images/Backgrounds.Sprite.png');
    background-position: 0 -285px;
    background-color: #f0f0f0;
    height: 30px;
}

ul#nav ul li a {
    line-height: 30px;
}

ul#nav ul li:hover {
    background-image: url('/Assets/Images/SubNav.Background.png');
    background-repeat: repeat-y;
}

ul#nav ul li:hover a {
    color: #03b9e4;
}

/* @End Header & Nav Styles */


/* @Footer Styles */

div#footer-container {   
    height: 254px;
    position: relative;
}

div#footer-shadow {
    border-bottom: 1px solid #FFF;
    height: 13px;
    background-image: url('/Assets/Images/Backgrounds.Sprite.png');
    background-repeat: repeat-x;
    background-position: 0 -353px;
    z-index: 800;
    position: relative;
}

div#footer-logo {
    background-image: url('/Assets/Images/Footer.Sprite.png');
    background-position: -241px 0;
    background-repeat: no-repeat;
    width: 283px;
    height: 200px;
    position: absolute;
    left: -66px;
    z-index: 100;
}

div#footer-wrap {    
    position: relative;
    height: 200px;
    background-image: url('/Assets/Images/Footer.Background.png');
}

div#footer {
    width: 960px;
    margin: 0 auto 0 auto;
    position: relative;
}

div#footer strong {
    font-weight: bold;
}

div#footer p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

div#footer-address {
    color: #fff;
    position: relative;
    z-index: 101;
    float: left;
    margin-left: 35px; 
    
}

div#footer-address > p:first-child,
div#footer-signup > form,
div#footer-social-wrap > p:first-child {
    padding-top: 23px;
}

div#footer-address p {
    margin-bottom: 16px;
    color: #fff;
}

div#footer-address label {
    display: inline-block;
    width: 43px;
    font-weight: bold;
}

div#footer-signup-wrap {
    background-image: url('/Assets/Images/Footer.Sprite.png');
    background-position: -0 0;
    background-repeat: no-repeat;
    width: 237px;
    height: 200px;
    float: left;
    margin-left: 30px;
}

div#footer-signup {
    margin: 0 auto;
    width: 188px;
}

div#footer-signup input {
    font-size: 11px;
    color: #000;
    padding: 3px;
    height: 14px;
    width: 178px;
}

div#footer-signup a {
    text-transform: uppercase;
    display: block;
    background-image: url('/Assets/Images/Buttons.Sprite.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 19px; 
    width: 59px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    margin-top: 8px;
    float: right;
    text-decoration: none;
}

div#footer-signup a:hover {
    color: #03b9e4;
}

div#footer-social-wrap {
    margin-left: 45px;
    float: left;
}

div#footer-social {
    margin-top: 20px;
    height: 50px;
}

/*
div#footer-social .facebook,
div#footer-social .tweet,
div#footer-social .google-plus,
div#footer-social .sharethis {
	float: left;
	width: 90px;
}

div#footer-social .google-plus {
    width: 75px !important;
}
    */

div#footer-achieve {
    padding-top: 20px;
    border-top: solid 1px #36424a;
    width: 370px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #273138;
}

div#footer-achieve em {
    font-style: italic;
}

div#copyright-wrap {
    height: 38px;
    border-top: 1px solid #FFF;
    background-color: #232c33;
}

div#copyright {
    width: 960px;
    margin: 0 auto 0 auto;
}

div#copyright ul {
    color: #fff;
    font-size: 12px;
    margin-left: 35px;
    line-height: 38px;
}

div#copyright ul li {
    float: left;
    margin-right: 15px;
}

div#copyright ul li a {
    color: #fff;
    font-weight: bold;
}

.clearfooter {   
    height: 254px;   
    clear: both;
}

/* @End Footer Styles */

/* @Index (Home) Styles */

div#slider-wrap {
    position: relative;
    z-index: 2;
}

div#slider {
    position: relative;
    z-index: 2;
    width: 980px;
    margin: 0 auto;
}

div#slider-pager {
    width: 100px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    top: -30px;
}

div#slider-pager a {
    background-image: url('/Assets/Images/Sliders/slider-pager.png');
	background-position: left center;
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
	z-index: 3;
	position: relative;
	text-indent: -9999px;
}

a#slider-next,
a#slider-prev {
    width: 46px;
    height: 86px;
    position: absolute;
    top: 50%;
    margin-top: -43px;
    text-indent: -5000px;
    background-image: url('/Assets/Images/Sliders/slider.arrows.sprite.png');
    background-repeat: no-repeat;
    z-index: 50 !important;
    display: none;
}

div#slider:hover a#slider-next,
div#slider:hover a#slider-prev {
    display: block;
}

a#slider-next {
    right: 3%;
    background-position: 0 -90px;
}

a#slider-prev {
    left: 3%;
    background-position: 0 0;
}

div#slider-pager a.activeSlide {
    background-position: right center;
}

div#slider .slide {
    height: 392px;
    width: 980px;
    position: relative;
    border-radius: 0 0 3px 3px;
}

div#slider .slide.one {
    background: url('/Assets/Images/Sliders/Slider-1.Sprite.jpg') 0 0 no-repeat;
}

div#slider:hover .slide.one {
    background-position: 0 -395px;
}

div#slider .slide.two {
    background: url('/Assets/Images/Sliders/Slider-2.Sprite.jpg') 0 0 no-repeat;
    display: none;
}

div#slider:hover .slide.two {
    background-position: 0 -396px;
}

div#slider .slide.three {
    background: url('/Assets/Images/Sliders/Slider-3.Sprite.jpg') 0 0 no-repeat;
    display: none;
}

div#slider:hover .slide.three {
    background-position: 0 -395px;
}

div#slides .slide .callout-wrap {
    position: absolute;
    right: 10%;
    top: 13%;
    width: 320px;
    height: 290px;
    background: url('/Assets/Images/Slider.Callout.Background.png') 0 0 no-repeat;
}

div#slides .slide .callout {
    margin: 30px 35px;
}

div#slides .slide .callout h2,
div#slides .slide .callout h3,
div#slides .slide .callout p {
    font-family: 'PT Sans';
    color: #fff;
}

div#slides .slide .callout h2 {
    font-size: 44px;
}

div#slides .slide .callout h3 {
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: bold;
}

div#slides .slide .callout p {
    color: #fff;
    line-height: 18px;
    margin: 15px 0 15px 0;
}

div#slides .slide.one .callout,
div#slides .slide.two .callout {
    margin-top: 20px;
}

div#slides .slide.one .callout h2 {
    color: #03b9e4;
}

div#slides .slide.two .callout h2 {
    color: #4eceab;
}

div#slides .slide.three .callout h2 {
    color: #f5d260;    
}

div#slides .slide.one .callout p {
    margin: 15px 0 32px 0;
}

div#slides .slide.three .callout p {
    margin-top: 8px;
}

div#home-secondary-wrap {
    margin-bottom: 50px;
}

div#home-secondary {
    width: 900px;
    margin: 0 auto;
}

div#latest-tweet-wrap {
    border: solid 1px #f2f2f2;
    border-radius: 3px;
    margin: 25px 0;
}

div#latest-tweet {
    background-image: url('/Assets/Images/Backgrounds.Sprite.png');
	background-position: 0 -100px;
	background-repeat: repeat-x;
	height: 36px;
	border: solid 1px #fff;	
	padding: 0 10px 0 20px;
	position: relative;	
}

div#latest-tweet, 
div#latest-tweet h3 {
    font-size: 12px;
    font-family: 'PT Sans', Tahoma, Arial, Verdana;
	color: #4d4d4d;
}

div#latest-tweet>span:first-child {
    text-transform: uppercase;    
    font-weight: bold;
    display: inline-block;
    line-height: 36px;
}

div#latest-tweet .birdie {
    background-image: url('/Assets/Images/Social.Sprite-v2.png');
	background-position: -118px -2px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 19px;
	position: absolute;
	left: 112px;
	top: 9px;
}

div#latest-tweet .birdie {
    *left: 125px;
}

div#latest-tweet span#tweet-text {
    display: inline-block;
    margin-left: 45px;
    font-size: 11px;
}

div#latest-tweet span#tweet-text a {
    color: #03b9e4;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}

div#latest-tweet .twitted {
    width: auto;
    margin: 0;
    border: none;
}

div#latest-tweet .twitted ul#twitter_update_list {
    padding: 0;
}

div#latest-tweet .twitted ul#twitter_update_list li span {
    display: inline-block;
}

div#home-secondary .callout {
	height: 310px;
	width: 280px;
	float: left;
	position: relative;
	font-family: 'PT Sans';
}

div#home-secondary .callout a.button {
    position: absolute;
    bottom: 50px;
    left: 60px;
}

div#home-secondary .callout h2 {
    font-family: 'PT Sans';
    font-size: 28px;
    color: #fff;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

div#home-secondary .callout p {
    color: #fff;
    position: absolute;
    top: 110px;
    left: 30px;
    z-index: 2;
    line-height: 22px;
    font-size: 16px;
    font-family: 'PT Sans';
}

div#home-secondary .callout h2 span.smaller {
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

div#home-secondary .assessment {
    background: url('/Assets/Images/home-callout-assessment.jpg') no-repeat;	
}

div#home-secondary .assessment h2 {
    top: 18px !important;
}

div#home-secondary .assessment:hover {
    
}

div#home-secondary .meet {
    background: url('/Assets/Images/home-callout-therapists.jpg') no-repeat;	
    margin-left: 27px;
}

div#home-secondary .meet:hover {
    
}

div#home-secondary .yelp {
    background: url('/Assets/Images/home-callout-yelp.jpg') no-repeat;	
    margin-left: 27px;
}

div#home-secondary .yelp h2 {
    top: 24px;
    line-height: 32px;
}

div#home-secondary .yelp span {
    font-size: 20px;
    font-weight: bold;
}

div#home-secondary .yelp img {
    position: relative;
    top: 3px;
}

div#home-secondary .yelp:hover {
    
}

/* @End Index (Home) Styles */

/* @Secondary Styles */

div#secondary-wrap {
    z-index: 900;
}

div#secondary-hero-wrap {
    background-color: #858583;
}

div#secondary-hero {
    width: 980px;
    height: 51px;
    margin: 0 auto;
    background: url('/Assets/Images/Secondary.Hero.jpg') no-repeat;
}

div#secondary {
    width: 960px;    
    margin: 20px auto 0 auto;
}

div#side-nav-wrap {
    width: 200px;
    margin-right: 40px;
    float: left;
}

div#injury-assessment-wrap {
    background: url('/Assets/Images/InjuryAssessment.Sprite-v2.jpg') 0 0 no-repeat;
    width: 200px;
    height: 312px;
    position: relative;
    margin-top: 55px;
}

div#injury-assessment-wrap:hover {
    background-position: -205px 0; 
}

div#injury-assessment {
   position: absolute;
   top: 30px;
   left: 22px;   
}

div#injury-assessment h2,
div#injury-assessment h3 {
    font-family: 'PT Sans';
    color: #fff;
}

div#injury-assessment h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

div#injury-assessment h3 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}

div#secondary-content {
    font-family: 'PT Sans';
    float: left;
    width: 720px;
}

div#secondary-content h1 {
    color: #36424a;
    font-family: 'PT Sans';
    font-size: 26px;
    margin: 30px 0 15px 0;
}

div#secondary-content p,
div#secondary-content table {
    color: #828a8f;
    font-size: 1.0em;
    font-family: 'PT Sans';
    line-height: 22px;
    margin-bottom: 25px;
}

div#secondary-content div#privacy h1 {
    margin-bottom: 25px;
}

div#secondary-content div#privacy p {
    margin-bottom: 25px;
}

div#secondary-content div#privacy strong {
    display: block;
    margin-bottom: 15px;
    color: #828a8f;
}

div#secondary-content p em {
    font-style: italic;
    font-weight: normal;
}

div#about-us {
    width: 610px;
}

a#google-maps-button,
a#share-button {
    background: url('/Assets/Images/Buttons.Sprite.png') 0 0 no-repeat;
    height: 29px;    
    display: block;
    font-family: 'PT Sans';
    font-size: 12px;
    color: #4d4d4d;
    text-indent: 33px;
    line-height: 29px;
    text-decoration: none;
    cursor: pointer;
}

a#google-maps-button {
    background-position: 0 -124px;
    width: 155px;
    margin: 20px 0 0 50px;
}

a#share-button {
    background-position: 0 -248px;
    width: 202px;
    margin: 20px 0;
}

a#google-maps-button:hover,
a#share-button:hover {
    color: #03b9e4;
}


div#specialties {
    margin-top: 30px;
    padding-bottom: 85px;
    position: relative;
    zoom: 1;
    z-index: 801;
}

div#specialties a {
    text-decoration: none;
}

div#specialties .specialty .thumbnail {
    float: left;
    height: 107px;
    width: 106px;
    margin-right: 25px;
    padding-top: 10px;
}

div#specialties .specialty .description {
    float: left;
    border-top: solid 1px #cdd0d2;
    padding-right: 15px;
    width: 570px;
}

div#specialties .specialty .description span.testimonial-name {
    display: block;
    text-indent: 50px;
    background: url('/Assets/Images/Testimonials/open-quote.png') 0 0 no-repeat;
    height: 30px;
    min-width: 37px;
    line-height: 30px;
    font-size: 15px;
    font-style: italic;
    color: #828a8f;
    margin: 18px 0 10px 0;
}

div#specialties .specialty .description h1 {
    margin-top: 10px;    
}

div#specialties.testimonials .description {
    padding-bottom: 50px;
}

div#specialties .back-to-top {
    position: absolute;
    bottom: -12px;
    right: 230px;
    height: 38px;
    border-radius: 3px 3px 0 0;
    text-align: center;
    background-color: #00b8e4;
    z-index: 801;
}

div#specialties .back-to-top:hover {
    background-color: #39a7c2;    
}

div#specialties .back-to-top a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 38px;
    margin: 0 32px;
}

.your-therapist p span:first-child {
    display: inline-block;
    margin-bottom: 3px;
}

.your-therapist span.indent {
    text-indent: 35px; 
    display: inline-block;
}

.your-therapist table {
    width: 100%;
}

.your-therapist hr {
    margin: 50px 0;
}

ul#sitemap {
    margin-top: 25px;
    margin-bottom: 40px;
}

ul#sitemap li {
    margin: 8px 0;
}

ul#sitemap li ul {
    margin-left: 25px;
}

div#nav-title {
    font-family: 'PT Sans-Serif', Arial;
    font-size: 18px;
    font-weight: bold;
    color: #03b9e4;
    border-bottom: solid 1px #e0e0e0;
    padding-left: 25px; 
    margin-top: 45px;
    padding-bottom: 8px;
    line-height: 22px;
}

div#side-nav {
}

div#side-nav ul {
    padding: 20px 0 20px 45px;
    border-bottom: solid 1px #e0e0e0;
}

div#side-nav ul li {
    margin-top: 22px;
}

div#side-nav ul li a {
    color: #4d4d4d;
    font-size: 14px;
    
}

div#side-nav ul li.active a {
    color: #03b9e4;
}

div#side-nav ul li:first-child {
    margin-top: 0 !important;
}


/* @End Secondary Styles */


/* @Injury Assessment Styles */

div#assessment-wrap {
    height: 540px;
    width: 528px;    
    color: #fff;
    background-image: url('/Assets/Images/Injury.Assessment.Background.jpg');
    background-repeat: no-repeat;
}

div#assessment {
    padding: 50px;
}

div#assessment h2,
div#assessment h1 {
    font-family: 'PT Sans', Arial, Tahoma;
    text-shadow: 0px 1px #000;

}

div#assessment h2,
div#assessment h1 {
    color: #f8d86a;
}

div#assessment h1 {
    font-size: 55px;
    margin-bottom: 33px;
    position: relative;
    left: -4px;
}

.lt-ie9 div#assessment h1 {
    font-size: 50px;
}

div#assessment h2 {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.lt-ie9 div#assessment h2 {
    font-size: 16px;
}

div#assessment p {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 27px;
    line-height: 18px;
    font-family: Arial, Tahoma;
    text-shadow: 0px 1px #000;
}

div#assessment .button-wrap {
    padding-top: 6px;
}

div#assessment .button {
    margin: 0 auto;
}

/* @End Injury Assessment Styles */

/* @Testmonial Form Styles */

div#testimonial-form-wrap {
    background-color: #949494;
    padding: 28px 45px;
    font-family: 'PT Sans', Arial, Tahoma;
}

div#testimonial-form h2 {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    text-shadow: 0px 1px #000;
    font-family: 'PT Sans', Arial, Tahoma;
    margin-bottom: 32px;
}

div#testimonial-form td.submit-label {
    line-height: 24px;
    color: #fff;
    font-size: 19px;
    text-shadow: 0px 1px #000;
    vertical-align: top;
    width: 130px;
    padding-right: 25px;
    padding-left: 4px;
}

div#testimonial-form input,
div#testimonial-form textarea {
    width: 260px;
    display: block;
    padding: 5px 8px;
    border-top: solid 1px #79797a;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

div#testimonial-form input {
    margin-bottom: 7px;
}

div#testimonial-form textarea {
    height: 195px;
    overflow-y: auto;
    margin-bottom: 15px;    
}

table#testimonial-table td {
    padding: 3px;
}

table#testimonial-table tr td:first-child {
    width: 140px;
}

/* @End Testmonial Form Styles */

/* @Appointment Styles */

div#request-appointment-wrap {
    width: 100%;
    margin-top: 38px;
}

div#request-appointment-wrap p {
    font-size: 15px;
}

div#request-appointment-wrap form {
    float: left;
    width: 288px;
    margin-right: 32px;
}

div#request-appointment-wrap input[type='text'],
div#request-appointment-wrap select {
    display: block;
    margin-bottom: 17px;
    border: solid 1px #b7b7b7;
}

div#request-appointment-wrap input[type='text'] {
    padding: 5px 8px;
    width: 270px;
}

div#request-appointment-wrap select {
    padding: 4px 4px;
    width: 288px;
}

div#request-appointment-wrap a#submit-button {
    background: url('/Assets/Images/Buttons.Sprite.png') 0 -279px no-repeat;
    width: 97px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    float: right;
}

div#request-appointment-wrap a#submit-button:hover {
    background-position: 0 -339px;
}

div#request-appointment-wrap a.pdf {
    display: block;
    background: url('/Assets/Images/Appointment.Sprite.png') 0 0 no-repeat;
    height: 31px;
    line-height: 31px;
    padding-left: 45px;
    color: #36424a;
}

div#request-appointment-wrap div.questions {
    background: url('/Assets/Images/Appointment.Sprite.png') 0 -37px no-repeat;
    height: 95px;
    padding: 65px 0 0 178px;
    margin: 50px 0;
}

div#request-appointment-wrap div#appointment-info {
    float: right;
    width: 400px;
    position: relative;
    top: -6px;
}

div#request-appointment-wrap div#appointment-info p {
    margin-bottom: 20px;
}

/* @End Appointment Styles */


/* @Get Social Styles */

div#get-social-wrap {
    margin-bottom: 50px;
}

.lt-ie9 #social-list .black-bold {    
    font-size: 14px;
}

ul#social-list:after {
    content: ".";
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}

ul#social-list li {
    float: left;
    display: inline-block;
    background-image: url('/Assets/Images/GetSocial.Sprite.png');
    background-repeat: no-repeat;
    height: 80px;
    color: #03b9e4;
    position: relative;    
}

ul#social-list li:first-child {
    margin-left: 0 !important;
}

ul#social-list li a {
    color: #03b9e4;
    position: absolute;
    top: 25px;
    left: 90px;
    line-height: 18px;
}

ul#social-list li a strong {
    font-weight: normal;
}

ul#social-list li a:hover strong {
    text-decoration: underline;
}

ul#social-list li a:hover {
    text-decoration: none;
}

ul#social-list li.twitter {
    background-position: 0 0;
    width: 230px;
}

ul#social-list li.facebook {
    background-position: 0 -82px;
    width: 265px;
}

ul#social-list li.linkedin {
    background-position: 0 -162px;
    width: 225px;
}

div#tweet-like-wrap {
    border-top: solid 1px #b8b8b8;
    padding-top: 35px;
    margin-top: 35px;
}

div#tweet-wrap {
    float: left;
    width: 280px;
}

div#tweet-wrap .scrollable {
    width: 280px;
    border: solid 1px #b7b7b7;
    border-radius: 4px;
    padding: 5px 0;
}

div#tweet-wrap .scrollable .viewport {
    width: 265px;
}

div#tweet-box {
    margin-bottom: 15px;
    width: 300px;
    float: left;
}

div#like-wrap {
    float: right;
    width: 385px;
}

div#get-social-wrap .fb-like-box {
    border: solid 1px #b7b7b7;
    padding: 15px;
    border-radius: 4px;
}



div#tweet-feed {
    padding: 5px 0 5px 10px;
    font-family: 'PT Sans', Arial, Tahoma;
    font-size: 14px;
}

/* @End Get Social Styles */