@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #160000;
}
body {
	background-color: #160000;
	background-image: url(../sitegraphics/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#topmenu {
display: block;
height:226px;
padding-top:20px;
text-align:center;
padding-left:85px;}
#topmenu a {
color:#f3e3b3;
text-decoration:none;
font-size:10px;}
#topmenu a:hover {
color:#fff5db;
text-decoration:underline;}

/*** Left Menus position/function ***/

#lodges {
margin-left:10px;
margin-right:2px;
background-color:#d5ad73;
}

#lodges ul {
list-style:none;
margin:0;
padding:0;}

#lodges ul li {
list-style-type: none;
border-bottom:1px solid #b57d4e;
height:16px;
padding-left:10px;
padding-top:4px;
padding-bottom:3px;
}

#lodges li a {
display: block;
width:auto;
text-align:left;
color:#39221b;
vertical-align:middle;
text-decoration:none;
font-size:12px;
}

#lodges li a:hover {
text-decoration: none;
color:#663300;
}


/*** Left menu collapsible position/function ***/

.arrowlistmenu{
width: 220px; /*width of accordion menu*/
line-height:1.5em;
margin-left:10px;
border-top:1px solid #b57d4e;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:12px;
color: #4b2b21;
background:#d5ad73;
border-bottom:1px solid #b57d4e;
padding: 3px 0 3px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
list-style: none;
margin: 0;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #b22004;
list-style: none;
background: url(../sitegraphics/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #b57d4e;
font-size: 12px;
margin: 0;
}
.arrowlistmenu ul li li a{
color: #7d4900;
list-style: none;
background: url(../sitegraphics/arrowbullet2.png) no-repeat center left;}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#4b2b21;
}


/*** -- for menu as well -- ***/

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
font-weight:normal;
font-style:italic;
color:#b21f0d;
padding:0;
margin:0;
margin-top:1px;
line-height:1.5em;}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-style:italic;
font-weight:normal;
color:#4b2b21;}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
font-weight:normal;
color:#b21f0d;
padding:0;
margin:0;}

h6 {
font-size:13px;
font-weight:normal;
color:#b21f0d;
padding:0;
margin:0;}


/*** TopNav menu position/function ***/


#menu {
display: block;text-align:right;
padding-top:8px;
padding-right:50px;
}

#menu ul {
list-style:none;
margin:0;
padding:0;
	}
	
#menu li {
display: inline;
}

#menu li a {
font-family:Georgia, "Times New Roman", Times, serif;
color:#f3e3b3;
font-size:13px;
text-decoration:none;
padding-right:10px;
}

#menu li a:hover {
color:#ba753a;}


/*** footer ***/

#text {
margin:20px 20px 10px 15px;
background-color:#fff5db;
padding:0 20px 10px 20px;
color:#160000;
font-size:9pt;
line-height:1.6em;
border-bottom:1px solid #c59877;
}

#text a { color:#ab362e;
text-decoration:none;}

#text a:hover { color:#330000;
text-decoration: underline;}

/*** footer ***/

#footer {
background-image:url(../sitegraphics/bottom.jpg); background-repeat:no-repeat; background-position:top;
display:block;
height:20px;
padding-top:20px;
text-align:center;
color:#ba753a;
font-size:9px;
}

#footer a { color:#ba753a;}
#footer a:hover { text-decoration:none;}