﻿body 
{
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:9pt;
}
/* Accordion Style Start*/

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font:Bold 12px Arial;
color: white;
background: black url(../titlebar.png) repeat-x center left;
margin-bottom: -3px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
/*padding-bottom: 2px; bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
	color: #A70303;
	background: url(../arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 10pt;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/* Accordion End */
.main
{
    width:900px;   
    margin:auto;
    border-right: #4a4a4a 1px solid;
    border-top: #4a4a4a 1px solid;
    border-bottom: #4a4a4a 1px solid;
    border-left: #4a4a4a 1px solid;
}
.links2
{
	color: maroon;
	text-decoration: none;
	font-size: 9pt;
}
.header
{
    height: 77px;
    background-position: center center;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
}
.topmenu
{
    height: 26px;
    background-position: center center;
    background-image: url(../images/top-menu.jpg);
    background-repeat: no-repeat;
    padding-left: 9px;
    font-family:Verdana;
    font-size:9pt;
    color: #ffffff;
}
.menunorm
{
    color:#594617;
}
.menuover
{
    color:#7f6932;
}
.menutopnorm
{
    color:#594617;
    font-weight:bold;
}
.menutopover
{
    color:#7f6932;
    font-weight:bold;
}
.HighlightMenuNorm
{
    font-family:Verdana;
    font-size:8pt;
    color: #4a4a4a;
}
.HighlightMenuOver
{
    font-family:Verdana;
    font-size:8pt;
    color: #4a4a4a;
    text-decoration:underline;
}
.sitemap
{
    height: 20px;
    background-position: center center;
    background-image: url(../images/sitemap.jpg);
    background-repeat: no-repeat;
    padding-left: 9px;
    font-family:Verdana;
    font-size:9pt;
    color: #575656;
}
.sidemenu
{
    width: 200px;
    border-right: #ccc6c6 1px solid;
    border-top: #ccc6c6 1px solid;
    border-left: #ffffff 2px solid;
    border-bottom: #ccc6c6 1px solid;
    background-color: #f8f5e6;
    height:100%;
    padding-left: 5px;
    font-family:Verdana;
    font-size:10pt;
    color: #ffffff;
}
.sidemenunorm
{
	font-family: Verdana;
	font-size: 9pt;
	color: #594617;
	border-right: #7f6932 1px solid;
	border-top: #7f6932 1px solid;
	border-left: #7f6932 1px solid;
	border-bottom: #7f6932 1px solid;
	margin-bottom: 2px;
	background-color: #f8f5e6;
}
.sidemenuover
{
	font-family: Verdana;
	font-size: 9pt;
	color: #5a3316;
	background-color: #ece0bc;
	margin-bottom: 2px;
}
.sidemenunormtop
{
	font-family: Verdana;
	font-size: 9pt;
	color: #594617;
	padding-left:3px;
	padding-right:3px;
	width:100%;
	border-right: #7f6932 1px solid;
	border-top: #7f6932 1px solid;
	border-left: #7f6932 1px solid;
	border-bottom: #7f6932 1px solid;
	margin-bottom: 2px;
}
.sidemenuovertop
{
	font-family: Verdana;
	font-size: 9pt;
	color: #5a3316;
	background-color: #ece0bc;
	margin-bottom: 2px;
}
        
.cntarea
{
    width:719px;

}
.footer
{
    width: 919px;
    border-top: #232424 2px solid;
    background-color: #6b4e13;
    height:25px;
    font-family:Verdana;
    font-size:8pt;
    color: #ffffff;
    text-align:center;
    
}
.container
{
    width:719px;
    height:100%;
}
.center
{
    width:540px;
}
.highlight
{
    width:540px;
    height:192px;
}
.pagecontent
{
    width: 99%;
    margin:auto;
}
.pagecontentTitle
{
	width: 100%;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 12pt; 
	/*color:#575656;*/
	border-bottom: solid 1px #575656;
	color: #990000;
}
.pagecontentContent
{
    width:100%;
}
.subItem
{
    width:100%;
}
.subItemTitle
{
    font-family:Trebuchet MS;
    font-weight:bold;
    font-size:12pt;
    color: #990000;
    /*color:#575656;*/
    padding-left:5px;
}
.subItemContent
{
	padding-top:10px;
    color: #575656;
    border: #ad8d38 1px solid;
    font-family: verdana;
    background-color: #f8f4e6;
    font-size: 8pt;
    padding-left:5px;
}
.links
{
	color: maroon;
	text-decoration: underline;
	font-size: 9pt;
}