/**********************************/
/*        HTML TAG STYLES         */
/**********************************/

BODY
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
}

H1
{
	font-family: Palatino, "Times New Roman", serif;
	font-size: 24px;
	margin-top: 0em;
	color: #467;
}

H2
{
	font-family: Palatino, "Times New Roman", serif;
	font-size: 18px;
	margin-top: 0em;
	color: #467;
}

H3
{
	color: #945;
	font-size: 14px;
	padding-top: 6px;
}

H4
{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

H5
{
	font-size: 9px;
	font-weight: bold;
}

UL, OL
{
	font-size: 11px;
	margin-top: .3em;
	margin-bottom: .75em;
}

LI
{
	font-size: 10px;
	margin-top: .4em;
}

PRE { font-family: Monaco, Courier, "MS Courier New", monospace; }

A
{
	color: #446688;
	font-weight: bold;
}

FORM
{
	padding-top: 18px;
}

IMG {
    border: 0;
}


/**********************************/
/*            MENUS               */
/**********************************/

#leaves {
background-image: url(graphics/leaves.gif);
background-repeat: repeat-y;
}

DIV#topmenu
{
	font-size: 11px;
	color: #446688;
	text-align: center;
	padding: 8px 12px 3px 0px;
}

DIV#topmenu A 
{
	color: #446688;
	font-weight: normal;
	text-decoration: none;
}

TD#nav 
{ 
	background-color: #e0f2f0;  /*ffd4b6*/ 
}

DIV#rel, DIV#fm
{
	font-weight: bold;
	font-size: 10px;
	padding: 0px 10px 30px 10px;
}

.btn, .btndim, DIV.home, DIV.homedim, DIV.cat, DIV.catdim
{
	padding: 10px 0px 3px 0px;
}

.btn, .btndim, DIV.cat, DIV.catdim
{
	border-bottom: 1px solid #b0d0c8;
}

DIV.cat, DIV.catdim
{
	margin-left: 10px;
}

DIV.abtn
{
	padding: 0px 0px 30px 30px;
	
	/*background-color: #d0e5e5; #9cc0c4;*/
	/*margin: 20px 30px 30px 30px; */
	/*border-bottom: 2px solid #abb; 2px solid #689; */
	/*border-right: 2px solid #abb; 2px solid #689; */
	/*border-top: 2px solid #ecf4f4; 1px solid #b4d8dc; */
	/*border-left: 2px solid #ecf4f4; 1px solid #b4d8dc; */
}

DIV.mess
{
	padding: 4px 0px 4px 6px;
	margin: 4px 0px 4px 20px;
	border-left: 1px solid #b0d0c8;
}

DIV.btn A, DIV.home A, DIV.cat A
{
	text-decoration: none;
	color: #22888c;
}

DIV#rel A:hover, DIV#fm A:hover
{
	text-decoration: underline;
}

.btndim, .catdim, .homedim, .mess 
{ 
	color: #a4d2d0;
}


/**********************************/
/*           CONTENT              */
/**********************************/

.insert
{
	font-size: 9px;
   background-color: #c8dddd; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
}

.insert H4, .insert H5
{
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}

.insert H5 { margin: 12px 0px 1px 0px; }

.insert H4 { margin: 0px 0px 12px 0px; }

.insert P { margin-top: 0px; }

#content 
{
	background-color: #fff; /*#f9f5eb*/
	padding: 12px 24px 0px 0px;
}

/* one line menu bar style */
.linklin
{
	font-size: 10px;
	text-align: center;
	padding-bottom: 12px;
}

/* used for text above headlines */
DIV.super
{
	font-size: 12px;
	font-style: italic;
	margin-top: 0em;
	margin-bottom: 1em;
}

/* used for bylines */
DIV.sub
{
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-bottom: .5em;
}

/* used to call out initial paragraph when it's introductory in nature */
P.intro
{
	font-size: 10px;
	font-style: normal;
}

.intro + TABLE { padding-top: 12px; }

/* used to call out initial paragraph when it's introductory in nature */
P.body
{
	font-size: 11px;
	font-style: normal;
	line-height: 1.5;
}

