body {
	margin:0;
	padding:0;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#343434;
	background-color:#336633;
	text-align:center;
	font-size:12px;
	background-image:url(/css/images/page_background_sm_94a547.png);
	}

#header {
	width:754px;
	height:198px;
	margin:0 auto;
	background-image:url(/css/images/ellner-header6_v1.png);
	background-position:top left;
	backgroudn-repeat:no-repeat;
	text-align:left;
	padding-right:26px;
	}

#header h1 {
	margin:0;
	padding:0;
	font-size:10px;
	padding-top:120px;
	padding-left:140px;
	}

#header p {
	margin:0;
	padding:0;
	font-size:12px;
	padding-top:125px;
	padding-left:28px;
	}

#content #vbloc-banner {
    margin: auto;
    height:109px;
    width: 499px;
    text-align:center;
    background: url('http://ellnerbariatric.com/images/vbloc_bg.png') no-repeat;
}

#content #vbloc-banner p {
    padding-top: 10px;
    font-family: 'Times New Roman';
    color: #bb0000;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding-right: 10px;
}

#see_the_story {
	float:right;
	width:122px;
	height:20px;
	margin:0;
	padding:0;
	margin-top:120px;
	margin-right:-4px;
	}

#see_the_story a {
	background-image:url(css/images/page_titleButton3_f2.png);
	margin:0;
	padding:0;
	text-decoration:none;
	display:block;
	width:91px;
	height:17px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left:28px;
	padding-top:3px;

	}

#see_the_story a:hover {
	background-image:url(css/images/page_titleButton3.png);
	text-decoration:none;
	}

#facebook {
	padding:0px;
	margin:0px;
	position: relative;
	float:right;
}

#social {
	padding:0px;
	margin:0px;
	position:relative;
	top:41px;
	float:right;
}

#page {
	margin:0 auto;
	padding:0;
	width:780px;
	overflow:hidden;
	background-image:url(/css/images/page-back_iv_v2.png);
	background-repeat:repeat-y;
	z-index:0;
	}

#the_doctors {
	height:32px;
	border:solid 4px #3B3B3B;
	background-color:#FFFFCF;
	background-image:url(images/banner_moving_bg.gif);
	background-repeat: no-repeat;
	position: inherit;
	margin-left:24px;
	margin-right:24px;
	padding-left:0;
	padding-right:0;
	}
/**
#the_doctors .header  {
	width:680px;
	position:relative;
	float:left;
	top:.5em;
	left:1.75em;
	}
**/
#the_doctors .header  {
	width:100%;
	position:relative;
	float:left;
	top:.5em;
	/** left:1.75em; **/
	}


.scroll-left {
    height: 20px;
    overflow: hidden;
    position: relative;
    display:block;
}
.scroll-left h3 {
    position: absolute;
    width: 160%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: left;
    /* Starting position */
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 45s linear infinite;
    -webkit-animation: scroll-left 45s linear infinite;
    animation: scroll-left 45s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0%   { -moz-transform: translateX(50%); }
    100% { -moz-transform: translateX(-90%); }
}
@-webkit-keyframes scroll-left {
    0%   { -webkit-transform: translateX(50%); }
    100% { -webkit-transform: translateX(-90%); }
}
@keyframes scroll-left {
    0%   {
        -moz-transform: translateX(50%); /* Browser bug fix */
        -webkit-transform: translateX(50%); /* Browser bug fix */
        transform: translateX(50%);
    }
    100% {
        -moz-transform: translateX(-90%); /* Browser bug fix */
        -webkit-transform: translateX(-90%); /* Browser bug fix */
        transform: translateX(-90%);
    }
}

#the_doctors .header a {
	font-family:"Palatino Linotype", Georgia, "Times New Roman";
	font-size:1.3em;
	color:#BB0000;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	letter-spacing:-.03em;
	padding:0;
	margin:0;
	text-align:center;
	}

#the_doctors .img {
	width:32px;
	position:relative;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	float:right;
	}

#navigation {
	float:left;
	margin:0;
	padding:0;
	margin-left:24px;
	width:157px;
	display:inline;
	font-family:"trebuchet MS";
	font-style:italic;
	color:#BB0000;
	z-index:3;
	}

