@charset "UTF-8";
/* 
Theme Name: MarathonPT
Theme URI: http://www.metropoliscreative.com
Description: Custom Theme made for Marathon Physical Therapy
Author: Metropolis Creative - FD
Version: .9
Tags: fixed-width, menu support

 */


/* Globals */
html, body {
	height: 100%;
	margin:0;
	padding:0;
	
}

body {
	background:#FFF;
	font-family:Helvetica Neu, Helvetica, Arial, sans-serif;
	font-size:13px;
}

.bodyinside {
	background:url('img/header.jpg') repeat-x;
}

/* Opera Fix */
body.Opera:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/* End of Opera Fix */

a {
	color:#175487;
	diplsay:block;
}

a, a:hover {
	text-decoration:none;
}

a:hover {
	color:#5b7199;
}

ul{
	list-style:none;
}
li{
	color:#333;
	margin:.5em 0 0 -3em;
}


.home li {
	margin:0;
}

ol li {
	margin-left:-1em;
}


.title {
	margin:1em 0 .3em -3em;
}


h1{
	color:#3b1300;
	font-size:18px;
	font-weight:100;
}



h2{
	background:#175487;
	color:#FFF;
	font-size:16px;
	padding:.25em 0 .25em 1em;
}
h3 {
	color:#3b1300;
	font-size:14px;
}

h4 {
	color:#3b1300;
	font-size:14px;
	margin-bottom:0;
}
h5 {
	color:#175487;
	font-size:12px;
	margin:0;
	padding:0;
}

h6 {
	color:#555;	
	font-size:12px;
}

input {
	color:#777;
}

input.btn {
	color:#175487;
	background:#fff5e5;
	border:#ffd390 1px solid;
}

input.btn:hover {
	color:#264d77;
	background:#fff5e5;
	border:#5b7199 1px solid;
}

img {
	border:none;
}

.invis {
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0);
	height:100%;
	width:100%;
}

.invis a {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0);
}

p {
	color:#333;
}



/* End of Globals */



/* How the page sits */

#wrap {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 974px;
}

.bodyinside #content {
	background:url('img/insidebg.jpg') bottom right no-repeat;
}

.bodyinside #wrap {
	width: 945px;
}

/* IE Fixes */
.ie6 #wrap{
	display:table;
	height:100%;
}

.ie7 #wrap {
	min-height: 100%;
}

.ie8 #wrap{
	display:table;
	height:100%;
}

/* End of IE Fixes */


#content {
	float:left;
	overflow:auto;
	padding-bottom: 76px; /* must be same height as the footer */
	width:1020px;
} 



/* Endof how the page sits */

/* Home Page Specific Modifiers */

.home h1 {}
.home h2 {
	background:#175487;
	color:#fff;
	font-size:14px;
	height:24px;
	line-height:24px;
	margin:0 0 5px 0;
	text-align:left;
	text-indent:12px;
	
}

.home h3 {
	margin:0 0 5px 0;
}

.home #feature h3 {
	margin-top:15px;
}
.home h4 {
	color:#3b1300;
	margin:10px 0 5px 0;
}

.home h5 {
	margin:5px 0 5px 0;
	color:#175487;
}

.home h6 {
	border-top: 2px solid #175487;
	padding-top: 10px;
	margin:15px 0 5px 0;
	color:#3b1300;
}


/* Things that occur in the Header */
#header {
	background:url('img/homeheaderbg.jpg') no-repeat;
	height:169px;
	margin:0;
	width:975px;
}

.bodyinside #header{
	background:none;
	height:220px;
	margin:0;
	width:975px;
}


#logo{
	background:url('img/homepagelogo.png') no-repeat;
	float:left;
	height:105px;
	margin:12px 0 0 45px;
	position:relative;
	width:176px;
}

#logo a {
	color:#999966;
	display:block;
	height:105px;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0);
	width:176px;
}

.bodyinside #logo{
	background:url('img/logoinside.png') no-repeat;
	float:left;
	height:84px;
	width:139px;
}


/******************/



