html, body {
	min-height:101%;
	margin-bottom:1px;
}
body  {
	margin:0;
	padding:0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align:center;
	background: #CCC url(../images/background_greyLgt_r1_c1.jpg) repeat-x;
}
#container {
	width: 780px;
	margin: 0 auto;
	border: 1px dotted #CCC;
	text-align: left;
	background-color: #FFF;
} 


p, blockquote, ul, li, ol, dl {
	line-height: 1.5em;
}
hr {
	height: 1px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
strong {
	color: #980E01;
	letter-spacing: 1px;
}


/*Top Navigation which appears on all pages*/
#topnavContainer {
	margin:0px;
	padding: 0px;
	height: 40px;
}

.solidblockmenu{ margin: 0;	padding: 0; float: left; font: bold 13px Arial; width: 100%; border: 1px solid #625e00; border-width: 1px 0; background: #333333 url(../images/design/blockactive.gif) repeat-x center center; }
.solidblockmenu li{display: inline;}
.solidblockmenu li a{float: left; color: white; padding: 9px 11px; text-decoration: none; 	border-right: 1px solid white;}
.solidblockmenu li a:visited{ color: white; }
.solidblockmenu li a:hover, .solidblockmenu li .current{color: white; background: transparent url(../images/design/blockdefault.gif) center center repeat-x;}
/*End top Navigation*/

/*TEI Name Banner which appears on all pages*/
#tei_name_banner {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#tei_name_banner_index {
	text-align: left;
	padding: 0px;
	background: url(../images/tei.HomPageBanner.jpg) no-repeat;
	margin: 0px;
}


/*Home page (index page) information*/ 
#index_header {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 310px;
	clear: both;
}

#header_columnLft {
	float: left;
	margin: 25px 8px 0px 0px;
	padding: 0px;
	width: 500px;
}
#header_columnRgt {
	float: right;
	width: 260px;
	height: 300px;
} 
#header_columnRgt p {
	font-size: .8em;
	line-height: 1.5em;
	margin-right: 10px;
}

.header_buttons {
	float:left;
	width: 164px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header_2ndPage {
	text-align: center;
	height: 89px;
}
.button_image {
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*End Home Page content*/

/*Home (index) page Content*/
#mainContent a:link { color: #0000FF; text-decoration: underline; }
#mainContent a:visited { color: #000099; text-decoration: underline; }
#mainContent a:hover   { color: #0066FF; text-decoration: underline overline; background-color: #F5F5F5; }
#mainContent a:active  { color: #0000FF; text-decoration: underline; }


#mainContent a:link img { border: none; }
#mainContent a:visited img { border: none; }
#mainContent a:hover img { border: none; }
#mainContent a:active img { border: none; }
#mainContent h1 {
	font-size:1.4em;
	color: #980E10;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	letter-spacing: 1px;
}
#mainContent h2 {
	font-size:1.2em;
	color: #980E10;
}
#mainContent h3 {
	font-size:1em;
	color: #980E01;
}

#mainContent h4 {
	font-size:1em;
	color: #333;
}

#mainContent { margin: 0px; padding: 0px;font-size: 0.8em;text-align: left; line-height: 1.5em; color: #333333; }
/*Home (index) 2column Page*/
#mainIndexColumn1 { float: left; width: 447px; margin: 0px; padding: 0px; }
#mainIndexColumn1Text { margin: 0px; padding-top: 0px; padding-right: 15px; padding-bottom: 0px; 	padding-left: 25px; }


#mainIndexColumn2 {
	float: right;
	width: 332px;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#mainIndexColumn2Text {
	width: 320px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#mainIndexColumn2Text ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#mainIndexColumn2Text li {
	padding-bottom: 5px;
}
/*End Home (index) Page content*/

/*2nd page navigation bar*/
#mainNav {
	margin: 0px;
	font-size: 0.8em;
	background-color: #E5E5E5;
	height: 23px;
	vertical-align: bottom;
	position: relative;
	z-index: 9999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#mainNavTest {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0px;
	/* [disabled]margin-top: 10px; */
}


/*Second Page Items*/
#page2WideColumnText {
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.announce400Center {
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background: #f2f2f2;
	border-top: 1px solid #CCC;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 1px solid #CCC;
}
.christmasClosingAnnounce {
	text-align: center;
	background: #360;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}



.wideColumnTextScroll {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: .8em;
	color: #333333;
}

#page2Column1 {
	float: left;
	width: 49%;
	margin: 0px;
	padding: 0px;
}
#page2Column1Text{
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#page2WideColumnText ul , li{
	padding-bottom: 5px;
}

#page2Column2 {
	float: right;
	width: 49%;
	margin: 0px;
	padding: 0px;
}
#page2Column2Text {
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
} 

