/* CSS Document */
BODY {font-family:  Arial, Verdana, Tahoma;
font-size:16px;
color: #FFFFFF;
background-image: url("graphics/sitebg.jpg");
}
TD{
font-family:  Arial, Verdana, Tahoma;
font-size:16px;
color: #000000;
}

H1{
color:#630705;
font-family: Times, "Times New Roman", Palatino, Garamond;
}
H2{
color:#630705;
font-family: Times, "Times New Roman", Palatino, Garamond;
}
H3{
color:#630705;
font-family: Times, "Times New Roman", Palatino, Garamond;
}

A:link { color:#630705;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:visited { color:#630705;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:active { color:#630705;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:hover { color:#3E0D00;
font-size:16px;
font-weight: bold;
text-decoration:none;
}

A:link.toplink { color:#2F2F2F;
font-size:14px;
font-weight: normal;
text-decoration:underline;
}
A:visited.toplink { color:#2F2F2F;
font-size:14px;
font-weight: normal;
text-decoration:underline;
}
A:active.toplink { color:#2F2F2F;
font-size:14px;
font-weight: normal;
text-decoration:underline;
}
A:hover.toplink { color:#E10000;
font-size:14px;
font-weight: normal;
text-decoration:underline;
}


A:link.reftext { color: #DADADA;
font-size:9px;
}
A:visited.reftext { color: #DADADA;
font-size:9px;
}
A:active.reftext { color: #DADADA;
font-size:9px;
}
A:hover.reftext { color: #EC0527;
font-size:9px;
}

.navbg{background-image: url("graphics/navbg.png");}
.content{background-image: url("graphics/contentbg.png");}
.contentin{background-image: url("graphics/se.png");
background-position: bottom right;
background-repeat:no-repeat;
}

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:225px; position:relative;}

.menu_left ul {margin:0; padding:0; list-style:none; white-space:nowrap; 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;}
.menu_left ul#toplevel {position:absolute; left:0; top:0;}

.menu_left a {display:block; font-family:"Times New Roman", Times, Palatino, Garamond, serif; font-size:22px; font-weight:bold; color:#FFFFFF; line-height:31px; text-decoration:none;padding:0 20px 0 10px; border-bottom: 1px solid #FFFDDF; border-top: 1px solid #FFFDDF;} 
.menu_left li a.fly {background: url(anywidth/arrow.gif) no-repeat right top;}

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

.menu_left ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px; background-color:#641804; 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;}


