@charset "UTF-8";
/* CSS Document */

#mapThumbWrapper { width:140px; float:left; }
#mapThumbWrapper { max-width:140px; } /* For IE6 */
#mapThumbWrapper img { height:185px; width:140px; display:block; }
#mapThumbWrapper img { max-height:185px; max-width:140px; margin-bottom:2px; } /* For IE6 */

.mainNote { width:345px; margin-left:11px; float:left; }
.mainNote { max-width:345px; } /* For IE6 */
.mainNote p { padding-bottom:7px; }
.mainNote blockquote { margin-left:25px; padding-bottom:7px; }
.mainNote ul { padding:10px 0 10px 0; }
.mainNote ul li { margin-left:35px; padding-bottom:7px; }
.mainNote p.title { margin-bottom:5px; }
.mainNote p.alert { margin:5px 0 5px 0; }
.mainNote .header { display:block; }

.sidebarNote { width:142px; margin-left:11px; float:left; }
.sidebarNote { max-width:142px; } /* For IE6 */
.sidebarNote .header { margin-bottom:5px; }

