html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-color:#ececec;
}

em
{
	font-weight: bold;
}

h1
{
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 1.45em;
	text-align: center;
}

h2
{
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 1.1em;
}

.backgroundImage
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
/* places the content on top of the background image */
#content
{
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.contentHost
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	min-width:900px;
	width:70em;
	border: 2px solid black;
	background-color:#8EA47E;
	background-image: url('images/global/backdrop.jpg');
}
.topHost
{
}
.backgroundImage
{

}
.mainPanel
{
	padding: .65em;
	text-align: left;
	margin-right: 1em;
	vertical-align: top;
	background-color: white;
	border: 2px solid black;
	margin-left: 12em;
}

.contact
{
	clear: both;
	font-family: Arial,Verdana;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	color: white;
	margin: 0;
	padding:1em;
	bottom:0;
	right:0;
	position:relative;
	background-color:#8EA47E;
}
#content
{
	padding-top: 1.5em;
}

.listDefault
{
	list-style-type: circle;
}

.textContents
{
	font-size: 1em;
}
.imagePanel
{
	border: 2px solid black;
	float: right;
	padding: 5px;
	background-color: #999999;
	margin: 1em;
}

.quoteLeading 
{
	padding:1em;
}

.quoteLeading .quoteText
{
	font-style:italic;
}

.quoteLeading .quoteSource
{
	text-align: right;
	margin:.6em .6em 2em .6em;
	font-size: .9em;
	font-weight: bold;
	font-style:italic;
}

.listDefinitions
{
	margin:0em 4em 0em 2em;
}

.listDefinitions dt
{
	font-weight: bold;
	width: 11em;
	float:left;
}

.listDefinitions dd
{
	margin-left:11em;
	margin-bottom:.3em;
}

.listWideDefinitions
{
	margin:0em 4em 2em 0em;
}

.listWideDefinitions dt
{
	font-weight: bold;
	width: 20em;
	float:left;
}

.listWideDefinitions dd
{
	margin-left:20em;
	margin-bottom:.3em;
}

.listContact
{
	margin-left:0;
}

.listContact dt
{
	font-weight: bold;
	width: 5em;
	float:left;
}

.listContact dd
{
	margin-left:5em;
	margin-bottom:.3em;
}

.scheduleTable
{
	text-align:left;
}

.scheduleTable #col1
{
	width:3em;
}

.scheduleTable #col2
{
	width:30em;
}

.scheduleTable #col3
{
	width:8em;
}

.outlineList dt
{
	font-weight: bold;
	font-size: 1.25em;
	margin: 1em 0em .25em 2em;
	text-decoration: underline;
}

.outlineList dd ul li
{
	margin-bottom:.35em;
}

.centeredText
{
	text-align:center;
} 

#pageTitle
{
	display:none;
}

.titleHeader
{
}
.topHost
{
	padding-bottom: 1em;
}

.eventHeader
{
}

.eventHeaderFrame
{
	font-size: 2em; 
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
}

.eventPanel
{
	font-size: 1.2em;
	margin-bottom: 2em;
}

.eventDetails
{
	margin: 3em 2em 1em 2em;
	text-align:left;
}

.eventDetails ul
{
	list-style-type: circle;
}

.eventTitle
{
	display:block;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:1em;
}

.eventDisplayCalendar
{
	margin: 0em 2em 0em 2em;
}

.eventDescription
{
	display:block;
	margin-bottom:2em;
}

.referralsContent
{
	
}

.staffTable
{
	border:1px solid black;
	padding:0;
	margin-top: 2em;
}

.staffTable thead tr
{
	vertical-align: top;
}

.staffTable thead tr th
{
	background:#669966; 
	color:white; 
	font-weight:bold; 
	padding:.5em; 
	text-align:center;
	border:1px solid black;
}

.staffTable tbody tr 
{
	vertical-align:top;
}

.staffTable tbody tr td
{
	text-align: left;
	border: 1px solid black;
	padding:1em .5em 1em .5em;
}

.staffTable tbody tr td ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.staffTable tbody tr td ul li
{
	margin: 0 0 1em 0;
}

.staffContent
{
	height:20em;
}

.staffContent ul li
{
	margin-bottom: .5em;
}

.contactContent
{
	height: 30em;
}

.newsletterContent
{
	height: 25em;
}

.newsletterArchiveContent
{
	min-height: 25em;
}

.newsletterWatermark
{
	font-variant:small-caps;
	font-style:italic;
	font-family:Verdana, Helvetica, Arial, Sans-Serif;
	font-size:small;
	background-color:#FFFFAA;
	width: 30em;
}

.newsletterForwardPanel
{
	border: 1px solid green;
	background-color: #CCFFCC;
	margin:2em;
	padding:1em;
}

.newsletterForwardForm
{
	float:left;
	padding-left:1.5em;
}

.newsletterEmailAddressBlock
{
}

.newsletterEmailAddressEntry
{
	width: 30em;
}

.newsletterMessageEntry
{
	width: 30em;
}

.newsletterMessageBlock
{
}

.newsletterEmailValidator
{
	vertical-align:middle;
	text-align:center;
	margin:1em;
	height:13em;
	padding:1em;
}

.newsletterButton
{
	margin:1em;
}

#archiveList li
{
	margin-bottom: .5em;
}

.label
{
	font-weight:bold;
}

.addressBlock
{
}

.addressName
{
	font-weight:bold;
}

.addressStreet
{
}

.addressCity
{
}


/* Navigation Panel */

.navigationPanel
{
	text-align: center;
	margin-left: 1.5em;
	width: 9em;
	vertical-align: top;
	float: left;
}

* html .navigationPanel{
margin-left:.75em; /* IE6 */
}


.navigationItem
{
	font-family: verdana, arial;
	font-weight: bold;
	font-size: .8em;
	color: white;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin: 0 auto 2em auto;
	display: block;
}

.navigationPanelList
{
	margin: 0;
	list-style: none;
	text-align: center;
	padding: 0;
}

/* All Sections */

.navigationPanelList li#navGlobal01 a
{
	background-image: url('images/global/kdoscope.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 115px;
}

/* About Section */

.navigationPanelList li#navAbout01 a
{
	background-image: url('images/about/philosophy.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 107px;
}
.navigationPanelList li#navAbout02 a
{
	background-image: url('images/about/core.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 81px;
}

/* Referrals Section */

.navigationPanelList li#navReferrals01 a
{
	background-image: url('images/referrals/self.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 92px;
}
.navigationPanelList li#navReferrals02 a
{
	background-image: url('images/referrals/cmo.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 90px;
}

.navigationPanelList li#navReferrals03 a
{
	background-image: url('images/referrals/dfcs.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 84px;
}

/* Staff Section */

.navigationPanelList li#navStaff01 a
{
	background-image: url('images/staff/jain.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 111px;
}

.navigationPanelList li#navStaff02 a
{
	background-image: url('images/staff/clinical.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 82px;
}

.navigationPanelList li#navStaff03 a
{
	background-image: url('images/staff/staff.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 74px;
}

.navigationPanelList li#navStaff04 a
{
	background-image: url('images/staff/administrative.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 107px;
}
