/* CSS Document */
BODY {font-family:  "Times New Roman", Times, Palatino, Garamond,serif;
font-size:18px;
color: #FFFFFF;
background-image: url("graphics/sitebg.jpg");
background-attachment:fixed;
}
TD{
font-family:  "Times New Roman", Times, Palatino, Garamond,serif;
font-size:18px;
color: #000000;
}

H1{
color:#133B00;
font-style:italic;
}
H2{
color:#133B00;
font-style:italic;
text-transform:uppercase;
}
H3{
color:#133B00;
font-style:italic;
}



A:link { color: #133B00;
font-size:18px;
font-weight: bold;
text-decoration:underline;
}
A:visited { color: #133B00;
font-size:18px;
font-weight: bold;
text-decoration:underline;
}
A:active { color: #133B00;
font-size:18px;
font-weight: bold;
text-decoration:underline;
}
A:hover { color: #7F0C17;
font-size:18px;
font-weight: bold;
text-decoration:underline;
}

A:link.topnav { color: #FFFFFF;
font-size:16px;
font-weight: normal;
text-decoration:underline;
}
A:visited.topnav { color: #FFFFFF;
font-size:16px;
font-weight: normal;
text-decoration:underline;
}
A:active.topnav { color: #FFFFFF;
font-size:16px;
font-weight: normal;
text-decoration:underline;
}
A:hover.topnav { color: #7F0C17;
font-size:16px;
font-weight: normal;
text-decoration:underline;
}


A:link.reftext { color: #FF0000;
font-size:10px;
}
A:visited.reftext { color: #FF0000;
font-size:10px;
}
A:active.reftext { color: #FF0000;
font-size:10px;
}
A:hover.reftext { color: #7F0C17;
font-size:10px;
}
.reply{margin-bottom:15px;}
.comment-meta, .widgettitle{display:none; padding:0px; margin:0px;}
.gallerybg{background-color:#CDBEAB;}
.gallerytable{border: 1px solid #000000;}
.topnav{background-image: url("graphics/topnavbg.jpg");
}
.topnavtext{color:#FFFFFF; font-size:16px;}
.leftbg{background-image: url("graphics/leftbg.jpg");
}
.leftbox{border: 1px solid #133B00;
}
.leftnavbg{background-image: url("graphics/leftnavbg.jpg");
}
.footbg{background-image: url("graphics/footbg.jpg");
}
.content{background-color:#E4D9D8;}
.contentbgtop{background-image: url("graphics/topbg.jpg");
background-repeat: repeat-x;
}
.highlight{color:#FF0000; font-weight: bold;}



.maintable{border:3px solid #282421;}


LI.widget{ list-style: none; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu_left {width:146px; position:relative;}

.menu_left ul {margin:0; padding:0; list-style:none;  text-align:right; padding:1px 1px 0 1px;}

.menu_left li {margin:0; padding:0; list-style:none; }
.menu_left li {display:inline;}
.menu_left ul ul {position:absolute; left:-9999px; text-align:center; color:#FFFFFF;}
.menu_left ul#toplevel {position:absolute; left:0; top:0;}

.menu_left a {display:block; font-family: "Lucida Grande"; font-size:18px; font-weight:bold; color:#000000; line-height:24px; text-decoration:none;padding:3px 3px 3px 3px; border-bottom: 1px solid #133B00; border-top: 1px solid #133B00;} 
.menu_left li a.fly {}

.menu_left li a:hover {background-color:#133B00; color:#fff;} 
.menu_left li:hover > a {background-color:#133B00; color:#fff;}

.menu_left ul li:hover > ul {left:100%; margin-top:-33px; margin-left:-1px; background-color:#FFFFFF; width: 146px;  font-size:15px;}

.menu_left a:hover ul,
.menu_left a:hover a:hover ul, 
.menu_left a:hover a:hover a:hover ul {left:100%;}
.menu_left a:hover ul ul, 
.menu_left a:hover a:hover ul ul {left:-9999px;}

.menu_left table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}