#navigation{
	position:relative;
	float:right;
	z-index:100;
	left:-70px;
	}
	

		ul.ulNav{
		position:relative;
		font-size:12px;
		margin:27px -14px 0 0;
		z-index:10;
		width:650px;
		height:50px;
		background:url('img/nav_rep.jpg') repeat-x;
		padding:14px 0 0 15px;
		
		}
		
		ul.ulNav li{
		position:relative;
		display:inline;
		margin:0px 13px 0px 0px;
		list-style:none;
		
		}
		
		ul.ulNav li a{color:#175487;}
		ul.ulNav li a:hover{color:#5B7199;}
		
	
		/* submenu, it's hidden by default */
		ul.ulNav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:-1px 0 0 -1px; 
			padding:20px 0 5px 0; 
			list-style:none;
			z-index:10;
			background:url('img/subnav_bg.png') repeat-x;
		
		}
		
		ul.ulNav ul li {
			float:left; 
			font-size:12px;
			width: 200px !important;
		}
		
		#services li{width:230px;}
		
		#womens li{width:180px;}
		
		#about li{width:165px;}
		
		#contact li{width:145px;}
		
		#newsevents li{width:180px;}

		
		/* display block will make the link fill the whole area of LI */
		ul.ulNav ul a {
			display:block;  
			height:15px;
			padding: 5px 5px 5px 10px; 
			z-index:10;
		}




/*****************/






#locations {
	color:#FFF;
	float:right;
	font-size:.9em;
	margin:-22px 60px 0 0;
	position:relative;
	z-index:5;
	padding:2px;
	
}

.ie6 #locations {
	margin:5px 10px 0 0;
}

.ie7 #locations {
	margin-top:15px;
}

#locations li {
	border-right:white solid thin;
	color:#fff;
	float:left;
	margin:0 0 0 3px;
	padding:0 4px 0 4px;
	
}

#locations li:nth-child(1), #locations li:nth-child(5) {
	border:none;
}

.ie6 #locations li, .ie7 #locations li, .ie8 #locations li {
	border:none;
}

#locations a {
	color:#FFF;
}

#locations a:hover {
	color:#ccc;
}


/*Things that occur in content */
#content {
	margin:-105px 0 0 20px;
}

#content #feature {
	position:relative;
	padding:0 0 0 20px;
	width:930px;
}

#content #feature .caption {
	background:#3f1b03;
	background:rgba(59, 19, 0, 0.9);
	border-bottom:#3f1b03 medium solid;
	bottom:0px;
	color:#FFF;
	font-weight:bold;
	height:31px;
	left:17px;
	line-height:31px;
	position:absolute;
	/*text-indent:17px;*/
	width:691px;
	z-index: 100;
	text-align:center;
	
}

#content #feature .caption .IE {
	background:#3f1b03;
}
#content #feature .services {
	background:url('img/featureservicesbg.png') no-repeat;
	border-bottom:#3f1b03 medium solid;
	float:left;
	font-weight:bold;
	font-size:12px;
	height:238px;
	margin:0;
	padding:70px 0 0 30px;
	width:181px;
}


.ie6 #content #feature .services, .ie7 #content #feature .services {
	float:left;
	font-weight:bold;
	font-size:12px;
	height:238px;
	margin:0;
	padding:80px 0 0 30px;
	width:181px;
}


.services ul {
	list-style:disc;
	margin:0 0  0 -40px;
}

.services .news ul {
	margin-left: -24px;
	
}

.ie6 #content #feature .services ul, .ie7 #content #feature .services ul {
	margin-left:0;
}
.services li {
	margin:4px 0 4px 0;
	color:#ffb600;
}

.serivices ul {
	margin:3px 0 0 0;
}


#content #feature .services .servicesColor {
	color:#185588;
}

#content #feature {
	clear:both;
	float:left;
	margin:0 0 21px 0;
	overflow:visible;
	width:930px;
}

#content #feature #featureimg {
	margin:0 0 0 -19px;
	overflow:visible;
}

#imageslider1{
	float: left;
	height:	311px;
	width: 229px;
	z-index: 1;
}

#imageslider2{
	float: left;
	height:	311px;
	width: 239px;
	z-index: 1;
}

#imageslider3{
	float: left;
	height: 311px;
	width: 239px;
	z-index: 1;
}

#content #feature .featureimg1, #content #feature .featureimg2, #content #feature .featureimg3 {
	float:left;
}

#columns {
	width:930px;
}

#columns .Homecol1 {
	float:left;
	margin:0 30px 0 20px;
	width:360px;
}
#columns .HomeCol1Section1 {
	border-top:#175487 medium solid;
	float:left;
	margin:0 0 15px 0;
	padding:10px 0 0 0;
	position:relative;
	width:360px;
	-moz-box-shadow: 3px 5px 10px #ccc;
	-webkit-box-shadow: 3px 5px 10px #ccc;
	box-shadow: 3px 5px 10px #ccc;
}


#columns .Homecol1 .text {
	float:left;
	margin:0 0 6px 15px;
	position:relative;
	width:200px;

}

.femlogo {
	position:absolute;
	right:8px;
	top:10px;
}
#columns .HomeCol1Section2 {
	clear:both;
	float:left;
	margin:0 0 15px 0;
	width:350px;
}

.HomeCol1Section2 h2 {
	margin-left:-6px;
	padding-left:1.2em;
	}

