/* GLOBAL */

body{
    background-color: #000000;
    font-family: Helvetica;
    color: #d5d5d5;
    font-size: 12px;
}

div#wrapper{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 700px;
    display: table;
    position: relative;
    top: 75px;
    background-color: #6b6b6b;
    padding: 50px;
}

a{
    text-decoration: none;
    color: #ffffff;
}

a:hover{
    color: #72d4f6;
}

div.logo{
    width: 239px;
    height: 96px;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
}

a.logo{
    display: block;
    width: 239px;
    height: 96px;
}

h4{
    font-weight: normal;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

table{
    position: relative;
    left: -2px;
}

table td{
    padding: 0px 15px 10px 0px;
}

p{
    margin-left: auto;
    margin-right: auto;
}

h2{
    margin-left: auto;
    margin-right: auto;
    color: #72d4f6;
}

small{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -10px;
}

/* MAIN AREA */
div#main-area{
    width: 700px;
    display: table-row;
}

div.nav-bar{
    width: 200px;
    display: table-cell;
    /*
    position: fixed;
    top: 60px;
    left: 10%;
       */
}

div#content{
    width: 500px;
    padding: 0px 0px 50px 8px;
    display: table-cell;
}

ul.nav-bar{
    list-style: none;
    text-align: right;
    position: relative;
    right: 50px;
    margin-top: 50px;
}

li.nav-bar{
    font-size: 12px;
    color: #ffffff;
    margin: 20px;
}

li.nav-bar-cur{
    font-size: 12px;
    color: #72d3f6;
    margin: 20px;
}

/* FOOTER */
div#footer{
    width: 700px;
    height: 30px;
    display: table-row;
}

div#footer-left{
    width: 200px;
    height: 30px;
    display: table-cell;
}

div#footer-right{
    margin-top: 15px;
    display: table-cell;
    
    border-top-width: 1px;
    border-top-color: #72d3f6;
    border-top-style: solid;
    
    
    width: 500px;
    height: 30px;
}

h5.footer-text{
    font-size: 11px;
    color: #909090;
    font-weight: normal;
    float: right;
    position: relative;
    top: -10px;
}

/* CONTACT FORM */

div.form-left{
    position: absolute;
    float: left;
    width: 500px;
}

div.form-right{
    position: relative;
    float: right;
    width: 200px;
    left: 20px;
    top: 14px;
}

input.smalltextbox{
    width: 250px;
    height: 20px;
    position: relative;
    top: -10px;
    left: 5px;
    border-width: 0px;
    background-color: #969696;
    color: #72d3f6;
    font-size: 14px;
    padding: 2px 5px 0px 7px
}

textarea.largetextbox{
    width: 250px;
    height: 150px;
    position: relative;
    top: -10px;
    left: 5px;
    border-width: 0px;
    background-color: #969696;
    color: #72d3f6;
    font-size: 14px;
    font-family: Helvetica;
    padding: 2px 5px 0px 7px;
}

input.sendbutton{
    width: 85px;
    height: 22px;
    border-width: 0px;
    background-color: #969696;
    position: relative;
    left: 5px;
    color: #d5d5d5;
}

p.contact{
    margin-left: 6px;
}

/* LIGHT BOX */

.black_overlay{
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    height: 121%;
    background-color: #6b6b6b;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: block;
    position: fixed;
    top: 30%;
    left: 40%;
    width: 250px;
    height: 250px;
    padding: 16px;
    background-color: #73D4F7;
    color: #ffffff;
    z-index:1002;
    overflow: auto;
}

h4.lightbox{
    width: 70%;
    padding-top: 20px;
}

p.lightbox{
    width: 70%;
}

a.lightbox{
    display: block;
    text-align: center;
    width: 100%;
}
    

a:hover.lightbox{
    text-decoration: underline;
    color: #ffffff;
}

/* BLOG AND PRESS RELEASE ENTRIES */

div.entry{
    padding-bottom: 25px;
}

ul.pagelist{
    list-style: none;
    margin-left: -40px;
}

li.pagelist{
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

li.pagelistcur{
    color: #ffffff;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #72d4f6;
}

p.pagelist{
    text-align: center;
    position: relative;
    top: -7px;
}