/*
Gallery design inspired by Hoverbox:
http://sonspring.com/journal/hoverbox-image-gallery
*/

body
{
    margin: 0;
    padding: 0;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
}

img
{
    border: 0;
    margin: 0;
    padding: 0;
}

#header
{
    width: 100%;
    height: 149px;
    background: url("images/header_bg.png") repeat-x;
}

#header div
{
    width: 100%;
    height: 149px;
    overflow: hidden;
    background: url("images/header.png") no-repeat;
}

.footer_left, .footer_right
{
    padding-bottom: 10px;
}

.footer_left
{
    float: left;
}

.footer_right
{
    float: right;
}

.wrapper
{
    clear: both;
    padding: 1px 10px 10px 10px;
}

table.main
{
    width: 100%;
    margin: 0;
    padding: 0;
}

td.right
{
    width: 20%;
    margin: 0;
    padding: 0 0 0 10px;
    vertical-align: top;
    border-left: 5px dotted orange;
}

td.left
{
    width: 80%;
    margin: 0;
    padding: 0 10px 0 0;
    vertical-align: top;
}

dl.details dt
{
    font-weight: bold;
}

dl.details dd
{
    margin-left: 0;
    margin-bottom: 10px;
}

h1
{
    clear: both;
    background: url("images/heading.png") no-repeat;
    border: 1px solid #448244;
    padding-left: 35px;
    height: 29px;
    font-size: 16pt;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2
{
    clear: both;
    border-bottom: 3px solid #375076;
    font-size: 14pt;
    margin-top: 20px;
    margin-bottom: 20px;
    font-variant: small-caps;
}

hr
{
    clear: both;
    height: 1px;
    border-top: 1px solid #448244;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.gallery_item_wrapper
{
    float: left;
}

.gallery_item
{
    float: left;
    margin: 0px 20px 20px 20px;
}

.gallery_item2
{
    float: left;
    margin: 0px 0px 20px 20px;
}

.gallery_overhang
{
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    left: -26px;
    top: +6px;
    background: url('images/overhang.png');
    padding-left: 0px;
}

.gallery_overhang a img
{
    position: relative;
    left: +4px;
}

.gallery_title
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.gallery_caption
{
    max-width: 200px;
    height: 40px;
    margin: 0 auto;
    font-style: italic;
    text-align: center;
}

.gallery_frame_outer
{
    margin-left: auto;
    margin-right: auto;
    width: 206px;
    background: #eee;
    border-color: #ddd #bbb #aaa #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

.gallery_frame_inner
{
    background: #fff;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

.gallery_frame_inner img
{
    display: block;
}

.clear
{
    clear: both;
}

/*Inverted Shift-Down Menu II*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #375076; /*Highlight red color theme*/
background: transparent;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 30px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:none;
}

.invertedshiftdown2 a{
float: left;
display: block;
font-weight: bold;
color: #375076;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #ccc; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #375076; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #375076; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #375076; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #375076; /*Highlight red color theme*/
color: white;
}




