/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 9, 2015, 1:43:32 AM
    Author     : NICHOLAS
*/

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 12pt;
    color: #000000;
    background-image: url('images/bg.png'); 
    background-repeat: round;
}

h1 {
    font-size: 20pt;
    margin-bottom: 10pt;
    margin-top: 10pt;
    margin-left: 10pt;
}

h2 {
    margin-bottom: 10pt;
    margin-top: 10pt;
    margin-left: 10pt;
}

h3 {
    margin-bottom: 10pt;
    margin-top: 10pt;
    margin-left: 10pt;
}

hr{
    border: 0;
    height: 0;
    border-top: 1px solid #CCCCCC;
    opacity: 0.7;
}

p {
    font-size: 12pt;
    line-height: 170%;
    margin-left: 10pt;
    margin-right: 10pt;
    margin-bottom: 20pt;
    text-align: justify;
}

li {
    line-height: 110%;
    margin-bottom: 10pt;
}

.mainContent{
    color: #262116;
    margin: auto;
    background-color: #fdfdfd;
    vertical-align: top;
    padding-bottom: 20pt;
}

.bg{
    background-color: #76008a;
    box-shadow: -1px 8px 4px 1px #7a7a7a, 1px 8px 4px 1px #7a7a7a;
}

.boxShadow{
    box-shadow: -1px 8px 4px 1px #7a7a7a, 1px 8px 4px 1px #7a7a7a;
}

.footer{
    height: 100%;
    text-align: center;
}

.more td{
    //border: solid black 1px;
    width: 200px;
    padding: 15px;
}

.more img{
    padding: 0px;
    margin: 0px;
    width: 200px;
}

.more p {
    line-height: 150%;
    font-size: 11pt;
    padding: 0px 7px;
    text-align: justify;
}

.center{
    text-align: center;
    margin: auto;
}

.tagline{
    font-style: italic;
    font-size: 10pt;
    margin-left: 20pt;
}

.right{
    float: right;
}

.left{
    float: left;
}

.clear{
    clear: both;
}

.pic{
    border: 10px solid #dddddd;
    margin: 20pt 10pt 10pt 20pt;
}

.contact {
    font-family: Arial;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
    padding: 10px;
    
}
.contact a:link {
    color: #FFF;
    text-decoration: none;
}

.contact a:visited {
    color: #FFF;
    text-decoration: none;
}

.contact a:hover {
    font-style: normal;
    color: #fff;
    font-weight: normal;
}

.career td{
    vertical-align: top;
}

.newsLink{
    word-break: break-all;
    width: 780px;
}

div.vertical-line{
  width: 1px; 
  background-color: #e6e6e6; 
  height: 100%;
  float: left;
  opacity: 0.5;
}