/* CSS Document */
BODY {font-family:  Arial, Tahoma, Verdana;
font-size:15px;
color: #FFFFFF;
background-color:#FFFFFF;
background-image: url("graphics/sitebg.jpg");
background-position: top center;
background-repeat:no-repeat;
background-attachment:fixed;
}
TD{
font-family:  Arial, Tahoma, Verdana;
font-size:15px;
color: #000000;
}
H1{
color:#100300;
}
H2{
color:#280E01;
}
H3{
color:#3E1907;
}
H4{
color:#100300;
}
H5{
color:#100300;
}
H6{
color:#100300;
}
A:link { color: #9A0000;
font-family:  Arial, Tahoma, Verdana;
font-size:15px;
text-decoration:none;
}
A:visited { color: #9A0000;
font-family:  Arial, Tahoma, Verdana;
font-size:15px;
text-decoration:none;
}
A:active { color: #9A0000;
font-family:  Arial, Tahoma, Verdana;
font-size:15px;
text-decoration:none;
}
A:hover { color: #100300;
font-family: Arial, Tahoma, Verdana;
font-size:15px;
text-decoration:none;
}



A:link.reftext { color: #F1E0C2;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
}
A:visited.reftext { color: #F1E0C2;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
}
A:active.reftext { color: #F1E0C2;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
}
A:hover.reftext { color: #FFFFFF;
font-family: Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
}

A:link.smalllinks { color: #0000FF;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
}
A:visited.smalllinks { color: #0000FF;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
}
A:active.smalllinks { color: #0000FF;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
}
A:hover.smalllinks { color: #00007C;
font-family: Arial, Tahoma, Verdana;
font-size:10px;
}

A:link.widgetlinks { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:12px;
}
A:visited.widgetlinks { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:12px;
}
A:active.widgetlinks { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:12px;
}
A:hover.widgetlinks { color: #D7DE99;
font-family: Arial, Tahoma, Verdana;
font-size:12px;
}

A:link.widgetlinkslg { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:14px;
}
A:visited.widgetlinkslg { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:14px;
}
A:active.widgetlinkslg { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:14px;
}
A:hover.widgetlinkslg { color: #D7DE99;
font-family: Arial, Tahoma, Verdana;
font-size:14px;
}
.widgettext{color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:12px;}
.maintable{border: 0px solid #0A2E15;}
.top{background-image: url("graphics/top.jpg");}
.topnav{background-image: url("graphics/navbg.png");}
.topads{/*background-image: url("graphics/bannerbg.gif");*/}
.left{background-image: url("graphics/g85.png");}
.right{background-image: url("graphics/g85.png");}
.footbg{background-image: url("graphics/footbg.png");
color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:12px;
}
.loginbox{background-image: url("graphics/loginbox.png"); background-repeat:no-repeat;}
.smallhead{color: #AB2622; text-transform:uppercase;
font-family:  "Times New Roman", Times, Palatino, Garamond, Arial, Tahoma, Verdana;
font-size:15px;
font-weight: bold;
text-align:center;
}
.smalltext{font-size:10px;}
.content{background-color: #F8F2E8;}
.widgettitle{text-align: center; color:#D7DE99; font-style:italic; margin-bottom:5px;}
LI.widget{ list-style: none; }
UL.textlinkads{margin:0px; padding:0px; width:150px; text-align:left;}
LI.cat-item{ 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 */

/* 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 */


/*Side bar for directory */
.title {
	font-family : arial;
	font-size : 14px;
	color : #fff;
	font-weight: bold;
	background-color: #0a2e15;
}
.title a:link,
.title a:visited,
.title a:active {
	color: #FFFFFF;
}
.sub {
	font-family : arial;
	font-size : 12px;
	color : #000;
	font-weight: bold;
	background-color: #829455;
}
.row {
	font-family : arial;
	font-size : 12px;
	color : #000000;
}
.row1 {
	font-family : arial;
	font-size : 12px;
	color : #000000;
	background-color: #F2ECE6;
	font-weight: bold;
}
.row1_bold {
	font-family : arial;
	font-size : 12px;
	color : #000000;
	background-color: #C8C592;
	font-weight: bold;
}
.row2 {
	font-family : arial;
	font-size : 12px;
	color : #000000;
	background-color: #EFEAE2;
}
.main_table {
	width: 100%;
}
table.main_table td{
	padding: 4px;

}
.results_found {
	font-family : arial;
	font-size : 12px;
	color : red;
	font-weight: bold;
}
.cal_today {
	font-family : arial;
	font-size : 11px;
	color : #000000;
	background-color: #FFF000;
}
.cal_blank {
	background-color: #DDB089;
}
.cal_row {
	font-family : arial;
	font-size : 11px;
	color : #000000;
	background-color: #C0C0C0;
}
.cal_row a:link,
.cal_row a:visited,
.cal_row a:active {
	font-family : arial;
	font-size : 11px;
}
.week_day {
	background-color: #FFF000;
}

/*sidenav classes*/
.toplevel{background-image: url("../../../../graphics/headline.gif"); height:28px; }

A:link.sidelink { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:14px;
font-weight: bold;
text-decoration:none;
padding-bottom: 5px;
}
A:visited.sidelink { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:14px;
font-weight: bold;
text-decoration:none;
}
A:active.sidelink { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:14px;
font-weight: bold;
text-decoration:none;
}
A:hover.sidelink { color: #C2E6CD;
font-family: Arial, Tahoma, Verdana;
font-size:14px;
font-weight: bold;
text-decoration:none;
}

A:link.toplevellink { color: #FFFFFF; text-transform:uppercase;
font-family:  "Times New Roman", Times, Palatino, Garamond, Arial, Tahoma, Verdana;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:visited.toplevellink { color: #FFFFFF; text-transform:uppercase;
font-family:  "Times New Roman", Times, Palatino, Garamond, Arial, Tahoma, Verdana;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:active.toplevellink { color: #FFFFFF; text-transform:uppercase;
font-family:  "Times New Roman", Times, Palatino, Garamond, Arial, Tahoma, Verdana;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:hover.toplevellink { color: #8D955E; text-transform:uppercase;
font-family:  "Times New Roman", Times, Palatino, Garamond, Arial, Tahoma, Verdana;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
/* =Menu
-------------------------------------------------------------- */
#header {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
}
#left_nav {
	background-image: url("graphics/leftnav.png");
	background-repeat: no-repeat;
	float: left;
	width: 14px;
	height: 30px;
}
#right_nav {
	background-image: url("graphics/rightnav.png");
	background-repeat: no-repeat;
	float: right;
	width: 14px;
	height: 30px;
}
#menu_right {
	background-image: url("graphics/navbg.png");
	background-repeat: repeat-x;
	height: 30px;
	width: 222px;
	float: left;
	padding-top: 3px;
}

#access {
	margin: 0 auto;
	width: 740px;
	display:block;
	float:left;
	background-image: url("graphics/navbg.png");
	background-repeat: repeat-x;

}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:30px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:28px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background: #990000;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#003300;
}
#access ul li:hover > ul {
	display:block;
	background-color: #003300;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background-color: #006600;
	font-weight: bold;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
	background-color: #006600;
}

