/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.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%;  
}

h7 {
	font-weight:normal; 
	margin-bottom:6px;
	font-size:11px;
	color: #761c1b;  
}

h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
	color: #761c1b;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
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;
}
ul.list,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul.list,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li.list {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li.list {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
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],textarea{width:12.25em;*width:11.9em;}






/* CUSTOM STYLING */

body {

}

a {
	text-decoration: none;
	color: #3d49a2;
}

#custom-doc {
	background: url(images/left_grad.gif) left repeat-y;
}

ul#topleft-nav, ul#topright-nav {
	padding-top: 43px;
}

ul#topleft-nav {
	text-align: right;
	padding-bottom: 30px;
	padding-right: 15px;
}

ul#topleft-nav li, ul#topright-nav li {
	display: inline;
	padding: 0px 5px;
}

ul#topleft-nav li, ul#topleft-nav li a {
	color: #761c1b;
}

ul#topright-nav, ul#topright-nav li a {
	color: #a2c9ea;
}

ul#topright-nav li a {
	font-weight: bold;
}

ul#topright-nav li a:hover, ul#topright-nav li.current a {
	color: white;
}

ul#topright-nav li ul, ul#topleft-nav li ul {
	display: none;
}

ul#topright-nav li.current ul {
	display: block;
	position: absolute;
	z-index: 100;
	margin-top: 12px;
}


ul#topright-nav li.current ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #dec9c8;
}

ul#topright-nav li ul li a:hover {
	color: white;
}

ul#topleft-nav li a, ul#topright-nav li a {
	font-size: 13px;
}

ul#topleft-nav li a:hover {
	text-decoration: underline;
}

#topleft {
	background-color: #dae9f5;
}

#left {
	background: url(images/left_grad.gif) right repeat-y;
}

#topnav {
	background-color: #761c1b;
}

#stock {
	height: 82px;
	background: url(images/stock.jpg) center no-repeat;
}

ul#doclist_pics {
	margin: 10px 10px 10px 1px;
	float: left;
}

ul#doclist_pics img {
	margin-right: 10px;
}

.number {
	font-weight: bold;
	font-size: 10px;
	margin-right: 3px;
	color: #751c1b;
}

.doctortext {
	font-size: 12px;
	font-weight: bold;
	color: #751c1b;
	margin: 10px;
}

ul#doclist {
	float: right;
	margin-right: 16px;
}

ul#doclist a {
	font-size: 11px;
	color: black;
}
	
#left {
	
}

#right {
	padding-top: 20px;
}

ul#homelist {
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
}

ul#homelist li {
list-style-image: url(images/arrow.jpg);
	margin-bottom: 10px;
}

ul#loop li {
	list-style-image: none;
	font-size: 12px;
	width: 150px;
	color: #751c1b;
	margin-top: 5px;
	background-color: white;
}

ul#loop li .by {
	font-size: 10px;
}

ul#rightnav {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

ul#bigdoclist {
	margin-left: 30px;
	font-size: 11px;
}

ul#bigdoclist li {
	height: 64px;
}

ul#bigdoclist img {
	margin-right: 10px;
}

ul#bigdoclist .doctorname {
	display: block;
	padding-top: 10px;
	font-weight: bold;
	color: #751c1b;
	font-size: 12px;
}

ul#doctorinfo {
	clear: both;
}

ul#doctorinfo div.right {
	margin-bottom: 20px;
}

ul#doctorinfo div.left {
	text-align: right;
	float: left;
	width: 180px;
	margin-right: 10px;
	font-weight: bold;
	color: #751c1b;
}

ul#doctorinfo div.right {
	width: 300px;
	float: left;
}

ul#doctorinfo div.right ul li {
	margin-bottom: 5px;
}
	
div.home {
	background: url(images/right_map.jpg) right no-repeat;
	height: 461px;
}

div.foot {
	text-transform: uppercase;
	font-size: 10px;
	padding: 10px 0px;	
}

div.foot .first {
	font-weight: bold;
	color: #761c1b;
}







form{
margin:0;
padding:0;
}

fieldset{
margin:1em 0;
border:none;
border-top:1px solid #ccc;
}

legend{
margin:1em 0;
padding:0 .5em;
color:#036;
background:transparent;
font-size:1.3em;
font-weight:bold;
}

label{
float:left;
width:100px;
padding:0 1em;
text-align:right;
}

fieldset div{
margin-bottom:.5em;
padding:0;
display:block;
}

fieldset div input,fieldset div textarea{
width:150px;
border-top:1px solid #555;
border-left:1px solid #555;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
padding:1px;
color:#333;
}

fieldset div select{
padding:1px;
}

div.fm-multi div{
margin:5px 0;
}

div.fm-multi input{
width:1em;
}

div.fm-multi label{
display:block;
width:200px;
padding-left:5em;
text-align:left;
}

#fm-submit{
clear:both;
padding-top:1em;
text-align:center;
}

#fm-submit input{
border:1px solid #333;
padding:2px 1em;
background:#555;
color:#fff;font-size:100%;
}

input:focus,textarea:focus{
background:#efefef;
color:#000;
}

fieldset div.fm-req{
font-weight:bold;
}

fieldset div.fm-req label:before{
content:"* ";
}

#container{
margin:0 auto;
padding:1em;
width:350px;
text-align:left;
}

p#fm-intro{
margin:0;
}