 /* 
     Created by: Robert Tobys
     Date: 10/22/09
     For: RetirementConnection.com

 */
 
 /*IMPORT CSS*/
 /*For that static categories under each region within the 2/3 box*/
 @import 'CatNav.css';
 /*For header elements above the horizontal line*/
 @import 'Header.css';
 /*For changing backgrounds per region*/
 @import 'Background.css';
 /*For the uppermost navigation bar*/
 @import 'TopNav.css';
 /*For the regional navigation below TopNav*/
 @import 'SubNav.css';
 /*For footer*/
 @import 'Footer.css'; 
 /*For various scroll features*/
 @import 'Scroll.css';
 /*For font resizing all pages (p tags only)*/
 @import 'FontResize.css';
 /*For top row that includes breadcrumbs*/
 @import 'SubTools.css';
 /*For page pagination*/
 @import 'Pagination.css';
  /*For modal boxes at bottom of page - Print Guide, Help, Glossary*/
 @import 'Modal.css';
  /*For all boxes*/
 @import 'Boxes.css';
  /*For all boxes*/
 @import 'Search.css';
  /*For Home Page Only*/
 @import 'HomePage.css';
  /*For content areas all pages*/
 @import 'Content.css';
  /*For Site Search*/
 @import 'SearchSite.css';
   /*For Site Forms*/
 @import 'Forms.css';
  /*For all blockquotes*/
 @import ' BlockQuote.css';
 

 
 /*Global reset all*/
 html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {margin:0; padding:0;}
 ul,ol {list-style:none;}
 fieldset,img {border:none;}
 .clear {clear:both; height:0; overflow:hidden;}
 
 /*General global styles*/
 * {maring:0;padding:0;}
 body {background-color:#ffffff; color:red; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.0em; text-align:left; height:100%; line-height:150%;}
 strong,b {font-weight:bold; }
 html { min-height: 100%; margin-bottom: 1px; }
 html { overflow: -moz-scrollbars-vertical !important; }

 /*Site containter all pages*/
 #Container  {background: url('/assets/img/bg/bg_shadowBottom.png') bottom; width:956px; height:100%; min-height:25px; position:relative; padding:0px 14px 50px 14px; margin: 0px auto; z-index:3; color:#ffffff; border:0px solid pink;}
 

