body {
  background-color: #666;
  background-image: url(../images/body-background.png);
  background-repeat: repeat-x;
  font-family: Century Gothic, arial, freesans, sans;
  font-size: 12px;
  color: #000;
}
a, a:visited {
  text-decoration: none;
  font-family: Century Gothic, arial, freesans, sans;
  font-size: 12px;
  color: #000;
}
a:hover {
  color: #C22;
}
p a:link, p a:visited, p a:hover {
  text-decoration: underline;
}
hr {
  color: #00427a;
  background-color: #00427a;
  height: 1px;
}
h3 {
  padding: 0 0 5px 0;
  margin: 0 0 0 0;
}
/* Constrains the page to a defined pixel width and allows page to be centered */
#layout_bodywrap {
  position: absolute;
  top: 0px;
  width: 991px;
  height: 20px;
  left: 50%;
  margin-left: -493px;
}
#layout_title {
  /* Page Title (T1): Arial, 26, Bold, #00427a */
	z-index: 50;
}
/* Wrapper for page head - from top 0px */
#layout_head {
  width: 991px;
  height: 44px;
  background-image: url(../images/head.png);
  background-repeat: no-repeat;
  z-index: -1;
  margin: 83px 0 0 0;
}
#layout_menu {
  position: absolute;
  left: 22px;
  top: 104px;
  width: 950px;
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  z-index: 50;
}
#layout_menu .tab_left {
  display: block;
  background-image: url(../images/tab-left.png);
  background-repeat: no-repeat;
  width: 1px;
  height: 23px;
}
#layout_menu .menu_tab, #layout_menu .menu_tab:visited {
  display: block;
  /*padding-top: 5px;*/
		font-size: 12px;
  width: 135px;
  height: 23px;
  font-family: Arial, freesans, sans;
  font-size: 12px;
  font-weight: bold;
  color: #00427a;
  z-index: 50;
}
#layout_menu .menu_tab:hover {
  display: block;
  background-image: url(../images/tab-hover.png);
  background-repeat: no-repeat;
  color: #FFF;
  z-index: 50;
}
#layout_menu .menu_sub, #layout_menu .menu_sub:visited {
  display: block;
  background-color: #fff;
  padding: 2px 0;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #7faaec;
  font-size: 12px;
  width: 133px;
  font-family: Arial, freesans, sans;
  font-size: 11px;
  color: #000;
  z-index: 50;
}
#layout_menu .menu_sub:hover {
  display: block;
  background-color: #99ccff;
  color: #000;
  z-index: 50;
}
#layout_menu .middle {
  padding-top: 5px;
}
#layout_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 50;
}
#layout_menu li {
  float: left;
  background-image: url(../images/tab.png);
  background-repeat: no-repeat;
  overflow: hidden;
  height: 23px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  z-index: 50;
}
#layout_menu li:hover {
  height: auto;
}
#layout_logo {
  position: absolute;
  width: 181px;
  height: 89px;
  z-index: 1000;
  cursor: pointer;
  margin: 0 0 0 0px;
  overflow: visible;
}
#logo_breathe {
  width:991px;
  height: 0px;
  overflow: hidden;
}
#layout_search {
  position: absolute;
  left: 740px;
  top: 69px;
  width: 218px;
  height: 23px;
  background-image: url(../images/search.png);
  font-family: Arial, freesans, sans;
  font-size: 12px;
  color: #979797;
  z-index: 51;
}
#layout_search input.textbox {
  position: absolute;
  margin-left: 9px;
  margin-top: 4px;
  width: 145px;
  height: 15px;
  border-width: 0px;
  background-color: #FFF;
  color: #777;
  font-size: 12px;
  float: left;
}
#layout_search input.submit {
  position: absolute;
  margin-left: 16px;
  margin-top: 4px;
  width: 42px;
  height: 15px;
  border-width: 0px;
  background-color: transparent;
  color: #373737;
  font-size: 12px;
  cursor: pointer;
  letter-spacing: 1px;
}
.zoom_searchform {
  display: inline;
}
#home_link {
  position: absolute;
  top: 419px;
  left: 796px;
  width: 69px;
  height: 30px;
  display:block;
  background:url(../images/home.png) no-repeat;
  cursor:pointer;
  z-index: 10;
  border: none;
}
#home_link2 {
  position: absolute;
  top: 419px;
  left: 796px;
  width: 69px;
  height: 30px;
  display:block;
  background:url(../images/home.png) no-repeat;
  cursor:pointer;
  z-index: 10;
  border: none;
}
#contact_link {
  position: absolute;
  top: 419px;
  left: 865px;
  width: 100px;
  height: 30px;
  display:block;
  background:url(../images/contact_us.png) no-repeat;
  cursor:pointer;
  z-index: 10;
  border: none;
}
#layout_splash {
  position:relative;
  top: 0px;
  width: 991px;
  height: 276px;
  background-image: url(../images/splash.png);
}
#flash-header {
  position: absolute;
  padding: 0 0 0 22px;
  z-index: 0;
}
#layout_contentbg_slide {
  position: relative;
  top: 0px;
  width: 991px;
  min-height: 349px;
  height: auto;
  background-image: url(../images/content-slide.png);
  background-repeat:repeat;
}
#layout_contentbg {
  position: relative;
  top: 0px;
  width: 991px;
  min-height: 349px;
  height: auto;
  background-image: url(../images/content.png);
  background-repeat:no-repeat;
}
#definitions tr td {
  vertical-align:top;
}