#navigation h3 {
	width:157px;
	height:25px;
	background-image:url(/css/images/nav_h3_back_iv.jpg);
	text-align:center;
	color:#FFEEEE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0;
	padding:0;
	padding-top:5px;
	font-weight:bold;
	font-size:14px;
	margin-top:0;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 157px;
}

#navigation ul li {
	margin:0;
	padding:0;
	position:relative;
}

#navigation li ul {
	position:absolute;
	left:157px;
	top:0;
	display:none;
	width:180px;
	border-bottom:solid 2px #DCE3BA;
	border-top:solid 2px #DCE3BA;
	background-color:#FFFFFF;
}

#navigation ul li a {
	margin:0;
	padding:0;
	display: block;
	text-align:left;
	text-decoration: none;
	color: #BB0000;
	background-image:url(images/nav_li_back.jpg);
	background-repeat:no-repeat;
	/* padding-top:5px;
	padding-bottom:7px; */
	font-size:24px;
	overflow:hidden;
	}


#navigation a .text {
	margin:0;
	padding:0;

	position:absolute;
	left:-2000px;
	height:30px;
	}

#navigation a p {
	margin:0;
	padding:0;

	position:absolute;
	left:-2000px;
	height:30px;
	}

/** RED BUTTON FLYOUT SUB-MENU LINKS **/
/** DEC 2017 **/


#navigation ul.flyout {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
}

#navigation ul.flyout li {
	margin:0;
	padding:0;
	position:relative;
}

#navigation ul.flyout li a.red {
	margin:0;
	padding:0;
	width:140px;
	padding-left:5px;
	height:130px;
	padding-top:6px;
	display:block;
	background-image:url(images/upper_nav_tall_button.jpg);
	color:#FFEEEE;
	font-family:"Palatino Linotype";
	letter-spacing:.05em;
    line-height: 1.1em;
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	margin-left:5px;
	margin-top:7px;
	overflow: hidden;
}

#navigation ul.flyout li ul {
	position:absolute;
	left:151px;
	top:0;
	display:none;
	width:170px;
	border-bottom:solid 2px #DCE3BA;
	border-top:solid 2px #DCE3BA;
	background-color:#FFFFFF;
	list-style: none;
	padding:none;
}

#navigation  ul.flyout li ul a {
	margin:0;
	padding:10px 0 0 20px;
	display: block;
	text-align:left;
	text-decoration: none;
	color: #BB0000;
	overflow:hidden;
	background:none;
	width:149px;
	height:50px;
	font-size: 15px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-style: italic;
	font-weight: bold;
}

#navigation  ul.flyout li ul a.video,
#navigation  ul.flyout li ul a.video:hover {
	background: rgb(242, 241, 208) url(/images/nav_li_back_170_video_multi.jpg) no-repeat 0px 0px;
}

#navigation ul.flyout li ul a:hover {
	font-weight:bold;
	text-decoration:underline;
}

#navigation ul.flyout li ul li a:hover  {
	width:149px;
	background-color:#FFFFFF;
}

/** END RED BUTTON FLYOUT **/


/*********** CALIFORNIA STOMAPHYX *******************/

#stomaphyx_registration_button {
	width:150px;
	height:72px;
	border:none;
	margin:0;
	padding:0 5px 0 5px;
	background-image:url(/images/eb_seminar_box3.jpg);
    position:relative;
	background-repeat:no-repeat;
	overflow:hidden;
	}

#stomaphyx_registration_button p {
	padding:0;
	}

#stomaphyx_registration_button a {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1em;
	font-weight:bold;
	font-size:.95em;
	text-align:center;
	text-decoration:none;
	position:relative;
	top:.55em;
	}

#stomaphyx_registration_button a:hover {
	color:#990010;
	}

#stomaphyx_alaska_button {
	width:160px;
	height:41px;
	border:none;
	margin-top:0;
	padding-top:0;
	position:relative;
	background-image:url(/images/video_box1.jpg);
	font-family:Arial, Helvetica, sans-serif;
	}

#stomaphyx_alaska_button p {
	padding:5px 0 0 6px;
	}

