/* The Player Group website, CSS file, modified May 2009 */

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

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; }

* { font-family: Verdana, Arial, Helvetica, Geneva, 'Lucida Sans', 'Bitstream Vera Sans', sans-serif; }

.logo { }
a.logo:active, a.logo:hover { background-color: #ffffff; }

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

td { font-size: 12px; line-height: 21px; }
img { border: 0px; padding: 0px; margin: 0px; }
ul { border: 0px; list-style-type: square; }
li { color: #525252; margin-bottom: 10px; }
p { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 10px; }

h1 { font-size: 17px; font-weight: bold; margin-top: 10px; margin-bottom: 14px; line-height: 20px; }
h2 { font-size: 14px; font-weight: bold; margin-top: 10px; margin-bottom: 14px; line-height: 20px; }
h2.news { font-size: 14px; font-weight: bold; margin-top: 14px; margin-bottom: 0px; line-height: 20px; color: #808000; }
h3 { font-size: 10px; font-weight: bold; color: #063A6C; line-height: 16px; letter-spacing: 0.5px; margin-bottom: 4px; display: block; 
     background-color: #DAE5F2; padding: 1px; padding-left: 3px; text-transform: uppercase; } 

.nobr { white-space: nowrap; }

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

.small { font-size: 10px; }

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

.endbar1 { background-color: #084C8D; } 
.endbar2 { background-color: #9AA8B9; }     

.underline { border-bottom: 1px solid #9AA8B9; }    

.label { color: #909090; padding-right: 10px; } /* used in case studies */
              
/*background styles*/              
.dotted { background-image: url(images/repeat_dotted_y.gif); background-repeat: repeat-y; width: 1px; }
.blue_bg { background-color: #eef2f7; padding-left: 20px; padding-top: 16px; padding-right: 10px; line-height: 20px; }
              