.columnLeft325 {
	float: left;
	width: 325px;
	padding-right: 20px;
}
.columnRight325 {
	float: right;
	width: 325px;
}




#doctors {padding-right: 25px; 	padding-left: 25px; }
#doctors h2 { margin-bottom: 0px; padding-bottom: 0px; }
#doctors ul { margin-top: 0px; 	padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px; }

#doctors .imgright { float: right; margin-top: 3px; margin-right: 25px; margin-bottom: 0px; margin-left: 15px;
	padding: 4px; border: 1px 2px 2px 1px; border-style:solid; 	border-color: #333333; }



/*Footer Content*/
#footer {padding: 0; text-align:center; background:#DDDDDD; width: 780px; margin: 0px; 	border-top: 1px solid #333333; border-bottom-color: #333333; } 
#footer p { margin: 0; font-size: 75%; padding-top: 10px; padding-bottom: 10px; }

#footer a:link { color: #333333; text-decoration: underline; }
#footer a:active  { color: #000; text-decoration: underline; }
#footer a:visited { color: #000; text-decoration: underline; }
#footer a:hover   { color: #000; text-decoration: underline overline; background-color: #FFFFFF; }

.boxleftAnnounce200 {
	width: 200px;
	margin-left: 20px;
	padding: 10px 5px;
	float: left;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border:3px solid #B20837;
	background-color:#F2F2F2;	
}
.boxleftAnnounce200 p { padding-top: 0px; padding-bottom: 5px; vertical-align: top; }

.boxrightAnnounce200 {
	width: 225px;
	padding: 2px;
	float: right;
border: 
	text-align: center;  
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border:3px solid #B20837;
	background-color:#F2F2F2;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}	



.boxrightAnnounce200 p{ margin: 5px 5px 10px 5px; padding: 0px; vertical-align: top; }

.boxLeft {float: left; 	width: 50%; }
.center {text-align: center; }
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px; }
.fltrt { float: right; margin-left: 8px;}
.fltlft {
	float: left;
	margin-right: 8px;
}
.no_bottom_margin {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.no_top_margin {
	margin-top: 0px;
	padding-top: 0px;
}
.noticeNoBkgrd {
	padding: 2px;
	color: #000000;
}

.noticePinkBkgrd {
	padding: 5px;
	background-color: #FDD0C6;
	color: #000000;
	text-align: center;
	border: 1px outset #000066;
}
.announce_oneColumn {
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.announce_600Bkg_grey {
	width: 600px;
	padding: 5px;
	margin: 10px auto;
	text-align: center;
	font-size: .8em;
	line-height: 1.5em;
	border-top: 1px solid #903;
	border-right: 2px solid #903;
	border-bottom: 2px solid #903;
	border-left: 1px solid #903;
	background: #FFF;
}
.announceIndex {
	background-color: #F2F3F4;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px dashed #999999;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.lofkHomeAnnounce {
	background: #FFF;
	padding: 10px;
	height: 240px;
	margin: 15px;
	border: 1px dotted #999;
	font-size: 0.8em;
}

.lofkHomeAnnounce h1 {
	color: #9A040F;
	font-size: 1.5em;
}

.lofkHomeAnnounce h2 {
	font-size: 1.3em;
	color: #333;
	font-style: italic;
}




#renovationNotice{
	background-color: #f2f2f2;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 220px;
	margin: 0px;
	padding: 0px;

}

#renovationNotice p {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.renovationAnnounceClosing {
	color: #980E01;
	text-align: center;
	font-size: .9em;
}
#parking {
	width: 600px;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
	background: #f2f2f2;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	margin-top: 20px;
}
#parking p {
	margin-left: 20px;
	margin-top: 10px;
}



#noticeGreyBkgrd {
	background-color: #E6E6E6;
	color: #000000;
	text-align: center;
	margin: 0px;
	border: 2px solid #999999;
	padding: 0px;
}
#noticeRedBkgrd {
	color: #980D10;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(../images/greybkgd250X90.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
}
#noticeRedBkgrd a:link {
	color: #980D10;
	text-decoration: underline;
}
#noticeRedBkgrd a:active  {
	color: #000000;
	text-decoration: underline;
}
#noticeRedBkgrd a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#noticeRedBkgrd a:hover   {
	color: #000;
	text-decoration: underline overline;
}

#noticeRedBkgrd h2 {
	color: #980D10;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.newsletter_signupLeft {float: left; width: 48%; }
