﻿/* 0 BASIC TAGS */

html 
{
    overflow-y: scroll;
}

body
{
    background-color: #656565;
    background-image: url(Images/background.gif);
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #FFFFFF;
    height: 100%;
    
}


#PIPfloat
{
    display: block;
    
    position: fixed;
    text-align: right;
    z-index: 10001;
}

.keepcentered {
    position:    absolute;
    left:        50%;        /* Start with top left in the center */
    top:         0;
    width:       708px;      /* The fixed width... */
    height:      23px;      /* ...and height */
    margin-left: -488px;
    margin-top:  78px;
}

.box_rotate 
{
    /* for IE only ... Chrome rotates about center instead of top left */
             filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; /* IE8 */
}

* html #PIPfloat
{
    position: absolute;
}



/*   ------  */


table
{
    font-size: 1em;
}

h1, h2, h3, h4
{
    margin: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p
{
    line-height: 1.4em;
}

hr
{
    border: 0;
    border-top: 1px solid #505050;
    height: 1px;
}

a
{
    text-decoration: none;
    color: #DBB94F;
}

a:visited
{
    color: #C19B28;
}

a:hover
{
    text-decoration: underline;
    color: #E6CD84;
}

a:active
{
    color: #C19B28;
}

img
{
    border-width: 0;
}

.darkButton
{
    background-color: #404040;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #ffd700;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}


/* 1 HEADER */

.header
{
    background-repeat: no-repeat;
    position: relative;
    width: 960px;
    height: 76px;
    margin: 0 auto 5px auto;
}

.header-L
{
    background-image: url(images/header-L.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 76px;
    width: 400px;
}

.header-M
{
    background-image: url(images/header-M.gif);
    background-repeat: repeat;
    margin-left: auto;
    margin-right: auto;
    height: 76px;
    width: auto;
}

.header-R
{
    background-image: url(images/header-R.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 76px;
    width: 20px;
}

h1
{
    position: absolute;
    left: 95px;
    top: 12px;
    text-transform: uppercase;
    font-size: 18px;
}

h2
{
    position: absolute;
    left: 95px;
    top: 50px;
    font-size: 11px;
}

.menuhover
{
    text-transform: uppercase;
    font-size: 10px;
    background-color: #330066;
}

.menuDynamic
{
    background-color: #464f4f;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 4px;
    border-right: gray thin solid;
    border-top: gray thin solid;
    border-left: gray thin solid;
    border-bottom: gray thin solid;
    z-index: 1000; 

}

.menuDynamicItem
{
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.menuDynamicItem a
{
    display: block;
    width: 100%;
}

.menua
{
    position: absolute;
    z-index: 10001;
    right: 37px;
    top: 13px;
    text-transform: uppercase;
    font-size: 10px;
}

.nav
{
    position: absolute;
    right: 37px;
    top: 51px;
    text-transform: uppercase;
    font-size: 10px;
}

.menua a:visited, .nav a:visited
{
    color: #DBB94F;
}

/* 1.1 SHIM */

.shim
{
    display: none;
}



.FormField
{
    background-color: #585858;
}

.RequiredField
{
    background-color: #484880;
}


/* 2 PAGE */


h3
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.5em;
    font-weight: bold;
}
h4
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.3em;
    font-weight: bold;
}

.page
{
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
    width: 900px;
    padding: 0px 37x;
    padding-top: 1px; /* Weird Mozilla Bug */
    padding-bottom: 40px; /* Weird Mozilla Bug */
}

.page_pip
{
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
    width: 920px;
    padding: 0px 37x;
    padding-top: 1px; /* Weird Mozilla Bug */
    padding-bottom: 40px; /* Weird Mozilla Bug */
}

/* 2.1 ALL PAGES */


#sidebar
{
    float: left;
    width: 214px;
    height: 100%;
    padding-left: 4px;
}

#content
{
    float: right;
    padding-left: 4px;
}

#whatsnew
{
    float: left;
    width: 200px;
    height: 100%;
}

#coollinks
{
    margin-left: 220px;
}

#resume h4, #links h4
{
    margin-top: 0;
    border-top: 1px solid #505050;
    padding-top: 1.0em;
    position: absolute;
    left: 37px;
    width: 214px;
}

#resume #photo
{
    position: absolute;
    left: 37px;
    top: 20px;
    width: 214px;
}

#resume .first
{
    margin-top: 0;
    border-top: 1px solid #505050;
    padding-top: 1.5em;
}

dl
{
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #505050;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

dt
{
    position: absolute;
    left: 0;
}

dd
{
    margin-left: 150px;
    height: 2.0em;
}

.emptydata td
{
    padding: 50px;
    color: #aeaeae;
}




.RuleCategory
{
    background-color: #505050;
}


.Repheader
{
    font-size: larger;
    font-weight: bold;
}

.Repdetails
{
    display: none;
    visibility: hidden;
}




.view
{
    margin-left: auto;
    margin-right: auto;
    width: 686px;
    text-align: center;
}

.view .photo-frame
{
    margin-left: auto;
    margin-right: auto;
}

.item
{
    padding: 20px 50px;
    color: #B2B2B2;
}

.item h4
{
    margin-bottom: 0.4em;
}

.nullpanel
{
    padding: 150px;
    width: auto;
    text-align: center;
}









.buttonbar, .buttonbar-top
{
    width: 686px;
    height: 36px;
    background-image: url(Images/photonav.gif);
    background-repeat: no-repeat;
    margin-bottom: 5px;
    text-align: center;
}












/* 3 FOOTER */

.footerbg
{
    width: auto;
    height: 50px;
    text-align: center;
}

.footer
{
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 960px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
}

.footer-L
{
    background-image: url(images/footer-L.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 20px;
}

.footer-M
{
    background-image: url(images/footer-M.gif);
    background-repeat: repeat;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: auto;
}

.footer-R
{
    background-image: url(images/footer-R.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 20px;
}

.menub
{
    margin: 8px auto 2px auto;
    text-transform: uppercase;
    font-size: 10px;
}

.menub a:visited
{
    color: #DBB94F;
}


/* Inline styles are used because image controls hard code a border property */

.photo_198
{
    border: 4px solid #FFFFFF;
}



