/* CSS Document */

#insidefooter  {
  padding-top: 9px;
  font-family: arial, helvetica, serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
/*  background-color: #DCDCDC; */
  background-color: #b0b0b0;
  width: 780px;
  height: 26px;
}

#insidefooter  a {
  color: #fff;
}

#ajaxSearch_input  {
  width: 100px;
}

.B_crumbBox   {
  float: right;
}

#contentsquisher   {
  margin: 0;
  padding: 10px;
}

#contentsquisher h2  {
  margin: 0;
  padding-top: 0;
}

#headerRight  {
  text-align: center;
  float: right;
  border-right: solid 1px #666666;
/*  background: top right url(images/acculock-inside-search.gif) no-repeat; */
/*  background: top right url(images/acculock-inside-grey-search.jpg) no-repeat; */
  background: url(images/acculock-inside-blue-search.jpg) top right no-repeat; 
  background-color: #fff;
  border-bottom:4px solid #504c6a;
/*  height: 68px;*/
  height: 104px;
  width: 184px;    / * take off one for right border  */
}

#headerRight form {
  margin: 0;
/*  padding: 17px 0 0 0; */  /* pushes down search box  */
/*  padding: 45px 0 0 0; */
  padding: 35px 0 0 0;
}

#header  {
  float: left;
/*  background: url(images/acculock-inside-banner.gif) no-repeat; */
/*  background: url(images/accu_Home_grey_banner.jpg) top left no-repeat; */
  background: url(images/accu_Home_blue_fade_banner.gif) top left no-repeat; 
  border-bottom:4px solid #504c6a;
  height: 104px;
  width: 595px;    
}

/* #blackline {
  font-size: 18px;
  width: 780px;
  height: 21px;
  background: url(images/acculock-inside-home.gif) no-repeat; 
  background-color: #000; */
/*  margin: 67px 0 0 0;   */
/*}

#blackline a:hover {
  background: url(images/acculock-inside-home-over.gif) no-repeat; 
} */

#wrapper  {
  width: 780px;
  background-color: red;
/*  background-color: #9CBAD6; */
  background-color: #ccc;
  text-align: left;
  margin: 0 auto;   /* helps centering  */
}

#menuInside ul ul li {
  padding-left: 25px;
/*   padding-left: 5px;   no good, indented whole menu, didn't fix wrap  */
/*   list-item-position: outside;     no good     */
/*    width: 100%;   no good    */
/*   margin-left: 5px;   no good   */
/*   background-position: 5px 0;   no good   */
/*  padding-left: 5px;    no good, but just working with ul above instead of li seems to help   */
/*   display: inline-block;   this and inline didn't do anything   */
}

#menuInside  {
/*  font-weight: normal;  */
  min-height: 450px;
  height: auto;
  float: left;
  width: 140px;
  margin: 0;
  padding: 0;
}

#menuInside ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menuInside ul ul ul {
	padding-left: 7px;
}

#menuInside ul ul {
/*	padding-left: 7px;    dave  did not fix indent    */
}

#contentInside  {
  margin: 0;
  min-height: 450px;
  height: auto;
  float: right;
  width: 640px;   /* 780 = 140  */
  width: 639px;   /* for border  */
  width: 619px;   /* for border  */
  background-color: yellow;
  background-color: #fff;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
}

.clr {
	clear: both;
}
.blackbar {
	background: #000;
}
ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}
ul#mainlevel-nav li {
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
	width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
}
ul#mainlevel-nav li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}
#buttons>ul#mainlevel-nav li a {
	width: auto;
}
ul#mainlevel-nav li a:hover {
	color: #ff6600;
	background: #fff;
}
#search {
	float: right;
	border: 1px solid #cccccc;
	padding: 0px;
	width: 163px !important;
	width: 165px;
	height: 21px !important;
	height: 23px;
	overflow: hidden;
}
#searchbox {
	border-right: #999999 dotted 1px;
	height: 100%;
	text-align: center;
}
#search .inputbox {
	border: 0px;
	padding: 4px 3px 3px 5px !important;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	height: 17px !important;
	height: 19px;
	width: 153px !important;
	width: 159px;
	color: #ff6600;
}
#searchbox .inputbox {
	border: #666666 solid 1px;
	padding: 4px 3px 3px 5px !important;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	width: 170px !important;
	color: #ff6600;
}
#active_menu {
	color: #FFCC00;
	font-weight: bold;
	background-position: 0px -25px;
}
a#active_menu:hover {
	color: #ff6600;
}
/** old stuff **/
/** Individual page navigation **/
.pagenav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: auto;
	padding: 4px;
	margin: 1px;
}
.pagenavbar {
	padding-right: 5px;
	float: right;
}
td {
	text-align: left;
	font-size: 11px;
}
td.footer {
	text-align: right;
	font-size: 11px;
}
body {
text-align: center;
margin: 0;    
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}
/* mambo core stuff */
a:link, a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
/** Effects main content somehow **/
table.contentpaneopen {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.inputbox {
	padding: 2px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
}
/** Main Body Page Title **/
.contentheading {
	height: 30px;
	color: #FF6600;
	text-align: left;
	padding-top: 9px;
	padding-left: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	border-bottom: #FF6600 dashed 1px;
	width: 100%;
}
/** Left Menu **/
table.moduletable {
	width: 150px;
	margin-bottom: 5px;
	padding: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}
/** Left Menu **/
.leftbar {
	background: #9cbad6;
	border-right: 1px solid #666666;
}
table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin-right: 0px;
	font-weight: normal;
	background: #fff;
}
table.pollstableborder td {
	padding: 2px;
}
.sectiontableheader {
	font-weight: bold;
	background: #f0f0f0;
	padding: 4px;
}
.sectiontablefooter {
}
.sectiontableentry1 {
	background-color: #ffffff;
}
.sectiontableentry2 {
	background-color: #ffffff;
}
.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
table.contenttoc {
	border: 1px solid #cccccc;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}
table.contenttoc th {
	color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
/** Left Menu **/
a.mainlevel:link, a.mainlevel:visited {
	display: block;
/*	background: url(images/menu_bg4.png) no-repeat; */
	background: url(images/menu_bg5.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	color: #ffffff;      /* dave this is the left menu main color  */
color: #FFAA55; 
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 20px;    /* dave  */
	width: 100%;
	text-decoration: none;
}

a.mainHere:link, a.mainHere:visited {
	display: block;
/*	background: url(images/menu_bg4.png) no-repeat; */
	background: url(images/menu_bg5.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	color: #ffffff;
/*    color: #FFAA55;   dave left menu links */
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 20px;    /* dave  */
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #0b3681;
}

a.sublevel:link, a.sublevel:visited {
/*	padding-left: 25px;      dave    */
	height: 20px;
        vertical-align: middle;
	font-size: 11px;
	color: #0000BC;
	text-align: right;
}

a.sublevel:hover {
	color: #ffcc00;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.here:link, a.here:visited {
/*	padding-left: 25px;    dave    */
	height: 20px;
	vertical-align: middle;
	font-size: 11px;
	color: #0000BC;
color: #FFAA55;
    color: #fff;    /* dave and one last place for left menu  */
	text-align: left;
}

a.here:hover {
	color: #ffcc00;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
.main {
	background: #fff;
	border-right: 1px solid #666666;
	padding: 10px;
}
