/*
Theme Name: Cool Springs Physical Therapy 385
Theme URI: http://www.e-rehab.com/
Version: 1.0
Description: Designed by John Mason
Author: John B Mason
Author URI: http://www.e-rehab.com
Template: xwp
*/
@import url(superfish.css);

* {
    margin: 0;padding:0;
}

html {
    position: relative;
    min-height: 100%;
    background:#06a855;
}

body {
    min-height: 100%;
margin: 0 0 61px; /* bottom = footer height */
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


html {
    color:#464646;
    overflow-y: scroll;
    background:#06a855;
}

body,td,.bottom,.mceContentBody,.normal {
    color: #464646;
}

body {
    font:15px/1.25 'open sans',arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'open sans', arial,sans-serif;
    color: #00a651
}

h1, #faqTitle{font-size:145%;}
h1 span {color:#221e1f !important;font-size:75%;}
#faqTitle{text-align:center;}
h2 {font-size:120%;}
h3{font-size:105%}

.base,.gmaptopper {
    background-color: #00a651 !important;
    border-color: #00a651 !important;
}

.base_sprite,.base_numbers li:before {
    background-image: url(images/shortcodes/sprites/custom_sprite_00a651.png) !important;
}

.base_text,.base_sprite a,h1,h2,h3,h4,h5,h6,.brd,.testimonial,.colorlist,.bodytext {
    color: #00a651 !important;
}

.altcolor {
    color: #000
}

a:link {
    color: #00a651
}

a:visited,a:active {
    color: #00a651
}

a:hover {
    color: #3c5fac;
    text-decoration: none
}

.box {
    border:2px solid #d3e173;background-color:#d3e173;padding:12px;
}
.box p {color:#02964b;}
a.greenlink {color:#000 !important;}
a.greenlink:hover {color:#3c5fac !important;}

.box1 {
    border:2px solid #e9efb9;background-color:#e9efb9;padding:12px;
}

.box2 {
    border:2px solid #bee2bc;background-color:#bee2bc;padding:12px;
}

.brd {
    border: solid 2px #000;
}

.brd1 {
    border: solid 2px #FFF;
}

.dbrd {
    border:solid 2px #00a651;background-color:#FFF;padding:3px;
}

.dbrd1 {
    border:solid 2px #000;background-color:#FFF;padding:3px;
}

.faqbackground {
    background-color: #EEE;
}

.slideshow div {display: none;}
.slideshow div *{display: block;}

#home-ss {width:300px;height:216px;}
#services-ss {margin:auto;width:300px;height:300px;margin-right:300px;}
#about-ss {margin:0 auto;width:400px;height:288px;}
#contact-ss {width:400px;height:299px;}

.greenstrip{background:#00a651;color:#FFF;font-weight:bold;text-align:center;padding:4px;margin-bottom:9px;}

/*-----Header--------*/
header {
    height: 182px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
    position: relative;
    background:#6ac07a;
}
#headercenter {
    height: 182px;
    width: 990px;
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
    position: relative;
    background:url('images/headerbg.jpg') repeat-y;
}

#logo{width:736px;height:136px;}

#topaddr {
    font-family: 'open sans',arial, sans-serif;
    font-size: 18px;
    position: absolute;
    right: 30px;
    text-align: right;
    top: 38px;
    width: 400px;
    text-shadow: 1px 1px 2px #000;
    letter-spacing: .1em;
}

#topaddr span {
    font-size: 1.25em;
    line-height: 1.45em;
}

#topaddr * {
    text-decoration: none;
    color: #FFF;
}

#topaddr a:hover {
    color: #000 !important;
}

#topaddr a:hover span {
    font-size: 1.25em;
    color: #000 !important;
}

/*-------Main Area/Content-------*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -61px;
    background:url('images/center1.jpg') repeat-y center #d3e173;
}

.main {
    position: relative;
    padding-right: 10px;
    width: 906px;
    min-height:400px;
    margin: 20px auto 80px;
    text-align: left;
    overflow: hidden;
    background: transparent;
}

#rightcol {
    float: right;
    width: 730px;
    margin: 0;
    padding: 10px 20px;
}

#sidebar {
	position: absolute;
	top:200px;
    width: 220px;
    height: 500px;
    margin: 0;
    padding: 0;
}

#wrap {
    padding: 0 8px;
}

/*MENUS*/

#horimenu {
    width: 990px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    height: 46px;
    background:url('images/menubg.jpg') no-repeat;
}