#stomaphyx_alaska_button a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	float:left;
	top:0;
	}

#stomaphyx_alaska_button a:hover {
	color:#990010;
	}

/********* FIX FOR TEXT NAV ******************/

#navigation ul li a {
	width:137px;
	/*height:22px;*/
	background-image:url(images/nav_li_back.jpg);
	background-repeat:no-repeat;
	color:#990000;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-style:normal;
	display:block;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:5px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-style:italic;
	font-weight:bold;
	}

#navigation a:hover {
	color:#FF0000;
	}


#navigation ul li .video {
	background-image:url(/images/nav_li_back_video_150.jpg);
	}

#navigation ul li .video:hover {
	background-image:url(/images/nav_li_back_over_video_150.jpg);
	}




/********* END TEXT NAV FIX ***********************/



#navigation ul li a:hover {
	background-image:url(images/nav_li_back_over.jpg);
	color:#FFEEEE;
	}

/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li { float: left; }
* html #navigation ul li a { height: 1%; }
/* End */

#navigation li ul li ul {
	margin-left: 24px;
	display:none;
}

#navigation li:hover ul li ul {
	display:none;
}

#navigation li ul li:hover ul {
	display:block;
}

#navigation li ul li ul li a{
	margin-left:-20px;
	}

#navigation li ul li a  {
	border:solid 2px #DCE3BA;
	text-align:left;
	width:157px;
	border-bottom:none;
	border-top:none;
	background-color:#ffffff;
	background-image:url(/images/nav_li_back_170_multi.jpg);

	}



#navigation li ul li .video {
	border:solid 2px #DCE3BA;
	text-align:left;
	width:157px;
	border-bottom:none;
	border-top:none;
	background-color:#ffffff;
	background-image:url(/images/nav_li_back_170_video_multi.jpg);
	}

#navigation li ul li .video:hover {
	background-image:url(/images/nav_li_back_170_video_multi_over.jpg);
	}


#navigation li ul li a:hover  {
	width:157px;
	background-image:url(/images/nav_li_back_170_multi_over.jpg);
	background-color:#FFFFFF;
	}

#navigation ul li:hover ul, #navigation ul li.over ul {
	display:block;
	}

#navigation li ul li ul li {
	margin-left:20px;
	}

#navigation .home  a  {
	background-image:url(images/navButton_Home.jpg);
	}

#navigation .home a:hover   {
	background-image:url(images/navButton_Home_f2.jpg);
	}

#navigation .theclinic  a  {
	background-image:url(images/navButton_theClinic.jpg);
	}

#navigation .theclinic a:hover   {
	background-image:url(images/navButton_theClinic_f2.jpg);
	}

#navigation .alvarado  a  {
	background-image:url(images/navButton_affilatedHospitals.jpg);
	}

#navigation .alvarado a:hover   {
	background-image:url(images/navButton_affilatedHospitals_f2.jpg);
	}

#navigation .mycommitt  a  {
	background-image:url(images/navButton_myCommitt.jpg);
	}

#navigation .mycommitt a:hover   {
	background-image:url(images/navButton_myCommitt_f2.jpg);
	}

#navigation .contactus  a  {
	background-image:url(images/navButton_contactDrE.jpg);
	}

#navigation .contactus a:hover   {
	background-image:url(images/navButton_contactDrE_f2.jpg);
	}

#navigation .patientgallery  a  {
	background-image:url(images/navButton_patientsAnim.gif);
	}

#navigation .patientgallery a:hover   {
	background-image:url(images/navButton_patientsAnim.gif);
	}

#navigation .calendar  a  {
	background-image:url(images/navButton_calendar.jpg);
	}

#navigation .calendar a:hover   {
	background-image:url(images/navButton_calendar_f2.jpg);
	}

#navigation .whoQualifies  a  {
	background-image:url(images/navButton_whoQuals.jpg);
	}

#navigation .whoQualifies a:hover   {
	background-image:url(images/navButton_whoQuals_f2.jpg);
	}

#navigation .gastricBypass  a  {
	background-image:url(images/navButton_gastricBypass.jpg);
	}