.newsletter_signupRight {
	float: right;
	width: 175px;
	margin-right: 30px;
	margin-top: 10px;
}
.noboarder{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.notice_right50percent { float: left; width: 48%; text-align: center; }

.photoCredit {
	font-size: 0.65em;
	font-style: italic;
}
.photoright200 {
	width: 204px;
	float: right;
	padding: 2px;
	color: #980E10;
	text-align: center;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #980E10;
	font-style: italic;
}
.photoright250 {
	width: 254px;
	float: right;
	margin-left: 10px;
	color: #980E10;
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #980E10;
	font-style: italic;
}
.photoright300 {
	width: 300px;
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #980E10;
	font-style: italic;
	text-align: center;
}

.photoright350 {
	width: 350px;
	float: right;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #980E10;
	font-style: italic;
}
.photoRight400 {
	width: 410px;
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #980E10;
	font-style: italic;
	border-width: 1px;
	border-style: dotted;
}
.photoleft200 {
	width: 208px;
	padding: 2px;
	float: left;
	text-align: center;
	font-style: italic;
	margin: 10px 10px 10px 2px;
	clear: both;
}
.photoleft250 {
	width: 254px;
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px double #980E10;
	text-align: center;
	color: #980E10;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.photoleft300 {
	width: 305px;
	float: left;
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 2px;
	font-style: italic;
	color: #980E10;
}
.photoleft350 {
	width: 355px;
	float: left;
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 2px;
	font-style: italic;
	color: #980E10;
}
.printNotice  {
	text-align: center;
	float: right;
	width: 200px;
	border: 1px dashed #E5E5E5;
	margin-right: 5px;
}
.slideshowRight250 {
	float: right;
	width: 250px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.slideshowRight300 {
	float: right;
	width: 300px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	color: #980E10;
	text-align: center;
}
.slideshowRight333 {
	float: right;
	width: 333px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	color: #980E10;
	text-align: center;
}

.slideshowRight350 {
	float: right;
	width: 350px;
	font-style: italic;
	color: #980E10;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.slideshowRight400 {
	clear: both;
	float: right;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.slideshowRight450 {
	float: right;
	width: 455px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}


.slideshowleft250 {
	float: left;
	width: 250px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.slideshowleft300 {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.slideshowleft350 {
	float: left;
	width: 350px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}

.slideshowLeft400 {
	clear: both;
	float: left;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.slideshowLeft450 {
	float: left;
	width: 440px;
	padding-top: 15px;
	padding-left: 10px;
}

.slideshow_lok_600Center {
	width: 600px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.slideshow_renovationHome {
	padding-top: 10px;
}


.spacer {clear: both; height: 10px; }
.textEagle_green_bold {
	color: #336600;
	font-weight: bold;
}
.textBlack {
	color: #333;
	letter-spacing: 1px;
}

.textBlue {
	color: #00F;
	letter-spacing: 1px;
}


.textRedBold {
	font-weight: bold;
	color: #980E10;
	letter-spacing: 1px;
}
.textRedItalic {
	font-style: italic;
	color: #980E10;
	letter-spacing: 1px;
}
.textRedItalicBold {
	font-style: italic;
	color: #980E10;
	font-weight: bold;
	letter-spacing: 1px;
}
.textLgRed {
	font-size: 1.5em;
	font-weight: bold;
	color: #903;
}



table { font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid #333333; } 
th, td { padding: 3px; text-align: center; }
th{ color:#333333; background-color:#F2F2F2; border-top: 1px solid #CCCCCC; border-right: 1px solid #666666; border-bottom: 1px solid #000000; border-left: 1px solid #CCCCCC; }
td { border-top: 1px solid #CCCCCC; border-right: 1px solid #666666; border-bottom: 1px solid #000000; border-left: 1px solid #CCCCCC; }
.bkgdGrey {
	background: #f2f2f2;
	border: 1px solid #666;
}

.plainTd{ margin: 0px; padding: 0px; border-top-style: none; border-right-style: none; 	border-bottom-style: none; border-left-style: none; text-align: left;}
.tdLeft {
	text-align: left;
}

.lfttd { text-align:left; padding-top: 5px; vertical-align: top; }
.rttd { text-align:right; padding-right: 10px; color: #980E10; padding-top: 5px; 	vertical-align: top; }

.updateNotice {
	font-size: .75em;
	letter-spacing: 1px;
	text-align: right;
}
.vodcastsPhotos {
	float: right;
	width: 104px;
	margin-right: 50px;
}

.christmasClosingAnnouncement {
	border: 2px dashed #980E10;
	background: url(../images/christmasBkgd.png) no-repeat 10px 20px;
	height: 140px;
	margin: 20px 20px 10px;
	text-align: center;
	font-size: 0.9em;
	color: #980E10;
	padding-left: 25px;
	padding-bottom: 0px;
	font-weight: bold;
}

.christmasClosingAnnouncement strong {
	color: #060;
}

