﻿*
{
    font-family: Arial;
    margin: 0 auto;
    padding: 0;
}

body
{
    background: url('images/sideBgBlack.png') repeat-x fixed;
    width: 780px;
}

a img
{
    border: 0;
}

#container, #footer
{
    background: url('images/container.png') repeat-y;
    clear: both;
    overflow: visible;
    padding-bottom: 8px;
    
}

#header
{
    background-color: #000000;
    height: 60px;
    width: 780px;
}

#headerText
{
    color: #FFFFFF;
    font-size: 60px;
    margin-left: 10px;
}

#headerLink
{
    margin-top: -66px;
}

html, body, #container, #aspnetForm
{
    min-height: 800px;
}

#menuStrip
{
    background: url('images/menu_background.png') repeat-x;
    height: 42px;
    width: 775px;
}

#menu
{
   float: left;  
}

#menu ul
{
    float: left;
    list-style: none;
    margin-left: 2px;
}

#menu ul li
{
    float: left;
    text-align: center;
    width: 110px;
}

#menu ul li a
{
    color: #000000;
    display: inline-block;
    font-size: 22px;
    margin-top: 14px;
    text-align: center;
    text-decoration: none;
    width: 110px;
}

#menu ul li a:hover
{
    background: url('images/hover.png') repeat-x;
    display: inline-block;
    height: 28px;
    width: 110px;
}

.current
{
    font-weight: bold;
}

#backgroundColor
{
    float: right;
}

#backgroundColor ul
{
    float: right;
    list-style: none;
    margin-top: 18px;
}

#backgroundColor ul li
{
    float: right;
    margin-right: 6px;
    width: 16px;
}

#backgroundColor ul li a
{
    display: inline-block;
}

#backgroundColorBorder
{
    border: solid 1px blue;
}

.clear
{
    clear: both;
}

#myInformation
{
    
}

.panel
{
    display: block;
    margin-top: -100px;
    position: absolute;
    width: 370px;
}

.infoPanel
{
    background-color: #CCC;
    display: inline-block;
    /**float: left;**/
    height: 300px;
    margin: 10px 20px;
    overflow: visible;
    position: absolute;
    width: 350px;
    z-index: 100;
}

.bigInfoPanel
{
    background-color: #CCC;
    display: block;
    /**float: left;**/
    margin: 10px 20px;
    padding: 0 0 0 10px;
    width: 730px;
    z-index: 100;
}

.infoPanel .header
{
    background: url('images/boxheading.png') repeat-x;
    height: 20px;
}

.bigInfoPanel .header
{
    background: url('images/boxheading.png') repeat-x;
    color: #FFFFFF;
    height: 20px;
    margin-left: -10px;
    padding-left: 10px;
}

.bigInfoPanel .header span
{
    float: left;
    width: 500px;
}

.bigInfoPanel .header img
{
    float: right;
    margin: 2px 2px 0 0;
}

.bigInfoPanel .about
{
    background: url('images/aboutup.png');
    float: right;
    height: 16px;
    margin: 0 2px 0 0;
    width: 16px;
}

.infoPanel .header a
{
    color: #FFFFFF;
    cursor: move;
    display: block;
    height: 20px;
    padding-left: 10px;
    text-decoration: none;
    width: 350px;
}

.bigInfoPanel .belowHeader
{
    display: block;
    padding: 10px 10px 10px 0;
}

.infoPanel .belowHeader
{
    display: block;
    height: 270px;
}

.infoPanel .belowHeader a
{
    color: #000000;
    display: block;
    height: 280px;
    text-decoration: none;
}

.infoPanel .belowHeader img
{
    margin: 10px 0 0 50px;
}

.infoPanel .belowHeader span
{
    float: left;
    margin: 10px 0 0 10px;
}

.infoPanel .panelImage
{
    margin: 10px 0 0 50px;
}

.infoPanel .panelText
{
    margin: 10px 0 0 15px;
}

.infoPanel .belowHeader .boxLink
{
    margin-top: -250px;
}

.qualificationsList
{
    margin-left: 10px;
    list-style-type: square;
}

.bookmark a
{
    text-decoration: none;
}

#footer
{
    padding-left: 20px;
}

#phoneNumber
{
    display: none;
    margin-top: 16px;
}