h1, h2, h4, h5, h6 {
	color: #000;
}

div#sub h1, div#sub h2, div#sub h3, div#sub h4, div#sub h5, div#sub h6 {
	color: #463427;
}
a#placeholder-logo {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div.whoslogged {
	color: #fff;
}

div#placeholder-nav {
	color: #fff;
}

div#placeholder-hero {
	background: #eee;
	border: 1px solid #eee;
}

div#placeholder-footer {
	color: #888;
}

/* @group Forms */

#placeholder-box1 {
	background: #E1DDCB;
	color: #555;
	padding: 27px 9px;
}

#placeholder-box1 a {
	color: #463427;	
}

#placeholder-box2, #placeholder-box3 {
	background: #E9E6D8;
	color: #555;
	padding: 9px;
}

#placeholder-box2 {
	border-bottom: 1px solid #E1DDCB;
	padding: 18px 9px 0 9px;
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	margin: 0;
	padding-bottom: 9px;
}

.announcement-list {
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 6px 0 0 5px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 2px;
}

#navigation table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #1969bc;
	text-decoration: none;	
}

a:hover, a:active {
	color: #1969bc;
	text-decoration: underline;
}

#navigation table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

div#header div.inner, div.whoslogged {
	height: 180px;
}

div.whoslogged {
	line-height: 180px;
	text-align: right;
}

a#placeholder-logo {
	position: relative;
	top: 54px;
}

div#placeholder-search {
	padding-top: 9px;
	text-align: right;
}

div.search-box input.cat_textbox_small {
	width: 150px;
}


div#placeholder-nav {
	height: 36px;
	padding-top: 18px;
}

div#placeholder-hero {
	height: 216px;
	margin-bottom: 18px;
}

div#placeholder-rss {
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}


#navigation table td {cursor: pointer;cursor: hand; }    /* @end */




/* SLIDER STYLES*/

a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

a.button.next {
	float: right;
	text-indent: -9999px;
}

a.button.next {
	background: url(../cssimg/button-frontslidenext.png) no-repeat 0 0;
	height: 34px;
	width: 94px;
}

a.button.next:hover, .scroller a.button.next:active {
	background: url(../cssimg/button-frontslidenext.png) no-repeat 0 -34px;
}

.home .scroller #section1 a.next {
	background: none;
	float: right;
}

ul#tour-path {
	background: #115EB0;
}

.home .scroller {
	background: #fff;
}


.home .scroller #section1 {
	background: url(../cssimg/hero.png) no-repeat 93% 40px;
}


#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	color: cyan;
	text-decoration:none;
}
#tour-path a.on {
	background:transparent url(../cssimg/on-frontpageslider-new.jpg) no-repeat scroll 50% 0pt;	
	cursor:default;
}




/* !!! Don't touch these unless you know what you're doing ---------*/

ul#tour-path {
	height: 50px;
	margin: 0 0 36px;
	padding: 0 0 0 20px;
	width: 940px;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 50px;
	margin: 0 16px;
}

.home .scroller {
	height: 380px;
	overflow: hidden;
	width: 960px;
}

.home .scroller .section {
	height: 380px;
	float: left;
	overflow: hidden;
	width: 960px;
}

.home .scroller #section1 a.next {
	background: none;
	float: right;
}

.home .scroller .content {
	width: 10000px;
}

.scroller .content img.screenshot {
	border: 2px solid #eee;
	float: right;
	margin: 36px 36px 0 0;
}

.scroller .content .video {
	margin: 15px 20px 20px 20px;
}

.caption {
	float: left;
	font-size: 12px;
	height: 300px;
	padding: 24px 18px 18px 50px;
	width: 380px;
}

.home .scroller #section1 .caption {
	padding-top: 0px;

}

.caption h1 {
	color: #222;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 54px 0 0;
}

.home .scroller #section1 .caption h1 {
	margin: 45px 0 24px;
}

.caption p {
	color: #333;
	line-height: 18px;
	margin: 0 0 20px 0;
}

.caption ul {
	margin: 40px 0 0 0;
}

.caption ul li {
	list-style: none;
	margin: 18px 0;
}

#flashcontent {
	margin: 30px 0 0 0;
}

.caption ul li img {
	vertical-align: top;
	margin: 0 10px 0 0;
}



/* Kiesling additions */
body {
	margin:0px;
	padding:0px;
	background:#FDFDFA url(/cssimg/background-rep.jpg) 50% 0 repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#513C33;
	font-size:12px;
	line-height:19px;
}
#main {
	background:/*#291E18*/;
	width:900px;
	width:900px !important;
	margin:0 auto;
    background: url(/cssimg/header-back.jpg) no-repeat;
}
.container {
	width:900px !important;
	width:900px;

}

