a:focus {
  -moz-outline: 0px solid red;
}
    
a.clientLink {
  color: #f9a23b;
  font-family: Georgia, arial, sans-serif;
  font-size: 12px; line-height: 18px;
  text-decoration: none;
}

a.menuItem {
  background-color: #f9a23b;
  color: #ffffff;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: capitalize;
}

a.menuItemOn {
  background-color: #f9a23b;
  color: #3C2F0F;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: capitalize;
}

body {
  background-color: #3C2F0F;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  margin: 0px;
}


div.logo {
  /* border: 1px solid red; */
  /* height: 30px; */
  position: relative;
  margin-left: -55px;
  margin-top: -570px;
  position: absolute;
  /* width: 140px; */
  /* z-index: 500; */
}

div.menu {
  /* border: 1px solid white; */
  padding-bottom: 5px;
  padding-top: 50px;
  /* height: 65px; */
}

div.projectNav {
  /* border: 1px solid red; */
  position: absolute;
  top: 580px;
  width: 745px;
}

div#mainimgDiv {
  /* background-color: blue; */
  float: left;
  height: 565px;
  left: 0px;
  position: relative;
  top: 0px;
  width: 745px;
}

div#newimgDiv {
  /* background-color: blue; */
  float: left;
  height: 565px;
  left: 740px;
  position: relative;
  top: -565px;
  visibility: hidden;
  width: 745px;
  z-index: 1000;
}

div#projectImageNav {
  display: inline;
}

div#viewport {
  /* border: 1px solid black; */
  height: 565px;
  overflow: hidden;
  width:745px;
}

img#projectName {
  display: inline;
}

span#projectLaunch {
  display: inline;
}

table.body {
  /* border: 1px solid yellow; */
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

table.main {
  /* background-color: white; */
  /* border: 1px solid white; */
  color: #ffffff;
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 745px;
}

table#menubarTable {
  /*border: 1px solid white; */
  padding-bottom: 5px;
}


td.clientList {
  font-family: Georgia, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  vertical-align: top;
}

#blogPortal {
  background-color: #ffffff;
  /* border: 1px solid yellow; */
  font-family: Georgia, arial, sans-serif;
  font-size: 8px;
  /* height: 170px; */
  margin-left: 545px;
  margin-top: -160px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  position: absolute;
  width: 170px;
  z-index: 500;
}

.blogPortalPreview {
  color: #3c2f0f;
  font-family: Georgia, arial, sans-serif;
  font-size: 11px;
  line-height: 15px;
  padding-top: 10px;
  text-align: justify;
  width: 170px;
}

.blogPortalLink {
  color: #f9a23b;
}


