BODY { margin: 0; padding: 0; }

A { text-decoration: none; }
A:hover { text-decoration: underline; }

HR { display: none; }

/* ---------------------------------------------------- abstract classes -- */

.HorizList { margin: 0; padding: 0; }
.HorizList LI { float: left; list-style-type: none; display: block; }
.HorizList LI A { display: block; }

UL.DotBullet { margin: 0 0 .5em 0; padding: 0 0 0 10px; }
UL.DotBullet LI { list-style: none; padding-left: 6px; background: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fdot.79A8BE.gif') 0 .5em no-repeat; margin-bottom: .5em; }


UL.NoBullet { margin: 0 0 .5em 0; padding: 0 0 0 10px; }
UL.NoBullet LI { list-style: none; margin-bottom: .5em; }

.Icon, .Button { vertical-align: middle; }
.Photo { }

.Invisible { display: none; }

.LinkAction { }
.LinkMore { }

.ClearFix { height: 0; clear: both; font-size: 0; }
.BoxFix { }

.Col { }
.Left { }
.Center { }
.Right { }


/* ------------------------------------------------------------ template -- */

#LayoutWrapper { }
#HeaderWrapper { min-width: 1000px; }
#BodyWrapper { position: relative; margin: 20px; max-width: 1120px; min-width: 740px; clear: left; }
#MainColumn { margin-right: 140px; }
#SideColumn { width: 120px; position: absolute; top: 0; right: 0; }

* HTML #PageWrapper { width: expression( (document.body.clientWidth > 1000) ? 100 + "%" : 1000 + "px"	); } /* stupid IE6/win */
* HTML #HeaderWrapper { width: expression( (document.body.clientWidth > 1000) ? 100 + "%" : 1000 + "px"	); } /* stupid IE6/win */
* HTML #SideColumn { right: 20px; } /* stupid IE/6 win */

#AccessibilityLinks { position: absolute; left: -1000px; top: -1000px; }
#BrowserWarning { display: none; }


/* -------------------------------------------------------------- footer -- */

#FooterWrapper { clear: both; text-align: center; margin: 2em 0; min-width: 740px; }
#FooterWrapper A { color: #33C; }
#FooterWrapper P { margin-bottom: .5em; }
#FooterWrapper P SPAN { border-bottom: 1px solid #000; padding-bottom: 3px; } /* NOTE: this is totally faking it because SPAN is "display: inline" and doesn't take padding correctly. */

* HTML #FooterWrapper P SPAN { padding-bottom: 2px; } /* stupid IE6/win */
*:first-child+HTML #FooterWrapper P SPAN { padding-bottom: 2px; } /* stupid IE7/win */

#FooterNav A { text-transform: uppercase; }
#Copyright { margin-top: 2em; }


/* ----------------------------------------------------------------- ads -- */

.AdWrapper { text-align: center; }
.AdLabel { color: #666; }

#AdLeaderboard { margin: 5px 0; min-width: 810px; }
#AdLeaderboard A IMG { vertical-align: middle; }

#SideColumn .AdWrapper { margin-bottom: 20px; }
#SideColumn .AdWrapper DIV { margin-top: 3px; }

#Ad120x600 { }
#Ad120x240 { }


/* -------------------------------------------------------------- header -- */
#HeaderWrapper { border-top: 2px solid #8C303D; background: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fbg.header.gif') top left repeat-x; }
#jamafr-logo { float: left; display: inline; margin: 25px 0 0 10px; }

#ArchivesNav { min-height: 39px; }
#ArchivesNav LABEL IMG { vertical-align: middle; }
#ArchivesNav FORM { background: #D4D4D4 url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fbg.header.curve.bot.gif') bottom left no-repeat; float: right; padding: 10px 15px 9px 12px; min-height: 20px; max-width: 575px; position: relative; }
#ArchivesNav FORM SPAN { position: absolute; top: 11px; left: -11px; display: block; width: 11px; height: 11px; background: #FFF url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fbg.header.curve.top.gif') top left no-repeat; }
#ArchivesNav .LinkMore { font-weight: bold; text-transform: uppercase; color: #53859F; margin-left: 8px; }

* HTML #ArchivesNav { height: 39px; } /* stupid IE6/win */
* HTML #ArchivesNav FORM { padding-top: 8px; height: 20px; } /* stupid IE6/win */
*:first-child+HTML #ArchivesNav FORM { padding-top: 8px; } /* stupid IE7/win */

#SiteSearch { margin-top: 25px; float: right; clear: right; }
#SiteSearch FORM { padding: 0 15px 0 0; }
#SiteSearch LABEL { color: #B61010; font-weight: bold; text-transform: uppercase; }
#SiteSearch .TextInput { width: 150px; }
#SiteSearch .LinkMore { color: #53859F; margin-left: 8px; }

#UserToolbar { clear: both; text-align: right; margin: 0 15px 4px 0; }
#UserToolbar A { color: #33C; }

#MainNav { background: #9DB6C7; position: relative; /* min-height: 1.625em;  */}
#MainNav UL { /* min-height: 1.625em; */ }
#MainNav UL LI { font-size: 91%; text-transform: uppercase; border-right: 1px solid #FFF; }
#MainNav UL LI A { color: #FFF; padding: .85em 5px; background-color: #9DB6C7; background-position: 50% 50%; background-repeat: no-repeat; height: 1em; }
#MainNav UL LI A:hover { background-color: #1A577E; text-decoration: none; }
#MainNav UL LI.Active A { /* background-color: #83AACE; */ background-color: #1A577E; }
#MainNav UL LI.Active A:hover { /* background-color: #83AACE; */ text-decoration: none; }
#MainNav UL LI A SPAN { position: absolute; top: -1000px; left: -1000px; font-size: 0; }
#MainNav FORM { position: absolute; top: .45em; right: 15px;  margin-left: 550px; }
#MainNav LABEL { font-size: 91%; color: #B61010; font-weight: bold; text-transform: uppercase; margin-left: 10px; vertical-align: middle; }

* HTML #MainNav { height: 2.4em; overflow: hidden; } /* stupid IE6/win */
* HTML #MainNav LABEL { vertical-align: middle; } /* stupid IE6/win */
* HTML #MainNav FORM { top: .32em; } /* stupid IE6/win */
*:first-child+HTML #MainNav FORM { top: .32em; } /* stupid IE7/win */
*:first-child+HTML #MainNav UL { min-height: 1.625em; } /* stupid IE7/win */


#nav_accueil A { width: 56px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Faccueil.0.gif'); }
#nav_numeroactuel A { width: 93px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fnumeroactuel.0.gif'); }
#nav_numerosprecedents A { width: 129px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fnumerosprecedents.0.gif'); }
#nav_pagedupatient A { width: 103px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fpagedupatient.0.gif'); }
/* #nav_fmc A { width: 22px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Ffmc.0.gif'); } */
/* #nav_abonnezvous A { width: 87px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fabonnezvous.0.gif'); } */
/* #nav_aide A { width: 27px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Faide.0.gif'); } */
#nav_lejamafrancais A { width: 113px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Flejamafrancais.0.gif'); }

#nav_accueil.Active A,
#nav_accueil A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Faccueil.1.gif'); }
#nav_numeroactuel.Active A,
#nav_numeroactuel A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fnumeroactuel.1.gif'); }
#nav_numerosprecedents.Active A,
#nav_numerosprecedents A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fnumerosprecedents.1.gif'); }
#nav_pagedupatient.Active A,
#nav_pagedupatient A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fpagedupatient.1.gif'); }
/*
#nav_fmc.Active A,
#nav_fmc A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Ffmc.1.gif'); }
*/
/*
#nav_abonnezvous.Active A,
#nav_abonnezvous A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fabonnezvous.1.gif'); }
*/
/*
#nav_aide.Active A,
#nav_aide A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Faide.1.gif'); }
*/
#nav_lejamafrancais.Active A,
#nav_lejamafrancais A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Flejamafrancais.1.gif'); }

/*
#nav_home A { width: 40px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fhome.0.gif'); }
#nav_current-issue A { width: 88px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fcurrent-issue.0.gif'); }
#nav_past-issues A { width: 74px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fpast-issues.0.gif'); }
#nav_collections A { width: 76px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fcollections.0.gif'); }
#nav_cme A { width: 22px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fcme.0.gif'); }
#nav_careernet A { width: 65px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fcareernet.0.gif'); }
#nav_subscribe A { width: 65px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fsubscribe.0.gif'); }
#nav_help A { width: 29px; background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fhelp.0.gif'); }

#nav_home.Active A,
#nav_home A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fhome.1.gif'); }
#nav_current-issue.Active A,
#nav_current-issue A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fcurrent-issue.1.gif'); }
#nav_past-issues.Active A,
#nav_past-issues A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fpast-issues.1.gif'); }
#nav_collections.Active A,
#nav_collections A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fcollections.1.gif'); }
#nav_cme.Active A,
#nav_cme A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fcme.1.gif'); }
#nav_careernet.Active A,
#nav_careernet A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fcareernet.1.gif'); }
#nav_subscribe.Active A,
#nav_subscribe A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fsubscribe.1.gif'); }
#nav_help.Active A,
#nav_help A:hover { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fnav%2Fhelp.1.gif'); }
*/


/* ---------------------------------------------------------------- home -- */

.JAMAFRHome H1 { text-transform: uppercase; }
.JAMAFRHome H1 SPAN { text-transform: none; font-weight: normal; }

.JAMAFRHome #current-issue { margin-bottom: 20px; position: relative; }
.JAMAFRHome #current-issue H1 { color: #B61010; }
.JAMAFRHome #current-issue H1 SPAN { color: #000; }
.JAMAFRHome #cover-image { position: absolute; right: 10px; border: 1px solid #9DB6C7; margin-left: 40px; }
.JAMAFRHome #in-this-issue { background: #DDE3EE; padding: 10px; min-height: 245px; }
.JAMAFRHome #in-this-issue H3 { margin-right: 216px; }
.JAMAFRHome #in-this-issue H3 SPAN { font-weight: normal; font-style: normal; }
.JAMAFRHome #in-this-issue UL { margin-right: 216px; }
.JAMAFRHome #in-this-issue LI { margin-bottom: .2em; }
.JAMAFRHome #in-this-issue LI A { color: #425F73; }

* HTML .JAMAFRHome #cover-image { right: 170px; top: 33px; } /* stupid IE6/win */
* HTML .JAMAFRHome #in-this-issue { height: 245px; } /* stupid IE6/win */

/* explore/interact: common properties */
.JAMAFRHome #explore-interact { padding-top: 5px; margin-bottom: 15px; margin-right: 40%; }
.JAMAFRHome #explore-interact .Item { float: left; width: 50%; }


.JAMAFRHome #explore-interact .Item .BoxFix { border: 1px solid #E9D6D9; padding: 5px; margin: 0 3px 15px 0; }

/*explore and interact long box - added PK 2/26/08*/
.JAMAFRHome #explore-interact .Item .LongBoxFix { width:196%;border: 1px solid #E9D6D9; padding: 5px; margin: 0 3px 15px 0; float:top;}


.JAMAFRHome #explore-interact .Item A { color: #6290BA; }
.JAMAFRHome #explore-interact .Item H2 { text-transform: uppercase; padding-left: 30px; min-height: 25px; background-repeat: no-repeat; background-position: 0 0; }
.JAMAFRHome #explore-interact .Item H2 A { color: #036; height: 25px; display: table-cell; vertical-align: middle; }
.JAMAFRHome #explore-interact .Item H3 { margin: 0 10px .5em 10px; }
.JAMAFRHome #explore-interact .Item P { margin: 0 10px 1em 10px; }
.JAMAFRHome #explore-interact .Item .LinkAction { font-weight: bold;
text-align: right; font-size: 82%; text-transform: uppercase; margin-left: 10px; }
* HTML .JAMAFRHome #explore-interact { display: inline; zoom: 1;margin-right: 0; } /* stupid IE6/win */
* HTML .JAMAFRHome #explore-interact .Item { width: 49.9%; } /* stupid IE6/win */
* HTML .JAMAFRHome #explore-interact H1 { padding-top: 5px; } /* stupid IE6/win */
* HTML .JAMAFRHome #explore-interact .Item H2 { height: 25px; } /* stupid IE6/win */
*:first-child+HTML .JAMAFRHome #explore-interact { zoom: 1; margin-right: 0; } /* stupid IE7/win */
*:first-child+HTML .JAMAFRHome #explore-interact .Item { width: 49.9%; } /* stupid IE7/win */

.JAMAFRHome #explore-interact .RowWrapper { clear: left; margin-bottom: 15px; background: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fbg.row-wrapper.E9D6D9.gif') 50%
100% no-repeat; border-left: 1px solid #E9D6D9; border-right: 1px solid #E9D6D9; margin-right: 6px; }
.JAMAFRHome #explore-interact .RowWrapper .Item .BoxFix { margin-bottom: 0; border: 1px solid transparent; border-top: 1px solid
#E9D6D9; }
.JAMAFRHome #explore-interact .RowWrapper .Left .BoxFix { margin-right: 0 !important; }
.JAMAFRHome #explore-interact .RowWrapper .Right .BoxFix { margin-right: 0 !important; margin-left: 6px; }

.JAMAFRHome #explore-interact .RowWrapper .ClearFix { clear: left; }
* HTML .JAMAFRHome #explore-interact .RowWrapper { zoom: 1; margin-right: 3px; }
* HTML .JAMAFRHome #explore-interact .RowWrapper .Item .BoxFix { border: none; border-top: 1px solid #E9D6D9; }


.JAMAFRHome #explore-interact .Item#clinician-corner H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fclinician-corner.gif'); }
.JAMAFRHome #explore-interact .Item#podcast H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fpodcast.gif'); }
.JAMAFRHome #explore-interact .Item#author-in-the-room H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fauthor-in-the-room.gif'); }

/* explore/interact: patient page */
.JAMAFRHome #explore-interact .Item#patient-page H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fpatient-page.gif'); position: relative; }
.JAMAFRHome #explore-interact .Item#patient-page H2 .Icon { position: absolute; top: 0; right: 0; }
.JAMAFRHome #explore-interact .Item#patient-page P { margin-bottom: .5em; }
.JAMAFRHome #explore-interact .Item#patient-page .Photo { margin: 1px; }
.JAMAFRHome #explore-interact .Item#patient-page .LinkAction { text-align: left; text-transform: none; margin-bottom: .5em; position: static; }
/* i can't believe how buggy IE/win is... */
/** HTML .JAMAFRHome #explore-interact .Item#patient-page .BoxFix { background: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Ffree.gif') 97% 5px no-repeat; } free tag taken out pk*/
* HTML .JAMAFRHome #explore-interact .Item#patient-page H2 { position: static; }
* HTML .JAMAFRHome #explore-interact .Item#patient-page H2 .Icon { right: 5px; }
/**:first-child+HTML .JAMAFRHome #explore-interact .Item#patient-page .BoxFix { background: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Ffree.gif') 97% 5px no-repeat; } free tag taken out pk*/
*:first-child+HTML .JAMAFRHome #explore-interact .Item#patient-page H2 { position: static; }
*:first-child+HTML .JAMAFRHome #explore-interact .Item#patient-page H2 .Icon { display: none; }

/* explore/interact: video news release */
.JAMAFRHome #explore-interact .Item#video-news-release H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fvideo-news-release.gif'); }
.JAMAFRHome #explore-interact .Item#video-news-release .LinkAction { text-transform: none; }
.JAMAFRHome #explore-interact .Item#video-news-release .LinkAction .Icon { border-right: 4px solid #FFF; } /* NOTE: hacky, but works */
.JAMAFRHome #explore-interact .Item#video-news-release .LinkAction A { white-space: nowrap; }

/* explore/interact: new icons */
.JAMAFRHome #explore-interact .Item#art-and-images-in-psychiatry H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fart-and-images-in-psychiatry.gif'); }
.JAMAFRHome #explore-interact .Item#articles-for-residents H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Farticles-for-residents.gif'); }
.JAMAFRHome #explore-interact .Item#cover-art-pediatrics H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fcover-art-pediatrics.gif'); }
.JAMAFRHome #explore-interact .Item#early-release H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fearly-release.gif'); }
.JAMAFRHome #explore-interact .Item#email-alert H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Femail-alert.gif'); }
.JAMAFRHome #explore-interact .Item#evidence-based-dermatology H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fevidence-based-dermatology.gif'); }
.JAMAFRHome #explore-interact .Item#evidence-based-pediatrics H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fevidence-based-pediatrics.gif'); }
.JAMAFRHome #explore-interact .Item#my-folder H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fmy-folder.gif'); }
.JAMAFRHome #explore-interact .Item#on-my-mind H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fon-my-mind.gif'); }
.JAMAFRHome #explore-interact .Item#powerpoint H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fpowerpoint.gif'); }
.JAMAFRHome #explore-interact .Item#rss H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Frss.gif'); }
.JAMAFRHome #explore-interact .Item#you-make-the-diagnosis H2 { background-image: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fyou-make-the-diagnosis.gif'); }
.JAMAFRHome #explore-interact .Item .BoxFix { min-height: 12em !important; }
* HTML .JAMAFRHome #explore-interact .Item .BoxFix { height: 12em !important; } /* fix for IE6/win */


.JAMAFRHome #top-content { float: right; margin-bottom: 0px; width: 40%; }
.JAMAFRHome #top-content .BoxFix { border: 1px solid #E9D6D9; padding-bottom: 2px; }
.JAMAFRHome #top-content H1 { padding: 5px 0 4px 10px; margin: 0; }
.JAMAFRHome #top-content .Item { border-top: 1px solid #E9D6D9; margin-top: 2px; }
.JAMAFRHome #top-content .Active { min-height: 225px; }
.JAMAFRHome #top-content H2 { text-transform: uppercase; margin: 0; background: #F5F5F5 url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Farrow.254970.rt.gif') 8px .65em no-repeat; margin-top: 2px; }
.JAMAFRHome #top-content H2 A { display: block; padding: 5px 0 7px 20px; }
.JAMAFRHome #top-content UL { padding-left: 20px; padding-right: 10px; }
.JAMAFRHome #top-content LI A { color: #4E697C; }

* HTML .JAMAFRHome #top-content .BoxFix { zoom: 1; } /* stupid IE6/win */
*:first-child+HTML .JAMAFRHome #top-content .BoxFix { zoom: 1; } /* stupid IE7/win */
* HTML .JAMAFRHome #top-content H2 { background-position: 8px .75em; } /* stupid IE6/win */
*:first-child+HTML .JAMAFRHome #top-content H2 { background-position: 8px .75em; } /* stupid IE7/win */
* HTML .JAMAFRHome #top-content .Active { height: 23.5em; } /* stupid IE6/win */

/*
	NOTE: the following rules have been moved to the HTML file and changed
	into dynamically created CSS rules to enable the content to display with
	javascript disabled.

.JAMAFRHome #top-content .Item UL { display: none; }
.JAMAFRHome #top-content .Active H2 { background: #FFF url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Farrow.254970.dn.gif') 6px .85em no-repeat; }
.JAMAFRHome #top-content .Active H2 A:hover { text-decoration: none; }
.JAMAFRHome #top-content .Active UL { display: block; }
*/

.JAMAFRHome #related-sites { border: 1px solid #E9D6D9; padding: 5px 10px; margin: 15px 0; clear: both; }
.JAMAFRHome #related-sites H3 { text-transform: uppercase; }
.JAMAFRHome #related-sites .Col { float: left; }
.JAMAFRHome #related-sites .Left { width: 30%; }
.JAMAFRHome #related-sites .Center { width: 40%; }
.JAMAFRHome #related-sites .Right { width: 30%; }
.JAMAFRHome #related-sites LI A { color: #6290BA; font-weight: bold; }

.JAMAFRHome #stay-connected { float: left; width: 50%; max-width:500px; min-width:300px;}
.JAMAFRHome #stay-connected .BoxFix { padding: 15px 15px 15px 90px; background: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fstay-connected.gif') 15px 15px no-repeat; margin-right: 5px; }
.JAMAFRHome #stay-connected H2 { text-transform: uppercase; }
.JAMAFRHome #stay-connected UL { margin-bottom: 0; }
.JAMAFRHome #stay-connected LI A { color: #3B74A9; }

.JAMAFRHome #call-for-papers { float: left; width: 50%; max-width:500px; min-width:300px;}
.JAMAFRHome #call-for-papers .BoxFix { padding: 15px 15px 15px 90px; background: url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fmisc%2Fcall-for-papers.gif') 15px 15px no-repeat; margin-left: 5px; }
.JAMAFRHome #call-for-papers H2 { text-transform: uppercase; }
.JAMAFRHome #call-for-papers P { margin: 0; }

* HTML .JAMAFRHome #stay-connected,
* HTML .JAMAFRHome #call-for-papers { width: 49.9%; } /* IE6/win rounding error */
*:first-child+HTML .JAMAFRHome #stay-connected,
*:first-child+HTML .JAMAFRHome #call-for-papers { width: 49.9%; } /* IE7/win rounding error */

.JAMAFRHome #explore-interact .NoIcon H2 { background-image: none !important; padding-left: 10px; }

.JAMAFRHome #bottom-boxes { background:url('/ServeContent?url=http%3A%2F%2Fjamafr.ama-assn.org%2Ficons%2Fbg.row-wrapper.F5F5F5.gif') 50% 0 repeat-y; max-width:1000px; min-width:600px;}
* HTML .JAMAFRHome #bottom-boxes { zoom: 1; } /* stupid IE6/win */
*:first-child+HTML .JAMAFRHome #bottom-boxes { zoom: 1; } /* stupid IE7/win */



.JAMAFRSecondLevel IMG,
.JAMAFRSecondLevel A IMG { border: none; }

.JAMAFRSecondLevel H1, .JAMAFRSecondLevel H2, .JAMAFRSecondLevel H3, .JAMAFRSecondLevel H4, .JAMAFRSecondLevel H5, .JAMAFRSecondLevel H6 { margin: 0 0 .5em 0; padding: 0; }

.JAMAFRSecondLevel H1 { font-size: 128%; }
.JAMAFRSecondLevel H2 { font-size: 100%; }
.JAMAFRSecondLevel H3 { font-size: 100%; }

.JAMAFRSecondLevel P { margin-top: 0; }

.JAMAFRSecondLevel UL, .JAMAFRSecondLevel OL { margin-top: 0; margin-bottom: 1em; }


/* incredibly stupid IE6/win ignorees the padding on the following A elements when in quirks mode */
* HTML .JAMAFRSecondLevel #MainNav UL LI A { height: 2.6em; }
* HTML .JAMAFRSecondLevel #nav_accueil A { width: 66px; }
* HTML .JAMAFRSecondLevel #nav_numeroactuel A { width: 103px; }
* HTML .JAMAFRSecondLevel #nav_numerosprecedents A { width: 139px; }
* HTML .JAMAFRSecondLevel #nav_pagedupatient A { width: 113px; }
/* * HTML .JAMAFRSecondLevel #nav_fmc A { width: 32px; } */
/* * HTML .JAMAFRSecondLevel #nav_abonnezvous A { width: 97px; } */
/* * HTML .JAMAFRSecondLevel #nav_aide A { width: 37px; } */
* HTML .JAMAFRSecondLevel #nav_lejamafrancais A { width: 123px; }

/*
* HTML .JAMAFRSecondLevel #MainNav UL LI A { height: 2.6em; }
* HTML .JAMAFRSecondLevel #nav_home A { width: 50px; }
* HTML .JAMAFRSecondLevel #nav_current-issue A { width: 98px; }
* HTML .JAMAFRSecondLevel #nav_past-issues A { width: 84px; }
* HTML .JAMAFRSecondLevel #nav_collections A { width: 86px; }
* HTML .JAMAFRSecondLevel #nav_cme A { width: 32px; }
* HTML .JAMAFRSecondLevel #nav_careernet A { width: 75px; }
* HTML .JAMAFRSecondLevel #nav_subscribe A { width: 75px; }
* HTML .JAMAFRSecondLevel #nav_help A { width: 39px; }
*/

.JAMAFRSecondLevel FORM { margin: 0; padding: 0; }
.JAMAFRSecondLevel INPUT, .JAMAFRSecondLevel SELECT { vertical-align: middle; }
.JAMAFRSecondLevel SELECT { font-size: 100%; }

.JAMAFRSecondLevel#LayoutWrapper { font-family: 'Lucida Grande', arial, helvetica, sans-serif; color: #000; font-size: 68.75%; }

@media print {
	.AdWrapper, #MainNav, #ArchivesNav, #SiteSearch, #FooterNav, #UserToolbar { display: none; }
	#HeaderWrapper, #BodyWrapper { width: auto; max-width: 100%; min-width: 0; margin: 0; }
	#MainColumn { margin: 0; width: auto; }
	#jama-logo { float: none; display: block; margin: 0; }
	#HeaderWrapper { border-top: none; background: none; margin-bottom: 1em; }
	* HTML .JAMAFRHome #cover-image { right: 0; } /* stupid IE6/win */
	* HTML .JAMAFRHome #in-this-issue LI { zoom: 1; } /* stupid IE6/win */
	.JAMAFRHome #top-content .Active { min-height: 0; }
	.JAMAFRHome #stay-connected .BoxFix, .JAMAFRHome #call-for-papers .BoxFix { padding: 15px; }
	.JAMAFRHome #explore-interact .Item H2 { padding: 0; }
	.JAMAFRHome #explore-interact .Item H2 A { display: block; height: auto; }
}