#navigation .gastricBypass a:hover   {
	background-image:url(images/navButton_gastricBypass_f2.jpg);
	}

#navigation .howIDo  a  {
	background-image:url(images/navButton_howIDo.jpg);
	}

#navigation .howIDo a:hover   {
	background-image:url(images/navButton_howIDo_f2.jpg);
	}

#navigation .gastricBypassVideo  a  {
	background-image:url(images/navButton_video.jpg);
	}

#navigation .gastricBypassVideo a:hover   {
	background-image:url(images/navButton_video_f2.jpg);
	}

#navigation .whyGastricBypass  a  {
	background-image:url(images/navButton_whyBypass.jpg);
	}

#navigation .whyGastricBypass a:hover   {
	background-image:url(images/navButton_whyBypass_f2.jpg);
	}

#navigation .theLectureSchedule  a  {
	background-image:url(images/navButton_Lecture.jpg);
	}

#navigation .theLectureSchedule a:hover   {
	background-image:url(images/navButton_Lecture_f2.jpg);
	}

#navigation .whatIsIt  a  {
	background-image:url(images/navButton_whatIsIt.jpg);
	}

#navigation .whatIsIt a:hover   {
	background-image: url(images/navButton_whatIsIt_f2.jpg);
	}

#navigation .whereIsIt  a  {
	background-image:url(images/navButton_where.jpg);
	}

#navigation .whereIsIt a:hover   {
	background-image:url(images/navButton_where_f2.jpg);
	}

#navigation .lectureSchedule  a  {
	background-image:url(images/navButton_lectureSchedule.jpg);
	}

#navigation .lectureSchedule a:hover   {
	background-image:url(images/navButton_lectureSchedule_f2.jpg);
	}

#navigation .faqs  a  {
	background-image:url(images/navButton_FAQ.jpg);
	}

#navigation .faqs a:hover   {
	background-image:url(images/navButton_FAQ_f2.jpg);
	}

#navigation .whatIsMorbid  a  {
	background-image:url(images/navButton_whatIsMorbid.jpg);
	}

#navigation .whatIsMorbid a:hover   {
	background-image:url(images/navButton_whatIsMorbid_f2.jpg);
	}

#navigation .whyLongTerm  a  {
	background-image:url(images/navButton_whyLifetime.jpg);
	}

#navigation .whyLongTerm a:hover   {
	background-image:url(images/navButton_whyLifetime_f2.jpg);
	}

#navigation .amIACandidate  a  {
	background-image:url(images/navButton_amIACandidatejpg.jpg);
	}

#navigation .amIACandidate a:hover   {
	background-image:url(images/navButton_amIACandidatejpg_f2.jpg);
	}

#navigation .bypassBand  a  {
	background-image:url(images/navButton_bypassVsBand.jpg);
	}

#navigation .bypassBand a:hover   {
	background-image:url(images/navButton_bypassVsBand_f2.jpg);
	}

#navigation .whatRisks  a  {
	background-image:url(images/navButton_risks.jpg);
	}

#navigation .whatRisks a:hover   {
	background-image:url(images/navButton_risks_f2.jpg);
	}

#navigation .otherFaqs  a  {
	background-image:url(images/navButton_otherFAQs.jpg);
	}

#navigation .otherFaqs a:hover   {
	background-image:url(images/navButton_otherFAQs_f2.jpg);
	}

#navigation .howToChoose  a  {
	background-image:url(images/navButton_howToChoose.jpg);
	}

#navigation .howToChoose a:hover   {
	background-image:url(images/navButton_howToChoose_f2.jpg);
	}

#navigation .choosingSurgeon  a  {
	background-image:url(images/navButton_choosingSurgeon.jpg);
	}

#navigation .choosingSurgeon a:hover   {
	background-image:url(images/navButton_choosingSurgeon_f2.jpg);
	}

#navigation .choosingProgram  a  {
	background-image:url(images/navButton_choosingProgram.jpg);
	}

#navigation .choosingProgram a:hover   {
	background-image:url(images/navButton_choosingProgram_f2.jpg);
	}

#navigation .activeSupportGroups  a  {
	background-image:url(images/navButton_supportGroups.jpg);
	}

