body {
  background-image: url(../images/sce/body-bg.jpg);
  background-repeat: repeat-x;
  background-color: #495ca3;
}

body.editor {
background-image: none;
background-color: white;
}

#container {
  width: 960px;
  height: auto;
  background-color: white;  
}

#header {
  width: 960px;
  height: 104px;
  background-image: url(../images/sce/header-bg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  text-align: right;
  font-family: verdana;
  font-size: 14pt;
  color: white;
}

#menuarea {
  width: 960px;
  height: 31px;
  background-image: url(../images/sce/menu-bg.jpg);
}

#contentarea {
  width: 960px;
  height: auto;
  min-height: 400px;
  background-color: white;
}

#funnelarea {
  width: 960px;
  height: auto;
  
  background-color: white;
}

#footerarea {
  width: 500px;
  height: 49px;
  background-image: url(../images/sce/footer-logos.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  text-align: center;
  padding-right: 460px;
  padding-top: 15px;
  font-size: 7pt;
}

#footerarea a {
  color: #a00808;
}


.footerAddress{
font-family:Verdana, Geneva, sans-serif; 
font-size:9px; 
color:#000000;
text-align:left;
padding:0 0 0 18px;
margin-top:3px;
}

#footer{
margin-top:-3px;
*margin-top:-7px;
}

#homefunnel {
  width: 151px;
  height: 90px;
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 140px;
  font: 7pt verdana;
  margin-bottom: 2px;
  color: black;
  display: block;
  cursor: pointer;
}

#homefunnel a {
  text-decoration: none;
}

#homefunnel h2 {
  font-family: verdana;
  font-size: 8pt;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 5px;
  color: #19304f;
  padding: 0px; 
  background-image: none;
  margin-left: 0px;
}

h1 {
  color: #19304f;
  font-weight: normal;
  font-size: 18pt;
  background-image: url(../images/sce/h1-bg.jpg);
  background-repeat: no-repeat;
  margin-left: 25px;
  padding-left: 20px;
}

h3 {
  color: #880707;
  font-weight: normal;
  font-style: italic;
  font-size: 12pt;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

h2 {
  color: #19304f;
  font-weight: normal;
  font-size: 13pt;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0px;
  margin-bottom: 3px;
}

p {
  line-height: 150%;
  font-family: verdana;
  font-size: 9pt;
  color: #606060;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}

#contentarea ul {
  line-height: 150%;
  list-style-type: square;
  font-family: verdana;
  font-size: 9pt;
  color: #606060;
  margin-left: 60px;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 5px;
}

#contentarea a {
  color: #a00808;
}

#contentarea strong {
  font-weight: bold;
}

a:hover {
  color: #a00808;
  background-color: #f0f6ff;
}

#clear {
width: 0px;
height: 0px;
clear: both;
}

.banner {
border-bottom: 4px solid rgb(118, 138, 177);
}

.right {
float: right;
margin-right: 10px;
margin-left: 25px;
margin-bottom: 20px;
}

.left {
float: left;
margin-right: 25px;
margin-left: 10px;
margin-bottom: 20px;
}

.bordered {
  border-top: 2px solid #434d59;
  border-bottom: 2px solid #434d59;
  border-left: 1px solid #434d59;
  border-right: 1px solid #434d59;
  padding: 1px;
}

#projectgallery img {
  border-top: 2px solid #434d59;
  border-bottom: 2px solid #434d59;
  border-left: 1px solid #434d59;
  border-right: 1px solid #434d59;
  padding: 1px;
}

#testimonial {
  width: 418px;
  height: 127px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  background-image: url(../images/sce/testimonial-bg.jpg);
  font-size: 7pt;
}

#testimonial p {
  font-size: 7pt;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 125%;
}

#nolabel label {
display: none;
}

#span7 label {
display: inline;
}

#span8 label {
display: inline;
}

#menu ul li ul li a 
{
height: 15px;
}