 /* Body Style of overall page. */ 
	
body{ margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } 

/* Banner Style Fighting Mental Illness */ 

.header {font-family: arial, georgia, sans-serif; font-size: 14px; color: #F2F2F2; font-weight: bold; background-color: #FFFFFF;} 

/* Style for main body content */ 

.BodyText {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 10pt; color: #000000; line-height: 140%;}
.BodyStrike {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 10pt; color: #000000; line-height: 140%; text-decoration: line-through;}
.BodyTextI {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 10pt; color: #000000; line-height: 140%; background-color: #FFFFFF; font-style: italic;}
.BodyBold {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 10pt; color: #000000; line-height: 140%; background-color: #FFFFFF; font-weight: bold;}
.BodyTableBold {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 10pt; color: #000000; line-height: 140%; background-color: #CACBCF; font-weight: bold;}
/* Style the Links */ 

a:link {color: #990000; text-decoration: underline; background-color: transparent;} 
a:visited {color: #990000; text-decoration: underline; background-color: transparent;} 
a:hover {color: #666666; text-decoration: underline; background-color: transparent;} 
a:active {color: #999966; text-decoration: none; background-color: transparent;} 

.nav {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 11px; color: #990C14; font-weight: bold; text-decoration: none; background-color: #BBCDBB;} 
a.nav:link {font-size: 11px; color: #990C14; font-weight: bold; text-decoration: none; background-color: #BBCDBB;} 
a.nav:visited {font-size: 11px; color: #990C14; font-weight: bold; text-decoration: none; background-color: #BBCDBB;} 
a.nav:hover {font-size: 11px; color: #666666; font-weight: bold; text-decoration: underline; background-color: #BBCDBB;}
a.nav:active {font-size: 11px; color: #990C14; font-weight: bold; text-decoration: none; background-color: #BBCDBB;} 

/* Style the Footer Links */ 

.footer {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 11px; color: #CCCCCC; font-weight: bold; text-decoration: none;} 
a.footer:link {font-size: 11px; color: #CCCCCC; font-weight: bold; text-decoration: none; background-color: #0A0A0A;} 
a.footer:visited {font-size: 11px; color: #CCCCCC; font-weight: bold; text-decoration: none; background-color: #0A0A0A;} 
a.footer:hover {font-size: 11px; color: #BBCDBB; font-weight: bold; text-decoration: underline; background-color: #0A0A0A;} 
a.footer:active {font-size: 11px; color: #990C14; font-weight: bold; text-decoration: none; background-color: #0A0A0A;} 

/* Style the News Box */ 

.news {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 11px; color: #F2F2F2; font-weight: bold; background-color: #315634;} 

.smtext {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 10px; color: #000000; text-align: left; line-height:150%; background-color: #FFFFFF;} 

/* Style the H1 thru H6 Headers */ 

.H1 {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 14px; color: #80082E; font-weight: bold; text-align: left; background-color: #FFFFFF; position: relative; } 
.H2 {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 14px; color: #80082E; font-weight: bold; text-align: right; background-color: #FFFFFF;} 
.H3 {font-family: verdana, tahoma, arial, georgia, sans-serif; font-size: 13px; color: #FFFFFF; font-weight: bold; text-align: left; background-color: #315634;} 

/* Style the forms */ 

.formtable {font-weight: normal; font-size: 12px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-color: #FFFFFF} 
.formfield {font-weight: bold; font-size: 11px; color: #303c5a; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-color: #BBCDBB} 
.formright {font-weight: normal; font-size: 11px; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; background-color: #ebebeb} 
.formbutton {background-color: #BBCDBB; border-right: #FFFFFF 1px solid; padding-right: 3px; border-top: #FFFFFF 1px solid; border-left: #FFFFFF 1px solid; padding-left: 3px; padding-bottom: 2px; padding-top: 2px; border-bottom: #FFFFFF 1px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold}

/* Style the Lightbox - new css fix*/

#lightbox{
   position: absolute;
   top: 40px;
   left: 0;
   width: 100%;
   z-index: 100;
   text-align: center;
   line-height: 0px;
   }

#lightbox a img{ border: none; }

#outerImageContainer{
   position: relative;
   background-color: #fff;
   width: 250px;
   height: 250px;
   margin: 0 auto;
   }

#imageContainer{
   padding: 10px;
   }

#loading{
   position: absolute;
   top: 40%;
   left: 0%;
   height: 25%;
   width: 100%;
   text-align: center;
   line-height: 0px;
   }
#hoverNav{
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 10;
   }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
   width: 49%;
   height: 100%;
   background: transparent url(../graphics/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
   display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover {
background: url(../graphics/lightbox/prevlabel.gif);
background-repeat:no-repeat;
position:absolute;
}

#nextLink:hover, #nextLink:visited:hover {
background: url(../graphics/lightbox/nextlabel.gif);
background-repeat:no-repeat;
background-position:right top;
}

#imageDataContainer{
   font: 10px Verdana, Helvetica, sans-serif;
   background-color: #fff;
   margin: 0 auto;
   line-height: 1.4em;
}

#imageData{
   padding:0 10px;
   }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }   
#imageData #caption{ font-weight: bold;   }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;   }         
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;   }   
      
#overlay{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 90;
   width: 100%;
   height: 500px;
   background-color: #000;
}
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }
* html>body .clearfix {
   display: inline;
   width: 100%;
   }
* html .clearfix {
   /* Hides from IE-mac \*/
   height: 1%;
   /* End hide from IE-mac */
}