/*------------------------------------------------------------
   GLOBAL
------------------------------------------------------------*/
body
{
   font-size: 100%;
   font-family: arial, helvetica, verdana, san-serif;
   background-color: #fff;
   color: #000;
}

h1 
{ 
   font-size: 20px !important; 
   margin: 0px !important; 
   padding: 15px 0px 13px 0px !important;
   color: #000 !important;
}

h2 
{ 
   font-size: 16px !important; 
   margin: 0px !important; 
   padding: 15px 0px 13px 0px !important; 
   color: #000 !important;
}

h3 
{ 
   font-size: 12px !important;
   margin: 0px !important; 
   padding: 15px 0px 12px 0px !important; 
   color: #000 !important;
}

p, td 
{ 
   font-size: 13px !important; 
   margin: 0px !important;
   padding: 0px 0px 10px 0px !important;
   color: #000 !important;
}


li 
{ 
   font-size: 13px !important; 
   margin-left: 0px; 
}


div#pageContainer
{
   width: auto;
   height: auto;
}

a:link, a:visited { color: #ffffff; text-decoration: underline; }
a:hover, a:active { color: #c0ddea; text-decoration: none; }


img { margin: 10px 0; }
/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
#header { display: none;}

#content
{
   width: auto;
   height: auto;
}

.subNav { display: none; }

/*------------------------------------------------------------
   Home page
------------------------------------------------------------*/
div#homeContent
{
   width: auto;
   height: auto;
}

div#homeMenu 
{
   width: auto;
   height: auto;
   display: none;
}

div#homes
{
   display: none;
}

.feature 
{
   height: 300px;
}

div#feature2, div#feature3
{
   width: auto;
   height: auto;
}

div#verticalLine { display: none; }

/*--------------------------------------------------
   Inner Page Layout
--------------------------------------------------*/
#pageFrameInner #col1
{ 
   width: auto;
   margin: 0;
   padding: 0;
}

#pageFrameInner #col2 { display: none; }

#icons { display: none; }

#sidebar { display: none; }

#col1 { width: auto; height: auto; }
#col2 { width: auto; height: auto; }

/*--------------------------------------------------
   Full Page Layout
--------------------------------------------------*/
#pageFrameFull #col1
{ 
   width: auto;
   margin: 0;
   padding: 0;
}

#contentFull { width: auto; height: auto; }
/*------------------------------------------------------------
   Footer
------------------------------------------------------------*/
#footer
{
   width: auto;
   margin-top: 20px;
   padding: 0px;
}

div#footer .divider { margin:0px 5px 0px 5px; }

