html, body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Sans Serif;
  font-size: 12px;
  line-height: 160%;
}

form {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

#all {
  text-align: center;
}

#content {
  width: 1010px;
  text-align: left;
  margin: 0 auto;
}

#header {
  width: 1010px;
  height: 134px;
  text-align: left;
  background: url('images/home/header02.jpg');
  margin: 0 auto;
}

#menubar {
  height: 22px;
  margin: 0px 75px;
  background: #000000;
  color: #FFFFFF;
}

#menubar a:link, #menubar a:visited, #menubar a:active {
  display: block;
  float: left;
  margin: 0px 2px;
  padding: 1px 10px 2px;
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
}

#menubar a:hover {
  background: #FFFFFF;
  color: #FF7700;
  text-decoration: underline;
}

#menubar .current a:link, #menubar .current a:visited, #menubar .current a:active {
  background: #FFFFFF;
  color: #0000FF;
}

#menubar .current a:hover {
  background: #FFFFFF;
  color: #FF7700;
  text-decoration: underline;
}

.workfeature {
  float: left;
  width: 800px;
  height: 320px;
}

.workfeature .left {
  float: left;
  width: 350px;
  height: 270px;
  padding: 1px 3px 0px 3px;
  text-align: center;
  background: #00008C;
}

.workfeature .right {
  float: left;
  width: 380px;
  height: 270px;
  padding-bottom: 1px;
  color: #555555;
  font-size: 10px;
  background: url('images/orange.stripes.work.jpg') repeat-y left;
}

.workfeature .right div {
  border-top: solid 2px #FFAA55;
  padding: 6px 0px 0px 50px;
}

.workItem {
  float: left;
  width: 340px;
}

h1, h2, h3, h4 {
  margin: 0px;
  font-family: Arial, Sans Serif;
  color: #000000;
  font-weight: normal;
}

h1.g, h2.g, h3.g, h4.g {
  font-family: Georgia, Times, serif;
}

h1.v, h2.v, h3.v, h4.v {
  font-family: Verdana, Arial, Sans Serif;
}

h1 {
  font-size: 24px;
  line-height: 28px;
}

h2 {
  font-size: 20px;
  line-height: 23px;
}

h3 {
  font-size: 16px;
  line-height: 15px;
}

h4 {
  font-size: 12px;
  line-height: 13px;
}

a:hover, a.links:hover, a.darkLinks:hover, a.blogTitle:hover {
  color: #FF7700;
}

p {
  margin-top: 4px;
  margin-bottom: 24px;
  line-height: 160%;
}

span.error {
  color: #FF0000;
  font-size: 80%;
}

.white {
  color: #EEEEEE;
}

.white a:link, .white a:visited {
  color: #FFFFFF;
  font-weight: bold;
}

.white a:hover {
  color: #FF7700;
  text-decoration: underline;
}

.inlineimgleft {
  float: left;
  margin-right: 20px;
}

.leftItem {
  float: left;
  width: 150px;
}

.leftItem img {
  width: 150px;
  height: 100px;
  border: solid #3333CC;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 3px;
  border-right-width: 3px;
}

.leftItem a:hover img {
  border: solid #FF7700;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 3px;
  border-right-width: 3px;
}

.leftspacerh {
  float: left;
  width: 700px;
  height: 25px;
}

.leftspacerv {
  float: left;
  width: 24px;
  height: 100px;
}
