/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img  
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }


/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */
html {
text-align : center;
background: #fff;
}
#container { 
position : relative; 
width : 850px; 
margin : 0 auto; 
text-align : left;
}
div#content {
position : relative; 
width: 100%;
}
div#sidebar {
width: 40%;
padding: 0;
padding-top: 45px;
float: left;
display: inline;
}
div#content-main {
width: 59%;
padding: 0;
float: left;
display: inline;
}
#header {
display: block;
width: 100%;
height: 140px;
background: url(/images/logo.jpg) no-repeat;
position: relative;
}
h1#logo a {
display: block;
width: 300px;
height: 140px;
text-indent: -5000px;
outline: none;
} 
#logo {
width:300px;
}
#branding {
width: 100%;
height: 234px;
background: url(/images/branding.jpg) no-repeat;
margin: 0 auto;
}

#header-phone {
width:400px;
text-align: right;
height:auto;
position: absolute;
top:0px;
right:20px;
font-size:4em;
color:#E8262B;

}

#header-calltoaction {
width:400px;
text-align: right;
height:auto;
position: absolute;
top:60px;
right:20px;
font-size:2em;
color:#E8262B;

}




#decompression-specialists, #decompression-specialists a {
display: block;
background: url(../images/decompression-specialists.png) no-repeat;
width: 260px;
height: 100px;
text-indent: -5000px;
outline: none;
float: left;
}
#chiropractic-for-all-ages, #chiropractic-for-all-ages a {
display: block;
background: url(../images/chiropractic-for-all-ages.png) no-repeat;
width: 260px;
height: 100px;
text-indent: -5000px;
outline: none;
float: left;
}
#request-an-appointment, #request-an-appointment a {
display: block;
background: url(../images/request-an-appointment.png) no-repeat;
width: 260px;
height: 100px;
text-indent: -5000px;
outline: none;
float: left;
}
#affiliate-logos, #affiliate-logos a {
display: block;
background: url(../images/affiliate-logos.jpg) no-repeat;
width: 500px;
height: 110px;
text-indent: -5000px;
outline: none;
margin-top: 15px;
}
.more {
text-align: right;
}
#copyright {
width: 100%;
clear: both;
height: 70px;
background: #c4dcf4;
text-align: center;
font-size : 87%;
padding-top: 5px;
color: #0e6dbe;
margin-top: 25px;
}
.external {
background: url(../images/external.png) no-repeat right center;
text-decoration:none;
padding-right: 15px; 
}
.breadcrumb {
font-size:85%;
padding-left: 10px;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
ul {
margin-left: 25px;
}
li {
padding-bottom: 5px;
margin-left: 25px;
margin-right: 25px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 50px;
}
ol li {
margin: 0 0 6px;
}
.right  {
float: right;
padding: 0 75px 25px 25px;
}
.left {
float: left;
padding: 0 0 25px 25px;
}
.center {
text-align: center;
padding-top: 50px;
}
.logos {
padding: 25px 50px;
}
ul.services {
margin: 0;
padding: 14px 15px;
}
ul.services li{
margin: 0 0 6px;
padding: 0;
list-style: none;
}

table {
margin: 25px;
margin-top: 5px;
}

table#locations {
border: 1px solid #e2e2e2;
width: 90%;
font-size: 85%;
}
table#locations td {
border: 1px solid #e2e2e2;
vertical-align: top;
}








/*form*/
form {
width: 38em;
margin-left: 25px;
}
form p{
font-size: 100%;
padding: 2px;
}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #0068ff;
}
/* legend styling */
legend {
font-weight: bold;
color: #0068ff;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 225px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 225px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 162px;
padding: 0 .25em;
background-color: #0068ff;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}

**/


.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

a {
outline: none;
color:#0e6dbe;
}

a:hover{
	color:#e8262b;
}


/*sidebar nav current*/

ul.sf-menu {
margin-left: 0;
}


body#home_page ul.sf-menu li#home a {
color: #ffdd00;
cursor: default;
}
body#about_page ul.sf-menu li#about a {
color: #ffdd00;
cursor: default;
}
body#repairs-and-service_page ul.sf-menu li#repairs-and-service a {
color: #ffdd00;
cursor: default;
}
body#new-equipment_page ul.sf-menu li#new-equipment a {
color: #ffdd00;
cursor: default;
}
body#maintenance_page ul.sf-menu li#maintenance a {
color: #ffdd00;
cursor: default;
}
body#blog_page ul.sf-menu li#comfort-blog a {
color: #ffdd00;
cursor: default;
}
body#contact_page ul.sf-menu li#contact a {
color: #ffdd00;
cursor: default;
}
ul.sf-menu li#contact .last {
border-right: none;
}




