﻿body {
    background-color:#0f0f0f;
    margin:0 auto;
    color:#fff;
    font: normal normal normal 14px Trebuchet MS, Arial, Sans-Serif;
}

a{ text-decoration:none; color:#fff; }
a:hover{ text-decoration:underline; color:#3da9f4; }


#wrapper{
    width:1024px;
    height:668px;
        z-index:49px;

    margin:0 auto;
    float:none;
    position:relative;
     background:#0f0f0f url('Images/bg.jpg') no-repeat top center;
}

#greenBar
{
    position:absolute;
    top:124px;
    left:116px;
    z-index:15;
}

#nav
{
    position:absolute;
    top:21px;
    left:191px;
    padding-top:165px;
    height:421px;
    width:187px;
    background:url('Images/navbg.png') no-repeat top left;
    text-align:center;
}

div#nav div{
    list-style-type: none;
    line-height:32px;
    padding:0;
    margin:0;
    position:relative;
    cursor:pointer;
}
.current{
     position:absolute;
     z-index:1;
     background-color:#262626;
     width:100%;
     height:32px;
     top: 200px;
     
}

div#nav div:hover{
    color:#3da9f4;
}

div#nav div div:hover{ color:White}


#content{
    position:absolute;
    top:118px;
    left:337px;
    z-index:16;
    /*height:454px;    width:583px;*/
    height: 386px;
    width: 517px;
    padding:26px 32px 42px 34px;
    background:url('Images/contentbg.png') no-repeat top left;
    color: #666666;
    font: normal normal normal 10px/12px Trebuchet MS, Arial, Sans-Serif;

}
.contentPanel
{
    /*text-align:justify;*/
    height:356px;
    width: 487px;
    padding:15px 20px 15px 10px;
}

#footer
{
      position:absolute;
    bottom:82px;
    left:404px;
    z-index:17;


}

#footer a:hover{
     text-decoration:none;
}

#legal{
    font-size:9px; 
}


#mediaTemp1, .mediaTemp1
{
        position:absolute;
        /*padding: 14px 10px;*/
        color: #666666;
        font-size:10px;
}

.mediaPanel2
{
    padding:20px;
    /*width:515px;height:386px; TRUE SIZE W/O PAD*/
    width:475px;
    height:346px;
    background-color:#EEEFEF;
    font-size:10px;
}

.mediaPanel h1
{
    margin:0px auto 5px 0px;
     font: normal normal 700 18px Trebuchet MS, Arial, Sans-Serif;

}

p {margin:0px; line-height:12px;}

.modalBackground 
{
			background: black !Important;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70) !Important;
			opacity: .7 !Important;
			-moz-opacity: .7 !Important;
			z-index:999;
}
