html, body {
  color:#373737;
  height:100%;
  font-size:11px;
}

h2 {
  position:relative;
  overflow:hidden;
  height: 28px;
  margin-top:15px;
}

h2 span{
  width: 100%;
  height: 28px;
  position: absolute;
  left: 0; top: 0; 
}
h2#aboutus-title      span{background: url('img/titles/about-us.gif') no-repeat top left;}
h2#team-title         span{background: url('img/titles/team.gif') no-repeat top left;}
h2#affiliations-title span{background: url('img/titles/affiliations.gif') no-repeat top left;}
h2#careers-title      span{background: url('img/titles/careers.gif') no-repeat top left;}
h2#development-title  span{background: url('img/titles/development.gif') no-repeat top left;}
h2#aquisitions-title  span{background: url('img/titles/aquisitions.gif') no-repeat top left;}
h2#strategy-title     span{background: url('img/titles/strategy.gif') no-repeat top left;}
h2#management-title   span{background: url('img/titles/management.gif') no-repeat top left;}
h2#ww-times-title     span{background: url('img/titles/ww-times.gif') no-repeat top left;}
h2#press-title        span{background: url('img/titles/press.gif') no-repeat top left;}
h2#portfolio-title    span{background: url('img/titles/portfolio.gif') no-repeat top left;}
h2#contact-title      span{background: url('img/titles/contact.gif') no-repeat top left;}

.dark {
  color:#3C3C3C;
  font-size:15px;
}

h3 {
  color:#34579A;
  text-align:left;
  font-size:13px;
}

p {
  margin-top:10px;
}

a {
  color:#34579A;
}

a:hover {
  text-decoration:underline;
}

input, textarea {
  background-color:#C0C5D0;
  border-top:1px #3F3F3F solid;
  border-left:1px #3F3F3F solid;
  border-right:0px;
  border-bottom:0px;
  margin-right:10px;
}

input {
  width:154px;
  height:19px;
}

#ww-body {
  width:710px;
  border:0px red solid;
}

#ww-head {
  width:100%;
  height:20px;
}

#top-menu {
  clear:right;
  float:right;
  height:20px;
  overflow:hidden;
  list-style:none;
}

#top-menu li {
  display:inline-block;
  float:right;
  padding:0;
  margin:0;
}

#top-menu #contact a:link ,#top-menu #contact a:visited {
  display:block;
  width:72px;
  height:20px;
  background:transparent url('img/contact-off.gif') no-repeat top left;
  padding:0;
  margin:0;
}

#top-menu #contact a:hover {
  background:transparent url('img/contact-on.gif') no-repeat top left;
}

#top-menu #login a:link,#top-menu #login a:visited {
  display:block;
  width:87px;
  height:20px;
  background:transparent url('img/login-off.gif') no-repeat top left;
  padding:0;
  margin:0;
}

#top-menu #login a:hover {
  background:transparent url('img/login-on.gif') no-repeat top left;
}
#top-menu #contact a span,#top-menu #login a span {
  visibility:hidden;
}

#ww-side {
  position:relative;
  width:215px;
  height:480px;
  float:left;
  border:1px #404040 solid;
  background:#FFFFFF url('img/top-bg.gif') repeat-x top left;
}
#quote {
  width:100%;
  text-align:center;
  position:absolute;
  bottom:0;
  left:0;
  padding:0;
  padding-bottom:20px;
  margin:0;
}

.dashed {
  clear:both;
  height:2px;
  background:url('img/dashed-line.gif') repeat-x center left;
}

#ww-main {
  position:relative;
  width:480px;
  _height:480px;
  min-height:480px;
  line-height:17px;
  float:right;
  padding-bottom:0px;
  text-align:center;
  border:1px #404040 solid;
  background:#FFFFFF url('img/top-bg.gif') repeat-x top left;
}

#logo {
  margin-top:13px;
}

#ww-foot {
  width:100%;
  height:45px;
}

#copyright {
  display:block;
  clear:right;
  float:right;
  width:213px;
  height:20px;
  background:url('img/copyright.gif') no-repeat top left;
}

#address {
  display:block;
  float:left;
  width:215px;
  height:44px;
  background:url('img/address.gif') no-repeat top left;
}

.bottom {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:16px;
  margin:0;
  overflow:hidden;
  background: url('img/bottom-bg.gif') repeat-x bottom left;
}

#main-menu {
  margin:15px 0 0 18px;
  list-style:none;
}

