/* FootDrx StyleSheet */

body {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background:#6babdd url(../images/bg_texture_blue.gif) top left repeat;
	
}

* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:small; /* for other IE versions */
}


* html body h2 {
	font-size:140%;
	margin-bottom:10px;
}	

a {
	text-decoration:none;
	color:#000;
}

p a {
	font-weight:bold;
	background-color:#FFFFCC;
	padding:0px 3px;
	border-bottom:1px solid #FF9900;
}

p a:hover {
	border-bottom:2px solid #FF6600;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h4 {
	margin-bottom:-10px;
}

* html body h4 {
	font-size:100%;
	margin-bottom:-15px;
}

* html body h3 {
	font-size:120%;
}

select {
	border:1px solid #999;
	border-right:none;
}

#center {
	width:750px;
	margin:0px auto;
}

#wrapper, #wrapperFull {
	float:left;
	width:750px; /* for safari */
	border:4px solid #999;
	background-color:#fff;
	background-image:url(../images/primary_bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}

#wrapperFull {
	background-image:none;
}

#header {
	height:105px;
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	background-position:top left;
}

img#logo {
	margin:10px;
	float:left;
}

/* Contact Dropdown menu styles */
div#contactMenu {
	width:150px;
	height:25px;
	margin:10px;
	background-image:url(../images/contact_menu_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:2px 4px 4px 6px;
	float:right;
}

div#contactMenu p, div#locations p {
	font-size:70%;
	margin:0px;
	margin-bottom:-2px;
}

div#contactMenu h3, div#locations h3 {
	font-size:95%;
	color:#348FD9;
	margin:0px;
}

div#contactMenu p a { color:#999; }

div#contactMenu h3 a { color:#348FD9; }

div#locationContainer {
	position:absolute;
	z-index:400;
	height:100%;
}

div#locations {
	border:1px solid #ccc;
	background-color:#efefef;
	padding:10px;
	width:120px;
}

div.locationInfo {
	margin-top:10px;
}
/* end Contact Dropdown menu styles */

/* Primary Navigation styles */
div#navContainer {
	height:34px;
}

* html body div#navContainer {
	margin-top:-33px;
}

div#primaryNav {
	margin:0px;	
}

ul#navOptions {
	list-style-type:none;
	padding:0px;
	float:right;
	margin-top:-33px;
}

* html body ul#navOptions {
	margin-top:0px;
}

ul#navOptions li {
	float:left;
}

ul#navOptions li a {
	display:block;
	float:left;
	margin:0px 5px;
	margin-bottom:7px;
	width:109px;
	height:23px;
	background:url(../images/tab_combo.gif) top left no-repeat;
	text-align:center;
	padding-top:10px;
	text-decoration:none;
	color:#000;
}

* html body ul#navOptions li a {
	margin:0px 4px;
	margin-bottom:0px;
	height:22px;
	font-weight:bold;
	font-size:90%;
}

ul#navOptions li a:hover {
	color:#fff;
	background:url(../images/tab_combo.gif) bottom left no-repeat;
}

	/* this style will mark the current tab based on the id attr of the title tag */
body#about ul#navOptions li a#about,
body#conditions ul#navOptions li a#conditions,
body#patients ul#navOptions li a#patients,
body#contact ul#navOptions li a#contact {
	background:url(../images/tab_combo.gif) bottom left no-repeat;
	color:#fff;
}	

/* End Primary Navigation styles */

/* Secondary Navigation styles */
div#secNav {
	padding:0px;
	background:url(../images/bar_orange_bg.png) top left repeat-x;
	background-color:#FFB200;
	float:left;
	margin:0px 0px 0px 0px;
	width:100%;
	color:#fff;
}


html>/**/body div#secNav {
	margin-top:-20px;
}

* html body div#secNav {
	margin:0px;
}

div#secNav li.on ul a, div#secNav li.off ul a {
  float: left; /*ie doesn't inherit the float*/
}

div#secNav li.on ul, div#secNav li.over ul {
  /*display the current topic*/
  display: block;
}

div#secNav li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}

div#secNav li.off a:hover, div#secNav li.off:hover a {
	color:#000;
	text-decoration:none;
}

ul.secNavOptions {
	list-style-type:none;
	float:right;
	padding:9px 0px;
	margin:0px;
	margin-right:10px;
	display:none; /* will be displayed based on the current page */
}

ul.secNavOptions li {
	padding:0px;
	float:left;
}

ul.secNavOptions li a {
	color:#000;
	padding:0px 15px 0px 0px;
	
}

ul.secNavOptions li a:hover {
	color:#000;
	text-decoration:underline;
}

body#home ul#homeNav,
body#about ul#aboutNav,
body#conditions ul#conditionsNav,
body#patients ul#patientsNav,
body#contact ul#contactNav {
	display:block;
}

/* nav drop down menu */
a.menu {
	background:url(../images/down_arrow_white.gif) center right no-repeat;	
}

a.menu:hover {
	background:url(../images/down_arrow_black.gif) center right no-repeat;
}