#columns .HomeCol1Section2a {
	background:#fff5e5;
	float:left;
	height:110px;
	margin:0 10px 10px 0;
	padding:0 0 0 6px;
	width:200px;
	-moz-box-shadow: 3px 5px 10px #ccc;
	-webkit-box-shadow: 3px 5px 10px #ccc;
	box-shadow: 3px 5px 10px #ccc;
}

.ie6 #columns .HomeCol1Section2a {
	padding:0;
}

.ie6 #columns .HomeCol1Section2a {
	padding:0;
}

.ie6 .Homecol2 li, .ie7 .Homecol2 li {
	margin-left:45px;
}

#columns .HomeCol1Section2b {
	float:right;
	margin:0;
	width:120px;
}


#columns .provide {
	position:relative;
}

#columns .HomeCol1Section3 {
	float:left;
	width:350px;
	margin-top: 20px;
}

.HomeCol1Section3 h2 {
	width:100%;
}

#columns .HomeCol1Section3 ul {
	float:left;
	text-indent:-23px;
	width:150px;
}

.ie6 #columns .HomeCol1Section3 ul, {
	text-indent:0;
	margin-left:0;
}

#columns .HomeCol1Section3 .marathonbuilding {
	float:right;
	margin: 5px -14px 0 0;
}

#columns .HomeCol1Section3 li a {
	clear:both;
	float:left;
}

.locationphone {
	float:left;
	width:145px;
	padding-bottom: 5px;
}

.ie6 .bodyinside .locationphone {
	margin-top:-15px;
}

#columns .HomeCol1Section4 {
	float:left;
	width:365px;
	border-top:2px solid #175487;
}

#columns .Homecol2 {
	position:relative;
	background:#fff5e5;
	float:left;
	margin:0 18px 0 0;
	width:265px;
	-moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	box-shadow:3px 5px 0 #ccc;
}

#columns .Homecol2 ul {
	margin:0 0 15px -30px;
}


.ViewMoreClasses {
	color:#fff;
	text-align:center;
	position:relative;
	float:none;
}

.button {
	background:url('img/buttonbg.jpg') no-repeat;
	height:25px;
	padding:5px;
	line-height:25px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	width:150px;
}

.button:hover {
	color:#CCC;
}

#columns .Homecol3 {
	border-top:#175487 medium solid;
	float:left;
	padding:10px 0 0 0;
	width:230px;
}

.ie6 #columns .Homecol3 {
	padding:0;
	width:200px;
}

#columns .HomeCol3Section1 {
	float:left;
	margin:0 0 15px 0;
	padding:0 10px 10px 10px;
	-moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	box-shadow: 0 5px 10px #ccc;
}

.ie #columns .HomeCol3Section1 {
	float:left;
	margin:0 0 15px 0;
	padding:0;
}



#columns .HomeCol3Section1 .balls {
	float:right;
	margin:5px 0 0 0;
}

#columns .HomeCol3Section2 {}

#centerelement {
	position:relative;
	margin:0 0 20px 60px;
}

.bodyinside #centerelement {
	margin:0 0 8px 1.5em;
}

/* End of Home Page Specific Modifiers */

img#floatleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

img#floatright {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}

#horizrule {
	border-top: 1px solid #175487;
	margin: 20px 0 20px 0;
}


#leftcol {
	float:left;
	margin-left:5px;
	padding:0 30px 0 0;
	position:relative;
	width:235px;
}

#middlecol {
	float:left;
	position:relative;
	width:400px;
	margin-right:10px;
}

	#middlecol ul{
	margin: 10px 0 0 18px;
	list-style:disc;
	}
	
	#middlecol ul li{
	padding-top:6px;
	}
	

#rightcol {
	float:left;
	margin:27px 5px 0 20px;
	position:relative;
	width:200px;
}

.quote {
	color:#555;
	margin:10px 0 0 0;
}

#leftcol .item1 {
	background:#fff5e5;
	padding:0 0 0 0;
	-moz-box-shadow: 0px 4px 7px #555;
	-webkit-box-shadow: 0px 4px 7px #555;
}

#leftcol .item1 {
	margin:0 0 18px 0;
}


#leftcol .item1 li {
	border-bottom:#fdd291 1px solid;
	margin:0 0 0 -40px;
	padding:8px 0 8px 15px;
	list-style:none;
}

#leftcol .selected a {
	color:#3b1300;
}

#leftcol .item1 li {
	color:#3b1300;
}

#leftcol .item1 li:nth-child(1) {
	border-top:none;
	margin-top:0;
	padding-top:0;
	}

#leftcol .item1 li:last-child {
	border-bottom:none;
	padding-bottom:10px;
}

