/* CSS Document  
   based on fluid grid tutorial at http://www.markboulton.co.uk */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	font-size: x-small;
}


/* Make sure the table cells show the right font */
td { font-family: "Lucida Grande", verdana, arial, 
helvetica, sans-serif; }


/*--------------------------------------
TYPOGRAPHY
---------------------------------------*/

/* approx 21px*/
h1 {
	font-size: 2em;
	margin-top: 2em;
	color: #714C26;
	margin-bottom: 0px;
}

/* approx 16px*/
h2 {
	font-size: 1.6em;
	margin-bottom: 0em;
}

/* approx 14px*/
h3 {
        font-size: 1.4em;
}

/* approx 12px*/
h4 {
	font-size: 1em;
}

/* approx 11/14 */
p {
	font-size: 1.25em;
	line-height: 1.3em;
	padding: 0;
	margin-bottom: 0.5em;
	color: #5E4E3E;
}
#content {
	text-align: left;
	margin-right: 4em;
	margin-bottom: 3em;
	margin-left: 4em;
}
#listcols/* CSS for the columns */
 {
	width:90%;
	text-align: left;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #B09C88;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.col2/* 2 column layout c1-c1-c2 */
  {
	padding: 1.5em;
	background-color: #EFEFEF;
	width: 20em;
	margin: 0em;
	top: 0px;
	right: 0px;
	float: right;
}
.col1  {
	padding: 1.5em;
	width: 55%;
	margin: 0em;
	top: 0px;
	right: 0px;
}
#footerpanel {
	width: 80%;
}
#header {
	left: 0px;
	top: 0px;
	text-align: left;
}
.cascademenu {
	position: absolute;
	left: 12px;
	top: 60px;
}
.cascademenu  h4 {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #B09C88;
}
.cascademenu /*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


 ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.cascademenu /*Top level list items*/
 ul  li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.cascademenu ul li a{
	display: block;
	width: 90px; /*Width of top level menu link items*/
	padding: 1px 8px;
	text-decoration: none;
	color: #000066;
}
	
/*1st sub level menu*/
.cascademenu ul li ul{
background-color: #F3F3F3; /*overall menu background color, submenus only */
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.cascademenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.cascademenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.cascademenu ul li ul li a{
	display: block;
	width: 200px; /*width of sub menu levels*/
	color: #714C26;
	text-decoration: none;
	padding: 1px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #714C26;
	border-bottom-color: #714C26;
	border-left-color: #714C26;
}

.cascademenu ul li a:hover{
	background-color: #B09C88;
	color: #CEE6E6;
	font-weight: bold;
}

/*Background image for top level menu list links */
.cascademenu .mainfoldericon{
	background: #F3F3F3 url(../images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.cascademenu .subfoldericon{
	background: #F3F3F3 url(../images/arrow-right.gif) no-repeat center right;
}
	
/* Holly Hack for IE \*/
* html .cascademenu ul li { float: left; height: 1%; }
* html .cascademenu ul li a { height: 1%; }
/* End */


.cascademenu  .firstitem {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #714C26;


}
.cascademenu #currentpage {
	color: #CCCCCC;
	background-color: #6679CB;
}
.cascademenu  #currentpage  a {
	color: #CCCCCC;
	background-color: #6679CB;
}
