/* Resetting default browser styles
--------------------------------------------------------------------*/
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p {
  margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
/*ol, ul { list-style: none; }*/
fieldset, img, a img, :link img, :visited img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }

p { margin: 1em 0;}
/* General styles
--------------------------------------------------------------------*/
html {
  text-align: center;
  background: url(../images/page-bg.jpg) repeat-x #c2a368;
  color: #333;
}
body {
  width: 770px;
  position: relative;
  margin: 0 auto;
  text-align: left;
  background: #4460a7 url(../images/content-bg.gif) repeat-y right;
  color: #333;
  font: small Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #fff;
}
.clear { clear: both; }
h1, h2, h3 {
  color: #00529c;
  font-weight: bold;
}
h1 {
  font-size: 140%;
  margin: 0 0 5px 0;
}
h2 {
  font-size: 120%;
}
h3 {
  font-size: 110%;
  color: #627486;
}
/* Branding
--------------------------------------------------------------------*/
#branding {
  height: 99px;
  position: relative;
  border-bottom: 1px solid #a2b0d3;
  background: #4460a7;
  color: #fff;
}
#topRight {
  position: absolute;
  top: 25px;
  right: 15px;
  color: #fff;
  background: #4460a7;
  text-align: right;
}
#topRight b {
  font-size: 140%;
  display: block;
}
/* Content
--------------------------------------------------------------------*/
#contentContainer {
  float: left;
  background: url(../images/left-sidebar-bg.jpg) no-repeat left bottom;
}
#content {
  float: left;
  width: 589px;
  margin: 0 0 0 181px;
  display: inline;
  background: #fff;
  color: #333;
}
#contentHolder {
  padding: 15px;
}
.imageLeft {
  float: left;
  margin: 0 10px 10px 0;
  padding: 2px;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
}
/* Left Navigation
--------------------------------------------------------------------*/
#leftColumn {
  float: left;
  width: 181px;
  margin: 0 0 0 -770px;
  padding-bottom: 280px;
  display: inline;
}
#leftColumn ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 1.5em;
}
#leftColumn li {
  padding: 0;
}
#leftColumn li a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #a2b0d3;
  font-weight: bold;
  padding: 2px 15px 2px 5px;
  font-size: 110%;
}
#leftColumn li ul {
  margin: 0 0 0 6px;
}
#leftColumn li li {
  padding-bottom: 2px;
}
#leftColumn li li a {
  border-bottom: none;
  font-size: 90%;
  font-weight: normal;
  margin-bottom: 0;
}
#leftColumn a:hover {
  color: #fff;
  background-color: #2f4375;
}
#leftColumn a.current {
  color: #ffd300;
  background: url(../images/active-arrow.gif) no-repeat right 50%;
  border-bottom: none;
}
#leftColumn a.currentParent {
  color: #fff;
  /* background-color: #2f4375; */
  border-bottom: none;
}
#leftColumn li.current, #leftColumn li.currentParent {
  color: #fff;
  background-color: #2f4375;
  border-left: 1px solid #a2b0d3;
  border-bottom: 1px solid #a2b0d3;
}
#leftColumn li li.current {
  border: none;
}
/* Forms
--------------------------------------------------------------------*/
.textInput {
  border: 1px solid #6c6c6c;
  border-color: #6c6c6c #c3c3c3 #d3d3d3 #6c6c6c;
  background:#fff url(../images/textbg.gif) repeat-x 0 0;
  font-size: 1.1em;
  padding: 0.15em 0.15em;
}
input.large, textarea.large {
  width: 97%;
}
input.medium, textarea.medium {
  width: 60%;
}
input.small, textarea.small {
  width: 25%;
}
label {
  display: block;
  margin: 5px 0 2px 0;
  font-weight: bold;
}
#error-msg {margin: 5px 0; font-weight: bold; list-style: none; color: red;}
#error-msg li {margin: 2px 0;}
/* Footer
--------------------------------------------------------------------*/
#footer {
  clear: both;
  height: 12px;
  /* background: #e1d1b4 url(../images/footer.gif) no-repeat; */
  background: #e1d1b4;
}
