﻿/* ------------- COLOR SCHEME --------------
Yellow  FFFFCC
Green  41795C
-------------------------------------------*/

body 
{
padding:0;
margin:0;
font-family:verdana, arial, san-serif;
font-size:small;
color:#000000;
background:#FFFFCC;
line-height:1.5em;
text-align:center;
}

/* positioning */
.left {float:left;}
.right {float:right;}
.center {text-align:center;}
.clear {clear:both;}


/* global default elements */
p { padding:0px; margin-top:0;}
ul {}
img { border:0;}
a:link, a:visited, a:hover, a:active { color:#41795C; }
a:hover { color:#41795C;}
table {font-size:small;}
TH.admin { width:45%; text-align:right; vertical-align:top; } 
TD.admin { text-align:left; vertical-align:top; }
TABLE.admin { text-align:center; }

/* headings */
h1 
{
font-size:111%;
color:#41795C;
font-weight:900;
font-family:arial, verdana, san-serif;
margin-bottom:5px;
text-align:center;
}

/* main  */
#all /* this is the container that holds all page content together, mainly used for centering layout */
{
width:808px;
} 

/* photo gallery */

#Gallery
{
    text-align:center;
    vertical-align:top;
    width:160px;
    height:520px;
    overflow:auto;
}
#LargeImage
{
    vertical-align:middle;
    text-align:center;

    width:608px;
    height:520px;
}
#mainImage
{
    border:1px solid #41795C;
    padding:3px;
}
.thumbHead 
{
    font-size:80%;
    border:1px solid #41795C;
    padding:4px;
}
.thumbImages
{
vertical-align:middle;
text-align:center;
margin:4px 0px 1px 0px;
}
.thumbImage
{
    border:1px solid #41795C;
    padding:3px;
    margin-bottom:4px;
}
/* header elements  */
#header
{
    width:808px;
    height:193px;
padding:0px;

    background: url(../img/logowithswipe.jpg) no-repeat center;
}
#headerprint
{
    display:none;
}
#menu
{
   width:808px;
   height:30px;
   text-align:center;

}
.txtBox
{
border:1px #666 solid;
background:#eee;  
}
.btn
{
position:relative;
top:4px;
}

/* main elements */
#main 
{
    text-align:left;
    padding-top:0px;
    padding-bottom:30px;
    padding-left:80px;
    padding-right:80px;
}

#maincontent
{
    text-align:center;

}
#content
{
    width:523px;
    text-align:left;
}
/* footer elements */

#footer
{
clear:both;
width:808px;
background: url(../img/footer3.jpg) no-repeat top;
height:190px;

padding:0px;
}

#footertext
{
color: #41795C;

font-size:80%;
font-weight:900; 
line-height:normal; 
}



/* homepage content */



/* news elements */





legend
{
font-weight:900;
color:#585858;
}

div.adminDiv
{
background:#ffffff;}