﻿@import url('../Common/Reset.css');
@import url('../Common/Sans.css');
@import url('../Common/Forms.css');
@import url('../Common/ValidationSummary.css');

body 
{
    background-color: #d2d2d2;
    background-image: url('images/bg.jpg');
    background-position: top;
    background-repeat: repeat-x;
    font-size: 1.1em;
}

a
{
    color: #1172A8;
    font-weight: bold;
}

a:visited
{
    color: #1172A8;
}

a:hover
{
    color: #84C8D8;
}

.banner
{
    position: relative;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
    background-image: url('images/logo.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

.nav
{
    position: relative;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    margin-top: 16px;
    
}


.nav ul li
{
    display: inline;
    font-size: 1.2em;
}

.nav ul li a
{
    text-decoration: none;
    color: #fff;
}

.nav ul li a:hover
{
    color: #55AECD;
}

.content
{
    position: relative;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.leftSide
{
    position: relative;
    width: 400px;
    float: left;
    overflow: hidden;
    margin-right: 25px;
}

.boxSmallTop
{
    background-image: url('images/boxSmallTop.jpg');
    background-color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 100px;
    padding: 15px;
}
.boxSmallBottom
{
    background-image: url('images/boxSmallBottom.jpg');
    background-position: top;
    background-repeat: no-repeat;
    height: 16px;
}

.boxBigTop
{
    background-image: url('images/boxBigTop.jpg');
    background-color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 100px;
    padding: 15px;
}
.boxBigBottom
{
    background-image: url('images/boxBigBottom.jpg');
    background-position: top;
    background-repeat: no-repeat;
    height: 16px;
}

.footer
{
    margin-top:30px;
    position: relative;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    color: #666;
    font-size: 0.9em;
}

