 * {
  margin:0px;
  padding:0px;
  font-family:arial;
  font-size:100%;
 }


 body {
  padding:0px;
  margin:0px;
  text-align:center;
 }

 img {
  border:0px;
 }
 
 #rightnav {
  width:130px;
  height:540px;
  overflow:auto;
  margin:10px 25px 10px 10px;
  background-color:#A7A8A3;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
  padding:10px;
 }
 #navleft {
  width:130px;
  height:540px;
  overflow:auto;
  margin:10px 10px 10px 40px;
  background-color:#A7A8A3;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
  padding:10px;
 }
 #global_wrapper {
  z-index:0;
  display:block;
  width:920px;
  padding:0px;
  text-align:left;
	 margin-left:auto;
	 margin-right:auto;
 }

 #logo_wrapper {
  position:relative;
  top:0px;
  z-index:1;
  width:100%;
  height:100px;
  display:block;
  background-color:blue;
 }

 #navigation {
  position:relative;
  top:0px;
  left:0px;
  z-index:3;
  display:block;
  width:100%;
  height:40px;
  margin:0px;
  background-color:#666;
 }

 #navigation a {
  color:#fff;
 }

 #navigation ul {
  margin:0px;
  padding:10px;
  list-style-type:none;
 }

 #navigation ul li {
  float:left;
  margin-right:10px;
 }

 #content_wrapper {
  position:relative;
  top:0px;
  height:100%;
  width:100%;
  background-color:pink;
  display:block;
  z-index:2;
 }

 #breadcrumb {
  position:relative;
  top:16px;
  left:20px;
  height:20px;
  width:650px;
  background-color:tomato;
  padding:0px;
  color:#000;
  overflow:hidden;
 }

 #userstatus {
  position:absolute;
  top:16px;
  left:690px;
  z-index:4;
  height:20px;
  width:212px;
  overflow:hidden;
  padding:0px;
  margin:0px;
  background-color:green;
 }

 #contentpromo {
  position:relative;
  top:20px;
  left:20px;
  z-index:4;
  height:1000px;
  width:850px;
  overflow:auto;
  padding:0px;
  margin:0px;
  margin-bottom:20px;
  background-color:#fff;
 }
 #content {
  position:relative;
  top:20px;
  left:20px;
  z-index:4;
  height:600px;
  width:650px;
  overflow:auto;
  padding:0px;
  margin:0px;
  margin-bottom:20px;
  background-color:#fff;
 }
 #footer {
  position:relative;
  top:0px;
  width:100%;
  display:block;
  z-index:2;
  text-align:center;
 }

 #footer ul {
  width:250px;
  margin-left:auto;
  margin-right:auto;
  padding:10px;
  list-style-type:none;
 }

 #footer ul li {
  float:left;
  margin-right:10px;
  font-size:70%;
 }

 #serviceset_subnav {
  position:absolute;
  top:206px;
  left:690px;
  z-index:5;
  height:433px;
  width:212px;
  overflow:auto;
  padding:5px;
  margin:0px;
  background-color:yellow;
 }

 #serviceset_subnav ul {
  margin:0px;
  padding:5px;
  width:210px;
  list-style-type:none;
  color:#000;
 }

 #serviceset_subnav ul li{
  margin:5px;
  padding:0px;
 }

 #serviceset_subnav ul li a{
  color:#000;
  font-weight:bold;
 }

 .userlink {
  color:#000;
  font-weight:bold;
  font-size:12px;
 }
 #overlayBackground
{
    position: absolute;
    background-color: Black;
    top: 0;
    left: 0;
    z-index: 300;
}

#largeImage
{
    position: absolute;
    top: 344px;
    z-index: 400;
}