/* call out text style */
.shout
{
	color: #990044;
	font-size: 10px;
	font-weight: bold;
}

/* source information or notes cited below main text */
P.notes
{
	font-size: 11px;
	font-style: italic;
}

/* back-to-top arrow at the bottom of each page */
DIV.top
{
	text-align: center;
	padding-top: 24px;
}

/* contact info at the bottom of each page */
DIV#contact
{
	color: #589;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 24px;
}

/* footer info at the bottom of each page */
DIV#footer
{
	font-size: 10px;
	font-style: italic;
	border-top: 2px solid #116677;
	padding-top: 2px;
}


/**********************************/
/*         TABLE STYLES           */
/**********************************/
.ftbl
{
	padding-top: 12px;
	padding-bottom: 12px;
}

.ptbl { padding-top: 24px; }

CAPTION
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
}

.tbltxt
{
	font-size: 10px;
	background-color: #f6edd3; /*#f4ebe4;*/
	border-top: 1px solid #c4bbb4;
	border-left: 1px solid #c4bbb4;
}

/**********************************/
/*        PHOTO CAPTIONS          */
/**********************************/
/* CSS image-caption pairs */

.floatl
{
	float: left;
	padding: 10px 10px 5px 10px;
	border: 1px solid #aaa;
	margin: 5px 10px 5px 0px;
}

.floatr
{
	float: right;
	padding: 10px 10px 5px 10px;
	border: 1px solid #aaa;
	margin: 5px 0px 5px 5px;
}

.floatl DIV, .floatr DIV
{
	font-size: 9px;
	font-weight: normal;
	padding: 3px;
	text-align: left;
	border-top: 3px solid white;
	/*background-color: #e8f0f0;*/
}

.image .fototitl
{
	text-align: center;
	margin-bottom: 4px;
}

.cap
{
	font-size: 10px;
	text-align: left;
}

/* photo title */
.image .cap
{
	font-size: 10px;
	padding: 5px;
	margin-top: 4px;
	background-color: #f6edd3;
}

/* photo title */
.fototitl
{
	color: #990044;
	font-size: 12px;
	font-weight: bold;
}

.pic { padding-top: 18px; }

/**********************************/
/*         FORUM STYLES           */
/**********************************/

.fmtblhdr
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	background-color: #579;
}

.fmtbltxt1, .fmtbltxt2 { font-size: 10px; }
.fmtbltxt2 { background-color: #f6edd3; }

.formtxt
{
	font-size: 12px;
	background-color: #d0e2e0;
}

#topic
{
	font: bold 15px Verdana, Helvetica;
	text-align: center;
	/*border-bottom: 1px solid #aaa;*/
	color: #934;
	padding-bottom: 12px;
}

.msglnk
{
	font-size: 10px;
	color: #337799;
	padding-bottom: 8px;
}

.msghdr
{
	font-size: 10px;
	background-color: #d0e2e0;
	border-bottom: 1px solid #a8b8c2;
	margin-top: 18px;
}

.msgcount
{
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

.msg
{
	font-size: 12px;
	background-color: #f6edd3;
}

.msgtable { padding-bottom: 24px; }

#formheader {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 3em 0 1em 0;
    padding: 0;
}

form {
    1font-size: 1em;
    width: 400px;
    padding: 1em 2em;
    background: #dde;
    margin: 1em auto;
}

form h4 {
    text-align: center;
    font-style: none;
    font-size: 12px;
}
        
label {
    display: block;
}

.textbox {
    width: 70%;
}

.longtextbox {
    width: 80%;
}

textarea {
    width: 90%;
    height: 200px;
}

textarea.comments {
    height: 10px;
    visibility: hidden;
}

input:focus, textarea:focus {
  background: #ffc;
}

#promo {
    font-family: Verdana;
    font-size: 10px;
    border-left: 1px solid #bbb;
    padding: 0 0 1em 1em;
}

#promo h4 {
    font-size: 12px;
    color: #22768c;
    margin: 2em 0 .5em 0;
    padding: 0;
}

#promo strong {
    font-style: italic;
    font-weight: bold;   
    color: #945;
}

#promo p {
    margin-top: 0;
    padding-top: .5em;
}

