body {
    background:url(../images/bg.jpg) repeat-x #f5f5f5;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    text-align:center;
    }
    
body.inner {
    background:url(../images/innerbg.jpg) repeat-x #f5f5f5;
    }
    
    a img { border:none !important }
    
#wrapper {
    line-height:0;
    font-family:tahoma;
    font-size:11px;
    width:960px;
    margin:0 auto;
}

#logo {
    float:left;
    height:129px;
width:100%;
}

#logo img { float:left }

#header {
    float:left;
    background:url(../images/header.bg.gif) repeat-x;
    width:100%;

}

#subheader {
    float:left;
}

#menu {
    float:right;
}

ul.menu { list-style:none; padding:0; margin:0; }
ul.menu li { float:left; }

#focus { background:url(../images/focal.jpg); width:100%; float:left; height:226px; }
#specialists { background:url(../images/specialists.gif); width:100%; float:left; height:31px;  }
#services { background:url(../images/services.jpg); width:100%; float:left; height:29px;  }
#content { width:100%; float:left; }
.inner-content { background: #f5f5f5; padding:3em; text-align:left; line-height:18px }

.column {width:40%;   }
.left { float:left;  }
.right { float:right; }
.clear { clear:both; }

strong { color:#005aa4 }
h1 { font-size:16px; font-weight:normal; color:#666; }


    #solutions { margin-top:20px; float:left; font-size:11px; color:#444;  }
    div#solutions dl { float:left; margin:12px; }
    div#solutions dt { height: 24px;width:100%;   }
    div#solutions dd { width:295px; margin:0; padding:10px 0; text-align:left;  font-size:11px; line-height:18px; border-bottom:1px solid #d7d7d7;  }
    div#solutions dd:last-child { border:none !important;  }
    
    #footer { margin-top:30px; float:left; padding:1em; width:100%;  border-top:1px solid #e7e7e7; }
    #footer-copyright { float:right }
        #footer-menu ul li { margin-right:1.5em }
        #footer a { font-size:11px; color:#005aa4; text-decoration:none; border-bottom:1px dotted #ddd; }
        #footer a:hover { color:#777 }




.form fieldset {
     -moz-border-radius :5px;
    -webkit-border-radius : 5px;
    z-index:1;
	position: relative;
	margin-top: 1em;
	padding-top: .75em;
	border: 1px solid #f1f1f1;
	margin-bottom: 10px;
        background:#ececec;
}


.form label {
    float: left;
    font-weight:bold;
width: 10em;  
margin-right: 1em;  
text-align: right; 
  display: block;
  line-height: 1.8;
  vertical-align: top;
}
.form fieldset ol {
  margin: 0;
  padding: 0;
}
.form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  clear:both;
}
.form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.form fieldset fieldset label {
  display: block;
  width: auto;
}
.form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.form label {
  width: 120px; /* Width of labels */
}
.form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

.form legend {
  padding: 0 2px;
  fo/nt-weight: bold;
  font-size:14px;
  color: #007dbd;
  _margin: 0 -7px; /* IE Win */
}

/*\*//*/
.form legend {
  display: inline-block;
}
/* IE Mac legend fix */