#navigation .activeSupportGroups a:hover   {
	background-image:url(images/navButton_supportGroups_f2.jpg);
	}

#navigation .yourToolkit  a  {
	background-image:url(images/navButton_successToolkit.jpg);
	}

#navigation .yourToolkit a:hover   {
	background-image:url(images/navButton_successToolkit_f2.jpg);
	}

#navigation .post-opTeaching  a  {
	background-image:url(images/navButton_postOpTeaching.jpg);
	}

#navigation .post-opTeaching a:hover   {
	background-image:url(images/navButton_postOpTeaching_f2.jpg);
	}

#navigation .gastricBanding a {
	background-image:url(images/navButton_whatIsIt.jpg);
	}

#navigation .gastricBanding a:hover {
	background-image:url(images/navButton_whatIsIt_f2.jpg);
	}

#navigation .gastricBandingHow a {
	background-image:url(images/navButton_howIsItPerformed.jpg);
	}

#navigation .gastricBandingHow a:hover {
	background-image:url(images/navButton_howIsItPerformed_f2.jpg);
	}

#navigation .gastricBandingFacts a {
	background-image:url(images/navButton_factsAndComplications.jpg);
	}

#navigation .gastricBandingFacts a:hover {
	background-image:url(images/navButton_factsAndComplications_f2.jpg);
	}

#navigation .gastricBandingFAQ a {
	background-image:url(images/navButton_faqBanding.jpg);
	}

#navigation .gastricBandingFAQ a:hover {
	background-image:url(images/navButton_faqBanding_f2.jpg);
	}

#navigation .firstStep  a  {
	background-image:url(images/navButton_historyForm.jpg);
	}

#navigation .firstStep a:hover   {
	background-image:url(images/navButton_historyForm_f2.jpg);
	}

#navigation .theProcess  a  {
	background-image:url(images/navButton_theProcess.jpg);
	}

#navigation .theProcess a:hover   {
	background-image:url(images/navButton_theProcess_f2.jpg);
	}

#navigation .visitDoctor  a  {
	background-image:url(images/navButton_visitDrEllner.jpg);
	}

#navigation .visitDoctor a:hover   {
	background-image:url(images/navButton_visitDrEllner_f2.jpg);
	}

#navigation .insurance  a  {
	background-image:url(images/navButton_insurance.jpg);
	}

#navigation .insurance a:hover   {
	background-image:url(images/navButton_insurance_f2.jpg);
	}

#navigation .testing  a  {
	background-image:url(images/navButton_testing.jpg);
	}

#navigation .testing a:hover   {
	background-image:url(images/navButton_testing_f2.jpg);
	}

#navigation .scheduling  a  {
	background-image:url(images/navButton_scheduling.jpg);
	}

#navigation .scheduling a:hover   {
	background-image:url(images/navButton_scheduling_f2.jpg);
	}

#navigation .preOp  a  {
	background-image:url(images/navButton_preOpDay.jpg);
	}

#navigation .preOp a:hover   {
	background-image:url(images/navButton_preOpDay_f2.jpg);
	}

#navigation .inTheHospital  a  {
	background-image:url(images/navButton_inTheHospital.jpg);
	}

#navigation .inTheHospital a:hover   {
	background-image:url(images/navButton_inTheHospital_f2.jpg);
	}

#navigation .dayOfSurgery a {
	background-image: url(images/navButton_dayOfSurgery.jpg);
}

#navigation .dayOfSurgery a:hover {
	background-image: url(images/navButton_dayOfSurgery_f2.jpg);
}

#navigation .inTheOR a {
	background-image: url(images/navButton_inTheOR.jpg)
}

#navigation .inTheOR a:hover {
	background-image:url(images/navButton_inTheOR_f2.jpg)
}

#navigation .recovery a {
	background-image:url(images/navButton_recovery.jpg);
}

#navigation .recovery a:hover {
	background-image:url(images/navButton_recovery_f2.jpg);
}

#navigation .careAfter  a  {
	background-image:url(images/navButton_afterSurgery.jpg);
}

#navigation .careAfter a:hover   {
	background-image:url(images/navButton_afterSurgery_f2.jpg);
}

