/*
Theme Name: ProgressPT
Theme URI: http://www.progresspt.com/
Description: Progress Physical Therapy CSS design
Version: 1.0
Author: WeKnowHTML
Author URI: http://www.WeKnowHTML.com/
*/
/*Float Styles*/
.floatwrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatwrapper {display:inline-block;}
/* Hide from IE Mac \*/
	.floatwrapper {display:block;}
/* End hide from IE Mac */

.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clear{
	clear:both;
}
/*Ditch the padding everywhere, cuz IE is teh suck*/
* {
	margin:0;
	padding:0;
}
img{border:none;}
h1,h2,h3,h4,h5,p{
	margin:0;
	padding:0;
}
body{
	background:#FFF none repeat scroll 0%;
	font-family:Tahoma, sans-serif;
	font-size:13px;
	color:#34494B;
	margin:15px 0 0 0;
	padding:0;
	text-align:center;
}
a, a:visited{
	color:#990000;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
#container{
	width:900px;
	margin:0 auto;
	background:url(images/dropbg.gif);
	padding-bottom:30px;
	position:relative;
}
#topnav {
	margin-top:10px;
	background:url(images/topnavitem_bg.gif) repeat-x;
	width:799px;
}
#topnav ul li{
	float:left;
	list-style: none;
	margin-right:1px;
	background:#FFF;
	position:relative;
}
#topnav ul li a {
	float:left;
	background:url(images/topnavitem_bg.gif) repeat-x;
	color:#FFF;
	display:block;
	padding:6px 20px 0 20px;
	height:24px;
	margin-right:1px;
}
#topnav ul li a:hover, #topnav ul li#current a{
	background:url(images/topnavitem_bg_over.gif) repeat-x;
}
#topnav ul li#current ul li a{
	background:url(images/topnavitem_bg.gif) repeat-x;
}  
#topnav ul li#current ul li:hover a{
	background:url(images/topnavitem_bg_over.gif) repeat-x;
}
#topnav ul li ul {
	position:absolute;
	display:none;
	z-index:999;
	left:0;
	margin-top:30px;
}
#topnav ul li ul li a {
	width:110px;
	color:#FFF;
	display:block;
	padding:6px 10px 0 10px;
	height:19px;
	background:#9e0b0f;
	font-size:11px;
	border-top:solid 1px #FFF;
	margin-top:-1px;
}
#topnav ul li:hover ul{
	display:block;
}
#topnav ul li.hover ul{
	display:block;
}
#main, #intro {
	width:800px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
#intro{
	margin-top:20px;
}
img#breakout{
	position:absolute;
	right:51px;
	top:25px;
/*	top:-130px;
	right:1px;
*/}
#content {
	border:solid 1px #D0CFCF;
	width:796px;
	margin:10px 0;
}
#content #the_content p{
	margin-bottom:10px;
}
body.our-team #content, body.contact-us #content{
	background:url(images/bottom_bg.gif) no-repeat 450px top;
	overflow:hidden;
}
body.contact-us #content, body.directions #content {
	border:none;
}
body.directions #content #the_content{
	width:390px;
	margin-top:0;
}
body.directions #content #the_content h2{
	font-size:16px;
	background:none;
	padding:0;
	font-weight:bold;
	margin-bottom:0;
}
#content #the_content p{
	margin-bottom:10px;
}
body.directions #content #the_content blockquote{
	font-size:12px;
	color:#676767;
	margin-top:0;
}
body.directions #content #the_content h3,body.services #content #the_content h3,body.our-team #content #the_content h3 {
	font-size:12px;
	color:#9e0b0f;
	margin-top:10px;
}
#content #the_content{
	border-left:1px solid #D0CFCF;
	padding-left:10px;
	position:relative;
}

body.contact-us #content blockquote p{
	float:left;
	width:215px;
	margin:20px 5px;
	margin-right:5px;
	margin-bottom:5px;
	color:#676767;
	font-size:12px;
}
body.our-team #content #the_content a#bioslink{
	position:absolute;
	top:-15px;
	right:-15px;
	color:#FFF;
	background:url(images/submenuitem_bg.gif) repeat-x;
	display:block;
	height:36px;
	line-height:36px;
	width:65px;
	padding:0 10px;
}

