﻿body
{    
    background-color:Black;
  padding-bottom:0;
  margin-bottom:0;
}

#header 
{
    background-color :Gray;
    height : 250px;
}

#logo
{
    float:left;
    width : 250px;
    height : 250px;
    background-color:White;
    background-image: url("logo.jpg");
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#mainImage
{
    height:250px;
    clear:right;
    background-image: url("home.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color:White;
    width:100%;
}

/**Code for menu**/
.nav { 
  background: Black;
  height: 75px; 
  width: 100%;
  text-align: center;
  font-size:17px;
  overflow:hidden;
}
.nav ul {
  list-style: none;
  height: 80px; 
  margin: 0 auto; 
  padding: 0;
  text-transform: uppercase;
  font-weight:bold;
}

.nav ul li {
  color: White;
  display: inline-block; 
  height: 80px; 
  line-height: 80px; 
  list-style: none;
  padding: 0 35px;
  transition: background .5s; 
}

.nav ul li:hover {
  color: Red;
  cursor: pointer; 
  transition: background .5s;  
}
.red-border 
{
    border-style:solid;
    border-color:Red;
}

.page-info 
{
    border:none;
    padding:50px;
  margin:0;
    background-color:White;
    height:auto;
}
.justified-text 
{
    text-align:justify;
}

.page-info p 
{
    padding: 5px;
    margin: 5px;
    font-size:larger;
}

.emphasized-text 
{
    font-size:large;
    font-weight: bold;
    text-align:center;
}

.active-tab 
{
    color:Red;
}

.bottom-bar 
{
    padding-top:15px;
    background-color:Black;
    color:White;
    width:100%;
}
td 
{
    width:30%;
    text-align:center;
    vertical-align:text-top;
}
thead 
{
    font-size:larger;
    text-decoration:underline;
    text-decoration-color: Red;
}

.no-bullet 
{
    list-style-type: none;
    
}
.bold-underline 
{
    font-weight:bold;
    text-decoration:underline;
    text-decoration-color:Red;
}

.one-third-width
{
float:left;    
text-align:center;
width:33%;
}
    
    


    
    