/*sidbar nav */
ul.sidebar-nav {
	width: 100%;
	
	
	margin-bottom: 1px;
	}
	
	ul.sidebar-nav li {
	width: 290px;
	
	margin-right: 5px;
	padding-bottom: 8px;
	list-style: none;
	background: url(../images/sidebar-button.gif) no-repeat;

}
	
ul.sidebar-nav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	list-style: none;
	outline: none;
	text-align: center;
	}	
	
ul.sidebar-nav li a:link, ul.sidebar-nav li a:visited {
	color: #fff;
	display: block;
	padding: 8px 0 0 10px;
	}
	
ul.sidebar-nav li a:hover {
	color: #ffdd00;
	padding: 8px 0 0 10px;
	}	




/*main nav on original build. Kept code in case client wants to revert*/
#tabs8 {
	width: 590px;
	margin: 0 auto;
	float: right;
	}
	   
#tabs8 ul {
	  margin:0;
	  padding: 0;
	  padding:10px 0px 0 0px;
	  list-style:none;
	}

#tabs8 li {
      display:block;
      margin:0;
      padding:0;
	}

#tabs8 a {
	display:block;
      float:left;
      background:url(../images/main-nav-left.gif) no-repeat left top;
      margin:0;
	  margin-bottom: 2px;
       padding:0;
color: #fff;
      text-decoration:none;
	  	}

#tabs8 a span {
display:block;
      float:left;
      background:url(../images/main-nav-right.gif)right top;
      margin:0;
      padding:5px 14px 4px 14px;
      text-decoration:none;
	  	}
    
#tabs8 a:hover span {
      color: #ffdd00;
	}
	  
#nav {
width: 833px;
height: 43px;
background: #4289ad;
margin-left: 3px;
}
.packages {
background-color:#d7e6f4;
border: 1px solid #c4dcf4;
margin-bottom: 10px;
}
ul.sidebar-nav  {
margin-left: 0;
}

#footer
{
	border-top:solid 1px #cecece;
}

#footer ul
{
	margin:0px;
	padding:0px;
}

#footer ul li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:10px;
	width:162px;
	float:left;
}

#footer .footerservices
{
	width:170px;
	float:left;
	margin-right:20px;
	border-right:solid 1px #cecece;
}

#footer .footerbrands
{
	width:650px;
	margin-right:0px;
	float:left;
}

h5
{
	font-size:11px;
	font-weight:bold;
	color:#0e6dbe;
	margin-top:5px;
}

.clear
{
	clear:both;
}

#ad1
{
	width:244px;
	height:156px;
	background:url(/images/ad1.png);
	position:relative;
	float:left;
	margin-right:5px;
}

#ad2
{
	width:244px;
	height:156px;
	background:url(/images/ad2.png);
	position:relative;
	float:left;
}

.dollarsign
{
	font-size:40px;
}

#ad1text,#ad2text
{
	position:absolute;
	top:15px;
	left:20px;
	width:216px;
	font-size:24px;
	line-height:30px;
	color:White;
}

#ad2text
{
	color:#333333;
}

#ad1price,#ad2price
{
	position:absolute;
	bottom:5px;
	right:20px;
	font-size:70px;
	line-height:70px;
	vertical-align:top;
	color:#ffdf00;
	letter-spacing:-5px;
}

#ad2price
{
	color:#418aac;
}

.addetails
{
	font-size:13px;
}


