/* Base Styles - Health Quest Therapy */


#contentWrapper {
	max-width: 980px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

.containerOne {
    	margin-top: 30px;
    	max-width: 100%;	
}


/* start header top section */
#header {
	border: 1px solid;
	border-color:rgba(0,0,0,0.1);
	border-bottom-color:rgba(0,0,0,0.2);
	border-top: none;
	border-left: none;
	border-right: none;
	background: #f7f7f7;
	background:-webkit-linear-gradient(top, #f7f7f7, #f4f4f4);
    background:-moz-linear-gradient(top, #f7f7f7, #f4f4f4);
    background:-o-linear-gradient(top, #f7f7f7, #f4f4f4);
    background:linear-gradient(bottom, #f7f7f7, #f4f4f4);
    background-clip:padding-box;
    margin: auto;
    position: relative;
    max-width: 99%;
}
#header {
	width: 100%;
}

#header a {
    	color: #4C9FEB;
}

#header a:hover {
    	color: #FF7D4C;

}


#logo {
    	float: left;
    	margin: 15px 10px;
}
#logo img {
    	border: 0;
}
#links {
    float: right;
    font-size: 1.1em;
    margin: 10px 20px 0;
    overflow: hidden;
    text-shadow: 0 1px 0 #FFFFFF;
}
#links a {
    border-left: 1px solid #DEDEDE;
    margin-left: 7px;
    padding-left: 8px;
    text-decoration: none;
}
#links a:first-child {
    	border-width: 0;
}



/* end header top section */

/* start header primary navigation top section */

/* common and top level styles */

#nav span {
    	display: none;

}

#nav, #nav ul {
    	list-style: none outside none;

    	margin: 0;
    	padding: 0;
}

#nav {
	background-color: #F5F5F5;
	border-bottom: 8px solid #2b4371;
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	width: 100%;
}

#nav ul.subs {
	z-index: 100;
	background-color: #ffffff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	color: #333333;
	display: none;
	left: 0;
	padding: 1%;
	position: absolute;
	top: 80px;
	width: 100%;
}
	
#nav > li {
	border-bottom: 5px solid transparent;
	float: left;
	margin-bottom: -5px;
	text-align: left;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}


#nav li a {
	display: block;
	text-decoration: none;
	-moz-transition: color 500ms ease-in-out 0s, background-color 500ms ease-in-out 0s;
	-ms-transition: color 500ms ease-in-out 0s, background-color 500ms ease-in-out 0s;
	-o-transition: color 500ms ease-in-out 0s, background-color 500ms ease-in-out 0s;
	-webkit-transition: color 500ms ease-in-out 0s, background-color 500ms ease-in-out 0s;
	transition: color 500ms ease-in-out 0s, background-color 500ms ease-in-out 0s;
	white-space: normal;
}

#nav > li > a {
	color: #333333;
	display: block;
	font-size: 1.5em;
	font-style: bold;
	line-height: 76px;
	padding: 0 30px;
	text-transform: uppercase;

}

#nav > li:hover > a, #nav > a:hover {
	background-color: #2b4371;
	color: #FFFFFF;
}
#nav li.active > a {
	background-color: #e49f33;
	color: #FFFFFF;
}

/* submenu */
#nav li:hover ul.subs {
	display: block;
	
}
#nav ul.sub > li {
	display: inline-block;
	float: none;
	padding: 10px 1%;
	vertical-align: top;
	width: 33%;
}
#nav ul.subs >li a {
	color: #777777;
	line-height: 20px;
}
#nav ul li a:hover {
	color: #2b4371;
}
#nav ul.subs > li > a {
	font-size: 1.3em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#nav ul.subs > li li {
	float: none;
	padding-left: 8px;
	-moz-transition: padding 150ms ease-out 0s;
	-ms-transition: padding 150ms ease-out 0s;
	-o-transition: padding 150ms ease-out 0s;
	-webkit-transition: padding 150ms ease-out 0s;
	transition: padding 150ms ease-out 0s;
}
#nav ul.subs > li li:hover {
	padding-left: 15px;
}

