﻿body
{
    background: #96b3bb url(assets/images/site_bg.jpg) repeat-x left top;
    font-size: small;
    font-family: calibri;
}



#wrap
{
 
  width: 800px;
    margin-left: auto;
    margin-right: auto;
  /* background:url(assets/images/twocol-bg.gif) repeat-y top left;*/
    border: 1px solid black;
    background:#f8f7ef;
  
}
div#header
{
 
    background: url(assets/images/banner_bg.jpg) no-repeat;
  width: 800px;
    height: 92px;
}

div#header div#logo {
float:left;
width:420px;
border-width:0;
}

div#header div#contact {
float:right;
padding-right:147px;
padding-top:65px;
height:27px;
font-size:110%;
}

div#header div#contact a {
color:#ccc;
text-decoration:underline;
}

div#homepage {
 padding: 0; 
 font-size: 130%; 
 line-height:.9em;
 color: #121210;
 }
 
 /*
div#homepage p {
margin-bottom:4px;
}
*/

div#header div#contact a:hover {
color:#f2ebeb;
}

img
{
    border: 1px solid black;
}

img a
{
    border: none;
}

img#noborder {
border:transparent;
}

#sidebar
{
   
    float: left;
   width: 139px;
   clear:both;
   
}

#content
{
   float: right;
    width: 659px;
    background: #d2cca7 url(assets/images/page_bg.jpg) repeat-x left bottom;
   /* background:#d2cca7;*/
}
#content div
{
    padding: 20px;
    line-height: 1.5em;
    color: #1b3137;
    
}

p.home {
font-size:1.1em;
}

h1 {
line-height:1.1em;
font-family:calibri;
}

h2 {
font-size:160%;
line-height:1.1em;
font-family:calibri;
}

ul.mainnav
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.mainnav li a:link, ul.mainnav li a:visited
{
    text-decoration: none;
    /*border-right: 1px solid #ccc;*/
    display: block;
    width: 134px;
    padding: 8px 0 8px 7px;
    font: normal 90% arial;
    color: #006;
    border-bottom:1px solid #ccc;
    /*background: #fbf9f7 url(assets/images/nav_bg.jpg) repeat-x left top;*/
    /*background:#fbf9f7;*/
    background:#f8f7ef;
}
/*ul.mainnav li
{
    border-bottom: 1px solid #ccc;
}*/
ul.mainnav li a:hover
{
    color: #c00;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.green
{
    color: #060;
}

.underline
{
    text-decoration: underline;
}

.small
{
    font-size: 80%;
}


.dcap
{
    display: inline;
    float: left;
    font-size: 4.8em;
    line-height: 0.8em;
    text-transform: uppercase;
    margin: 0.07em 0.14em 0pt 0pt;
    color: #c00;
}


.allcaps
{
    letter-spacing: 1px;
    font-size: 90%;
    text-transform: uppercase;
}

div#vitae {
float:right; 
margin-left:15px; 
width:110px;
text-align:center; 
padding:5px 0; 
background:#fdfdfd url(assets/images/panel_bg.gif) repeat-x top left;
font-size:90%; 
font-weight: bold;
}

div#vitae a {
color:#c00;
text-decoration:none;
}

div#vitae a:hover {
color:#600;
}

.gallery
{
    width: 100%;
}

.gallery td.frame
{
    width: 46%;
    padding: 20px;
    text-align: center;
    vertical-align: top; 
   /*background: #ddd4c6;     
    border: 1px solid #bc987e;*/
}

#footer
{
    text-align: center;
    padding: 5px;
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    background: #f00;
}

.clear {
clear:both;
}

/*=================
styles for left nav selected */