#leftcol .item2 {
	margin:0 0 30px 0;
	padding:0 0 15px 0;
	-moz-box-shadow: 0px 4px 7px #555;
	-webkit-box-shadow: 0px 4px 7px #555;
}

#leftcol .item2 .contact {
	padding:0 0 0 1em;
}

.home .contact {
	width:200px;
}

#leftcol .item3 {
	border-top:#175487 thick solid;
	padding:0 10px 15px 15px;
	-moz-box-shadow: 0px 4px 7px #555;
	-webkit-box-shadow: 0px 4px 7px #555;
}


#leftcol .item3 li {
	margin-top:1px;
	margin-bottom:1px;
	padding-right:30px;
	
}

#leftcol .item4 {
	margin:0 0 30px 0;
	padding:10px 0 15px 0;
}

#leftcol .footerclasses {
	border: none;
	margin:0 0 0 -40px;
	padding:8px 0 8px 15px;
	
}

#middlecol .item1 {}


#middlecol .item2 {}

#middlecol .item3 {}

#rightcol .item1 {
	border-top:#175487 thick solid;
	margin:-13px 0 20px 0;
	padding:0 10px 5px 15px;
	-moz-box-shadow: 0px 4px 7px #555;
	-webkit-box-shadow: 0px 4px 7px #555;
}



#rightcol .item2 {}

#rightcol .item3 {}



.twitterbtn, .facebtn {
	background:url('img/twitter.png') no-repeat;
	display:block;
	float:right;
	height:32px;
	margin:0 10px 0 0;
	width:32px;
}

.home .twitterbtn, .home .facebtn {
	margin-top:-20px;
}

.twitterbtn a, .facebtn a {
	display:block;
	height:30px;
	width:29px;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0);
}


.facebtn {
	background:url('img/facebook.png') no-repeat;
}


#footer {
	/*background:url(img/footerborder.png) repeat-x; */
	background:#175588;
	clear:both;
	color:#fff;
	font-size:11px;
	height: 76px;
	margin:-76px auto; /* negative value of footer height */
	position: relative;
	text-align:center;
	width:100%;
	padding-top: 10px;
}

#footer .menu ul li{
	display:inline;
	padding:0 10px 0 0;
	border-right:#6c7c88 solid 1px;
	margin:0 0 0 10px;

}

#footernav {
	padding:10px 0 0 0;
}

#footernav a {
	color:#fff;
}

#footernav ul {
	margin:0 0 0 0;
	padding:10px 0 0 0;
}


#footernav li {
	display:inline;
	padding:0 10px 0 0;
	border-right:#6c7c88 solid 1px;
	margin:0 0 0 10px;
}

.sub-menui .selected {
	color:#663300;
}

#footer a {
	color:#FFF;
}

#footer a:hover {
	color:#aaa;
}

#footer .menu ul li:nth-last-child(1) {
	border:none;
}







/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

ul.menu li {
	position: relative; /*--Declare X and Y axis base--*/
}
ul.menu li a{
	float: left;
}

ul.menu li span { /*--Drop down trigger styles--*/
		background:url('img/menubutton.png') no-repeat;
		float: left;
		height:15px;
		margin:12px 3px 0;
		width: 13px;
}

ul.menu li .span.subhover {
	background-position: center bottom; 
	cursor: pointer;
} /*--Hover effect for trigger--*/

ul.menu li ul.sub-menu {
	list-style: none;
	position: absolute; /*--Important - Keeps sub-menu from affecting main navigation flow--*/
	left: 0; top: 35px;
	background:#c6d7e8;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width:200px;
	z-index:99999999999999999;
}
ul.menu li ul.sub-menu li{
	background:#F00;
	margin: 0; 
	padding: 0;
	border-top: 1px solid #f1f5f9; /*--Create bevel effect--*/
	border-bottom: 1px solid #c6d7e8; /*--Create bevel effect--*/
	clear: both;
}

html ul.menu li ul.sub-menu li a {
	float: left;
	width: 185px;
	background: #c6d7e8;
	padding-left:15px;
	overflow:hidden;
}

html ul.menu li ul.sub-menu li a:hover { /*--Hover effect for sub-menu links--*/
}


#coursesanchors {
	margin: 30px 0 0 -20px;
}

#coursesanchors li{
	list-style: none;
	line-height: 0px;
}

#testhorizrule {
	border-top: 1px solid #ccc;
	margin: 20px 0 20px 0;
}


@media print {
img, #nav, #locations, #feature, #leftcol, #rightcol, #footer {
	display:none;
}

#logo {
	font-weight:bold;
	font-size:24px;
	z-index: 200;
}

#logo a {
	text-decoration:none;
	color:#000;
}

}