
*{margin:0;padding:0;text-decoration:none;font-size:1em;outline:none}code,pre,textarea,input,select{font:inherit;font-size:1em}th,h1,h2,h3,h4,h5,h6{font-weight:normal}a,img,a img,form,abbr,acronym,object{border:none}table{border-collapse:collapse;border-spacing:0}th,td{text-align:left;vertical-align:top}body{line-height:1;}a{color:inherit}hr{display:none}ul{list-style-type:none}

html {
  height: 100%;
}

body {
  height: 100%;
  text-align: center;
  font: 96% lucida sans,arial,helvetica,sans-serif;
}

#container {
  text-align: center;
  position: relative;
  width:100%;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
}

html>body #container {
  height: auto;
}

#header-wrapper, #content-wrapper, #footer-wrapper {
  width: 100%;
  text-align: center;
}

#header, #content, #footer {
  text-align: left;
  width: 960px;
  margin: 0 auto;
}

#header {
  background: #fff url('/images/site-assets/bg.png') top center no-repeat;
  height: 229px;
  position: relative;
  z-index: 1;
}

#header h1, #header h2 {
  text-indent: -999em;
}

#header h1 a {
  display: block;
  width: 400px;
  height: 120px;
}

#header .address {
  position: absolute;
  text-align: right;
  font-family: lucida serif, times new roman, times, serif;
  color: #fff;
  top: 112px;
  right: 135px;
  font-weight: bold;
  font-size: 12px;
}

#nav {
  font-family: lucida sans, luxi sans, geneva, arial, helvetica, sans-serif;
  position: absolute;
  top: 30px;
  left: 275px;
}

#nav a {
  color: #3f3f8b;
}

#nav li {
  float: left;
  padding: 30px 20px 30px 10px;
  background-image: url('/images/site-assets/separator.png');
  background-repeat: no-repeat;
  background-position: center right;
  text-align: center;
  line-height: 1em;
}

#nav li.last {
  background-image: none;
  padding-right: 0;
}

#nav li.ceo {
  margin-top: -1em;
}

#nav li a {
  vertical-align: middle;
}

#content {
  padding-bottom: 300px;
  margin-top: -70px;
  z-index: 50;
  position: relative;
}

#content a {
  color: #ef2415;
  text-decoration: underline;
}

#content table {
  font-size: 12px;
  margin: 10px 0px;
}

#content table td, #content table th {
  padding: 5px;
}

/*
 * Style for Rounded Corners -----
*/

.top_right_hook {
  background-image: url('/images/site-assets/white_corners_top_right.png');
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  height: 15px;
  margin-right: -15px;
}

.bottom_hook {
  background-image: url('/images/site-assets/white_corners_bottom_left.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
  height: 20px;
  margin-top: -20px;
  top: 20px;
  margin-right: 4px;
}

.bottom_right_hook {
  position: relative;
  background-image: url('/images/site-assets/white_corners_bottom_right.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 20px;
  margin-right: -19px;
}

.body {
  background-image: url('/images/site-assets/white_corners_body_right.png');
  background-position: right;
  background-repeat: repeat-y;
  padding-left: 15px;
  padding-right: 20px;
  position: relative;
  margin-right: -15px;
}

/*
 * Inner rounded corners style ---------
*/

.body_top_hook {
  background-color: #f7f8fc;
  background-image: url('/images/site-assets/corners_blue_bg_light_blue_fg_top_left.png');
  background-repeat: no-repeat;
  height: 5px;
}

.body_top_right_hook {
  background-image: url('/images/site-assets/corners_blue_bg_light_blue_fg_top_right.png');
  background-repeat: no-repeat;
  background-position: top right;
  height: 5px;
}

.body_bottom_hook {
  background: #f7f8fc url('/images/site-assets/corners_blue_bg_light_blue_fg_bottom_left.png') bottom left no-repeat;
  height: 5px;
}

.body_bottom_right_hook {
  background-image: url('/images/site-assets/corners_blue_bg_light_blue_fg_bottom_right.png');
  background-position: bottom right;
  height: 5px;
  background-repeat: no-repeat;
}

/* --- footer --- */

#footer-wrapper {
  background: #fff url('/images/site-assets/footer_bg.png') bottom center repeat-x;
  position: absolute;
  bottom: 0px;
  border-top: 4px solid #d9e3ef;
}

#footer {
  padding: 1.5em 20px;
  line-height: 1.5em;
  font-size: 12px;
}

#footer .vcard {
  float: left;
  margin: 10px 0px 0px 10px;
  width: 410px;
}

#footer .address {
  float: left;
  margin-right: 10px;
}

#footer .phones {
  float: left;
  margin-left: 10px;
}

#footer .statement {
  float: left;
  width: 500px;
  margin-right: 10px;
  border-left: 2px solid #f1f3f6;
  border-top: 2px solid #f1f3f6;
  border-right: 2px solid #f1f3f6;
  padding: 10px;
}

#footer .statement p {
  font-style: italic;
}

#footer .statement h3 {
  font-weight: bold;
  margin: 0px;
}





