﻿body
{
    background: black;
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 13px;
    line-height: 16px;
}

em
{
    font-style: normal;
    font-weight: bold;
    color: #5460c6;
}

.quote
{
    font-style: italic;
    color: #7b81b1;   
}

#container
{
    width: 933px;
    margin: 24px auto;
    background: url(/images/background_indigo.jpg) no-repeat;
}

body.red #container
{
    background: url(/images/background_red.jpg) no-repeat;   
}

body.blue #container
{
    background: url(/images/background_blue.jpg) no-repeat;   
}

body.green #container
{
    background: url(/images/background_green.jpg) no-repeat;   
}

body.indigo #container
{
    background: url(/images/background_indigo.jpg) no-repeat;   
}

body.orange #container
{
    background: url(/images/background_orange.jpg) no-repeat;   
}

body.violet #container
{
    background: url(/images/background_violet.jpg) no-repeat;   
}

body.yellow #container
{
    background: url(/images/background_yellow.jpg) no-repeat;   
}

a
{
    color: #9999cc;   
}

#image-bar
{
    height: 84px;
    overflow: hidden;
    margin-left: 84px;  
    clear: both;
    background: url(/images/image-strip-home.jpg) no-repeat;
}

body.blue #image-bar
{
    background: url(/images/image-strip-blue.jpg) no-repeat;   
}

body.green #image-bar
{
    background: url(/images/image-strip-green.jpg) no-repeat;      
}

body.indigo #image-bar
{
    background: url(/images/image-strip-indigo.jpg) no-repeat;      
}

body.orange #image-bar
{
    background: url(/images/image-strip-orange.jpg) no-repeat;      
}

body.red #image-bar
{
    background: url(/images/image-strip-red.jpg) no-repeat;   
}

body.yellow #image-bar
{
    background: url(/images/image-strip-yellow.jpg) no-repeat;      
}

#image-bar img
{
    height: 84px;
    float: left;
}   

.left
{
    float: left; 
    width: 502px;  
    padding-top: 23px;   
}
    
.right
{
    float: left;
    width: 395px;
    background: #11002e;   
    padding: 23px 15px;
    padding-right: 0;
    color: #ccccff;
    height: 307px;
    overflow: hidden;
}

.right-scroll
{
    overflow: auto;  
    height: 307px; 
    padding-right: 15px;
}

.right img
{
    margin: 15px;
    margin-top: 0;   
}

#top .right
{
    height: 75px;  
    margin-top: 15px;
    padding: 10px 55px; 
    overflow: hidden;
    width: 300px
}

#top .left
{
    padding: 0;
}

#top .left a
{
    height: 95px;
    width: 200px;   
    text-decoration: none;
    display: block;
}

.clear
{
    font-size: 1px;
    line-height: 0;
    clear: both;   
}

.left .left-nav
{
    width: 155px;
    text-align: right;
    margin-left: 332px; 
    font-size: 12px;
    margin-right: 15px;
    letter-spacing: 1px;
}

.left .left-nav ul
{
    padding: 0;
    margin: 0;   
}

.left .left-nav ul li
{
    list-style: none;
    padding: 0;
    margin: 0; 
    background: none;  
}

.left .left-nav ul li a
{
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;  
    font-weight: bold;
}

.left .left-nav ul li a:hover
{
    color: #6600cc;
}

h1, .heading
{
    color: #9999cc;
    font-size: 20px; 
    font-weight: normal;
	margin: 3px 0;
}

.subheading, h2
{ 
    color:#5E60B1;
    font-size:12pt;  
    margin: 5px 0;
}

.bottom-nav
{
    margin: 90px 0 0 50px;   
}

.bottom-nav a img
{
    border: none;   
}

label
{   
    display: block;
    margin: 3px 0;
}

.input
{
    width: 200px;
}

.quantity
{
    width: 30px; 
    text-align: center;  
}

select.workshopddl
{
    width: 250px; 
    display: block;  
    margin-bottom: 15px;
}

.submitBtn
{
    margin: 10px 0;   
}

.stateddl
{
    width: 100px;   
}

.ddl
{
    width: 204px;   
}

.stateddl
{
    width: 70px;
}

img.submit-btn
{
    margin: 20px 0 70px 0;   
    cursor: pointer;
    display: block;
}

/*h2
{
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;   
}*/

ul.sitemap li
{
    list-style: none;
    background: none;
}

.qualifications
{
    font-size: 10pt;   
}

.workshop-container
{
    background: #11002E;   
    margin: 10px 0;
    padding: 10px 0;
    color: #CCCCFF;
}

.error 
{
    display: block;
    color: Red;
    margin: 5px 0;   
}

.message
{
    font-size: 10px;   
}

h5
{
    color:#5460C6;
    font-style:normal;
    font-weight:bold;  
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0; 
}

.radio-list label
{
    display: inline;
}
