
html 
{
    font-family: arial, sans-serif;
    font-size: 14px;
}

body 
{
    margin: 0px;
    color: #00083C; 
    background-color: #00083C; 
    text-align: center; 
}

h2
{
    font-size: 18px;
    width: 500px;
}


.sIFR-hasflash h2
{
    visibility: hidden;
    letter-spacing: normal;
    font-size: 18px;
}

#outerpage
{
    margin: 0px;
    height: 500px;
    background: url(../images/light-gradient.png) no-repeat; 
    text-align: center;
    padding: 1px;
}

#page 
{
    margin: 10px auto 100px auto;
    width: 1000px;
    text-align: left;
}

#header 
{
    background: url(../images/ptcoded_header.png) no-repeat; 
    width: 1000px; 
    height: 101px; 
    position: relative;
}

#mainbody 
{
    background: url(../images/ptcoded_body_sliver.png) repeat-y;
    height: 100%;
    width: 975px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
}

#mainbody a, #mainbody a:visited
{
    color: #00083C;
}

#mainbody a:hover
{
    color: #FFFFFF;
}

#footer
{
    background: url(../images/ptcoded_bottom.png) no-repeat; 
    width: 1000px;
    height: 18px; 
}

#copyright
{
    padding-bottom: 10px;
    text-align: left;
    color: #A3A3A3;
}

#logo
{
    border: none;
}

#nav
{
    margin: 0px;
    padding: 0px;
    float: left;
    list-style-type: none;
    color: #3eb017;
    font-size: 16px;
}

#nav li
{
    margin: 0px;
    padding: 0px 5px 0px 5px;
    float: left;
    border-right: 1px solid #E0E0E0;    
}

#nav li.sIFR-replaced
{
    padding: 0px 0px 0px 10px;
}

#nav li.sIFR-hasFlash
{
    visibility: hidden;
}

#nav a, #nav a:visited
{
    float: left;
    text-decoration: none;
    color: #E0E0E0;
}

#nav a:hover
{
    color: #e0e0e0;
}

#nav li.last-child
{
    border-right: none;
}

#submenu
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: block;
    list-style-type: none;
    color: #3eb017;
    font-size: 16px;
}

#submenu li
{
    margin: 0px;
    padding: 0px 5px 0px 5px;
    float: left;
    border-right: 1px solid #00083C;
}

#submenu li.sIFR-replaced
{
    padding: 0px 0px 0px 10px;
}

#submenu li.sIFR-hasFlash
{
    visibility: hidden;
}

#submenu a, #submenu a:visited
{
    float: left;
    text-decoration: none;
    color: #00083C;
}

#submenu a:hover
{
    color: #FFFFFF;
}

#submenu li.last-child
{
    border-right: none;
}

img.contextpic
{
    float: right;
    border-style: solid; 
    border-width: 5px; 
    border-color: #e0e0e0;
    margin-right: 5px;
    /*
    position: absolute; 
    top: 0px; 
    right: 45px; 
    border-style: solid; 
    border-width: 5px; 
    border-color: #e0e0e0;
    */
}

.portfoliolist 
{
   list-style-type: none; 
}

.portfoliolist  li
{
   clear: left; 
   margin-bottom: 15px;
}

.captioned_photo 
{
   float: left;
   margin-right: 5px;
   padding: 0px;
   width: 208px;
}

.captioned_photo p 
{
   width: 100%;
   margin: 0px;
   padding: 0px;
   font-size: 10px;
   font-style: italic;
}

.captioned_photo img 
{
   margin: 0px;
   padding: 0px;
   display: block;
   border: 0px;
   width: 208px;
   height: 118px;
}

.portfoliolist li img
{
   float: left; margin-right: 5px; 
}