/* responsive rules */
@media all and  (max-width : 800px) {
	#nav > li {
		float: none;
		border-bottom: 0;
		margin-bottom: 0;
	}
	#nav ul.subs {
		font-size: .9em;
		margin-left: .1em;
		margin-right:.1em;
		position: relative;
		top: 0;
	}
	#nav li:hover ul.subs {
		display: none;
	}
	#nav li #welcome:target + ul.subs,
  	#nav li #locations:target + ul.subs,
	#nav li #patients:target + ul.subs,
	#nav li #services:target + ul.subs,
	#nav li #physicians:target + ul.subs {
		display: block;
	}
	#nav ul.subs > li {
		display: block;
		width: auto;
	}

	#links {
    		float: left;
    		font-size: .9em;
    		margin: 10px 20px 0;
    		overflow: hidden;
    		text-shadow: 0 1px 0 #FFFFFF;
	}
	#links a {
    		border-left: 1px solid #DEDEDE;
    		margin-left: 7px;
    		padding-left: 8px;
    		text-decoration: none;
	}
		#links a:first-child {
    		border-width: 0;
	}

	}
	


.nivoSlider {
	z-index: 0;
}

.headerImg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 100%;
	max-height: 520px;
	display: block;
}

/* start content */


#tableContainer {
	position: relative;
	display: table;
}
#tableRow {
	display: table-row;
}

div#tableRowFoot {
	display: table-row;
}

#special {
	font-size: .9em;
	margin-left:20px;
	margin-right:20px;
	color:#675c47;           
}

#special td{
	padding: 10px;          
}


/* Nested career table Start */

#careers {
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-collapse: collapse;
}

.nestedtablefront td {
	background-color: #f1f1f2;
	padding: 20px;
}

.nestedtable td  {
	background-color: #f1f1f2;
	padding: 20px;
}

.cellcolor th {
	color: #fee8b7;
	background-color: #675c47;
}
/* End Careers Table CSS*/

/* start assessment Table CSS*/

.cellcolorfront {
	background: url(images/subhd.png) repeat-x;
	text-shadow: 1px 1px #675c47;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 1.5em;
	color: white;
}

.cellfrontcall {
	text-align: center;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	line-height:90%
}
/* end assessment Table CSS*/

/* end patient feedback CSS*/

/* start contact CSS*/

section#contactForm {
	display: table-cell;
}

#contact {
	font-size: .9em;
	margin-left:20px;
	margin-right:10px;
	padding: 5px;
	color:#675c47;           
}

/*form {
	display: table;
	padding: 10px;
	background-color: #f1f1f2;
}*/


#leftcolumn { 
	width: 220px; 
	float: left;
}

#rightcolumn { 
	width: 220px; 
	float: left;
}

#leftcolumnped { 
	width: 300px; 
	float: left;
}
#rightcolumnped { 
	width: 300px; 
	float: left;
	margin-bottom: 10px;
}
.clear { clear: both;}

/* end contact CSS*/

.bundle {
	font-style: italic;}
.includes {
	font-weight: bold;}

h1.first{ 
	font-size:1.875em;
	line-height:1.3em;
	font-style: italic;
}
p.second {
	font-size: 1.2em;
	font-style: italic;
}
p.third {
	font-size: 90%;
}
p.fourth {
text-decoration: none;
	color: black;
	font-size: .90em;
	margin: 10px 10px;
	padding-top: 10px;
}

p.fifth {
color: #675c47;
	text-align: center;
	font-size: .90em;
	margin: 0px;
	padding: 1px;
}
h3.sixth {
	color: #675c47;
	text-align: left;
	font-style: italic;
	margin: 0px;
	padding: 2px;
}

