/* CSS Document */
BODY {font-family:  "Times New Roman", Times, Palatino, Garamond;
font-size:16px;
color: #000000;
background-color:#E6E6E6;
background-image: url("graphics/sitebg.gif");
background-repeat:repeat-x;
}
TD{
font-family:  "Times New Roman", Times, Palatino, Garamond;
font-size:16px;
color: #000000;
}
H1{
color:#042B56;
}
H2{
color:#042B56;
font-style:italic;
}
H3{
color:#643D2B;
font-style:italic;
}
H4{
color:#042B56;
}
H5{
color:#000000;
}
H6{
color:#000000;
}
A:link { color: #643D2B;
font-family:  "Times New Roman", Times, Palatino, Garamond;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:visited { color: #643D2B;
font-family:  "Times New Roman", Times, Palatino, Garamond;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:active { color: #643D2B;
font-family:  "Times New Roman", Times, Palatino, Garamond;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:hover { color: #717171;
font-family: "Times New Roman", Times, Palatino, Garamond;
font-size:16px;
font-weight: bold;
text-decoration:none;
}

A:link.featuredlink { color: #FFFFFF;
font-family:  "Times New Roman", Times, Palatino, Garamond;
font-size:14px;
font-weight: bold;
text-decoration:none;
}
A:visited.featuredlink { color: #FFFFFF;
font-family:  "Times New Roman", Times, Palatino, Garamond;
font-size:14px;
font-weight: bold;
text-decoration:none;
}
A:active.featuredlink { color: #FFFFFF;
font-family:  "Times New Roman", Times, Palatino, Garamond;
font-size:14px;
font-weight: bold;
text-decoration:none;
}
A:hover.featuredlink { color: #717171;
font-family: "Times New Roman", Times, Palatino, Garamond;
font-size:14px;
font-weight: bold;
text-decoration:none;
}

A:link.reftext { color: #39567B;
font-family:  "Times New Roman", Times, Palatino, Garamond;
font-size:10px;
font-weight: bold;
}
A:visited.reftext { color: #39567B;
font-family:  "Times New Roman", Times, Palatino, Garamond;
font-size:10px;
font-weight: bold;
}
A:active.reftext { color: #39567B;
font-family:  "Times New Roman", Times, Palatino, Garamond;
font-size:10px;
font-weight: bold;
}
A:hover.reftext { color: #243E60;
font-family: "Times New Roman", Times, Palatino, Garamond;
font-size:10px;
font-weight: bold;
}

.maintable{border: 1px solid #042B56;}
.navbg{background-image: url("graphics/navbg.jpg");}
.sideboxin{background-image: url("graphics/boxbg.jpg"); background-position:bottom right; background-repeat:no-repeat; background-color:#E7EBF0;}
.sideboxout{border: #653F2D solid 1px;}
.belowslide{background-color: #042B56;}
.content{background-color: #FFFFFF;}
.grad{background-image: url("graphics/grad.jpg");}
.smalltext{font-size: 12px;}
.altrow{background-color:#E7EBF0;}
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.
=================================================================== */



.menu {height:24px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:723px; w\idth:722px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {padding-left: 2px; width: 135px; padding-right: 2px;display:block;font-size:14px;text-decoration:none; color:#FFFFFF; height:24px; line-height:24px; border:0px solid #000; border-width:0px 0 0px 0px; vertical-align:middle; text-align:center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {}
/* style the second level hover */
.menu ul ul a.drop:hover{}
.menu ul ul :hover > a.drop {}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#323232;} /*3rd OFF */
/* style the third level hover */
.menu ul ul ul a:hover {background:#000000;} /*3rd ON */


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:24px;left:0; width:150px; border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:24px;t\op:25px; }

/* position the third level flyout menu */
.menu ul ul ul{left:128px; top:0px; width:99px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:100px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links - SECOND OFF */
.menu ul ul a, .menu ul ul a:visited {background-color:#19497D; width: 135px; font-size:12px; color:#FFF; height:auto; line-height:1em; text-align: left; padding-left:8px; padding-top: 5px; padding-bottom: 5px;border-width:1px 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:120px;w\idth:118px;}

/* style the top level hover */
.menu a:hover {color:#FFFFFF; background-color:#19497D; font-size: 14px;  }
.menu :hover > a  {color:#FFFFFF; background-color:#19497D; font-size: 14px; } /* TOP OVER */

.menu ul ul a:hover {color:#fff; background:#323232; width: 135px; font-size: 12px;}
.menu ul ul :hover > a {color:#fff; background:#323232; width: 135px;font-size: 12px;} /* 2nd OVER */

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  
}

.menu .current_page_item {background-color: #19497D; color:#EE1C23;

}

.menu ul .current_page_item ul a {
}

.menu ul .current_page_item ul a:hover {
}

.menu .current_page_item a:hover {
}