#navCenter {width:926px;margin:0 auto;position:relative;}

.current_page_item a {
    color: #FFFF66 !important
}

.sf-menu a {
    font-family: 'open sans', arial, sans-serif;
    text-transform:uppercase;
    text-shadow: 2px 2px 2px #000;
    font-size: 18px;
	font-weight: bold;
    /*letter-spacing: 1px;*/
    padding: 15px 10px;
    border: none;
    text-decoration: none;
}

.sf-menu a, .sf-menu a:visited {
 /* visited pseudo selector so IE6 applies text colour*/
    color: #fff;
  /*Match color above*/
}

.sf-menu {
    float: left;
}

.sf-menu li li a {
    border-right: none;
    text-transform:capitalize;
    padding: 6px 13px;
}

.sf-menu li li {
    background: #6ac07a;
}

.sf-menu li li li {
    background: #6ac07a;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color: #FFFF66;
    outline: 0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    color: #FFFF66;
    background:#000;
    outline: 0;
}

.sf-menu li li li:hover, .sf-menu li li li.sfHover, .sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active {
    color: #FFFF66;
    background:#000;
    outline: 0;
}

/*DESIGN ELEMENTS - boxes and such*/
#footer,.push {
    height: 61px;
}

#footer {
    position: relative;
    color: #FFFFFF;
    width: 100%;
    text-align: left;
    margin: -61px auto 0;
    padding: 0;
    background:#06a855;
	height: 61px;
	clear:both;
}
#footercenter {
    position: relative;
    color: #444;
    width: 990px;
    height:61px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background:url('images/footerbg.jpg') no-repeat;
    z-index:50;
}

#footer a:link,#footer a:visited {
    color: #464646;
}

#footer p {
    padding: 0 8px;
    text-align:center;
    margin: 0;
    font-size:80%;
}

/*-------- Specific to this site ------------*/

/* Leader Dots */
ul.leaders {
    max-width: 45em;
    margin-top:16px;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . "
 }
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #FFF}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #FFF}
.underline {
    text-decoration: underline;
}

.faq-page .question {font-size: 1.2em;}
.faq-page .video {margin-bottom: 20px;}

.mbbrd1{border:2px solid #00a651;}
.mbbrd2{border:2px solid #00a651;}
img{border:0;}

#fancyBox{border:2px solid #00a651;background-color:#FFF;padding:12px;color:#000;text-align:left;}
#fancyBox .normal {color:#000;}

div.staffBox{
margin:0px 0px 14px 12px;
text-align:justify;
letter-spacing:0;
border:solid 2px #000;
padding:10px;
}

.staffBox img{
float:left;
margin-bottom:10px;
margin-right:10px;
border:2px solid #000;
}

.staffBox h3{
color:#00a651;
margin-top:0px;
padding-top:0px;
}

.staffBox div{
width:95%;
}

a.linkopacity:hover img {
filter:alpha(opacity=70);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}

a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }

.greentext {color: #00a651 }

ul li, ol li {padding-bottom:12px;}
ul li:last-child, ol li:last-child {padding-bottom:0px;}
ul ul li:last-child, ol ol li:last-child {padding-bottom:0px;}
ul ul li:first-child, ol ol li:first-child {padding-top:0px;}

.comaster{background-image: url(http://www.ptclinic.com/x3/callouts/tan.png);}
.co_body {background-color: #DCD0A8; 	color:#000;}
.co_body *{color:#000; !important;}
.pullquote{color:#000;}
.pullquoteinline{color:#000;}

.surveybox{border:2px solid #00a651;background-color:#FFF	;}
.surveybox h1{color:#00a651	;}

.rnd {-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
behavior: url(http://1218.ptclinicng.com/wp-content/themes/1218theme/PIE.php); /* Internet Explorer */
}
.toprnd{
-webkit-top-left-radius: 12px;
-moz-top-left-radius: 12px;
border-top-left-radius: 12px;
-webkit-top-right-radius: 12px;
-moz-top-right-radius: 12px;
border-top-right-radius: 12px;
behavior: url(http://1218.ptclinicng.com/wp-content/themes/1218theme/PIE.php); /* Internet Explorer */
}

.halfmoon {
-webkit-border-radius: 147px;
-moz-border-radius: 147px;
border-radius: 147px;
border: 10px solid #fff;
box-shadow: 17px 17px 0px #00a651;}

.insurance {style="}width:425px}