.imgleft {
	float:left;
	margin-right:10px;
	padding:1px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.imgright {
	float:right;
	margin-right:10px;
	padding:1px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.imgphotoleft {
	border:2px solid #C8C2A2;
	float:left;
	margin-right:10px;
	padding:1px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.imgphotoright {
	border:2px solid #C8C2A2;
	float:right;
	margin-right:10px;
	padding:1px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

p.flash /*{width: 610px; height: 260px; background-image:url(/Images/flashbg.jpg); padding: 10px 0 0 10px;}*/

/* 
	Header-Styles 
*/

#header {
	margin:0;
	padding:0;
	background:url(/cssimg/header-back.jpg) 0 0 no-repeat;
	height:165px !important;
	height:165px;
}

#logo {
	width:296px !important;
	width:296px;
	height:165px !important;
	height:165px;
	float:left;
}

#image-header {
	float:right;
	width:350px !important;
	width:350px;
	height:165px !important;
	height:165px;
}
/* 
	Content-Styles 
*/
.left-column {
	width:200px !important;
	width:200px;
	float:left;
	min-height:350px !important;
	min-height:350px;
	border-right:1px solid #D9D5D5;
}


div#placeholder-nav-vert {
	margin:10px 5px 10px 10px;
	border-bottom:1px solid #D9D5D5;
	float:left;
}

td.menu-item {
	color: #694E41;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 12px;
	text-transform:uppercase;
}

td.menu-item-hover {
	color: #548FAF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 12px;
	text-transform:uppercase;
}

td.menu-item-selected {
	color: #548FAF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 12px;
	text-transform:uppercase;
}

td.submenu-item {
	background: #D6D0BA;
	color: #694E41;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1em;
	text-decoration : none;
}

td.submenu-item-hover {
	background: #D6D0BA;
	color: #548FAF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1em;
	text-decoration : none;
}

td.submenu-item-selected {
	background: #D6D0BA;
	color: #548FAF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1em;
	text-decoration : none;
}

/* @group Links */

div#placeholder-nav-vert td {
	text-align: left;
}

div#placeholder-nav-vert div div table td {
	font-size: 11px;
	padding: 3px;
	text-align: left;
}

#placeholder-nav-vert table td {
	cursor: pointer;
	cursor: hand;
}


.text_block {
	float:left;
	margin:0 5px;
	width:190px !important;
	width:190px;
}
.main-column {
	width:665px !important;
	width:665px;
	float:left;
	margin:15px;
}

.main-column h1 {
	font:26px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#5E4539;
}

#main-content {
	background:#FDFDFA;
	min-height:350px !important;
	min-height:350px;
}

/*
	Footer-Styles
*/
#footer {
	padding:0;
	margin:0 auto;
	background:#291E18;
}

.footer_column {
	float:left;
	width:430px !important;
	width:430px;
	margin:15px 10px 10px 15px;
}

#footer .right {
	float:left;
	width:430px !important;
	width:430px;
	margin:15px 15px 10px 0;
}

#footer .footer {
	float:right;
	width:360px !important;
	width:360px;
	margin:15px 10px;
	text-align:right;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#AA8471;
}
#footer .footer A, #footer .footer A:hover {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#92B7CB;
}
#footer .copyright {
	float:left;
	width:500px !important;
	width:500px;
	margin:15px 10px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#AA8471;
}

.copyright A, .copyright A:hover {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#92B7CB;
}

#menu-static {
	background-color:#69795D;
	height:25px !important;
	height:25px;
	border-bottom:1px solid #505B40;
	border-top:1px solid #8D9E81;
}

.phonenumber {
	float: left;
    padding: 3px 0 0 10px;
    font-size: 11px;
    width: 425px;
    color: #FFFFFF;
}

ul#menu {
	margin:0;
	padding:2px;
	float:right;
}
ul#menu li {
	display:inline;
	margin-right:15px;
}
ul#menu li a {
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#B7C1AE;
}

.author {
    margin:-16px 0px 20px 0px;
    padding: 0 0 20px 30px;
    float:left;
    display:block;
    width:635px;
    font-style:italic;
    border-bottom: dotted 1px;
}
ul.doctor {
    float:left;
    margin:0;
    list-style:none;
    display:block;
    clear:left;
    width:315px;
}


div.map {
    float:left;
    margin-bottom:20px;
}    
div.docbox {
	border-bottom:#9F7E6D dotted 1px;
        margin-bottom:30px
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* FixPNG for IE6 */

/* FixPNG from Komodo */

* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/cssimg/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}
