﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #F4F4EE;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image: url('../Images/mainBack.png');
    background-position: center center;
    background-repeat: repeat-y;
}
.navigation {
    text-align: center;
    /*display: none;*/
}
.navigation a
{
    text-decoration: none;
    color: #000;
    text-shadow: 1px 1px #ccc;
    font-weight: bold;
    padding: 3px 20px 5px 20px;
    border-bottom: solid 2px #ccc;
    /*border-radius: 5px;*/
}
.navigation a:hover
{
    color: #000;
    text-shadow: 4px 2px #ccc;
}
.footernavigation a
{
    padding: 0px 10px;
    font-weight: normal;
    border-bottom: solid 0px #ccc;
    text-align: center;
    text-decoration: none;
}
.center {
    width: 960px;
    margin: auto;
    background: #fff;
}
.main 
{
    position: relative;
}
/* HEADINGS   
----------------------------------------------------------*/
h2
{
    margin: 3px;
    padding: 3px;
    font-size: medium;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* Home Page
----------------------------------------------------------*/
.imageBackground 
{
    position:relative;
    height: 600px;
    background: url('../Images/imageBackdrop.png') no-repeat 0 0;
    padding: 10px;
}
.homeInfo 
{
    position: absolute;
    bottom: 55px;
    left: 35px;
    padding: 10px;
    width: 868px;
    text-align: justify;
    background-color: #fff;
    background-color: rgba(255,255,255, .85);
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.homeImage 
{
    position: absolute;
    top: 25px;
    left: 25px;
    height: 550px;
    width: 908px;
    background-repeat: no-repeat;
}
.logo
{
    height: 107px;
    background: url('../Images/crcLogo01.jpg');
    width: 960px;
}
/* Contact Page
----------------------------------------------------------*/
.contactImage
{
    height: 424px;
    width: 283px;
    position: absolute;
    bottom: 0px;
    right: 100px;
    background: url('../Images/contact.jpg');
}
.contactBox
{
    height: 320px;
    padding: 50px 100px;
}
/* About Page
----------------------------------------------------------*/
.aboutUsBox
{
    padding: 50px;
}
/* Assignments Page
----------------------------------------------------------*/
.assignmentInfo
{
    padding-top: 1px;
    margin-left: 60px;
    width: 400px;
}
.assignmentInfo h3 
{
    text-align: center;
}
.assignmentsItem 
{
    
}
.assignmentsItem div
{
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    width: 150px;
}
.claimantInfo
{
    position: absolute;
    left: 430px;
    top: 0px;
    width: 400px;
}
.claimantInfo h3 
{
    text-align: center;
}
#assignmentNotes
{
    width: 250px;
    height: 100px;
    margin-left: 75px;
}
#assignmentSend
{
    margin-top: 10px;
    width: 250px;
    height: 50px;
    margin-left: 5px;
}