#navigation .drivingDirections  a  {
	background-image:url(images/navButton_driving.jpg);
	}

#navigation .drivingDirections a:hover   {
	background-image:url(images/navButton_driving_f2.jpg);
	}

#navigation .ellnerBio a  {
	background-image:url(images/navButton_ellnerBio.jpg);
	}

#navigation .ellnerBio a:hover   {
	background-image:url(images/navButton_ellnerBio_f2.jpg);
	}

#navigation .tvNews  a  {
	background-image:url(images/navButton_TV.jpg);
	}

#navigation .tvNews a:hover   {
	background-image:url(images/navButton_TV_f2.jpg);
	}

#navigation .eStore  a  {
	background-image:url(images/navButton_estore.jpg);
	}

#navigation .eStore a:hover   {
	background-image:url(images/navButton_estore_f2.jpg);
	}

#navigation .massage  a  {
	background-image:url(images/navButton_massage.jpg);
	}

#navigation .massage a:hover   {
	background-image:url(images/navButton_massage_f2.jpg);
	}

#navigation .wirelessAccess  a  {
	background-image:url(images/navButton_wireless.jpg);
	}

#navigation .wirelessAccess a:hover   {
	background-image:url(images/navButton_wireless_f2.jpg);
	}

#navigation .jewishPenicillin  a  {
	background-image:url(images/navButton_jewish.jpg);
	}

#navigation .jewishPenicillin a:hover   {
	background-image:url(images/navButton_jewish_f2.jpg);
	}

















#upper_nav {
	width:157px;
	height:222px;
	margin:0;
	padding:0;
	margin-bottom:0px;
    padding-top:2px;
	background-image:url(images/upper_nav_back_test.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	}

#upper_nav p {
	color:#990033;
	font-style:italic;
	font-size:10px;
    font-family:"Palatino Linotype";
	font-weight:bold;
	margin:0;
	padding-top:5px;
	margin-left:5px;
	line-height:1em;
	letter-spacing:.05em;
	}

#upper_nav a {
	margin:0;
	padding:0;
	width:140px;
	padding-left:5px;
	height:42px;
	padding-top:3px;
	display:block;
	background-image:url(images/upper_nav_button_redo.jpg);
	color:#FFEEEE;
	font-family:"Palatino Linotype";
	letter-spacing:.05em;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	margin-left:5px;
	margin-top:5px;

	}

#upper_nav .shortbutton {
	margin:0;
	padding:0;
	width:140px;
	padding-left:5px;
	height:35px;
	padding-top:5px;
	display:block;
	background-image:url(images/upper_nav_button_back_test_short2.jpg);
	color:#FFEEEE;
	font-family:"Palatino Linotype";
	letter-spacing:.04em;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	margin-left:5px;
	margin-top:3px;
	}

#upper_nav a:hover {
	text-decoration:none;
	color:#FFEE00;
	}


#content {
	float:right;
	margin:0;
	padding:0;
	margin-right:26px;
	width:570px;
	display:inline;
	text-align:left;
	margin-bottom:-20000px;
	padding-bottom:20000px;
	z-index:50;
	overflow:hidden;
	}

#content h1 {
	margin:0;
	padding:0;
	font-size:39px;
	font-weight:normal;
	font-style:italic;
	color:#330000;
	font-family:"Times New Roman", Times, serif;
	margin-left:15px;

	}

#content h2 {
	margin:0;
	padding:0;
	height:50px;
	font-size:25px;
	font-weight:normal;
	font-style:italic;
	color:#BB0000;
	border-bottom:solid 2px #AA0000;
	padding-bottom:.8em;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	margin-left:15px;
}

#content h3 {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	color:#880000;
	margin:0;
	padding:0;
	font-style:italic;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	font-size:19px;
	}

#content p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	color:#000000;
	margin-left:15px;
	margin-right:25px;
	margin-bottom:10px;
	}

#content .parasub {
	font-family: 'Times New Roman', Times, serif;
	font-size: 15pt;
	font-style: italic;
	font-weight: normal;
	line-height:2em;
	padding-top:5px;
	padding-bottom:5px;
	color: #990000;
	line-height: 19pt;
	margin-left: 10px;

	}