ul.submenu {
	display:none;
	position:absolute;
	width:175px;
	list-style-type:none;
	float:left;
	background-color:#FFFFCC;
	border:1px solid #FF9900;
	padding:0px;
	margin-left:-100px;
	margin-top:15px;
}

* html body ul.submenu {
	color:#000;
	margin-left:-100px;
	margin-top:15px;
}

html>/**/body ul.submenu {
	margin-top:0px;
}

ul.submenu li {
	float:left;
	padding:0px;
}

ul.submenu li a {
	display:block;
	width:151px;
	padding:5px 10px;
	color:#000;
}

ul.submenu li a:hover {
	background-color:#fff;
	border-left:4px solid #ff9900;
}

/* End Secondary Navigation styles */

/* 2 column page layout styles */
div#colContainer {
	clear:both;
	float:left;
	padding:0px;
	margin:0px;
	width:100%;
}
div#col1, div#col1Full {
	width:525px;
	margin:0px;
	padding:0px;
	float:left;
}

div#col1Full {
	width:750px;
}

* html body div#col1Full {
	width:500px;
}

div#col2 {
	width:225px;
	margin:0px;
	float:right;
	padding:0px;
	color:#333;
}

/* hide link highlighting on side bar */

div#col2 p a {
	background:none;
	border-bottom:none;
}

div.col2Content, div.col1Content {
	clear:both;
	margin-top:10px;
	padding:10px 25px;
	font-size:90%;
	line-height:1.5em;
}

div.col2Content {
	font-size:85%;
	padding-left:10px;
	padding-right:15px;
}

* html body div.col2Content {
	padding-right:10px;
}

/* End 2 column page layout styles */

/* Features section styles */
div#featureSection, div#featureSectionFull {
	float:left;
	background:#ecffcc url(../images/bar_green_bg.png) bottom left repeat-x;
	padding:10px 10px 45px 10px;	
	width:505px;
}

* html body div#featureSection {
	padding:20px 10px 30px 10px;
}

div#featureSectionFull {
	width:730px;
}

div#featureLeft {
	width:260px;
	float:left;
	margin-bottom:10px;
	border-right:1px solid #8CB000;
}

* html body div#featureLeft {
	width:250px;
	padding-right:10px;
}

div#featureRight {
	width:225px;
	float:right;
	padding:5px;
	text-align:center;
}

/* End Features section styles */

.imageContainer {
	border:1px solid #348FD9;
	padding:4px;
}

/* foot conditions dropdown menu styles */
#conditionsMenu {
	background:url(../images/drop_down_lg.gif) top left no-repeat;
	width:225px;
	height:22px;
	padding:3px 5px 5px 10px;
	text-align:left;
}

* html body #conditionsMenu {
	width:190px;
}

div#conditionsContainer {
	position:absolute;
}

.conditionsDropDown {
	width:225px;
	padding:5px;
}

* html body .conditionsDropDown {
	width:200px;
	padding-left:10px;
}

div#conditions {
	float:left;
	border:1px solid #ccc;
	background-color:#efefef;
	width:225px;
	z-index:500;
	height:200px;
	overflow:scroll;
}

div#conditions ul {
	padding:0px;
	list-style:none;
	margin-left:0px;	
}

* html body div#conditions ul {
	margin-left:0px;
}

div#conditions ul ul {
	margin-left:15px;
}

* html body div#conditions ul ul {
	margin-left:15px;
}

div#conditions ul li {
	margin:0px;
	font-weight:bold;
}

div#conditions ul ul li {
	font-weight:normal;
}

div#conditions ul li a {
	display:block;
	width:190px;
	padding:2px 10px;
	margin-top:0px;
}

* html body div#conditions ul li a {
	width:190px;
}

div#conditions ul ul li a {
	width:175px;
}

div a.conditionOption  {
	padding:2px 10px;
	color:#555;
}

div a.conditionOption:hover {
	text-decoration:none;
}

div#conditions ul li a:hover {
	background-color:#fff;
	color:#00CC00;
	font-size:120%;
}
/* end foot conditions dropdown menu styles */

/* pull quote style */
.pullQuote {
	background:url(../images/quote.gif) top left no-repeat;
	padding:10px 35px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


#storeBanner {
	float:right;
	margin-top:10px;
	margin-right:20px;
	font-size:90%;
	font-weight:bold;
}

#storeBanner a {
	color:#66CC00;	
}

/* table styles */
table {
	border-collapse:collapse;
	border:1px solid #6babdd;
	padding:5px;
}

thead tr th {
	background-color:#6babdd;
	color:#fff;
	font-weight:bold;
	font-size:120%;
}

th, td {
	text-align:left;
	border:1px solid #ccc;
	padding:4px;
}

th { background-color:#efefef; }

tfoot {
	color:#666;
	font-size:90%;
}

/* end table styles */

.note { color:#666; font-size:90%; }
.address { margin-top:20px; border-bottom:1px dotted #ccc; width:250px; }

.bioPic {
	border:1px solid #6babdd;
	background-color:#fff;
	padding:4px;
	float:left;
	margin:5px 8px 8px 0px;
}