/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1 {

	border-bottom: 1px #8c2832 solid;
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	color: #8c2832; 
}
h4 {
	color: #000;
	letter-spacing:.25em;
	margin: 1em;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: square outside;
	font-family:Arial, Helvetica, sans-serif;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password]{width:12.25em;*width:11.9em;}
textarea{width: 20em;}

a, a:visited {
	color: #d32332;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dashed;
}

p {
	
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}
.yui-t7, #doc {
	width:780px;
	min-width: 780px;
}


.yui-bText {
	/*width:97%;*/
	min-height: 200px;
	padding: 20px;
}

.yui-bCol300 {
	width: 300px;
	float: right;
	border-left: 1px #8c2832 dashed;
	
	padding: 10px; 
	margin: 0px 0px 5px 5px;
}

.yui-bCol240 {
	width: 240px;
	float: right;
	border-left: 1px #8c2832 dashed;
	
	padding: 10px; 
	margin: 0px 0px 5px 5px;
}

.yui-bCol180 {
	width: 180px;
	float: right;
	border-left: 1px #8c2832 dashed;	
	/*border-bottom: thin #EEB954 dashed;	*/
	padding: 15px; 
	margin: 0px 0px 5px 5px;
}


.pulloutRT{
	/*width: 300px;*/
	float:right; 
	font-size: 9pt; 
	padding: 0px 0px 15px 15px; 
	margin: 0px 0px 5px 20px;
	text-align:right; 
	border-left:1px #8c2832 dashed; 
	/*border-bottom:thin #448ccb dashed; */
	font-family:Georgia,"Times New Roman",Times,serif;
	
	
}
.pulloutInText{
	width: 300px;
	font-size: 13pt; 
	padding: 20px 10px 20px 15px; 
	margin: 10px 0px 10px 90px;
	text-align:center; 
	border-top:1px #8c2832 dashed; 
	border-bottom:1px #8c2832 dashed; 
	color: #A0A0A0;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.pulloutInTextFull {
	width: 500px;
	font-size: 13pt;
	padding: 20px 10px 20px 15px;	
	margin:10px 0 10px 90px;
	text-align: center;
	border-top: 1px #8c2832 dashed;
	border-bottom: 1px #8c2832 dashed;
	color: #A0A0A0;
	font-family:Georgia,"Times New Roman",Times,serif;
}

.pullquote {
	border-left:1px dashed #8c2832;
	border-right:1px dashed #8c2832;
	color:#FF7700;
	display:block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:140%;
	font-style:italic;
	font-weight:normal;
	line-height:20px;
	margin:10px 0 10px 90px;
	overflow:hidden;
	padding:20px 30px;
	text-align:center;
	width:500px;
}
#hd {
	margin: 0px;
	padding: 0px;
}

html {
	/*height:100%;*/
	background-color: #a58b5a;
}
body {
	/*height:100%;
	background-image: url(../images/bodyBg.gif);*/
	background-color: #a58b5a;
	background-position:center top;
	background-repeat:repeat-y;
	color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.75em;
	
}
hr {
	color: #8c2832;
	height: 1px;
}
strong {
	font-weight:bold;
}

span {
	width: 150px;
	font-weight: bold;
	vertical-align: top;
	margin-right: 10px;
}
#doc {
	min-height: 100%;
	background-color:#e6dfcc;
}
* html #doc {
	height: 100%;
}

.imgFloatRight {
	float: right;
}
.imgFloatLeft {
	float: left;
}
.imgFloatCRight {
	float: right;
	clear:both;
}
.imgFloatCLeft {
	float: left;
	clear:both;
}


/** 
/** NAV CSS
/**          */
.nav {
    width: 742px;
    height: 35px;
    background: url(../images/menu.gif) no-repeat transparent scroll 0 0;
    position: relative;
    top:-10px;
    left:-5px;
}

.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
    position: absolute;
    top: 0;
    height: 35px;
    text-indent: -9000px;
    overflow: hidden;
	border: 0px;
}

    .nav .home a:link, .nav .home a:visited { left: 0px; width: 112px;  }
    .nav .home a:hover, .nav .home a:focus { background: url(../images/menu.gif) no-repeat 0px -35px;  }
    .nav .home a:active { background: url(../images/menu.gif) no-repeat 0px -70px;  }
	.current-home .home a:link, .current-home .home a:visited {background: url(../images/menu.gif) no-repeat 0px -105px;cursor:default; }
	
    .nav .physician a:link, .nav .physician a:visited { left: 112px; width: 165px;  }
    .nav .physician a:hover, .nav .physician a:focus { background: url(../images/menu.gif) no-repeat -112px -35px;  }
    .nav .physician a:active { background: url(../images/menu.gif) no-repeat -112px -70px;  }
	.current-physician .physician a:link, .current-physician .physician a:visited {background: url(../images/menu.gif) no-repeat -112px -105px;cursor:default; }
	
	.nav .practice a:link, .nav .practice a:visited { left: 277px; width: 187px;  }
    .nav .practice a:hover, .nav .practice a:focus { background: url(../images/menu.gif) no-repeat -277px -35px;  }
    .nav .practice a:active { background: url(../images/menu.gif) no-repeat -277px -70px;  }
	.current-practice .practice a:link, .current-practice .practice a:visited {background: url(../images/menu.gif) no-repeat -277px -105px;cursor:default; }

    .nav .services a:link, .nav .services a:visited { left: 465px; width: 156px;  }
    .nav .services a:hover, .nav .services a:focus { background: url(../images/menu.gif) no-repeat -465px -35px;  }
    .nav .services a:active { background: url(../images/menu.gif) no-repeat -465px -70px;  }
	.current-services .services a:link, .current-services .services a:visited {background: url(../images/menu.gif) no-repeat -465px -105px;cursor:default; }

    .nav .contact a:link, .nav .contact a:visited { left: 622px; width: 120px;  }
    .nav .contact a:hover, .nav .contact a:focus { background: url(../images/menu.gif) no-repeat -622px -35px;  }
    .nav .contact a:active { background: url(../images/menu.gif) no-repeat -622px -70px;  }
	.current-contact .contact a:link, .current-contact .contact a:visited {background: url(../images/menu.gif) no-repeat -622px -105px;cursor:default; }
	
.subnav {
	float: left;
	border-top: 10px solid #8c2832;
	background-color: #d6caaf;
	padding: 5px;
}
.subnav li {
	list-style-type:none;
}
#ft {
	/*background: url(../images/footerbg.jpg) repeat-x #9c8151;*/
	background-color: #a58b5a;
	padding: 15px;
	margin-top: 5px;
	min-height: 40px;
	height: 40px;
	text-align: right;
	color:#000;
	font-size: .85em;
}