/*------------------------------------------------------------
   GLOBAL
------------------------------------------------------------*/
body
{
   background: none;
   background-color: #fff;
   color: #000;
   font-size: 14pt;
}

#home {
   font-size: 12pt;
}


h1, h2, h3 {
   text-align: left !important;
   width: auto;
}

h1 { color: #000 !important; }
h2, h3 { color: #4c6d7b !important; }

p, ul, li, td 
{ 
   font-size: 13pt !important; 
}

/*------------------------------------------------------------
   Disable Global Elements
------------------------------------------------------------*/
#header,
#nav
{ 
   display: none; 
}

/*------------------------------------------------------------
   Home page
------------------------------------------------------------*/
#home #bannerCol,
#home #teamCol
{
   display: none;
}

#home #infoCol, #home #stockCol
{
   padding: 0px;
   margin: 0px;
   width: auto;
   float: none;
}

#home #infoCol p { padding: 0px; }

/*--------------------------------------------------
   Inner Page Layout
--------------------------------------------------*/
#page-wrapper #sidebar { display: none; } 

#page-wrapper #content, 
#page-wrapper #content-wrapper 
{ 
   background: none;
   width: auto;
   margin: 0;
   padding: 0;
   float: none;
}

/*--------------------------------------------------
   Landing
--------------------------------------------------*/
#page-wrapper #landing-banners
{
   height: 400px;
}

#page-wrapper #landing-meet
{
   height: 300px;
}

#page-wrapper #landing-form
{
   display: none;
}



/*------------------------------------------------------------
   Footer
------------------------------------------------------------*/
#footer
{
   background: none;
   width: auto;
   margin: 0;
   padding: 30px 0px 0px 0px;
   color: #000;
}
