/* Content CSS by Wolfie */ 
html, body{ 
 margin:0; 
 padding:0;
 height:100%;  
 text-align:center; 
 font-size: 14px;
 font-family:verdana,geneva,arial,helvetica,sans-serif;
} 

a:link { 
color:#9f3e0d; 
background:transparent; 
} 

a:visited { 
color:#9f3e0d; 
background:transparent; 
} 

a:hover { 
color:#9f3e0d; 
background:transparent; 
} 

a:active { 
color:#9f3e0d; 
background:transparent; 
}

hr {
width: 50%;
color: #9f3e0d;
background-color: #EEEEEE;
height: 5px;
}

#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px;
 padding:0px 0px 7px 0px; 
 background-color:#FFFFFF;
 width:100%;
} 

#leftcol{background-color: #FFFFFF;
 float:left; 
 position:relative;
 width:180px;
 height:500px;
  }
 
#maincol{background-color: #eeeeee;
 float: right; 
 display:inline; 
 position: relative; 
 width:720px; 
 height:auto;
 }
 
#footer{
 background-color:#FFFFFF; 
 clear:both;
 color: #8d8673;
 font: 12px verdana, arial, helvetica, sans-serif;
 } 
 
#quotation {
 background-color:#EEEEEE; 
 color: #9f3e0d;
 font: italic 14px verdana, arial, helvetica, sans-serif;
} 

#content {
 font: 14px verdana, arial, helvetica, sans-serif;
 background-color:#EEEEEE; 
 }
 
 #subhead{
  font: bold 14px verdana, arial, helvetica, sans-serif;
  text-decoration:underline;
  background-color:#EEEEEE;
  }
  
  
 /* Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*menu style*/

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px verdana, arial, helvetica, sans-serif;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
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*/
font: bold 14px verdana, arial, helvetica, sans-serif;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
color: #9f3e0d;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #9f3e0d;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #FFFFFF;
}