#content a {
	color:#BB0000;
	text-decoration:none;
	font-weight:bold;
	}

#content a:hover {
	text-decoration:underline;
	}

#content .dropcap {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:44px;
	height:38px;
	width:.75em;
	float:left;
	display:block;
	padding-top:1px;
	padding-bottom:4px;
	font-weight:normal;
	color:#660000;
	margin-right:2px;
	text-align:left;
	padding-left:.05em;
	font-style:italic;
	line-height:1em;
	}

#content .disclaimer {
	font-size:9px;
	color:#333333;
	}

#content .sig {
	margin-left:10px;
	border:0;
	}

#content .right_photo {
	float:right;
	margin-left:10px;
	margin-right:35px;
	margin-bottom:10px;
	border:0;
	}

#content ul {
	line-height:1.5em;
	margin-top:5px;
	list-style-type:square;
	margin-right:10px;
	}

#content ul li {
	padding-bottom:10px;
	}

#content ol li {
	margin-right:25px;
	}

#content .patlinks {
	line-height:1em;
	margin-top:5px;
	list-style-type:square;
	margin-right:10px;
	}

#content .patient {
	width:225px;
	height:261px;
	float:left;
	text-align:center;
	margin-left:50px;
	margin-bottom:15px;
	}

#content .patient .pt_photo {
	border:0;
	height:225px;
	}

#content blockquote {
	margin-top:0;
	padding-top:5;
	margin-bottom:0;
	padding-bottom:5;
	}


#content .paraSubSub {
	font-family: 'Times New Roman', Times, serif;
	font-size: 15pt;
	font-style: italic;
	font-weight: normal;
	line-height:2em;
	padding-top:5px;
	padding-bottom:5px;
	color: #990000;
	line-height: 19pt;
	margin-left: 10px;

	}



#contact_box {
	width:475px;
	height:375px;
	margin:0;
	padding:0;
	margin-left:60px;
	background-color:#D0DAA6;
	border:solid 1px #000000;
	margin-top:10px;
	}

#contact_box h2 {
	margin:0;
	padding:0;
	padding-top:20px;
	padding-left:10px;
	font-size:42px;
	font-style:normal;
	font-family:Monotype Corsiva,"Times New Roman", Times, serif;
	color:#990000;
	padding-bottom:20px;
	border-bottom:none;
	}

#contact_box p {
	line-height:1.2em;
	margin:0;
	padding:0;
	margin-left:30px;
	float:left;
	display:inline;
	}

#contact_box form {
	line-height:1.2em;
	}

#contact_box form input {
	float:right;
	margin:0;
	padding:0;
	margin-right:50px;
	padding-left:10px;
	display:inline;
	width:250px;
	font-family:"Courier New", Courier, mono;
	}

#contact_box form textarea {
	width:252px;
	height:100px;
	float:right;
	margin:0;
	padding:0;
	margin-right:50px;
	padding-left:10px;
	display:inline;
	font-family:"Courier New", Courier, mono;
	}


#contact_box .submit {
	background-color:#880000;
	padding:0;
	color:#EEFFFF;
	width:100px;
	margin-top:15px;
	clear:both;
	font-weight:bold;
	}

#content .rotator{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	}

#footer {
	margin:0 auto;
	padding:0;
	width:780px;
	height:90px;
	padding-top:10px;
	z-index:2;
	background-image:url(/css/images/footer-back_iv_v2.png);
	background-position:top left;
	background-repeat:no-repeat;
	}
#footer p {
	margin:0;
	padding:0;
	display:block;
	color:white;
	background-color:#446600;
	margin-left:24px;
	margin-right:26px;
	}

#footer h5 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:right;
	margin-right:36px;
	margin-top:15px;
	}

#footer h5 a {
	color:#CC0000;
	text-decoration:none;
	}

#footer h5 a:hover {
	color:#CC0000;
	text-decoration:underline;
	}

#ieFix p, #ieFix h1, #ieFix h2 {
	width:510px;
	}

#ieFix blockquote {
	width:400px;
	margin-top:10px;
	}

#ieFix blockquote p {
	width:400px;
	}