a.linkStyleTwo:link {color:#f1f1f2;}
a.linkStyleTwo {text-decoration: none; border-bottom:1px dotted;}
a.linkStyleTwo:visited {color: #7cc9f0;}
a.linkStyleTwo:hover {color: #1c8dc7;}

a.linkStyleThree:link {color:#675c47;}
a.linkStyleThree {text-decoration: none; border-bottom:1px dotted;}
a.linkStyleThree:visited {color: #2b4371;}
a.linkStyleThree:hover {color: #466aa4;}

a:link {color:#675c47;}
a:visited {color: #2b4371;}
a:hover {color: #466aa4;}

section#aside {
	display: table-cell;
	background: #2b4371;
	color: #f1f1f2;
	width: 30%;
	padding: 15px;
	vertical-align: top;
}

#asidePed {
	background: #f9cf85;
	color:#675c47; 
	width: 30%;
	padding: 15px;
	vertical-align: top;
}

   div.images {
        width: 280px;
        
    }
    div.interior-images {
        position: relative;        
        display: inline-block;
        position: relative;
    }
    div.product div.images img {
        padding: 6px;
        max-width: 100%;
        display: inline-block;

    }
    span.wasilla {
        position: absolute;  
        right: 0;
        top: 0; 
        display: block;
        width: 88px;
        height: 88px;
        z-index: 10;
        background: url("images/corban.png") no-repeat;
        float: right;
             
    }

.dottedRule {
	border-top: thin dotted;
	margin-top: 10px;
	padding-top: 10px;
	border-color: #dfdacf;

}

img.floatRight{
	float: right;
	margin-top: 20px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding: 4px;
}

/* Ovalbutton markup with notes*/
a.ovalbutton{
	background: transparent url('images/oval-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 10px arial,verdana,tahoma,sans-serif; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #494949; /*button text color*/
}

a.ovalbutton span{
	background: transparent url('images/oval-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.textwidget {
	padding: 2px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.eleven{
	line-height:1.6em;
}
.ten {
	font-size: .8em;
	text-align: center;
	line-height:.5em;
}

.buttonwrapper{ 
	overflow: hidden;
	width: 100%;
}


div#sticker {
	padding:20px;
	margin:20px 0;
	background:#AAA;
	width:200px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;    
}
.stick {
	position:fixed;
	top:0px;}


.wrap {
	font-size: .90em;
	margin: 0 20px;
}
.dottedRuledark {
	border-top: thin dotted;
	margin-top: 10px;
	padding-top: 10px;
	border-color: #675c47;
}


#wrapper {
	background-color: #dfdacf;
	width: 100%;
    	overflow:hidden;
    	

} 

/* End Base Style Sheet */

/*Start Pediatric CSS*/

#buttonLarge {
	margin-top: 20px;
}

.pedOne {
	font-size: .9em;
	color:#675c47;       
}
.pedTwo {
	font-size: .9em;
	line-height: .7em;
	color:#675c47;       
}


#pedNav {
	width: 95%;
	text-align: left;
}

#navlist {
	margin: auto;
	text-align: center;
	width: 100%;
}

#navlist li {
	list-style: none;
}

#navlist li a {
	text-decoration: none;
	list-style: none;
	display: block;
	float: left;
	min-width: 100px;
	text-align: center;
	background-color: #f1f1f2;
	color: #675c47;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	border: 1px solid #999;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: -1px;
}

#navlist li a.current {
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
}

#navlist li a:hover {
	background-color: #f9cf85;
}
#content {
	clear: both;
	width: 95%;
	min-height:350px;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 10px;
	padding: 20px;
	margin: auto;
	margin-bottom: 20px;
}

img.ptfloatRight{
	float: right;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 4px;
	padding-left: 10px;
}

/*.floatRightMain {
	float: right;
	border: 4px solid;
	border-radius: 18px;
	border-color:#dfdacf;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 4px;
	padding: 0px;
}


/*End pediatric CSS*/

/*Start Therapists CSS*/
.more {
	display: none;
	border-bottom: 1px dotted #666; }
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent url('down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px solid #36f; }
/*End Therapists CSS*/

/*Start Physical Therapy CSS*/

.ptOne {
	font-size: .9em;
	color:white;       
}

.ptimageBottom {
	float:none;
	clear:both;
	margin-top:1em;
}
.ptimageBottom img {
	float:left;
	margin-right:1em;
}
/*End Physical Therapy CSS*/


#textBorder {
	border: 1px solid;
	background-color:#f1f1f2;
	margin-bottom:5px;
	border-color: #f1f1f2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}


#firstname {
	height: 25px;
	width: 200px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666;
}
