* {
	margin: 0;
	padding: 0;
}

body{
  background: url(headers/zimax-header-bg.jpg) repeat-x;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  /*cursor:default;*/
  color:#777;
}

a:link { color: #3B5367; }
a:visited { color: #5D7589; }
a:active { color: #193145; }
a:hover { color: #082034; }

.hide { display: none; }

#wrapper {
/*	width: auto !important;
	width: 580px;*/
	min-width: 580px;
}
#top { display: none; }

/* Header ******************************************* */
#header {
  background: url(headers/zimax-header-right.jpg) no-repeat right top;

}
#subHeader1 { display: none; }
#subHeader2 {
  width: 100%;
  height: 90px;
  background-image: url(headers/zimax-header-left.gif);
  background-repeat: no-repeat;
}
#subHeader2 .right, #subHeader2 .left { display: none; }

/* probably don't need this rule *
.headerTitle {font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-align:right; padding:10px 10px 20px 10px;}
*/

#subHeader2 a{text-decoration:none;} /*TEMP rule for style switch*/

#subHeader3 {
  margin: 18px 0 0 0;
  padding-bottom: 15px;
  padding-left: 5px;
}

#subHeader3 ul, #subHeader3 li {
  white-space: nowrap; 
  display: inline; 
  list-style-type: none; 
  margin-bottom: 10px;
}

#subHeader3 ul li a:link, #subHeader3 ul li a:visited {
  color: #838383;
  float: left;
  line-height: 14px;
  padding: 2px 8px 3px 8px;
  text-decoration: none;
  font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-right: 1px solid #646464;
}

#subHeader3 ul li a.noborder {
	border: none;
}

#subHeader3 ul li a:hover {
/*  text-decoration: underline; */
  color: #ff9900;
}

#subHeader2 .search form, p {

}
/* ************************************************** */

/* Footer ******************************************* */

#footer {
	background-color: #FF9900;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-align: right;
	margin-top: 25px;
	padding: 5px 10px;
	clear: both;
}

#footer a {
  color: #FFFFFF;
  text-decoration:none;
}

#footer a:hover {
  text-decoration:underline;
}

#footer .left {
  float: left;
}

#footer .right {
  text-align: right;
}
/* ************************************************** */

/* SideBar Content  ********************************* */
#side-bar {
  width: 15em;
  float: left;
  clear: left;
  margin-top: 28px;
  padding-left: 5px;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar {
  padding-top: 12px;
}

#side-bar h1 {
  font-weight: bold;
  font-size:100%;
  margin: 0 0 0.5em 2.5mm;
  color: #FF9900;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
}

#side-bar li {
  padding: 0px;
  margin: 0 0 0.5em 2.5mm;
}

#side-bar a {
  color: #838383;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
}

#side-bar a:hover {
  color: #FF9900;
  text-decoration: none;
}

#side-bar p {
  margin: 0 10px 10px 10px;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.thisPage {
  color: black;
  background-color: #E6E6E6;
}

.lighterBackground {
  color: inherit;
  background-color: #FFFFFF;
}

/* ************************************************** */

/* SideBar2 Content  ******************************** */

#side-bar2 {
  background: url(images/power-css-zimax.jpg) no-repeat;
  width: 180px;
  float: right;
  clear: right;
  margin-top: 28px;
  min-height: 192px;
  border-left: 1px solid rgb(153,153,153);
}

#styleswitcher select {
	position: relative;
	left: 35px;
	top: 162px;
}

.hideForTwoCol {
	margin-top: 192px;
}

#side-bar2 h1, #side-bar2 h2 {
  font-weight: bold;
  font-size:100%;
  margin: 0 0 10px 10px;
  padding-top: 1em;
  color: #FF9900;
}
#side-bar2 h1 { display: none; }

#side-bar2 ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0 0 1.1em 0;
}

#side-bar2 li {
  padding: 0.1ex 0;  
}

#side-bar2 a {
  color: #838383;
  background-color: transparent;
  text-decoration: none;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
  font-weight:bold;
}

#side-bar2 a:hover {
  color: #FF9900;
  text-decoration: none;
  font-weight:bold;
}

#side-bar2 p {
  margin: 0px 10px 10px 10px;
}

#side-bar2 .sideBarText a {
  text-decoration: underline;
  display: inline;
}

#side-bar2 .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

/* Body Content  ************************************ */

#content {
	margin: 33px 180px 0.5em 15.6em;
	background: #fff;
	padding: 0 10px;
	padding-bottom: 0.7em;
}

html > body #content {
	padding: 0 10px;
	padding-bottom: 0.7em;
}

#content table.indexPage {
	width: 98%;
}

html > body #content table.indexPage {
	width: 100%;
}

#content h1 {
  color: #ff9900;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.5ex 0 0.5ex 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #999999;
}
#content h2 {
  color: #666;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5ex 0 0.5ex 0;
  margin-bottom: 8px;
}

#content ul {
	margin: 14px 0;
	margin-left: 35px;
}

#content ul li ul {
	margin: 2px 0 0 20px;
}

#content p {
  margin: 0 0 1.5ex 0;
}
#content img {
	border: 2px solid black;
}

/*#content {
	line-height: 1.5em;
 	margin: 0.5em 0 0.5em 15em;
	padding: 0mm 5mm 0mm 5mm;
	color: black;
}

#content p {
  margin: 1em 1ex 2em 1ex;
}

#content a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content h1 {
  color: #ff9900;
  font-size: 100%;
  font-weight: bold;
  padding: 0.5ex 0 0.5ex 1ex;
  border-bottom: 1px solid #999999;
}

#content ul {
	margin: 10px 20px;
	color: #777777;
	display: block;
}

#content p img {
	border: 2px solid black;
	float: left;
/*	margin-top: 15px;*/
/*	margin-right: 25px;
	margin-bottom: 15px;
}*/
/*
#content .topOfPage {
  color: #999999;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  
  padding: 0;
  float: right;
}

#content > .topOfPage {
  margin: 2.75ex 1ex 0 0;  
}

*/
