/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Page
-------------------------------------------------------------- */
body {
	background-color: #E1ECFD;
}

#page { margin: 0 auto; width: 950px; background-color:#FFFFFF; }


/* Header
-------------------------------------------------------------- */

#header { margin-top: 20px; background-color:#4673B6; }

#header .tabs { border-bottom: 1px solid #ddd; background-color:#4673B6; }
#header .tabs li { border-right: solid #fff 1px; }
#header .tabs a { padding: 5px 8px; background-color:#4673B6; color: #fff; text-decoration: none; font-weight:bold; text-transform: uppercase; }


/* Body
-------------------------------------------------------------- */

#body { margin-top: 20px; }

#introduction { float: left; width: 560px; margin-left: 10px; margin-right: 130px; }

#resources { float: left; width: 236px; }

#resources .promobox { width: 234px; border: 2px solid #4673B6; background-color:#FFF; margin-bottom: 20px;}

#resources h3 { color: #888; }
#resources ul, #resources ol { color: #888; }
#resources ul a { color: #555; }


/* Footer
-------------------------------------------------------------- */
#footer { border-top: 1px solid #eee; margin-top: 20px; }

#footer .tabs { width: 950px; border-top: 3px solid #eee; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }

#footer p.quiet { color: #ccc; }