﻿body
{
    margin: 0px;
    top: 0px;
    left: 0px;
    height: 0px;
    background-image: url('../Images/PEJBkgd.jpg');
    font-family: Verdana;
    font-size: 11px;
    background-repeat: repeat-x;
    background-color: #0247a6;
}


#Logo
{
 z-index: 1; 
 left: 7px; 
 top: 1px; 
 height: 95px; 
 width: 900px; 
 position: relative;
 float: left;
}

#Image
{
    z-index: 1;
    left: 0px;
    top: 0px;
    height: 195px;
    width: 910px;
    position: relative;
    float: left;
}

#Wrapper
{
    left: 7px;
    width: 940px;
    position: relative;
    z-index: 1;
    top:0px;
    clear:both;
}

#ContentWrapper
{
    border: 8px solid #FFFFFF;
    left: 25px;
    width: 912px;
    position: relative;
    z-index: 1;
    top: 20px;
    float: left;
    background-color: #FFFFFF;

}


#Text
{
    left: 0px;
    width: 910px;
    position: relative;
    z-index: 1;
    top: 0px;
    float: left;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
}

#InnerText
{
    left: 0px;
    width: 910px;
    position: relative;
    z-index: 1;
    top: -8px;
    float: left;
    background-color: #333333;
    background-repeat: no-repeat;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
}

#MainLeft
{
    z-index: 1;
    width: 250px;
    position: relative;
    float: Left;
    left: 0px;
    top: 0px;
}

#MainRight
{
    z-index: 2;
    width: 625px;
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
}


#Intro
{
    z-index: 1;
    width: 370px;
    position: relative;
    float: Left;
    left: 0px;
    top: 0px;
}

#News
{ 
    z-index: 2;
    width: 230px;
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
    background-color: #E6E6FF;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #3366CC;
    padding-left: 10px; }




#Footer
{
    z-index: 1;
    position: relative;
    height: 30px;
    width: 930px;
    font-family: Verdana;
    font-size: 10px;
    left:30px;
    top: 21px;

}

#legal
{
    z-index: 1;
    width: 609px;
    position: relative;
    float: Left;
    left: 0px;
    top: 0px;
}

#cubeularlogo
{
    border: 1px solid #FFFFFF;
    z-index: 2;
    width: 280px;
    height: 30px;
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
    background-color: #ccccff;
}

#cubeularlink
{
    padding: 10px;
    z-index: 2;
    width: 170px;
    height: 30px;
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
}



/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* INNER STRUCTURE  */

#Articlefooter
{
     /* border: 1px solid #DBE3F7;
    background-color: #F0F3FB; */
    padding-top: 4px;
    width: 97%;
    height: 20px;
    padding-left: 5px;
    padding-bottom: 4px;
}

#sendemail
{
    border: 1px solid #3366CC;
    z-index: 2;
    position: relative;
    width: 220px;
    right: -28px;
    top: 50px;
}


#wings
{
    padding: 8px;
    border: 1px solid #E4E4E4;
    left: 0px;
    width: 203px;
    height: 132px;
    position: relative;
    z-index: 1;
    top: 10px;
    background-image: url('../Images/WingsBkgd.jpg');
    background-color: #333333;
    background-repeat: no-repeat;
}

#carbon
{
    padding: 8px;
    border: 1px solid #E4E4E4;
    left: 0px;
    width: 203px;
    height: 80px;
    position: relative;
    z-index: 1;
    top: 10px;
    background-image: url('../Images/CarbonBkgd.jpg');
    background-color: #333333;
    background-repeat: no-repeat;
}

#virtual
{
    padding: 8px;
    border: 1px solid #E4E4E4;
    left: 0px;
    width: 203px;
    height: 80px;
    position: relative;
    z-index: 1;
    top: 10px;
    background-image: url('../Images/VirtualBkgd.jpg');
    background-color: #333333;
    background-repeat: no-repeat;
}


/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* MAIN IMAGE CONTENT SLIDER  */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 910px; /*width of featured content slider*/
height: 256px;
z-index: -1;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
z-index: -1;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 910px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination
{
    width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: right;
    padding: 5px 10px;
    left: 600px;
    position: absolute;
    z-index: 0;
    top: 153px;
    visibility: hidden;
}

.pagination a
{
    background-position: white;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    color: #3333FF;
    background: white;
    font-size: 10px;
    font-weight: bold;
}

.pagination a:hover, .pagination a.selected
{
    background-position: #666666;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    color: #FFFFFF;
    background: #3333FF;
    font-size: 10px;
    font-weight: bold;
}

 





