/* Global */
* {
	padding: 0;
	margin: 0;
	}
body {
	background: #ccf url("images/bg_tile.gif") repeat-x top left;
	font: medium Verdana, Arial, Helvetica, sans-serif;
	/* behavior: url(csshover.htc); */
	text-align: center;
	padding: 10px;
	color: #000;
	}
/* Faux Columns */
#wrap {
	max-width: 1230px;
	min-width: 750px;
	text-align: left;
	margin: 0 auto;
	}
#wrap-outer {
	background:    url("images/faux_content.gif") repeat-y 28% 0;
	text-align: left;
	}
#wrap-inner {
	background:    url("images/faux_navigation.gif") repeat-y 72% 0;
	}
/* Header */
#header {
	text-align: left;
	background: #9cf;
	font-size: 80%;
	}
#header ul {
	padding-bottom: 10px;
	list-style: none;
	}
#header ul li {
	display: inline;
	}
#header ul li em {
	text-transform: uppercase;
	font-style: normal;
	}
#header ul li a {
	font-weight: bold;
	color: #00f;
	}
#header ul li a:hover {
	text-decoration: none;
	background: #ffc;
	color: #639;
	}
#header ul li a:visited {
	color: #639;
	}
#header ul li a:active {
	color: #f00;
	}
#header ul li img {
	background: #9cf;
	}
/* Logo */
#logo {
	background: #03c url("images/corner_top_r.gif") no-repeat top right;
	border-bottom: 1px solid #006;
	color: #fff;
	}
#logo h1 {
	background:    url("images/corner_top_l.gif") no-repeat top left;
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	padding: 10px 15px;
	font-size: 140%;
	}
#logo h1 a {
	background:    url("images/logo.gif") no-repeat center left;
	text-decoration: none;
	text-align: right;
	display: block;
	height: 72px;
	color: #fff;
	}
#logo h1 a:hover {
	/* background: url(images/logo_over.gif) center left no-repeat; */
	color: #ff0;
	}
/* Navigation */
#navigation {
	background: #006;
	float: right;
	width: 28%;
	}
#navigation h2 {
	font-family: Georgia, serif;
	border-top: 1px solid #fff;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 10px 20px;
	background: #009;
	font-size: 100%;
	color: #ff0;
	}
#navigation ul {
	border-top: 1px solid #fff;
	list-style: none;
	font-size: 90%;
	}
#navigation ul li {
	border-bottom: 1px solid #fff;
	padding: 5px 10px;
	background: #006;
	}
#navigation ul li a {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 5px 10px;
	display: block;
	color: #fff;
	}
#navigation ul li a:hover {
	color: #ff0;
	}
#navigation ul li a:active {
	color: #fff;
	}
#navigation ul li a:visited {
	background:    url("images/check_006.gif") no-repeat center right;
	}
#navigation ul li:hover, #navigation ul li:active {
	background: #003 url("images/arrow_003.gif") no-repeat center left;
	}
#id-doctors #navigation ul li.id-doctors,
#id-firstvisit #navigation ul li.id-firstvisit,
#id-chiropractic #navigation ul li.id-chiropractic,
#id-acupuncture #navigation ul li.id-acupuncture,
#id-laser #navigation ul li.id-laser,
#id-rehab #navigation ul li.id-rehab,
#id-massage #navigation ul li.id-massage,
#id-insurance #navigation ul li.id-insurance {
	background: #006 url("images/arrow_006.gif") no-repeat center left;
	cursor: default;
	} 
#id-doctors #navigation ul li.id-doctors a:hover,
#id-firstvisit #navigation ul li.id-firstvisit a:hover,
#id-chiropractic #navigation ul li.id-chiropractic a:hover,
#id-acupuncture #navigation ul li.id-acupuncture a:hover,
#id-laser #navigation ul li.id-laser a:hover,
#id-rehab #navigation ul li.id-rehab a:hover,
#id-massage #navigation ul li.id-massage a:hover,
#id-insurance #navigation ul li.id-insurance a:hover {
	cursor: default;
	color: #fff;
	}
/* Mouse Interactivity */
abbr, .abbr {
	cursor: help;
	}
/* Container for Primary and Secondary Content */
#content {
	float: left;
	width: 70%;
	}
/* Primary Content */
#primaryContent {
	background: #fff;
	float: right;
	width: 58%;
	}
#primaryContent h2 {
	font-family: Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 130%;
	padding: 10px;
	color: #000;
	}
#primaryContent h3 {
	font-family: Georgia, serif;
	text-transform: capitalize;
	padding: 0 10px 10px 10px;
	letter-spacing: 1px;
	font-size: 120%;
	color: #03c;
	}
#primaryContent h4 {
	font-family: Georgia, serif;
	padding: 0 10px 10px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 100%;
	color: #000;
	}
#primaryContent h5 {
	font-family: Georgia, serif;
	padding: 0 10px 10px 10px;
	letter-spacing: 1px;
	font-size: 100%;
	color: #03c;
	}
#primaryContent p {
	padding: 0 10px 10px 10px;
	font-size: 95%;
	}
#primaryContent ul, #primaryContent ol {
	padding: 0 30px 10px 30px;
	font-size: 95%;
	}
#primaryContent ul.curriculumvitae {
	padding: 0 30px 5px 30px;
	font-size: 80%;
	}
