@charset "UTF-8";
body  {
	background: #DFDDD1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6B6965;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat;
}

p {
	line-height: normal;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px 0px;	
}

h1 {
	font-size: 24px;
	color: #5F3F84;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #843F4F;
	text-transform: uppercase;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-style: italic;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

/********************* Link Styles *********************/

a {
	text-decoration: underline;
	color: #646464;
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #646464;
	font-weight: bold;;
}

a:visited {
	text-decoration: underline;
	color: #646464;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;;
}


/********************* List Styles *********************/

ul {
	
	/*list-style: disc url(../images/bullet.gif) inside;*/
	
	/*text-indent: -1em;*/
}
	
ul li {
	padding: 5px 2px 5px 12px;
    background-position:0 5px;
}
	
ul ul{
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
ul ul li{
	padding: 5px 2px 5px 12px;
	background:none;
}


/********************* Styles *********************/
.twoColFixLtHdr #container {
	width: 950px;
	margin: 0 auto;
	border-right: 1px solid #8C8A84;
	border-left: 1px solid #8C8A84;
	border-bottom: 1px solid #8C8A84;
	text-align: left;
}

.twoColFixLtHdr #utils {
	margin: 0;
	padding: 10px 10px 10px 10px;
	background-color: #151412;
	background-image: url(../images/utils_bg.jpg);
	background-repeat: no-repeat;
	background-position: right-position;
}

.twoColFixLtHdr #utils h1 {
	margin: 0;
	padding: 0px 0px;
	font-size: 12px;
	color: #DFDDD1;
	font-weight: normal;
}

.twoColFixLtHdr #call {
	margin: 0;
	padding: 0px 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	float: right;
}

.twoColFixLtHdr #header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0px 0px;
	font-size: 12px;
	color: #DFDDD1;
}

/************************** Navigation ******************************************/
.twoColFixLtHdr #mainNav {
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 58px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #mainNav a {
	text-decoration: none;
	color: #DFDDD1;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

.twoColFixLtHdr #mainNav a:link {
	text-decoration: none;
	color: #DFDDD1;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

.twoColFixLtHdr #mainNav a:visited {
	text-decoration: none;
	color: #DFDDD1;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

.twoColFixLtHdr #mainNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}


/********************* Sidebar Styles *********************/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 5px;
}

.twoColFixLtHdr #sidebar1 a {
	text-decoration: none;
	color: #003665;
}

.twoColFixLtHdr #sidebar1 a:link {
	text-decoration: none;
	color: #003665;
}

.twoColFixLtHdr #sidebar1 a:visited {
	text-decoration: none;
	color: #003665;
}

.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.twoColFixLtHdr #sidebar1 ul {
	margin: 10px 0px 10px 0px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 10px;
	/*text-indent: -1em;*/
	list-style-type:none;
	}
	
.twoColFixLtHdr #sidebar1 ul li {
	padding: 5px 0px 5px 10px;
    background:transparent url(../images/arrow.gif) no-repeat;
    background-position:0 5px;
	border-bottom: 1px solid #4ba4fb;
	border-top: 1px solid #003665;
}
	
.twoColFixLtHdr #sidebar1 ul ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
.twoColFixLtHdr #sidebar1 ul ul li{
	padding: 5px 2px 5px 12px;
	background:none;
}

/************************** Flash ******************************************/
.twoColFixLtHdr #flashHolder {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #F3F0EB;
	background-image: url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
	background-color: #2D2C28;
}

.twoColFixLtHdr #flash {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	
}

/************************** Content ******************************************/
.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #DFDDD1;
}

.twoColFixLtHdr #mainContentHome {
	margin: 0px 300px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 20px 10px 58px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

.twoColFixLtHdr #mainContentHome p {
	line-height: 16px;	
}

.twoColFixLtHdr #mainContentHome ul {
	margin: 10px 0px 10px 0px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 10px;
	/*text-indent: -1em;*/
	list-style-type:none;
	}

.twoColFixLtHdr #mainContentHome ul li {
	padding: 5px 0px 5px 20px;
    background:transparent url(../images/arrow.jpg) no-repeat;
    background-position:0 5px;
	/*border-bottom: 1px solid #4ba4fb;
	border-top: 1px solid #003665;*/
}

.twoColFixLtHdr #mainContentHome img {
	border: 1px solid #BFBCAE;
	}

/************************** Testimonial Specs ******************************************/

.twoColFixLtHdr #testimonial {
	float: right;
	width: 226px;
	margin: 20px 20px 0px 0px;
	padding: 10px 0px 10px 0px;
	color: #DFDDD1;
	background-color: #514F4B;
	font-size: 10px;
	background-image: url(../images/test_bg2.jpg);
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
}

.twoColFixLtHdr #testimonial img{
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #000000;
}

.twoColFixLtHdr #testimonial h1{
	margin: 0;
	padding: 10px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #DFDDD1;
}

.twoColFixLtHdr #testimonial p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 20px 2px 20px;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #testimonial a {
	text-decoration: none;
	color: #EBCF27;
	font-weight: bold;
}

.twoColFixLtHdr #testimonial a:link {
	text-decoration: none;
	color: #EBCF27;
	font-weight: bold;
}

.twoColFixLtHdr #testimonial a:visited {
	text-decoration: none;
	color: #EBCF27;
	font-weight: bold;
}

.twoColFixLtHdr #testimonial a:hover {
	text-decoration: underline;
	color: #EBCF27;
	font-weight: bold;
}

.twoColFixLtHdr #sign {
	background-color: #504F4B;	
}

.twoColFixLtHdr #buttons {
	float: right;
	width: 226px;
	margin: 20px 40px 0px 10px;
	padding: 10px 0px 10px 0px;
	color: #DFDDD1;
	background-color: transparent;
	font-size: 10px;
	background-image: url(../images/chiropractic_office.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #buttons p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 20px 2px 20px;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #buttons h1 {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 4px 0px;
}

.twoColFixLtHdr #buttons a {
	text-decoration: none;
	color: #EBCF27;
}

.twoColFixLtHdr #buttons a:link {
	text-decoration: none;
	color: #EBCF27;
}

.twoColFixLtHdr #buttons a:visited {
	text-decoration: none;
	color: #EBCF27;
}

.twoColFixLtHdr #buttons a:hover {
	text-decoration: underline;
	color: #EBCF27;
}

/************************** Footer ******************************************/
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F9F7ED;
	color: #8C8A84;
	font-size: 10px;
	text-align: center;
	border-top: 4px solid #ffffff;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer a {
	text-decoration: none;
	color: #65567C;
	font-weight: bold;
}

.twoColFixLtHdr #footer a:link {
	text-decoration: none;
	color: #65567C;
	font-weight: bold;
}

.twoColFixLtHdr #footer a:visited {
	text-decoration: none;
	color: #65567C;
	font-weight: bold;
}

.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.legal {
	font-size: 10px;
	color: #666666;
	padding: 0px 0px 4px 10px;
}

.highlight {
	BORDER-RIGHT: #dbdac4 1px solid; PADDING-RIGHT: 15px; BORDER-TOP: #dbdac4 1px solid; PADDING-LEFT: 15px; BACKGROUND: #ecece3; PADDING-BOTTOM: 0px; BORDER-LEFT: #dbdac4 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #dbdac4 1px solid
}

DIV.moduletable {
	MARGIN-BOTTOM: 20px
}
TABLE.moduletable .contentheading {
	HEIGHT: 30px
}
/************************** Floats ******************************************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px 0px 4px 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px 10px 4px 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}