#main-menu li {
  display:block;
  clear:both;
  float:left;
  text-align:left;
  line-height:15px;
  margin-top:2px;
  padding-left:35px;
  background: url('img/menu-marker.gif') no-repeat top left;
}

#main-menu li a:link, #main-menu li a:visited {
  display:block;
  width:130px;
  padding-left:5px;
  color:#000000;
  font-size:11px;
  font-weight:bold;
  text-align:left;
}

#main-menu li a:hover {
  background-color:#BDBDBD;
  text-decoration:none;
}

#main-menu .submenu {
  display:block;
  width:80px;
  list-style:none;
  margin-top:3px;
  padding:0;
}

#main-menu .submenu li {
  background:none;
  padding:0;
  margin:0;
  line-height:11px;
}

#main-menu .submenu li a{
  color:#808080!important;
  font-size:10px!important;
  font-weight:normal!important;
  padding:0!important;
  padding-left:5px!important;
}

#main-menu .submenu li a:hover {
  color:#35579B!important;
  background-color:#FFFFFF;
}

.content {
  text-align:justify;
  padding:0 25px 20px 25px;
}

#press-list {
  display:block;
  margin-top:20px;
}

#press-list li{
  display:block;
}

#press-list li img{
  padding:0 25px;
  margin-top:14px;
  margin-bottom:14px;
  clear:left;
  float:left;
}

#press-list .info{
  width:270px;
  display:block;
  clear:right;
  float:right;
  margin-top:12px;
  margin-bottom:5px;
}

#press-list .date{
  color:#7C7C7C;
  font-size:10px;
}


#issues {
  margin-top:10px;
  padding:0 25px;
}

#issues li{
  display:inline;
  float:left;
  padding-right:20px;
}

.send-button {
  border:0px;
  width:51px;
  height:20px;
  background: url('img/send-button.gif') no-repeat center center;
}

.notes {
  font-size:9px;
}

.error {
  float:left;
  clear:both;
  color:#FF0000;
  margin-left:60px;
}

/* G5 Search Marketing added styles */

a {
outline: none;
}

/* navigation */
#newNav {
position: relative; 
width: 480px;
height: 24px;
z-index: 999;
list-style: none;
background: #404040;
margin: 14px 0 0 0;
}
#newNav ul {
margin: 0;
padding: 0;
padding-left: 19px;
}
#newNav li {
float: left;
padding: 0;
padding: 0 12px 0 0;
list-style: none;
z-index: 999;
font-family: arial, helvetica, sans-serif, verdana;
font-size: 11px;
line-height: 24px;
}
#newNav li a {
padding: 0;
padding: 0 12px 0 0;
color: #ffffff;
text-decoration: none;
font-size: 11px;
line-height: 11px;
border-right: 1px solid #ffffff;
}
#newNav li a:hover {
text-decoration: underline;
}
#newNav li.last a {border: 0;}

/* calls to action */
#callClick {
margin: 8px 0 0 10px;
}
#callClick ul {
padding: 0;
margin: 0;
list-style: none;
} 
#callClick ul li {
margin: 0;
padding: 0;
display: block;
height: 47px;
line-height: 47px;
float: left;
}
#callClick ul li a {
display: block;
padding: 0;
margin: 0;
text-decoration: none;
}
#callClick ul li a:hover {
text-decoration: none;
}
#callClick ul li.callNow {
width: 223px;
height: 47px;
text-indent: -9999px;
background: url(../img/call_now-310-439-9273.jpg) top left no-repeat;
}

#callClick ul li.info a {
width: 223px;
height: 47px;
background: transparent url(../img/more_info.jpg) no-repeat;
background-position: 0 0;
text-indent: -9999px;
margin-left: 10px;
}
#callClick ul li.info a:hover {
background-position: 0 -47px;
}

#storquest {
margin: 0 0 0 104px;
}
#storquest p {
margin: 0;
padding: 0;
display: block;
height: 47px;
line-height: 47px;
}
#storquest p a {
display: block;
text-decoration: none;
width: 331px;
height: 47px;
background: transparent url(../img/storquest.jpg) no-repeat;
background-position: 0 0;
text-indent: -9999px;
}
#storquest p a:hover {
background-position: 0 -47px;
}

#override h2 {
font-size: 18px;
line-height: 20px;
color: #35579b;
}

#override ul {
margin-left: 14px;
padding: 2px 0 2px 0;
}
#override ul li {
background: transparent url(../img/bullet_01.gif) center left no-repeat;
line-height: 1.5em;
text-indent: 10px;
}

.clear {clear: both;}
