﻿body {
    font-family:Calibri, Verdana, Arial;
    font-size:10pt;
    background-color:Black;
    margin:0;
    padding:0;
}

.printImage {
    display:none;
}

#dvMain {
    background-image:url(/images/objectivebackGlow.jpg);
    background-position:center top;
    background-repeat:repeat-y;
}

#dvContent {
    background-image:url(/images/objectiveBack.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    width:960px;
    margin:auto;
}

#dvLeftContent {
    float:left;
    width:300px;
    margin-top:175px;
    margin-left:30px;
    margin-right:30px;
    height:400px;
    text-align:center;
}

#dvRightContent {
    float:left;
    width:550px;
    margin-right:50px;
}

#dvRightContent h1 {
    font-size:2em;
    margin-bottom:5px;
    text-align:right;
}

#dvRightContent h2 {
    font-size:1.7em;
    color:#ff8228;
    margin-bottom:2px;
}

#dvRightContent h3 {
    font-size:1.4em;
    color:#ff8228;
    margin-bottom:0px;
}

#dvRightContent p {
    margin-top:0px;
    font-size:11pt;
}

#dvRightContent ul {
    font-size:11pt;
    list-style-image:url(/images/orangesquare.jpg);
}

#dvRightContent ul li {
    line-height:24px;
    vertical-align:top;
}

div.mainMenu {
    margin-top:0px;
}

div.mainMenu a {
    font-weight:bold;
    text-decoration:none;
    color:Black;
    font-size:1.1em;
}

div.mainMenu a:hover {
    text-decoration:underline;
}


#dvFooter {
    clear:left;
    font-size:0.9em;
    width:900px;
    margin:30px 30px 0px 30px;
    height:50px;
    border-top:1px solid black;
}

.obdContactForm {
    padding:5px;
    margin:50px 10px 10px 10px;
}

.obdContactForm p {
    text-align:left;
}

.obdContactForm span {
    float:left;
    clear:left;
    display:block;
    width:100px;
    font-weight:bold;
}

.obdContactForm a {
    border:1px solid #ff8228;
    color:black;
    text-decoration:none;
    text-align:center;
    padding:5px 15px 5px 15px;
    font-weight:bold;
}

.obdContactForm a:hover {
    border:1px solid #ff8228;
    color:#ff8228;
}

.obdContactForm input {
    width:160px;
}

.obdContactForm textarea {
    width:160px;
}

.obdContactForm .message {
    font-style:italic;
}

.obdContactForm .sendline {
    text-align:right;
}

.obdContactForm .successMessage {
    font-weight:bold;
    color:green;
}

.obdContactForm .failMessage {
    font-weight:bold;
    color:Red;
}

.portfolioItem 
{
    clear:left;
}

.portfolioItem h2
{
    padding-top:15px;
    font-size:1.2em !important;
    margin:5px !important;
}

.portfolioItem h3
{
    font-size:1.1em !important;
    margin:5px !important;
}

.portfolioSiteListing 
{
    border:2px solid #ffffff;
    -moz-box-shadow: 1px 1px 5px #000; 
    -webkit-box-shadow: 1px 1px 5px #000; 
    box-shadow: 1px 1px 5px #000;
    float:left;
    margin:15px;
    cursor:pointer;
}

.portfolioPreview 
{
    position:absolute;
    background-color:rgba(10,10,10,0.50);
    top:0px;
    left:0px;
    margin:auto;
    cursor:pointer;
    width:99%;
    height:1000px;
}

.portfolioPreview img
{
    margin-left:12.5%;
    margin-right:12.5%;
    width:75%;
    border:1px solid white;
    background-image:url(/images/ajax-loader.gif);
    background-position:center;
    background-repeat:no-repeat;
    background-color:White;
}

.portfolioPreview p
{
    color:White;
    text-align:center;
    font-weight:bolder;
    margin:2px;
    font-size:1.2em;
}
