﻿body 
{
    margin: 0px;
    font-family: Arial;
}
.bgblock 
{
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    z-index: 95;
    background-image: url("images/bg-cube.png");    
    height: 250px;
}
.bgimage
{
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    z-index: 94;    
    height: 250px;  
}
.logo
{
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -465px;
    z-index: 96;
    background: url("images/soc-logo-web.png") no-repeat;  
    top: 140px;
    height: 60px;  
}
.title
{
    position: absolute;
    width: 450px;
    left: 50%;
    margin-left: 0px;
    z-index: 97;
    top: 160px;
    height: 35px;  
    background-color: #000000;
    text-align: center;
}
.title h1 
{    
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
}
#nav
{
    position: absolute;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    z-index: 98;
    background-color: #ffffff; 
    top: 200px;
    height: 75px;  
}
#nav ul
    {
        margin: 0px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
    }

#nav ul li 
{
        display: inline; 
}

#nav ul li a
{
        text-decoration: none;
        float: left;       
        color: #000000;
        font-size: 20pt;
        font-weight: bold;
        padding: 15px;
}

#nav ul li a:hover
{
        color: #666666;        
}
#content
{
    position: absolute;
    width: 850px;
    left: 50%;
    margin-left: -450px;
    z-index: 98;
    background-color: #ffffff; 
    top: 248px;
    height: auto;
    padding: 15px;
}

#formcontent
{
    position: absolute;
    width: 650px;
    
    margin-left: 0px;
    z-index: 98;
    background-color: #ffffff; 
    
    height: auto;
    padding: 15px;
}
#content h2
{
    margin: 0px;
}
#content h1 
{    
    top: 160px;
    height: 16px;  
    background-color: #cccccc;
    color: #000000;
    text-align: left;
    font-size: 16px;
    padding: 3px;
    text-transform: uppercase;
}

#formcontent h2
{
    margin: 0px;
}
#formcontent h1 
{    
    top: 160px;
    height: 16px;  
    background-color: #cccccc;
    color: #000000;
    text-align: left;
    font-size: 16px;
    padding: 3px;
    text-transform: uppercase;
}
p 
{
    font-size: 12px;
}
p a 
{
    color: #000000;
    text-decoration: none;
}
p a:hover 
{
    text-decoration: underline;
}
#footer
{
    position: absolute;
    width: 872px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
    height: 15px;
    clear: both;
    padding-left: 3px;
}
.header 
{
    background-color : #cccccc;
    text-align: center;  
    width: 250px; 
    height: 15px;
}
.header h2
{
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    margin: 0px;
}
.bbc-left-column 
{ 
    margin-right: 10px; 
    border: solid 1px #000000; 
    width: 250px;
    height: 220px;
    padding: 5px;
}

.bbc-right-column 
{  
    float: right; 
    margin-right: 10px; 
    border: solid 1px #000000; 
    width: 250px; 
    margin-right: 300px;
    height: 220px;
    padding: 5px;
}
.instructor-bio 
{
    float: left; 
    margin: 10px; 
    border: solid 1px #000000; 
    width: 150px; 
    height: 150px;
    padding: 5px;  
}
.instructor-bio-title
{
    margin-top: 130px;
    background-color : #000000;
    text-align: center;  
    width: 150px; 
    height: 15px;
}
.instructor-bio-title h2
{
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin: 0px;    
}
.instructor-bio-text 
{
    padding: 2px;
}
.bbc-left-column strong a, .bbc-right-column strong a 
{
    text-decoration: none;
    color: #000000;
}

.bbc-left-column strong a:hover, .bbc-right-column strong a:hover 
{
    text-decoration: none;
    background-color: #cccccc;
}
img
{
    margin: 5px;
}
.no-border 
{
    border: solid 1px #5a5a5a;
}
.backtotop 
{
    color: #000000;
    border: solid 1px #cccccc;
    text-decoration: none;
    font-size: 9px;
}