﻿body
{
    background: #eeeeee;
    color: #363636;
    font-family: Segoe UI, Verdana, Arial;
    font-size: 16px;
    text-align: justify;
    margin: 0px;
}

h1, h2, h3
{
    margin: 0px;
    font-size: 30px;
    font-weight: normal;
}

h2
{
    color: #ff0064;
    margin-bottom: 10px;
}

h3
{
    color: #ff0064;
    font-size: 18px;
}

p
{
    margin: 0px;
}

a
{
    color: #ff0064;
}

a:hover
{
    text-decoration: none;
}

div.contentHeading, ul#menu li.selected, ul#menu li:hover
{
    color: #ff0064;
    background-color: #363636;
    background-image: url("../Images/headingBg.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

div#mainOutline
{
    width: 1000px;
    margin: auto;
    background-image: url("../Images/pageBg.jpg");
    background-repeat: no-repeat;
    min-height: 380px;
}

div#header
{
    border-bottom: solid 1px #363636;
}

div#header h1
{
    display: inline;
    background-image: none;
    padding: 0px;
    color: #363636;
    font-size: 48px;
}

div#header img
{
    padding-left: 10px;
}

ul#menu
{
    height: 39px;
}

ul#menu
{
    position: relative;
    top: -1px;
    list-style-type: none;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
}

ul#menu li
{
    float: left;
    border: solid 1px #363636;
    width: 150px;
    text-align: center;
    margin-right: 10px;
    height: 32px;
    vertical-align: middle;
    padding-top: 3px;
    background-color: #eeeeee;
    font-size: 18px;
}

ul#menu li a
{
    color: #363636;
    text-decoration: none;
    height: 100%;
    display: block;
}

ul#menu li:hover a
{
    color: #ff0064;
}

ul#menu li.selected, ul#menu li:hover
{
    height: 33px;
    padding-top: 5px;
}

div.contentHeading
{
    height: 40px;
    padding-left: 5px;
    margin-bottom: 10px;
}

div#contentArea
{
    width: 729px;
    min-height: 500px;
    border-right: solid 1px #363636;
    padding-right: 10px;
}

div#sidebar
{
    margin-left: 10px;
    width: 250px;
    float: right;
}

div.contentDisplay
{
    width: 100%;
    border: 0px;
    margin-bottom: 10px;
    overflow: hidden;
}

div.contentDisplay p
{
    margin-right: 5px;
}

img.displayLargeImage
{
    max-width: 450px;
    margin-right: 10px;
    border: solid 1px #363636;
    float: left;
}

img.displaySmallImage
{
    width: 170px;
    margin: 2px;
    border: solid 1px #363636;
}

div.imageGalleryDisplay a
{
    text-decoration : none;
}

img.displaySmallImage:hover
{
    border: solid 1px #ff0064;
}

ul#projectsList
{
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
    list-style-type: none;
}

ul#projectsList li
{
    padding: 2px;
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    overflow: hidden;
    border: solid 1px #eeeeee;
}

ul#projectsList li:hover
{
    background-color: #cccccc;
    border: solid 1px #ff0064;
}

ul#projectsList li img
{
    border: solid 1px #363636;
    float: left;
    margin: 5px;
    width: 170px;
}

ul#projectsList li a
{
    display: block;
    text-decoration: none;
}

ul#projectsList li a div
{
    width: 100%;
    overflow: hidden;
}

ul#projectsList li a p
{
    color: #363636;
    margin-right: 5px;
}

div#projectsPager
{
    text-align: center;
}