/* CSS Document */ 
BODY {font-family:  "Times New Roman", Times, Palatino, Garmond, serif, Arial, Verdana, Tahoma;
font-size:15px;
color: #FFFFFF;
background-color: #6A0E05;
}
TD{
font-family:  "Times New Roman", Times, Palatino, Garmond, serif, Arial, Verdana, Tahoma;
font-size:15px;
color: #FFFFFF;
}
H1{
color:#A4A4A4;
font-family:  "Times New Roman", Times, Palatino, Garmond, serif, Arial, Verdana, Tahoma;
}
H2{
color:#A4A4A4;
font-family:  "Times New Roman", Times, Palatino, Garmond, serif, Arial, Verdana, Tahoma;
margin-top: -1px;
}
H3{
color:#CCCCCC;
font-family:  "Times New Roman", Times, Palatino, Garmond, serif, Arial, Verdana, Tahoma;
}

A:link { color: #26268C;
font-family:  "Times New Roman", Times, Palatino, Garmond, serif, Arial, Verdana, Tahoma;
font-size:15px;
font-weight: bold;
}
A:visited { color: #26268C;

}
A:active { color: #26268C;

}
A:hover { color: #013B91;

}


A:link.reftext { color: #DADADA;
font-family:  "Times New Roman", Times, Palatino, Garmond, serif, Arial, Verdana, Tahoma;
font-size:10px;
text-decoration: none;
}
A:visited.reftext { color: #DADADA;
font-family:  "Times New Roman", Times, Palatino, Garmond, serif, Arial, Verdana, Tahoma;
font-size:10px;
text-decoration: none;
}
A:active.reftext { color: #DADADA;
font-family:  "Times New Roman", Times, Palatino, Garmond, serif, Arial, Verdana, Tahoma;
font-size:10px;
text-decoration: none;
}
A:hover.reftext { color: #FFFFFF;
font-family: "Times New Roman", Times, Palatino, Garmond, serif, Arial, Verdana, Tahoma;
font-size:10px;
text-decoration: none;
}
.maintable{border: 1px solid #FFFFFF;}
.topbg{background-image: url("graphics/topbg.jpg");}
.midb{background-image: url("graphics/botgrad.jpg"); background-position:bottom; background-repeat:repeat-x; background-color: #555555;}
.midt{background-image: url("graphics/topgrad.jpg"); background-position:top; background-repeat:repeat-x;}
.footarea{background-color: #999999;}
.footertext{color: #A01F1F; font-weight:bold; font-style:italic;}

/* ================================================================ 
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 {width:900px; height:40px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:899px;}
/* 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:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-family:"Times New Roman", Times, Palatino, Garamond, serif; font-weight:normal; font-size:19px;text-decoration:none; color:#161616; width:148px; height:30px; border:0px solid #000; border-width:0px 0 0px 0px; padding-top:15px; vertical-align:middle; text-align:center;  }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:148px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background-image: url("graphics/b50.png");}
/* style the second level hover */
.menu ul ul a.drop:hover{background-image: url("graphics/b50.png");}
.menu ul ul :hover > a.drop {background-image: url("graphics/b50.png");}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background-image: url("graphics/r60.png");} /*3rd OFF */
/* style the third level hover */
.menu ul ul ul a:hover {background-image: url("graphics/r80.png");} /*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:44px;left:0; width:149px; border-top:1px solid #000; background-image: url("graphics/r60.png");}
/* another hack for IE5.5 */
* html .menu ul ul {top:43px;t\op:44px; }

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:148px;}

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

/* 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-image: url("graphics/b70.png"); font-size:16px; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:140px;w\idth:128px;}

/* style the top level hover */
.menu a:hover {color:#fff; background-image: url("graphics/r20.png");}
.menu :hover > a  {color:#fff; background-image: url("graphics/r20.png");} /* TOP OVER */

.menu ul ul a:hover {color:#fff; background-image: url("graphics/r60.png");}
.menu ul ul :hover > a {color:#fff; background-image: url("graphics/r60.png");} /* 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-image: url("graphics/r20.png");

}

.menu ul .current_page_item ul a {
}

.menu ul .current_page_item ul a:hover {
}

.menu .current_page_item a:hover {
}

/* 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 */
.gallery-caption{color:#FFFFFF;}