/*------------------------------------------------------------
   GLOBAL
------------------------------------------------------------*/
body
{
   background: none;
   background-color: #fff;
   color: #000;
   overflow: visible !important;
   font-family: Times, serif;
}

#takeaction {
   display: none;
}

h1 
{ 
   font-size: 18pt !important;
   width: auto;
}

h2 
{
   font-size: 16pt !important;
   width: auto;
}

h3 
{ 
   font-size: 13pt !important;
   width: auto;
}

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

hr {
   color: #fff;
   background-color: #fff;
   height: 1px;
}

a:link, a:visited { color: #323232; text-decoration: underline; }
a:hover,a:active { color: #960c73; text-decoration: underline; }

.imageRight { margin: 0px 0 10px 20px; }
.imageLeft { margin: 0px 20px 10px 0; }
/*------------------------------------------------------------
   Disable Global Elements
------------------------------------------------------------*/
#header,
#nav
{ 
   display: none;
}

/*------------------------------------------------------------
   Home page
------------------------------------------------------------*/


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

#home #page-wrapper #sidebar {
   display: block;
}

#page-wrapper {
   width: 100%;
   padding: 0;
   margin: 0;
   float: none !important;
   overflow: visible !important;
}

#content-wrapper {
   width: 100%;
   padding: 0;
   margin: 0;
   float: none !important;
   overflow: visible !important;
}

#page-wrapper #content
{ 
   width: 100%;
   margin: 0;
   padding: 0;
   float: none !important;
   overflow: visible !important;
}

#page-wrapper #content h1 {
}

#page-wrapper #content h2 {
}

.column-small {
   width: 100%;
}

.column-medium {
   width: 100%;
   padding-right: 20px;
   float: none;
}

.column-border {
   border-right: 5px dotted #fff1b8;
}

.column-large {
   width: 100%;
   margin-right: 30px;
   padding-right: 30px;
   border-right: 5px dotted #fff1b8;
}

#actions {
   display: none;
}

#stories-actions {
   display: none;
}

#stories-scroll-wrapper {
   display: none;
}

#stories-full-body {
   margin-top: 20px;
}

table.gallerySearch {
   display: none;
}
/*------------------------------------------------------------
   Footer
------------------------------------------------------------*/
#footer
{
   background: none;
   width: auto;
   margin: 0;
   padding: 30px 0px 0px 0px;
   color: #000;
   font-size: 12pt;
}

#social-icons {
   display: none;
}

#footer-nav {
   display: none;
}

.footer-logo {
   float: left;
}

.copyright {
   float: right;
   margin-top: 10px;
   margin-bottom: 25px;
   padding-right: 0px;
}

#footer p.mission {
   text-align: center;
   width: 600px;
   margin: 0 auto;
   font-size: 12pt;
}

#footer hr {
   height: 1px;
   color: #000;
   background-color: #000;
   clear: both;
   width: 100%;
   margin: 0 0 20px 0;
}