div#submenu{
	height:36px;
	margin:17px 0;
	background:url(images/subpage_divider_bg.gif) no-repeat top left;
}
div#submenu h2{
	display:inline;
	color:#FFF;
	float:left;
	line-height:36px;
	margin-left:10px;
}
div#submenu ul li{
	list-style: none;
	margin-left:45px;
	float:left;
}
div#submenu ul li ul{
	position:absolute;
	left:-999em;
	z-index:999;
}
div#submenu ul li ul li{
	margin-left:0;
	float:none;
	position:relative;
	z-index:999;
}
div#submenu ul li:hover ul, div#submenu ul li.hover ul {
	left:auto;
}
div#submenu ul li a{
	color:#FFF;
	background:url(images/submenuitem_bg.gif) no-repeat bottom left;
	display:block;
	line-height:34px;
	padding-left:15px;
	height:36px;
	width:97px;
	cursor: pointer;
}
body.directions div#submenu ul li a{
	width:108px;
}
div#submenu ul li ul li a{
	background:#9e0b0f;
	height:23px;
	line-height:22px;
	width:96px;
	font-size:11px;
	background:url(images/topnavitem_bg.gif) repeat-x bottom;
	border-top:solid 1px #FFF;
}
div#submenu ul li ul li a:hover{
	background:#d31b20;
	background:url(images/topnavitem_bg_over.gif) repeat-x bottom;
}
#content .dropin {
	margin:15px 0 15px 15px;
	float:left;
}
div#content.bio .dropin{
	padding:0;
	border:solid 1px #D0CFCF;
	margin:10px 15px 15px 15px;
}
div#content.bio{
	border:none;
	background:none;
}
#content #the_content{
	width:450px;
	margin:15px 15px 15px 15px;
	font-size:12px;
}
div#content.bio #the_content{
	width:605px;
}
#content h2{
	font-size:21px;
	color:#990000;
	font-weight:normal;
	background:url(images/h_circle.gif) no-repeat;
	padding-left:30px;
	height:26px;
	margin-bottom:5px;
}
div#content.bio #the_content h2{
	background:none;
	padding:0;
	font-size:16px;
	margin-bottom:0;
	height:auto;
}
div#content.bio #the_content h3
{
	font-size:14px;
	font-weight:bold;
	color:#990000;
}
div#content.bio #the_content p{
	margin-bottom:15px;
	font-size:12px;
}
#content #the_content blockquote{
	color:#990000;
	font-size:14px;
	margin:10px 0;
	margin-left:10px;
}
body.directions #content #the_content blockquote,body.contact-us #content #the_content blockquote{
	margin-left:0;
}
#bottom{
	border:solid 1px #D0CFCF;
	width:796px;
	margin:10px 0 10px 0;
	background:url(images/bottom_bg.gif) no-repeat 200px top;
	overflow:hidden;
}
#bottom h2{
	font-size:21px;
	color:#990000;
	font-weight:normal;
	margin:10px 15px;
}
#bottom .col1, #bottom .col2 {
	float:left;
	margin:0px 15px 10px 15px;
	font-size:12px;
}
#bottom .col1{
	width:290px;
}
body.services #bottom .col1 {
	width:700px;
}
#bottom .col2 {
	width:420px;
}
#bottom .col1 h3, #bottom .col2 h3 {
	font-size:16px;
	color:#990000;
	font-weight:normal;
	margin:0;
	margin-bottom:5px;
}
#bottom .col1 p {
	margin-bottom:10px;
}
/*Contact Form*/
#contactform {
	border:solid 1px #d7d7d7;
	background:#F2F2F2;
	width:270px;
	margin-top:15px;
	padding:10px 15px 10px 15px;
	font-size:14px;
	color:#676767;
}
#contactform .initBox{
	width:250px;
	margin-bottom:10px;
}
#contactform form div{
	overflow:hidden;
	width:100%;
	font-size:9px;
	margin-bottom:6px;
}
#contactform form div label {
	display:block;
	float:left;
	width:95px;
	font-size:12px;
}
#contactform form div input{
	width:125px;
	margin-top:0px;
	font-size:10px;
}
#contactform form div textarea{
	width:265px;
	margin-top:5px;
}
#contactform form #submit{
	width:125px;
	float:right;
	margin-top:3px;
	margin-right:3px;
}
#footer {
	background:url(images/footer_bg.gif) no-repeat;
	height:36px;
	width:900px;
	margin:-10px auto 0 auto;
	padding:10px 0;
	color:#FFF;
	font-size:11px;
}
#footer ul{
	margin:0 0 0 35px;
	line-height:22px;
}
#footer ul li{
	float:left;
	list-style: none;
	margin-right:22px;
}
#footer ul li a{
	color:#FFF;
}