/* Slides  */
.note1 {
font-family:times;
xfont-size:1em;
line-height:1;
color:black;
border:3px double #800;
width:600px;
margin: 0 auto;
padding:10px;
background: #f5f5f5;
}
.sub-content {
text-align:left;
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
font-size:90%;
color:#800000;
}
.sub-content h3 {
font-size:1.5em;
margin-bottom:5px;
}
	/* tooltip stuff - old*/
.navtext {
text-align:left; 
width:235px; 
font:bold 9pt sans-serif; 
border-width:2px; 
border-style:outset; 
border-color:white; 
background-color:#ffc; 
layer-background-color:#ffc; 
color:black;
}
/* to display external link icons*/
a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(..//images/icon_mailto.gif) no-repeat center right;
}
a[href ^='http://'] {
   padding-right: 18px;
   background: transparent url(..//images/icon_external.gif) no-repeat center right;
}
a[href $='.ppt'] {
   padding-right: 18px;
   background: transparent url(..//images/icon_external.gif) no-repeat center right;
}
a[href $='.pptx'] {
   padding-right: 18px;
   background: transparent url(..//images/icon_external.gif) no-repeat center right;
}
a[href $='.zip'] {
   padding-right: 18px;
   background: transparent url(..//images/icon_external.gif) no-repeat center right;
}
a[href $='.xls'] {
   padding-right: 18px;
   background: transparent url(..//images/icon_xls.gif) no-repeat center right;
}
a[href $='.pdf'] {
   padding-right: 18px;
   background: transparent url(..//images/icon_pdf.gif) no-repeat center right;
}
a[href $='.htm'] {
   padding-right: 18px;
   background: transparent url(..//images/new_icon.png) no-repeat center right;
}
a[href $='.doc'] {
   padding-right: 18px;
   background: transparent url(..//images/icon_external.gif) no-repeat center right;
}
a[href ^='http://www.aaii.com'] {
   padding-right: 18px;
   background: transparent url(..//images/new_icon.png) no-repeat center right;
}
#button li a{
width:100px;
}



