body {
  margin: 0;
  padding: 0;
  background: #fff url(../images/layout/body_bg.png) 0 105px repeat-x;
}

#container {
  width: 959px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}


#header {
  position: relative;
  height: 116px;
  background: url(../images/layout/header_bottom.gif) left bottom no-repeat;
}
#header #banner {
  position: absolute;
  left: -45px;
  top: 0;
}
#header #searchform {
  width: 224px;
  height: 56px;
  background: url(../images/layout/searchform.gif) no-repeat;
  position: absolute;
  right: 10px;
  top: 40px;
  padding: 0;
  border: none;
}
#header #searchform .frmrow {
  margin: 15px 0 0 6px;
}

#header #searchform .frmtext {
  border: 1px solid #6f6f6e;
  width: 125px !important;
  margin-right: 5px;
  float: left;
}
#header #searchform .frmsubmit {
  background-color: #6f6f6e;
  border: 1px solid #6f6f6e;
}

#header .bottom {
  width: 959px;
  height: 11px;
  clear: both;

}

#main_wrapper {
  background: url(../images/layout/main_bg.gif) repeat-y;
}

#main {
  background: url(../images/layout/main_wrapper.gif) no-repeat;
  min-height: 540px;
  padding: 0 0 0 9px;
}
* html #main {
  height: 540px;
}

#main #nav {
  width: 180px;
  float: left;
  margin: 0 10px 0 0;
  padding: 24px 0 0 0;
}

#main #nav #content_left {
  margin: 10px;
  color: #fff;
}
#main #nav #content_left * {
  color: #fff;
}

#main #top {
  height: 50px;
  width: 751px;
  float: left;
  margin: 0 0 10px 0;
}

#main #top {
  position: relative;
}

#main #top #breadcrumbs {
  width: 570px;
  position: absolute;
  left: 0;
  top: 20px;
  overflow: hidden;
}
#main #top #breadcrumbs, #main #top #breadcrumbs * {
  color: #fff;
  font-size: 10px;
}
#main #top #breadcrumbs strong {
  font-size: 10px; /* 10px == no boldness */
}
#main #top #breadcrumbs ul {
  display: inline;
  padding-left: 5px;
}
#main #top #breadcrumbs ul li {
  background: none;
  display: inline;
  padding: 0 2px;
}
#main #top #breadcrumbs ul li a:link, #main #top #breadcrumbs ul li a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}
#main #top #breadcrumbs ul li a:hover {
  /* color? */
}

#main #top #top_icons {
  height: 24px;
  position: absolute;
  right: 20px;
  top: 17px;
}

 #main #top .icon_print
,#main #top .icon_mail
,#main #top .icon_bigtext
,#main #top .icon_smalltext
,#main #top .icon_faq
,#main #top .icon_newsletter {
  display: block;
  float: left;
  margin: 0 0 0 17px;
}

#main #top .icon_bigtext {
  margin-left: 7px;
}

#main #top .icon_print {
  width: 14px;
  height: 23px;
  background: url(../images/layout/icon_print.gif) no-repeat;
}
#main #top .icon_mail {
  width: 14px;
  height: 23px;
  background: url(../images/layout/icon_mail.gif) no-repeat;
}
#main #top .icon_smalltext {
  width: 7px;
  height: 23px;
  background: url(../images/layout/icon_smalltext.gif) no-repeat;
}
#main #top .icon_bigtext {
  width: 9px;
  height: 23px;
  background: url(../images/layout/icon_bigtext.gif) no-repeat;
}

#main #top .icon_newsletter {
  width: 10px;
  height: 23px;
  background: url(../images/layout/icon_newsletter.gif) no-repeat;
}

#main #top .icon_faq {
  width: 5px;
  height: 23px;
  background: url(../images/layout/icon_faq.gif) no-repeat;
}

#main #content {
  width: 517px;
  float: left;
  margin: 0 20px 0 0;
}

#main #column_right {
  width: 204px;
  float: left;
  color: #129fd9;
}

 #main #column_right h2
,#main #column_right h3
,#main #column_right a:link
,#main #column_right a:visited {
  color: #129fd9;
}
#main #column_right a:hover {
  color: #0f7eac;
}
#main #column_right ul li {
  background-image: url(../images/layout/bullet_right.gif);
}

