@import url("global.css");
@import url("pages.css");

/*//// ALEXANDER HOME ONLY ////*/
/* ANY EDITS MADE TO THIS STYLE SHEET EXCLUSIVELY APPLY TO DEFAULT. ASP, HOME PAGE -- HEADER AND NAVIGATION EDITS IN GLOBAL STYLE SHEET */

/* NAVIGATION SETUP -- HOME ONLY */
#nav-home { width: 780px; height:26px; background: url(../images/nav_inside.jpg); position: absolute; top: 125px; }
#nav-home ul { margin:0; padding:0; }
#nav-home li { height:26px; list-style: none; position: absolute; }
#nav-home a { height:26px; display: block; }
#nav-home span { display: none; }

/* NAVIGATION BUTTONS -- HOME ONLY */
#spacer { width: 114px; background: url(../images/nav_left_spc.jpg); }

#alex { width: 132px; left: 114px; }
#alex a:hover { background: url(../images/nav_doctor_over.jpg); }

#staff { width: 100px; left: 246px; }
#staff a:hover { background: url(../images/nav_staff_over.jpg); }

#breast { width: 114px; left: 346px; }
#breast a:hover { background: url(../images/nav_breast_over.jpg); }

#gallery { width: 93px; left: 460px; }
#gallery a:hover { background: url(../images/nav_gallery_over.jpg); }

#town { width: 85px; left: 553px; }
#town a:hover { background: url(../images/nav_town_over.jpg); }

#articles { width: 56px; left: 638px; }
#articles a:hover { background: url(../images/nav_articles_over.jpg); }

#contact { width: 86px; left: 694px; }
#contact a:hover { background: url(../images/nav_contact_over.jpg); }

/* MAIN IMG-PROCEDURE LIST */
#home-proc-parent { width: 780px; height: 226px; position: absolute; top: 151px; }
#home-heroimg { width: 513px; height: 226px; background: url(../images/main_img.jpg); float: left; }
#home-proc { width: 267px; height: 226px; background: url(../images/subright_procs_bg.jpg); float: right; }
#home-proc p { width: 200px; margin: 72px 0 0 30px; line-height: 25px; }

/* HOME PARENT */
#parent { width: 780px; display: table; margin: 0 auto 0 auto; }
/* SUB SECTION PARENT */
#sub-parent { width: 780px; height: 424px; position: absolute; top: 377px; }

/* SUB SECTION WELCOME */
#sub-welcome { width: 273px; height: 424px; background: url(../images/subhead_lvbaug.jpg); float: left; }
#sub-welcome p { width: 230px; margin: 82px 0 0 25px; font-size: 11px; }

/* SUB SECTION DR */
#sub-dr { width: 240px; height: 424px; background: url(../images/subsect_dr_bg.jpg); position: absolute; top: 0px; left: 273px; }
#sub-dr p { width: 205px; margin: 80px 0 0 15px; font-size: 11px; }
#readmore { width: 85px; position: absolute; bottom: 50px; right: 20px; }

/*SUB SECTION CONTACT FORM */
#sub-contact {width: 267px; height: 100%; background: url(../images/subright_contact_bg.jpg); float: right; }

/* HOME FOOTER */
#home-footer { width: 780px; height: 150px; background: url(../images/footer_bg.jpg); text-align: center; position: absolute; top: 801px; }