/*

Nashville ENT

Copyright 2005, Nashville ENT.  Programmed by Go Design, http://godesign.com.
Feel free to report any bugs, errors, or improvements to support@godesign.com.

*/



/*__________________________________________________________________________/* global styles */


*	{
	margin: 0;
	padding: 0;
}

body	{
	min-width: 785px;
	max-width: 1200px;
	margin: 0 auto;
	font: 79%/1.5em arial, verdana, sans-serif;
	color: #000;
}

#wrapper	{
		background: url(/images/bluestripe.gif) left top repeat-y;
		padding: 0 0 2em 0;
		min-height: 38em;
		position: relative;
}

* html #wrapper	{
	height: 38em;
}

#main	{
	margin: 1.5em 1.5em 0 225px;
	max-width: 60%;
}

p	{
	margin: 1em 0;
}

address	{
	font-style: normal;
}

img	{
	border: solid 1px #ccc;
	background: #fff;
	padding: 3px;
}

#main ul	{
	margin: .5em 0 0 15px;
}


/*___________________________________________________________________________/* misc classes */


.inset	{
	float: right;
	margin: 0 0 1em 2em;
}

.important	{
	font: bold 1em arial, sans-serif;
	color: #000080;
	margin: 1.5em 0;
}

.intro	{
	color: #000080;
	font-weight: bold;
}

.note	{
	color: #900;
	font: bold italic .9em arial, sans-serif;
	width: 90%;
	margin: 2em auto;
}

.attention	{
	color: #f00;
}

.return	{
	font-size: .9em;
	color: #000080;
	text-align: center;
}



/*________________________________________________________________________________/* headers */


h1	{
	width: 605px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/logo.gif) left top no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -302.5px;
	bottom: 5px;
}

h1 a	{
	display: block;
	height: 97px;
}

h2	{
	font: bold 1.4em arial, sans-serif;
	margin: 1em 0;
	color: #000080;
}

h3	{
	font: bold 1.1em arial, sans-serif;
	color: #000080;
	margin: 1.5em 0 0 0;
}

#topnav h3	{
	display: none;
}

h4	{
	margin: 1em 0;
}


/*_______________________________________________________________/* branding & accessibility */


#top	{
	width: 100%;
	height: 120px;
	background: #fff;
	position: relative;
}

#top p, #top ul	{
	display: none;
}


/*_________________________________________________________________________/* top navigation */


#topnav	{
	height: 35px;
	text-align: right;
	background: #000080;
	padding-right: 2em;
	color: #69f;
	font: bold 1.1em/35px arial, sans-serif;
}

#topnav p	{
	margin: 0;
}

#topnav a	{
	text-decoration: none;
	color: #fff;
}


/*_____________________________________________________________________________/* navigation */


#nav	{
	position: absolute;
	left: 16px;
	width: 165px;
	text-align: center;
	border: ridge #333;
	border-width: 0 2px 2px 2px;
	font-size: .8em;
}

#nav h3	{
	display: none;
}

#nav li	{
	list-style: none;
	line-height: 1.4em;
	font-weight: bold;
	background: #69f;
	margin-bottom: 2em;
	padding: .5em 0;
	border: ridge #333;
	border-width: 2px 0;
}

#nav li li	{
	margin: 0;
	padding: 0;
	border: none;
}

#nav li li a	{
	color: #fff;
	text-decoration: none;
}

#nav li.admin	{
	margin: 0;
	border-bottom: none;
}


/*___________________________________________________________________________________/* home */


#toc	{
	border: solid #ccc;
	border-width: 1px 0;
	background: #e1ebff;
	margin-top: 2em;
	padding: 1em;
}

* html #toc	{
	height: 1%;
}

* html #toc ul	{
	margin-left: 0;
	padding-left: 15px;
}

#toc h3	{
	color: #000;
}

#toc ul	{
	width: 47%;
	float: left;
}

#toc:after	{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

#toc h3	{
	margin: .5em 0;
}

/*______________________________________________________________________________/* locations */

#locations dl.gallery	{
	width: 235px;
	float: right;
	margin: 1em 1em 0 2em;
}

#locations dl.gallery dd address	{
	text-align: center;
	font: normal .9em/1.2em arial, sans-serif;
}

#locations .section	{
	clear: both;
	padding-bottom: 1em;
}

#locations .section:after	{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

/*_______________________________________________________________________/* appointment form */

* html form	{
	height: 1%;
}

fieldset	{
	border: none;
}

#appointments .section	{
	margin: 1em 0;
}

#appointments .section input, #appointments .section select	{
	display: inline;
	width: auto;
	margin: 0 5px 0 15px;
}

#appointments .section p	{
	margin: .5em 0;
}

#appointments label, #appointments input	{
	display: block;
	width: 10em;
	margin: 0 1em 5px 0;
	float: left;
}

#appointments input	{
	width: 20em;
}

#appointments textarea	{
	width: 33em;
}

#appointments br	{
	clear: both;
}

#appointments input.button	{
	width: 7em;
	margin: 1em 0 0 0;
}

input#middle	{
	width: 2em;
}


/*_____________________________________________________________________________/* contact us */

#contact address	{
	margin-top: 1em;
}


/*___________________________________________________________________________/* patient info */

#patients ol, #articles ol	{
	margin-left: 20px;
}

#patients ol li, #articles #main li	{
	margin: .5em 0;
}

#patients dt, #articles dt	{
	float: left;
	margin-right: .5em;
	clear: both;
	text-decoration: underline;
}

#patients dd, #articles dd	{
	margin-bottom: 1em;
}


/*________________________________________________________________/* providers, audiologists */

dl.gallery	{
	float: left;
	width: 165px;
}

dl.gallery dd.caption	{
	font: italic .85em georgia, "times new roman", "times", serif;
	margin: 0 0 0 3px;
}

#providers p, #audiologists p	{
	margin-left: 190px;
}


/*_______________________________________________________________________________/* articles */


#articles #main .toc li 	{
	margin: 0;
}

#articles .table h3, #articles .table h4	{
	text-align: center;
}

#articles .table dt	{
	float: none;
	text-decoration: none;
	margin-top: 1em;
}

#articles .table dd	{
	margin: 0 0 0 15px;
	padding-left: 10px;
	background: url(/images/smallbullet.gif) no-repeat left .3em;
}

#articles .table table	{
	width: 80%;
	border-collapse: collapse;
	margin: 0 auto;
}

#articles .table td, #articles .table th	{
	width: 50%;
	border: ridge 2px #999;
	padding: .3em;
	text-align: center;
}

#articles .table th	{
	background: #9ca0d6;
}


/*_________________________________________________________________________________/* footer */

#footer	{
	border-top: solid 1px #ccc;
	padding: 2em 0;
	text-align: center;
	font: .85em arial, sans-serif;
	color: #999;
}

#footer p	{
	margin: 0;
}

#footer a	{
	color: #999;
}

p.logo, p.logo a	{
	width: 185px;
	height: 14px;
	}

#footer p.logo	{
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	margin: 5px auto 0 auto;
	}

p.logo a	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/gdlogo.gif) no-repeat top left;
	}