#main #column_right hr {
  border-color: #0C96CF;
}

#main #column_right h3 {
  font-family: tahoma;
  color: #129fd9;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
}
#main #column_right h4 {
  color: #129fd9;
  font-size: 14px;
}

#footer {
  background: url(../images/layout/footer.gif) no-repeat;
  height: 129px;
  position: relative;
}

#footer .inaxis {
  background: url(../images/layout/inaxis.gif) no-repeat;
  width: 172px;
  height: 42px;
  display: block;
  position: absolute;
  left: 75px;
  top: 48px;
}


/* meh.. */
#footer .links_left {
  position: absolute;
  right: 180px;
  top: 40px;
  width: 200px;
}
#footer .links_right {
  position: absolute;
  right: 68px;
  top: 40px;
}
#footer .links_left li, #footer .links_right li {
  background: none;
  padding: 0;
}
#footer .links_left li a:link, #footer .links_left li a:visited, #footer .links_right li a:link, #footer .links_right li a:visited {
  color: #5d5d5d;
  font-weight: normal;
}
#footer .links_left li a:hover, #footer .links_right li a:hover {
  color: #000;
}




/*** [NAVMENU] ***/
#nav ul {
  background-color: #fff;
  z-index: 1000;

}

#nav ul,
#nav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px;
  list-style: none;
}

#nav ul li {
  position: relative;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
}



/*** root menu ***/

/* default */
#nav ul li a {
  font-family: verdana, arial, tahoma, sans-serif;
  line-height: 26px;
  font-size: 10px;
  padding: 0 0 0 11px;
  display: block;
  color:#fff;
  background: #0c96cf url(../images/layout/li_arrow.gif) 0 10px no-repeat;
  height: auto !important;
  height: 1%; /*For IE*/
  border-bottom: 1px solid #fff;
}

#nav ul li:hover,
#nav ul li.iehover {
  z-index: 1001;
}
/* hover */
#nav li a:hover,
/*
#nav li:hover a,
#nav li.iehover a,
*/
#nav li.active a {
  background-color: #def1f9;
  color: #0085bb;
  background-image: url(../images/layout/li_arrow_active.gif);
}




/*** 2nd menu ***/

#nav ul ul {
  background-color: #f0f;
}

/* default */
#nav li li a:link, #nav li li a:visited {
  background-color: #20b1ee;
  color: #fff;
  border-bottom: 1px solid #66c8f1;
  background-image: none;
  padding-left: 15px;
}

/* hover */
#nav li li a:hover,
#nav li li:hover a,
#nav li li.iehover a,
#nav li li.active a {
  background-color: #55cdff;
  background-image: none;
  color: #fff;
}




/*** 3rd menu ***/

#nav ul ul ul {
  display: none;
  position: absolute;
  top: -1px;
  left: 180px;
  background-color: #f9c585;
  padding-top: 1px;
}

/* default */
#nav li li li a:link, #nav li li li a:visited {
  background-color: #f7951c;
  color: #fff;
  padding-left: 8px;
  background-image: none;
  border-bottom: 1px solid #f9c585;
}

/* hover */
#nav li li li a:hover,
#nav li li li:hover a,
#nav li li li.iehover a,
#nav li li li.active a {
  background-color: #f9c585;
  color: #da7800;
}




/* Do Not Move - Must Come Before display:block for Gecko */
#nav ul li:hover ul ul,
#nav ul li:hover ul ul ul,
#nav ul li.iehover ul ul,
#nav ul li.iehover ul ul ul {
  display: none;
}

#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul,
#nav ul li.iehover ul,
#nav ul ul li.iehover ul,
#nav ul ul ul li.iehover ul {
  display: block;
}



.pager form {
  display:inline;
}
.pager form * {
  font-size:10px;
}
.pager form label {
  color:#315121;
  font-weight:bold;
}
.pager a.pagetextl:link, .pager a.pagetextl:visited {
  padding-left:18px;
  text-align:left;
}
.pager a.pagetextr:link, .pager a.pagetextr:visited {
  text-align:right;
  background-position:100% 0px;
  padding-right:18px;
}
.pager a.pagetextr:hover {
  background-position:100% -13px;
}












.layoutfix {
  clear:both;
  font-size: 1px;
  line-height: 1px;
}

#container_popup {
  width: 780px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}