body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url('https://www.benjenonline.com/test/bm/images/gradient.jpg');
	background-repeat: repeat-x;
}

.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid black;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px solid black;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #nav {
	padding: 0px 0px;
	border-bottom: 1px solid black;
	background: #8BC9AA;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid black;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*MyCSSMenu Core CSS [Do Not Modify!]*/
.qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}

/* Add-On Core Code (Remove when not using any add-on's)*/
.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}

/*MyCSSMenu Styles [Please Modify!]*/
/*MyCSSMenu 0*/
	/*(MAIN) Items*/	
	#qm0 a	
	{	
		padding:9px 4px 5px 5px;
		color:black;
		font-family:Verdana;
		font-size:13px;
		text-decoration:none;
		font-weight:bold;
	}
	/*(SUB) Container*/	
	#qm0 div, #qm0 ul	
	{	
		padding:10px;
		margin:-2px 0px 0px;
		background-color:transparent;
		border-style:none;
	}
	/*(SUB) Items*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 10px 3px 5px;
		font-size:11px;
		border-width:0px;
		border-style:none;
	}
	/*(SUB) Hover State*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		color:#020401;
	}
	/*(SUB) Active State*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		color:#020401;
	}
	/*Individual Titles*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}
	/*Individual Horizontal Dividers*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px;
		border-color:#BFBFBF;
	}
	/*Individual Vertical Dividers*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:18px;
		margin:9px 2px 0px;
		border-color:black;
	}
	/*(main) Rounded Items*/	
	#qm0 .qmritem span	
	{	
		border-color:#DADADA;
		background-color:#F7F7F7;
	}
	/*(main) Rounded Items Content*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}
	/*Main Hover Fill Items [Static]*/	
	#qm0 .qmhoverfill	
	{	
		background-color:#99cc99;
	}
	/*Sub Hover Fill Items [Static]*/	
	#qm0 div .qmhoverfill	
	{	
		background-color:#81CC88;
		border-width:1px;
		border-style:solid;
		border-color:#555555;
	}
	
img{
	border: 0px;
	background: #FFFFFF;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid black;
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
ul li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: #99ddbb;
	padding: 5px;
	border: 1px solid black;
	border-bottom: 0;
	}
li:hover ul, li.over ul {
	display: block;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

a:active{
	color: #151922;
}
a:visited{
	color: #151922;
}
a:link{
	color: #151922;
}
a:hover{
	background: #A3EBC7;
	color: white;
}


/*Directory*/

#directory {
	font-size: 14px;
	font-weight: bold;
	width: 760px;
	margin-bottom: 20px;
}

#directory div {
	width: 760px;
	background-color: #CCFFCC;
	border-bottom: 2px solid #000000;
}

#directory div:hover {
	background-color: #FFFFCC;
}

#directory div:hover div {
	background-color: #FFFFCC;
}

#directory div:hover div div {
	background-color: #FFFFCC;
}

#directory div:hover table {
	display: block;
}

#directory div table {
	display: none;
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

#directory div table td {
	vertical-align: top;
	width: 350px;
	padding-bottom: 5px;
}

#directory div div {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 760px;
	border: none;
}

#directory div div span {
	padding-left: 10px;
}

#directory div div div {
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	border: none;
	text-align: right;
	width: 300px;
	float: right;
}
