﻿body 
{
    color:#D4D4D4;
}

 img.transparent, div.mainBG, div.servicesInfoSection, div.grayBox }
 
 .class transparent
 {
 }
 
.mainBG 
{
    background-image:url(images/background.png);
    background-repeat:repeat-x;
} 

.menuButtons
{
  text-align:center;
  text-decoration:none;
  position:relative;
  top:-70px;
  border-style:none;
  width:800px;
}

.menuButtons td a 
{
    text-decoration:none;
    width:100px;
    border-style:none;
    text-align:center;
    position:relative;
    color : #303030;
    font-family:Tahoma, Veranda, Arial;
    font-size:18px;
    font-weight:bold;
    cursor:hand;   
}


.menuButtons a img
{
    border-style:none;
    text-decoration:none;
}

.menuButtons a label
{
    position:relative;
    top:-10px;
    text-decoration:none;
}

.formButton
{
    background-image: url(images/button.png);
    font-size:13px;
    font-weight:bold;
    vertical-align:middle;
    text-align:center;
    text-decoration:none;
    color:#FFFFFF;
    cursor:pointer;
}



.grayBox
{
    background-image:url('images/gray_box.png');
    z-index:0;
    position:absolute;
    left:5%;
    top:95px;
    width:738px;
    height:346px;
    font-family: Tahoma, Verdana, Ariel;
    font-size:12px;
    padding-left:20px;
    padding-right:20px;
}

.imageLink
{
    text-decoration: none;
    color: #CECECE;
    border: solid 2px #1E1E1E;
}

a:visited
{
    text-decoration:none;
    color:#706E9E;
    text-decoration:underline;
}

a:link
{
    text-decoration:none;
    color:#706E9E;
    text-decoration:underline;
}

a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

a:visited img.imageLink
{
    text-decoration: none;
    border: solid 2px #1E1E1E;
}

a:hover img.imageLink
{
    text-decoration: none;
    border: solid 2px #CECECE;
}

a:active img.imageLink
{
    text-decoration: none;
    border: solid 2px #CECECE;
}

.menuAlignment
{
    text-align:center;
    width:850px;
    position:relative;
    left:8%;
}

.servicesInfoSection
{
    background-image:url(images/gray_back.png);
    width:530px;
    margin-top:0px;
    height:240px;
    border: groove 2px #5E5E5E;
    padding:10px;
    margin-left:2px;
    margin-right:2px;
    margin-top:47px;
    overflow:auto;
    scrollbar-track-color: #0000;
    scrollbar-face-color: #252525;
    scrollbar-shadow-color: #151515;
}

.sectionHeader
{
    font-size:16px;
    font-weight:bold;
    color:#FFFFFF;
}

.largeSectionHeader
{
    font-size:18px;
    font-weight:bold;
    color:#FFFFFF;
}

.Seperator
{
    border-top: dotted 1px #656565;
    width:100%;
    padding:0px;
    margin-top:4px;
}
    
    
.moveup
{
     position:relative;
     top:-10px;
}

.copyright
{
    font-size: 12px;
    color: #111111;
}