﻿body, html
{
    margin: 0;
    padding: 0;
    background-color: #000000;
    font-size: .90em;
    font-family: Verdana, Helvetica, Sans-Serif;
    background-image: url("../body-slice.png");
    background-position: top;
    background-repeat: repeat-x;
    color: #ffffff;
    
    height:100%;
    height:auto !important;
}

div, p, h
{
    padding: 0;
    margin: 0;
}

img
{
    border: none 0;
}

#wrap
{
    width: 908px;
    height: 600px;
    margin: 24px auto 0 auto;
    background-image: url('../bg-notabs.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: auto !important;
    min-height: 100%;   
}

#wrap-tabs
{
    width: 908px;
    height: 600px;
    margin: 24px auto 0 auto;
    background-image: url('../bg-tabs.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: auto !important;
    min-height: 100%;   
}

html>body #wrap {
    height: auto;
	}

#header
{   
    height: 84px;
    width: 100%;
}
    #header-logo
    {
        position: relative;
        top: 40px;
        left: 55px;
        float: left;
    }
    
    #logindisplay
    {
        text-align:right;
        margin: 0 30px 0 0;
        padding: 10px 10px 0 0;
        color:White;
    }

    #logindisplay a:link
    {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited
    {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover
    {
        color: white;
        text-decoration: none;
    }

#menucontainer
{
    padding: 5px 10px;
    margin: 10px 0 0 306px;  
    z-index: 101; 
}

#leftcolumn
{
    vertical-align: top; 
    width: 291px; 
    padding-top: 90px;
    text-align: center;
}

    #leftcolumn a
    {
        text-decoration: none;
         color: #ffffff; 
    }

        #leftcolumn a:visited
        {
            color: #ffffff;  
        }

    #leftcolumn h2
    {        
        font-size: 105%;
        padding: 0;
        margin: 0;
    }  
    
    #leftcolum-list
    {
        list-style-image: url('../bullet-red.png'); 
        font-size: 105%;
        text-align: left;
    }
    #leftcolum-list li
    {
        margin-top: 3px;
    }
    
    
#rightcolumn
{    
    vertical-align: top;
    min-height: 800px;
}

    #content
    {
        margin-top: 80px;
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 90%;
        text-align: justify;
        line-height: 18px;
    }
    
    #content p
    {
        padding-right: 9px;
        margin-bottom: 30px;
    }    
   
         
     #content-slideshow
    {
        margin: 20px 26px 40px 20px;
        font-size: 90%;
        text-align: justify;
        line-height: 18px;
        position: relative;
    }
    
    #content-slideshow p
    {
         margin-bottom: 10px;
         padding: 0 15px 0 10px;
    }

    #rightcolumn h1,h2,h3,h4
    {
        margin: 0 0 0 10px;
    }

    #rightcolumn h1
    {
        color: #ed920d;
        font-size: 140%;
        margin-left: 10px;
    }
    
     #rightcolumn h3
    {
        color: #ed920d;
        font-size: 130%;
        margin-top: 10px;
    }
    
    #rightcolumn a
    {
        color: #ed920d;
    }
    
    #rightcolumn a:hover
    {
        color: #ed920d;
    }
    
    #rightcolumn a:visited
    {
        color: #ed920d;
    }

#footer
{
    clear: both;
    text-align: center;
    width: 100%;
    height: 50px;
}

    * html #footer
    {
        height: 1px;
    }

    #footer p
    {
        font-size: 70%;
        margin: 0 0 0 350px;
        padding: 0 0 0 0;
        text-align: center;
    }

    #footer a
    {
        color: #ffffff;
    }

a:link
{
    color: #034af3;
    text-decoration: underline;    
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 110%;
    padding: 10px 0 0 0;
}
h3
{
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* TAB MENU   
----------------------------------------------------------*/

ul#menu .menuitem
{
    display: inline;
    list-style: none; 
    padding: 12px;     
    margin-left: -4px;
}

ul#menu li a:hover
{
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #ffffff;
}

/* TABLE
----------------------------------------------------------*/

table 
{ 
  border-collapse: collapse;
}
    table th
    {
      padding: 6px 5px;
      text-align: left;
      background-color: #e8eef4; 
      border: solid 1px #e8eef4;   
    }

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    float:left;
    text-align:left;   
}

#maintable
{
    width: 100%;
    padding: 0;
    margin: 0;    
}

#content fieldset p
{
    margin: 2px 12px 10px 10px;
}

.plupload_file_name
{
    color: Black;
}

 .fileName
 {
     color: Black;
 }
 
 .percentage
 {
     color: Black;
 }