#quick-links {
margin:0;
padding:0;
}

#layout_navtabs #quick-links li {
  text-align:left;
  height:20px;
  margin-left:10px;
  text-align:left;
  
}

#layout_navtabs #quick-links li a {
  height:20px;
  padding-bottom:0px;
  text-align:left;
  padding-left:18px;
}

#layout_navtabs #quick-links li a:visted {
  height:20px;
  padding-bottom:0px;
  text-align:left;
  padding-left:18px;
}

.quick-links-top {
  background:url(../images/buttons/quick_links_top.png) top left no-repeat;
  width:199px;
  height:25px;
  padding:0;
  margin:0;
}

.quick-links-bottom {
  background:url(../images/buttons/quick_links_bottom.png)  no-repeat top left;
}

.quick-links-bg {
  background:url(../images/buttons/quick_links_bg.png) repeat-y left;
  padding-top:7px;
}

#layout_navtabs {
  position: absolute;
  top: 41px;
  left: 38px;
  z-index: 30;
}
#layout_navtabs a, #layout_navtabs a:visited {
  display: block;
  background-repeat: no-repeat;
  font-size: 12px;
  width: 199px;
  height: 31px;
  font-family: Arial, freesans, sans;
  font-size: 12px;
  font-weight: bold;
}
#layout_navtabs a:hover {
  display: block;
  background-repeat: no-repeat;
}
#layout_navtabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#layout_navtabs li {
  margin: 0px;
  padding: 0 0 2px 0;
/*  text-align: center;
*/}
#layout_content {
  width: 670px;
  margin: 0px 0 0 238px;
  padding: 30px 30px;
  min-height: 349px;
  height: auto;
}
#layout_content .title {
  font-size: 22px;
  color: #00427a;
}
#layout_content .normal {


}
#layout_content p {
}
#layout_content ul {
  list-style-image: url(../images/bullet-arrow.gif);
  margin: 0 0 0 15px;
  padding: 0px;
}
#content_foot {
  position:relative;
  top: 0px;
  width: 991px;
  height: 10px;
  background:url(../images/content-foot.png);
  overflow: hidden;
}
#layout_foot {
  position:relative;
  top: 0px;
  width: 991px;
  height: 106px;
  background-image: url(../images/foot.png);
  font-family: Arial, freesans, sans;
  font-size: 10px;
  color: #000;
 font-style:
}
#layout_foot .content {
  text-align: center;
  position: absolute;
  height: 54px;
  width: 927px;
  margin: 20px 30px;
}
#layout_foot .title {
  font-size: 12px;
  margin-bottom: 3px;
}
#layout_foot .normal {
  font-size: 12px;
  margin-bottom: 3px;
}
#layout_foot .sep {
  margin: 0 3px;
}
.allframe {
  border-style: solid;
  border-color: #00427a;
  border-width: 1px 1px 1px 1px;
  margin: 6px 6px 6px 6px;
}
#form_shift {
  margin: 0 0 0 20px;
}
.bodytext li {
  list-style-type: disc;
  list-style-image:none;
  padding: 4px 0 0px 0;
}
.bodytext li a:link, .bodytext li a:visited, .bodytext li a:hover {
  list-style-type: disc;
  list-style-image:none;
  text-decoration: underline;
  padding: 4px 0 0px 0;
}


#contact_form2 td {
  padding-right:20px;
  padding-bottom:5px;
  vertical-align:top;
}

#hor-minimalist-b {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  background: #E8EEF8;
  margin: 20px 0 20px 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
#hor-minimalist-b .first {
  border-top: 1px solid #ccc;
}
#hor-minimalist-b th {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 10px 8px;
  border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td {
  border-bottom: 1px solid #ccc;
  color: #333;
  padding: 10px 15px;
  vertical-align:top;
}
/*#hor-minimalist-b tbody tr:hover td {
  color: #009;
}
*/
#hor-minimalist-b h2 {
  font-size:14px;
  line-height:20px;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:5px;
  padding-bottom:0;
}

#hor-minimalist-b p {
  line-height:18px;
  margin-top:0px;
  padding-top:0;
}

