﻿/*************************** Main *****************************/
body,td,th,input,select,textarea
{
    font-size: 9pt;
    font-family: Verdana, Arial, Sans-Serif;
    color: #222222;
}

body
{
    background-color: #19110A;
}

.WidthWrapper
{
    width: 860px;
    margin: 0px auto;
}

a
{
    color: #D52300;
}

a:hover
{
    color: #666666;
    text-decoration: none;
}

h1
{
    font-size: 17pt;
    color: #D52300;
    margin: 0px 0px 10px 0px;
}

h2
{
    font-size: 11pt;
    color: #3B3B3B;
    margin: 0px 0px 10px 0px;
}

h3
{
    font-size: 10pt;
    color: #3B3B3B;
    margin: 0px 0px 10px 0px;
}

h4
{
    font-size: 10pt;
    font-weight: bold;
    color: #D52300;
    margin: 0px 0px 2px 0px;
    padding-bottom: 2px;
}

p
{
    margin: 0px 0px 10px 0px;
}

.FloatClear
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

.StructureTable
{
    width: 100%;
}

.StructureTable td
{
    vertical-align: top;
}

/************************** Header ****************************/
.PageHeader
{
    margin: 5px 0px 0px 0px;
}

.PageHeader .Navigation 
{
    text-align: right;
    float: right;
    display: inline;
}

.PageHeader .Navigation a
{
    color: #FFFFFF;
    text-decoration: none;
    display: -moz-inline-block;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    background-color: #3B3B3B;
    border: 1px solid #3B3B3B;
}

.PageHeader .Navigation a:hover
{
    background: #D52300 url(../images/diagonalred.png) 50% 50% repeat;
    border: 1px solid #FF4400;
}

.PageHeader img
{
    margin: 30px 0px;
}

/*********************** Page Body ***************************/

.BodyTopBar
{
    background: #D52300 url(../images/diagonalgrey.png) 50% 50% repeat;
    height: 30px;
}

.PageBody
{
    background-color: #EAEAEA;
    padding: 20px;
}

.PageBody .BodyTable
{
    width: 100%;
}

.PageBody .BodyTable td
{
    vertical-align: top;
}

.PageBody .BodyTable .MainColumn
{
    width: 65%;
    padding-right: 10px;
}

.PageBody .BodyTable .RightColumn
{

}

.PageBody .SectionContainer
{
    border: 1px solid #D6D6D6;
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 20px;
    color: #222222;
}

.PageBody .SectionContainer td
{
    color: #222222;
}

/************************** Item Specific **************************/

.PhotoContainer
{
    border: 1px solid #D6D6D6;
    padding: 3px;
    margin: 0px 10px 10px 0px;
    display: inline;
    float: left;
}

.PhotoContainerRight
{
    border: 1px solid #D6D6D6;
    padding: 3px;
    margin: 0px 00px 10px 10px;
    display: inline;
    float: right;
}

.ArrowList
{

}

.ArrowList li
{
    margin-bottom: 10px;
}

.ArrowList .RedArrow
{
    list-style-image: url(/assets/images/redarrow.gif);
}

.ArrowList .GreyArrow
{
    list-style-image: url(/assets/images/greyarrow.gif);
}

#divSiteTabs
{
    height: 220px;
}

#divResumeTabs
{
    height: 350px;
}

#divResumeTabs div
{
    width: 80%;
}

.ContactForm
{
    width: 100%;
}

.ContactForm th
{
    font-weight: normal;
    text-align: left;
    width: 80px;
    vertical-align: top;
}

.ContactForm .TextBox
{
    width: 180px;
    border: 1px solid #3B3B3B;
    padding: 2px;
    background-color: #EAEAEA;
}

.ContactForm textarea
{
    width: 230px;
    border: 1px solid #3B3B3B;
    padding: 2px;
    background-color: #EAEAEA;
}

.ContactForm .Button
{
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 2px;
    background-color: #3B3B3B;
    border: 1px solid #3B3B3B;
}

.ContactForm .Button:hover
{
    background: #D52300 url(../images/diagonalred.png) 50% 50% repeat;
    border: 1px solid #FF4400;
}

/************************* Page Footer ***************************/
.PageFooter
{
    margin: 5px 0px;
    font-size: 7.5pt;
    color: #555555;
}

.PageFooter .RightSection
{
    float: right;
    display: inline;
}

/******************************** Resume *********************************/
.ResumeItemTable
{
    width: 100%;
    margin-bottom: 10px;
}

.ResumeItemTable h4
{
    border-bottom: 1px solid #D6D6D6;
}

.ResumeItemTable td
{
    vertical-align: top;
}

.ResumeItemTable .ImageCell
{
    width: 170px;
}

.ResumeItemTable .HeaderInformation
{
    font-weight: bold;
    color: #3B3B3B;
    margin: 2px 0px;
}

.ResumeItemTable .HeaderInformation .Date
{
    font-weight: normal;
    font-style: italic;
    display: inline;
    float: right;
}

.ResumeButton
{
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 2px;
    background-color: #3B3B3B;
    border: 1px solid #3B3B3B;
}

.ResumeButton:hover
{
    background: #D52300 url(../images/diagonalred.png) 50% 50% repeat;
    border: 1px solid #FF4400;
}

.ResumeDownloadTable
{
    width: 100%;
}

.ResumeDownloadTable td
{
    padding: 3px 0px;
}

.ResumeDownloadTable img
{
    float: left;
    margin-right: 5px;
}
