/* CSS Document */
BODY {font-family:  Verdana, Arial, Tahoma;
font-size:16px;
color: #000000;
background-image: url("graphics/sitebg.gif");
background-color:#FFFFFF;
background-repeat:repeat-x;
background-attachment:fixed;
}
TD{
font-family:  Verdana, Arial, Tahoma;
font-size:16px;
color: #000000;
}
H1{
color:#0D385A;
}
H2{
color:#0D385A;
}
H3{
color:#0D385A;
}
H4{
color:#0D385A;
}
H5{
color:#0D385A;
}
H6{
color:#0D385A;
}
A:link { color: #0D385A;
font-family:  Verdana, Arial, Tahoma;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:visited { color: #0D385A;
font-family:  Verdana, Arial, Tahoma;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:active { color: #0D385A;
font-family:  Verdana, Arial, Tahoma;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:hover { color: #0000FF;
font-family: Verdana, Arial, Tahoma;
font-size:16px;
font-weight: bold;
text-decoration:none;
}

A:link.smalllink { color: #003674;
font-family:  Verdana, Arial, Tahoma;
font-size:10px;
font-weight: bold;
text-decoration:none;
}
A:visited.smalllink { color: #003674;
font-family:  Verdana, Arial, Tahoma;
font-size:10px;
font-weight: bold;
text-decoration:none;
}
A:active.smalllink { color: #003674;
font-family:  Verdana, Arial, Tahoma;
font-size:10px;
font-weight: bold;
text-decoration:none;
}
A:hover.smalllink { color: #717171;
font-family: Verdana, Arial, Tahoma;
font-size:10px;
font-weight: bold;
text-decoration:none;
}

A:link.reftext { color: #000000;
font-family:  Verdana, Arial, Tahoma;
font-size:10px;
font-weight: bold;
}
A:visited.reftext { color: #000000;
font-family:  Verdana, Arial, Tahoma;
font-size:10px;
font-weight: bold;
}
A:active.reftext { color: #000000;
font-family:  Verdana, Arial, Tahoma;
font-size:10px;
font-weight: bold;
}
A:hover.reftext { color: #045400;
font-family: Verdana, Arial, Tahoma;
font-size:10px;
font-weight: bold;
}
.leftbarbg{background-color:#EBEBEB;}
.smallertext{font-size:13px;}
.maintable{border: 1px solid #0D385A;}
.navbg{background-color:#E9E9E9;}
.homebg{background-image: url("graphics/homebg.jpg");}
.contentbg{background-color: #FFFFFF; background-image: url("graphics/contentbg.gif"); background-repeat:repeat-x; background-position:bottom;}
.homepagetext{color:#FFFFFF;}
.homeleftbox{background-image: url("graphics/leftbox.png"); background-repeat:no-repeat;}
.homerightbox{background-image: url("graphics/rightbox.png"); 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/menu-top-nav-containers/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 */


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

/* style the second level background */
.menu-top-nav-container ul ul a.drop, .menu-top-nav-container ul ul a.drop:visited {}
/* style the second level hover */
.menu-top-nav-container ul ul a.drop:hover{}
.menu-top-nav-container ul ul :hover > a.drop {}
/* style the third level background */
.menu-top-nav-container ul ul ul a, .menu-top-nav-container ul ul ul a:visited {background:#323232;} /*3rd OFF */
/* style the third level hover */
.menu-top-nav-container 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-top-nav-container 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-top-nav-container ul ul {top:24px;t\op:25px; }

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

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

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

/* style the second level links - SECOND OFF */
.menu-top-nav-container ul ul a, .menu-top-nav-container ul ul a:visited {background-color:#FFFAB6; text-align:left; font-size:14px; color:#000; height: 24px;  line-height:24px; padding-left:10px;  width:165px; border-width:1px 1px 1px 1px; border-color:#0D385A; vertical-align:middle;}
/* yet another hack for IE5.5 */
* html .menu-top-nav-container ul ul a, * html .menu-top-nav-container ul ul a:visited {width:115px;w\idth:113px;}

/* style the top level hover */
.menu-top-nav-container a:hover {color:#FFFFFF; background-color:#0D385A; font-size: 15px; font-weight:normal; }
.menu-top-nav-container :hover > a  {color:#FFFFFF; background-color:#0D385A; font-size: 15px; font-weight:normal;} /* TOP OVER */

.menu-top-nav-container ul ul a:hover {color:#FFFFFF; background-color:#0D385A; font-size:14px;}
.menu-top-nav-container ul ul :hover > a {color:#FFFFFF; background-color:#0D385A; font-size:14px;} /* 2nd OVER */

/* make the second level visible when hover on first level list OR link */
.menu-top-nav-container ul li:hover ul,
.menu-top-nav-container ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu-top-nav-container ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu-top-nav-container 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-top-nav-container ul ul .current_page_item a { background-color:#0D385A; color:#FFFFFF;
  
}
.menu-top-nav-container ul ul .current_page_item a:visited { background-color:#0D385A; color:#FFFFFF;
  
}

.menu-top-nav-container .current_page_item {background-color:#0D385A; color:#FFFFFF;

}

.menu-top-nav-container .current_page_item a:visited {background-color:#0D385A; color:#FFFFFF;

}

.menu-top-nav-container ul .current_page_item ul a {background-color:#0D385A; color:#FFFFFF;
}

.menu-top-nav-container ul .current_page_item ul a:hover {background-color:#0D385A; color:#FFFFFF;
}

.menu-top-nav-container ul .current_page_item ul a:visited {background-color:#0D385A; color:#FFFFFF;
}

.menu-top-nav-container .current_page_item a:hover {background-color:#0D385A; color:#FFFFFF;
}