ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../style/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../style/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../style/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}





/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
.block-region {
  background-color: #ffff66;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}
br.clear {
  clear: both;
  height: 0;
}
.container-inline div {
  display: inline;
}
.error {
  color: red;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .icon a {
  color: #000;
  text-decoration: none;
}
.item-list .icon a:hover {
  color: #000;
  text-decoration: none;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item input.error, .form-item textarea.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.ok {
  color: #080;
}
#pager {
  clear: both;
  text-align: center;
}
#pager a, #pager strong.pager-current {
  padding: 0.5em;
}
.path {
  padding-bottom: 0.7em;
  font-size: 1.1em;
}







body {
  margin: 0px;
  padding: 0px;
  min-width: 780px;
}
body, input, textarea, select, option, legend, fieldset {
  font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica;
}
#body-wrap {
  margin: 0px 33px;
}


#header {
  height: 114px;
  position: relative; /* Every loose position: relative is here to avoid the IE peekaboo bug */
}
#site-name {
  position: absolute;
  left: 26px;
  top: 32px;
  margin: 0px;
  padding: 0px;
}
#site-name.with-slogan {
  top: 15px;
}
#site-slogan {
  position: absolute;
  left: 27px;
  top: 63px;
  margin: 0px;
  padding: 0px;
}

#search {
  position: absolute;
  right: 0px;
  top: 87px;
}
#header form {
  padding: 0px;
  margin: 0px;
}

#top-nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#top-nav ul#primary {
  position: absolute;
  left: 27px;
  top: 88px;
  right: 250px;
}
#top-nav ul#primary li {
  float: left;
  position: relative;
}

#top-nav ul#secondary {
  position: absolute;
  right: 9px;
  top: 8px;
  width: 100%;
}
#top-nav ul#secondary li {
  float: right;
  position: relative;
}








#sidebar-left {
  position: relative;
  width: 201px;
  margin-right: -201px;
  z-index: 20;
  float: left;
}







.main-wrap-left, .main-wrap-both {
  width: auto;
  margin-right: 0px;
  margin-left: 201px;
  z-index: 10;
}





 
/* Page */
html, body {
  _height: 100%;
  min-height: 100%;
}




body .bw1 {
  background: url(../style/bg-left.png) repeat-y 0% 0px;
}
body .bw2 {
  background: url(../style/bg-right.png) repeat-y 100% 0px;
}




/* Header */
#header {
  background: #486e98 url(../style/header-mid.png) repeat-x 0px 0px;
}
#header .hw1 {
  background: url(../style/header-left.png) no-repeat 0% 0px;
}
#header .hw2 {
  background: url(../style/header-right.png) no-repeat 100% 0px;
}
#site-name {
  font-size: 2.95em;
  letter-spacing: -1px;
}
#site-name a {
  font-family: "Trebuchet MS", Helvetica, Arial;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#site-slogan {
  font-size: 1.0em;
  color: #8baec9;
  font-weight: bold;
  text-decoration: none;  
}
#top-nav ul {
  margin-left: -3px;
}
#top-nav ul li {
  position: relative;
}
#top-nav ul li a {
  color: #8baec9;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;  
  display: block;
  position: relative;
  white-space: nowrap;
  margin-right: 5px;
}
#top-nav ul li a:hover {
  color: #fff;
}
#top-nav ul li a .lw1 {
  display: block;
  position: relative;
  _width: 1px;
  background: url(../style/nav-right.png) no-repeat 100% -100px;
}
#top-nav ul li a .lw2 {
  padding: 2px 5px;
  display: block;
  position: relative;
  _width: 1px;
  cursor: pointer;
  background: url(../style/nav-left.png) no-repeat 0% -100px;
}
#top-nav ul li a:hover .lw1 {
  background: url(../style/nav-right.png) no-repeat 100% 0px;
}
#top-nav ul li a:hover .lw2 {
  background: url(../style/nav-left.png) no-repeat 0% 0px;
}





ul#secondary li a {
  color: #a7cde2;
  margin-right: 0px;
  margin-left: 5px;
}
ul#secondary li a .lw1 {
  background: url(../style/nav2-right.png) no-repeat 100% -100px;
}
ul#secondary li a .lw2 {
  background: url(../style/nav2-left.png) no-repeat 0% -100px;
}
ul#secondary li a:hover .lw1 {
  background: url(../style/nav2-right.png) no-repeat 100% 0px;
}
ul#secondary li a:hover .lw2 {
  background: url(../style/nav2-left.png) no-repeat 0% 0px;
}






/* Generic */
blockquote {
  margin: 10px 0px 0px 17px;
  padding: 0px 35px 0 9px;
  border-left: 5px solid #ddd;
  font-style: italic;
  _overflow: visible;
  _height: 1px;
}
.form-item .description {
  font-size: 0.9em;
  font-style: italic;
  color: #455970;
  padding-bottom: 0.5em;
}




.item-list ul li, li.expanded, li.collapsed, li.leaf {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0px;
}
.item-list ul li a, li.expanded a, li.collapsed a, li.leaf a {
  margin: 0;
  padding: 3px 1px 3px 20px;
  display: block;
}
.item-list ul li a:hover, li.expanded a:hover, li.collapsed a:hover, li.leaf a:hover {
  background-color: #fafafa;
  padding: 2px 0px 2px 19px;
  border: 1px solid #ccc;
  background-position: 3px 4px;
}



