/* ABM SMART website, CSS file, modified Jan 2009 */

body { background-color: #FFFFFF; color: #525252; margin: 0px; padding-top: 0px; margin-top: 20px; }

* { font-family: Verdana, Arial, Helvetica, Geneva, 'Lucida Sans', 'Bitstream Vera Sans', sans-serif; font-size: 12px; line-height: 17px; }

a { color: #084C8D; text-decoration: none; }
a:link { color: #084C8D; }
a:visited { color: #084C8D; }
a:active { color: #084C8D; background-color: #eef2f7; } 
a:hover { color: #084C8D; background-color: #eef2f7; }
  
.nav { font-size: 11px; color: #084C8D; font-weight: bold; }  
a.nav:hover { color: #084C8D; background-color: #E7E4E9; }
.navh { margin-top: 8px; margin-bottom: 8px; }
  
#indent { padding-left: 28px; padding-top: 12px; padding-right: 28px; padding-bottom: 20px; line-height: 17px; font-size: 12px; }
#masthead { }
#content { }

ul { border: 0px; list-style-type: square; margin-top: 0px; }
li { padding-bottom: 8px; }
p { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 14px; }
blockquote { margin-top: 0px; margin-bottom: 0px; margin-left: 50px; margin-right: 40px; }

h1 { font-size: 17px; font-weight: bold; margin-top: 10px; margin-bottom: 14px; line-height: 20px; }
h2 { font-size: 12px; font-weight: bold; margin-top: 10px; margin-bottom: 4px; line-height: 14px; } 
h3 { font-weight: bold; font-size: 10px; color: #084C8D; line-height: 16px; letter-spacing: 0.5px; margin-bottom: 4px; display: block; 
     background-color: #E2DFE5; padding: 1px; padding-left: 3px; text-transform: uppercase; } 
h4 { font-size: 15px; font-weight: bold; margin-top: 10px; margin-bottom: 10px; line-height: 20px; }
     
.nobr { white-space: nowrap; }

.purple { color: #563466; font-weight: bold; } /*used as a highlight for calendar events*/

.small { font-size: 10px; }

.endbar1 { background-color: #705E78; } 
.endbar2 { background-color: #B8ABBE; } 
.underline { border-bottom: 1px solid #B8ABBE; }     

.copyright  { font-size: 9px; font-weight: normal; margin-top: 10px; color: #858585; text-align: center; }

/*background styles*/              
.dotted { background-image: url(images/repeat_dotted_y.gif); background-repeat: repeat-y; width: 1px; }
.gray_bg { background-color: #F5F4F6; padding-left: 20px; padding-top: 16px; padding-right: 10px; line-height: 20px; }
              
input, textarea { color: #333333; background-color: #FFFFFF; border: 1px solid #B8ABBE; font-size: 12px; }
select { color: #333333; background-color: #FFFFFF; font-size: 12px; } 
input[type="checkbox"] { background-color: transparent; border: 0px; } /* does not work in IE6 and earlier  */
input[type="radio"] { background-color: transparent; border: 0px; } /* does not work in IE6 and earlier  */
input.box { background-color: transparent; border: 0px; } 


/*newsletter styles*/
h2.news { font-size: 14px; font-weight: bold; margin-top: 14px; margin-bottom: 0px; line-height: 20px; color: #563466; 
          font-family: Arial, Helvetica, Geneva, 'Lucida Sans', 'Bitstream Vera Sans', sans-serif; }
.toc { font-size: 12px; font-weight: bold; line-height: 24px; }
.bordered { border: solid 1px #B8ABBE; padding: 16px; margin-top: 10px; }