/* Benham.com Alt Style Sheet (Used in Content2.aspx and default.aspx) */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	background: url(background2.jpg) no-repeat;
	background-color: Black;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	font-size: 9.5px;
}
a:hover {
	color: white;
	font-weight: bolder;
}
.focus {font-weight:bolder; font-style:italic;}
#pagewidth{width:915px;} 

#header {
    height:95px;
}
#footer {
    clear: both;
	text-align: center;
	font-size: smaller;
	font-style: italic;
	padding-top:30px;
}
.contact {
    font-style: normal;
    font-size: 7.5pt;
    position:absolute;
    left:650px;
    top:502px;
    width:230px;
}
.contact a {
    text-decoration: none;
    color:white;
}
.contact a:hover {
    text-decoration: none;
    color:white;
    font-weight: bolder;
}

.title {
	font-weight:bolder;
	font-size:8.5pt;
	color:white;
	margin-left:10px;
	margin-bottom: 10px;
}

#path {
    position:relative;
    margin-top:40px;
    width:630px;
    text-align:right;
    font-size:16pt;
}

#leftcol {
    position:absolute;
    left:0px;
    top:130px;
    z-index:98;
	 width:210px;
}
 
 #maincol {
    position:absolute;
    left:235px;
    top:135px;
    width:370px;
	 line-height: 14px;
  }

#flash {
    position:absolute;
    left:638px;
    top:117px;
}

#flash2 {
    position:absolute;
    left:670px;
    top:81px;
}

#buttons {
    font-size:7.5pt;
    font-weight:bolder;
    margin-left:440px;
}
#buttons img {
    width: 104px;
    height: 43px; 
    border-width: 0;
}

.circlesLeft {
    position:absolute;
    left:660px;
    top:535px;
    text-align:right;
    width:105px;
}
.circlesRight {
    position:absolute;
    left:784px;
    top:535px;
    text-align:right;
    width:105px;
}

.leftThumb {
      position:absolute;
      left:660px;
      top:553px;
}

.rightThumb {
	position: absolute;
	left: 784px;
	top: 553px;
	
}

.leftDesc {
      position:absolute;
      left:660px;
      top:660px;
      width:230px;
      visibility:hidden;
}

.rightDesc {
      text-align:right;
      position:absolute;
      left:660px;
      top:660px;
      width:230px;
      visibility:hidden;
}
.list {
	list-style: square;
	font-size: 11px;
	margin-right: 15px;
	margin-left: 0px;
}
.list li {
	font-size: 10px;
	margin-left: 15px;
}




/* --------- Bulleted list used on Eng, ACS pages ------ */
/* Turn off list bullets */

/* Control how "spaced out" the tree is */
.mktreeClosed   {
	background: url(plus.gif)   no-repeat;
	margin-left: 10px;
	padding: 2px 18px;
	list-style: none;
}
.mktreeClosed li {
	list-style: none;
}
 .mktreeClosed ul {
 margin-left: 10px;
 	
 }



