﻿body
{
    background-color:#464646;

}

#topPane 
{
    background-color:#1D5A65;
    position:relative;
    top:0px;
    left:0px;
    height:150px;
    width:100%;
    z-index:5;
    
    /*visibility:hidden;*/
}

#bannerPane 
{
    position:relative;
    top:0px;
    left:0px;
    height:125px;
    width:100%;
}


#buttonPane 
{
    position:relative;
    top:0px;
    height:25px;
    border:inset 3px #0b1821;
    border-right: none;
    border-top: none;
    background-color:Black;
}

div.selectionButton
{
    position:relative;
    border-left: solid 2px black;
    border-right: solid 2px black;
    height:25px;
    color:#ffffff;
    font-style:normal;
    font-family:Arial Black;
    margin-left:30px;
    padding-left:5px;
    padding-right:5px;
    float:left;
    cursor:pointer;
}


#completeDiv
{
    width: 800px;
    height: 600px;
    background-color: black; 
    margin-left: auto;
    margin-right: auto;

}    


a:visited{color: #f7941d; }

a:active{color: #ffffff; }

a:link {color: #f7941d;}


/* does nothing yet */
div.selectionButton:active
{
    border-left: none;
    border-right: none;
    border:inset 2px #C8D2C4;
    height:23px;
}

div.bottomDisplay 
{
    
}

#mainPain
{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:400px;
    z-index: 2;    
}

#footerDiv
{
    text-align:center;
    width:100%;
    height:100%;
    font-size:8pt;
    color:White;
}

#footerDiv a:link
{
    color:Blue;
}

#homePane 
{
      background-color:black;  
}

#logoPane 
{
       background-color:purple; 
}

#marketingPane 
{
       background-color:red; 
}

#sledPane 
{
       background-color:green; 
}

div.selectionButton a
{
    text-decoration: none;
}

div.imagePane 
{
   position:absolute;
   left:20px;
   top:20px;
}

div.textPane
{
    position:absolute;
    left: 500px;
    top:10px;
    color:#ffffff;
    padding-right:20px;
    font-size:11pt;
}

p
{
    margin-top: 0px;
	margin-bottom: 14px;
}

