/* Content Clips
-----------------------------------------------
Copyright:2009-2011 McLean Media. All rights reserved.
Location:default/public/info/info.css
Version:3.0 2011-02-31
----------------------------------------------- */


/* Colors
-----------------------------------------------
   
   Hex 184F66 = dark blue-green
   Hex 333    = dark gray
   Hex 600    = dark red
   Hex 906    = dark violet
   Hex 930    = burnt umber
   Hex 999    = medium gray
   Hex DEF    = powder blue
   Hex CFF    = light torqoise
   Hex FFC    = electric green
   Hex FFF    = white
----------------------------------------------- */


/* Global
----------------------------------------------- */
body { color:#333; background:#FFF; font:normal 13px Verdana, Arial, Helvetica, sans-serif; }

h1 { color:#184F66; font-size:18px; text-align:center; }

h2 { color:#333; font-size:16px; font-weight:bold; }

h3 { color:#333; font-size:12px; font-weight:bold;  }

p { margin:0px 0px 24px 0px; }

em { font-weight:bold; font-style:normal; }

a { color:#930; background:transparent; text-decoration:none; }

a:hover { color:#600; }

a.disabled { color:#999; }

a.disabled:hover { color:#999; }


/* structure
----------------------------------------------- */
.container { margin:12px; padding:0px; color:inherit; background:#FFF; }

.header { width:auto; margin:0px 0px 0px 20px; }

.content { width:auto; margin:0px 20px 20px 20px; }

.footer { position:relative; clear:both; height:40px; margin-left:20px; }

.footer a { display:block; width:80px; height:20px; padding-left:40px; background:url('leftUpArrow.gif') no-repeat; }


/* aboutPage
----------------------------------------------- */
.aboutPage .MHF_screen { display: block; float: right; margin: 0px 20px 4px 10px; width: 132px; height: 106px; background: url('mhfScreen.jpg') no-repeat; }

.aboutPage .nsfLink { display: block; float: right; margin-left: 10px; width: 48px; height: 48px; background: url('nsfLogo.jpg') no-repeat; }

.aboutPage .nsdlLink { display: block; position:relative; width: 114px; height: 28px; background: url('nsdlLogo.jpg') no-repeat; }

.aboutPage .principalInvestigators p { margin-left:8px; }

.aboutPage .systemArchitect p { margin-left:8px; }

.aboutPage .advisoryTeam p { margin-left:8px; line-height:20px; }

.aboutPage .educatorTeam p { margin-left:8px; line-height:20px; }


/* privacyPolicyPage
----------------------------------------------- */
.privacyPolicyPage .footer { display:none; }

.privacyPolicyPage .footer.enabled { display:block; }


/* termsOfUsePage
----------------------------------------------- */
.termsOfUsePage .footer { display:none; }

.termsOfUsePage .footer.enabled { display:block; }