#content .fp_kelly_one {
	float:right;
	margin:0;
	padding:0;
	margin-left:5px;
	}

#content .fp_kelly_two {
	float:right;
	clear:both;
	margin:0;
	padding:0;
	margin-left:5px;
	}

#content .left_photo {
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	border:0;
	}

/**** BMI BOX ***********/

#BMI_box {
	margin-left:35px;
	margin-top:10px;
	width:439px;
	padding-left:15px;
	padding-top:15px;
	height:127px;
	background-image:url(images/bmi_box_back.gif);
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	}


.BMI_numbers {
	border:0;
	margin:0;
	padding:0;
	float:left;
	margin-left:55px;
	text-align:left;
	}


#BMI_box input.no-box {
	border:0;
	float:left;
	margin-left:40px;
	text-align:left;
	width:30px;
	text-align:center;
	font-size:10px;
	background:0;
	color:#FFFFFF;
	}
#graph {
	width:420px;
	height:25px;
	background-color:#CCFFFF;
	background-image:url(/images/bmi-bckgrd.jpg);
	clear:both;

	}

#marker {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#990000;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	left:0;
	}
#BMI_box p.your_BMI {
	font-size:12px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	margin-left:125px;
	margin-top:5px;
	font-weight:bold;
	}

  .bmi_result {
	border:0;
	margin:0;
	padding:0;
	width:50px;
	background:0;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}

#BMI_box p.data_entry {
	margin:0;
	padding:0;
	margin-left:50px;
	margin-top:10px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	}

  .data_input {
	margin:0;
	padding:0;
	width:50px;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	color:#990000;
	text-align:center;
	}


/*************** CALENDAR STUFF ***********************/

/***************** BIG CALENDAR **************************/

#big_calendar {
	width:525px;
	border:0px solid #888888;
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	}

#big_calendar td {
	width:71px;
	width:50px;
	border-collpase:collpase;
	border:1px solid #888888;
	text-align:left;
	padding-right:5px;
	height:70px;
	vertical-align:top;
	}

#big_calendar .active {
	background-color:#3A5B6E;

	}

#big_calendar .lecture {
	background-color:#DAD999;
	}

#big_calendar .support {
	background-color:#DBB99A;
	}


#big_calendar .days {
	background-color: #899B45;
	border:solid 1px #888888;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding-top:2px;
	margin:1px;
	height:18px;
	padding-right:0px;
	}

#big_calendar th {
	border-collpase:collpase;
	border:1px solid #888;
	background-color:#990000;
	background-image:url(/images/interior_headline_div_background.jpg);
	font-size:36px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#FFFFFF;
	height:45px;
}
#big_calendar .actday{
	background-color: #3A5B6E;
	font-weight:bold;
}

#big_calendar ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#big_calendar ul li {
	padding-left:4px;
	/*
	background-image:url(images/black_dot.gif);
	background-position:left;
	background-repeat:no-repeat;
	*/
	list-style:none;
	line-height:1em;
	}

#big_calendar ul li a {
	color:#000000;
	text-decoration:none;
	}

#big_calendar h6 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	border-right:solid 1px #061340;
	border-bottom:solid 1px #061340;
	padding:2px;
	pading-left:5px;
	width:15px;
	height:13px;
	color:#550011;
	text-align:center;
	background-color:#FFF9EE;
	}

#big_calendar .register {
	color:#990011;
	padding-left:4px;
	}

#big_calendar .sql {
	color:#000000;
	text-decoration:none;
	}

#big_calendar .both {
	background-color:#899B4F;
	}

#big_calendar .last_year {
	font-size:14px;
	margin-right:100px;
	color:#FFEAEA;
	padding-top:-10px;
	}

#big_calendar .next_year {
	font-size:14px;
	margin-left:100px;
	color:#FFEAEA;
	padding-top:-10px;
	}

#cal_wrapper {
	margin-top:10px;
	padding-bottom:40px;
	background-image:url(images/cal_legend.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-bottom:10px;
	}

#cal_wrapper a {
	color:#006666;
	}

#cal_wrapper a:hover {
	color:#996600;
	}

#cal_wrapper h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