.block .item-list ul li br {
  display: none;
}
li.expanded a {
  background: url(../style/sidebar-bullet-min.png) no-repeat 4px 5px;
}
li.collapsed a {
  background: url(../style/sidebar-bullet-plus.png) no-repeat 4px 5px;
}
.item-list ul li a, li.leaf a {
  background: url(../style/sidebar-bullet-dot.png) no-repeat 4px 5px;
}
.menu {
  padding: 0px;
}
.block ul {
  padding: 0 0 0 0em;
}
.block ul ul {
  padding: 0 0px 0 1.5em;
}
.block li a {
  width: auto;
  _height: 1px;
}
.more-link {
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.more-link a {
  padding: 3px 5px 3px 5px;
  display: block;
}
.more-link a:hover {
  background-color: #fafafa;
  padding: 2px 4px 2px 4px;
  _padding-right: 3px;
  border: 1px solid #ccc;
  _height: 1px;
}











/* Content */
#content {
  font-size: 0.75em;
  background: url(../style/main-top.png) repeat-x 0px 0px;
  _height: 1px;
}
#content .cw1 {
  background: url(../style/main-left.png) repeat-y 0% 0px;
  _height: 1px;
}
#content .cw2 {
  background: url(../style/main-right.png) repeat-y 100% 0px;
  _height: 1px;
}
#content .cw3 {
  background: url(../style/main-top-left.png) no-repeat 0% 0px;
  _height: 1px;
}
#content .cw4 {
  background: url(../style/main-top-right.png) no-repeat 100% 0px;
  _height: 1px;
}



.content-left .cw5, .content-both .cw5 {
  background: url(../style/sidebar-left-bg.png) repeat-y 0% 0px;
  _height: 1px;
}



.content-left .cw6, .content-both .cw6 {
  background: url(../style/sidebar-left-top.png) no-repeat 0% 0px;
  _height: 1px;
}
.content-right .cw7, .content-both .cw7 {
  background: url(../style/sidebar-right-bg.png) repeat-y 100% 0px;
  _height: 1px;
}
.content-right .cw8, .content-both .cw8 {
  background: url(../style/sidebar-right-top.png) no-repeat 100% 0px;
  _height: 1px;
}






/* Main */
#main {
  color: #0b2645;
  width: 100%;
}
#main .mw1 {
  padding: 20px 28px;
}
#main h1 {
  margin: 0px;
  padding: 13px 0px 1px;
  font-size: 1.45em;
  color: #485c74;
}
#main h2 {
  margin: 0px;
  padding: 10px 0px 1px;
  font-size: 1.25em;
  color: #485c74;
}
#main h3 {
  margin: 0px;
  padding: 6px 0px 1px;
  font-size: 1.1em;
  color: #485c74;
  font-style: italic;
}
#main a {
  color: #e60a53;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -1px;
}
#main a:hover {
  text-decoration: underline;
}
#main a:visited {
  color: #ac083e;
}
#main .node h2.title, #main h2.main-title {
  font-size: 2.15em;
  font-weight: normal;
  letter-spacing: -1.5pt;
}
#main .node h2.title, #main h2.main-title, #main .node h2.title a {
  color: #cf094a;
  font-weight: normal;
  text-decoration: none;
}
#main .node h2.title a {
  letter-spacing: inherit;
}
#main .node {
  margin-bottom: 2em;
}
#main .info, #main .links, #main .terms {
  padding: 2px 0px 0px 17px;
  color: #6c90ac;
  background: url(../style/main-bullet.png) no-repeat 0px 4px;
}
#main .info a, #main .links a, #main .terms a, #main .info a:visited, #main .links a:visited, #main .terms a:visited {
  color: #485c74;
}
#main .comment {
  padding: 10px 0px 15px;
  margin: 0px;
  border-top: 1px solid #ccc;
}
body #main .comment-new {
  background: #f3f3f3;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1.8px solid #ccc;
  padding: 10px 10px 15px;
  margin-top: 3px;
  margin-bottom: -1px;
  z-index: 10;
}
#main .comment-new .new {
  float: right;
  color: #6c90ac;
  position: relative;
  top: -0.2em;
  font-weight: bold;
}
#main .comment h3.title {
  font-size: 1.41em;
  letter-spacing: -0.5px;
  font-style: normal;
  margin-top: 0px;
  padding-top: 0px;
}
#main .comment h3.title, #main .comment h3.title a {
  font-weight: normal;
  color: #cf094a;
}
#main textarea, #main textarea * {
  display: block;
  width: 95%;
  font-size: inherit;
}
#main .box {
  margin-bottom: 1em;
}






/* Sidebars */
.sidebar {
  margin: 0px;
  padding: 4px 0px 5px;
}
#sidebar-left .block h2 {
  background: url(../style/sidebar-left-title.png) repeat-y 0px 0px;
  _height: 1px;
}
#sidebar-right .block h2 {
  background: url(../style/sidebar-right-title.png) repeat-y 0px 0px;
  _height: 1px;
}
.sidebar .block {
  margin-bottom: 1em;
}
.sidebar .block h2 {
  color: #204058;
  line-height: 19px;
  font-size: 1.1em;
  margin: 0px 0px 3px;
  padding: 0px 5px;
}
.sidebar .block h2.first {
  line-height: 13px;
  height: 15px;
  _line-height: 14px;  
  _padding-bottom: 3px;
}
.sidebar .block .content {
  padding-left: 7px;
  padding-right: 7px;
}
.sidebar .block a:visited {
  color: #2e5084;
}
.sidebar .block a {
  color: #255fb7;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none;
}