#primaryContent ul.curriculumvitae li {
	padding-bottom: 5px;
	}
#primaryContent ul#localnavigation {
	list-style:    url("images/arrow_fff.gif");
	}
#primaryContent blockquote {
	padding: 0 30px 10px 30px;
	font-style: italic;
	font-size: 80%;	
	}
#primaryContent span img {
	padding: 0 0 15px 15px;
	width: 260px;
	float: right;
	}
/* 
#primaryContent span img {
	padding: 0 0 15px 15px;
	max-width: 260px;
	float: right;
	width: 50%;
	}
#primaryContent span img:hover {
	width: 260px;
	}
#primaryContent span#img-home img {max-width: 260px;}
#primaryContent span#img-home img:hover {width: 260px;}
#primaryContent span#img-rehab img {max-width: 250px;}
#primaryContent span#img-rehab img:hover {width: 250px;}
#primaryContent span#img-insurance img {max-width: 250px;}
#primaryContent span#img-insurance img:hover {width: 250px;}
#primaryContent span#img-firstvisit img {max-width: 250px;}
#primaryContent span#img-firstvisit img:hover {width: 250px;}
#primaryContent span#img-massage img {max-width: 250px;}
#primaryContent span#img-massage img:hover {width: 250px;}
#primaryContent span#img-ceo img {max-width: 216px;}
#primaryContent span#img-ceo img:hover {width: 216px;}
 */
#primaryContent a {
	color: #00f;
	}
#primaryContent a:hover {
	text-decoration: none;
	background: #ffc;
	color: #639;
	}
#primaryContent a:visited {
	color: #639;
	}
#primaryContent a:active {
	color: #f00;
	}
#primaryContent a.external {
	background:    url("images/link_blue.gif") no-repeat top right;
	padding-right: 10px;
	}
#primaryContent a:hover.external {
	background: url(images/link_purple.gif) no-repeat top right;
	}
#primaryContent a:visited.external {
	background: url(images/link_purple.gif) no-repeat top right;
	}
#primaryContent a:active.external {
	background: url(images/link_red.gif) no-repeat top right;
	}
#primaryContent em.underline {
	text-decoration: underline;
	font-style: normal;
	}
#primaryContent .small {
	font-size: 80%;
	}
/* Secondary Content */
#secondaryContent {
	background: #006;	
	float: left;
	width: 40%;
	}
#secondaryContent h2 {
	border-bottom: 1px solid #fff;
	font-family: Georgia, serif;
	border-top: 1px solid #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 10px 15px;
	background: #009;
	font-size: 100%;
	color: #ff0;
	}
#secondaryContent dl {
	padding: 0 15px;
	font-size: 80%;
	color: #fff;
	}
#secondaryContent dl dt {
	font-family: Georgia, serif;
	font-style: italic;
	padding-top: 10px;
	font-size: 120%;
	}
#secondaryContent p {
	font-size: 90%;
	}
#secondaryContent span.block {
	display: block;
	}
#secondaryContent dt.inline, #secondaryContent dd.inline {
	display: inline;
	}
#secondaryContent p#directions {
	padding: 10px 16px;
	}
#secondaryContent p#directions a {
	/* background: url(images/link_green.gif) top right no-repeat; */
	padding-right: 10px;
	letter-spacing: 1px;
	color: #3f0;
	}
#secondaryContent p#directions a:hover {
	/* background: url(images/link_yellow.gif) top right no-repeat; */
	text-decoration: none;
	color: #ff0;
	}
#secondaryContent p#directions a:visited {
	/* background: url(images/link_yellow.gif) top right no-repeat; */
	color: #ff0;
	}
#secondaryContent p#directions a:active {
	/* background: url(images/link_white.gif) top right no-repeat; */
	color: #fff;
	}
#secondaryContent p#appointment {
	clear: both;
	font-size: 80%;
	padding: 10px 16px;
	color: #fff;
	}
/* Copyright */
#copyright {
	background: #03c url("images/corner_bot_l.gif") no-repeat bottom left;
	border-top: 1px solid #fff;
	text-align: center;
	font-size: 80%;
	color: #fff;
	clear: both;
	}
#copyright p {
	background:    url("images/corner_bot_r.gif") no-repeat bottom right;
	padding: 10px;	
	}
/* Footer */
#footer {	
	text-align: right;
	background: #ccf;
	font-size: 80%;
	}
#footer ul {
	padding-top: 10px;
	list-style: none;
	}
#footer ul li {
	display: inline;
	}
#footer ul li a {
	font-weight: bold;
	color: #00f;
	}
#footer ul li a:hover {
	text-decoration: none;
	background: #ffc;
	color: #639;
	}
#footer ul li a:visited {
	color: #639;
	}
#footer ul li a:active {
	color: #f00;
	}
#footer a.external {
	background:    url("images/link_blue.gif") no-repeat top right;
	padding-right: 10px;
	color: #00f;
	}
#footer a:hover.external {
	background: #ffc url(images/link_purple.gif) no-repeat top right;
	color: #639;
	}
#footer a:visited.external {
	background: url(images/link_purple.gif) no-repeat top right;
	color: #639;
	}
#footer a:active.external {
	background: url(images/link_red.gif) no-repeat top right;
	color: #f00;
	}
#footer ul li img {
	background: #ccf;
	}
#footer ul li span {
	font-size: 95%;
	}
