/* Setup defaults since variable in browsers
----------------------------------------------- */
#document body, #document div, #document span, #document dd, #document dt, #document dl, #document img, #document ul, #document ol, #document li, #document p, #document h1, #document h2, #document h3, #document h4, #document h5, #document form, #document hr, #document fieldset {
   margin: 0;
   padding: 0;
}
/* Element Defaults
----------------------------------------------- */
div#content-container html {
   height: 100%;
   background-color: #DBD4C6;
}
#document img {
   border: 0;
}
#pgHome {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   line-height: 1.25em;
   color: #362F2D;
   position: relative;
   width: 760px;
   height: 100%;
   margin-left: auto;
   margin-right: auto;
}
#document .label {
   font-weight: bold;
   color: #5E5147;
}
#document input {
   border: 1px solid #C3BBB6;
   padding: 4px;
   margin: 5px 0;
   background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
}
#document select {
   border: 1px solid #C3BBB6;
   padding: 4px;
   margin: 5px 0;
   background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
}
#document ol, #document ul {
   margin: 10px 0px 10px 6px;
}
#document li {
   margin: 10px 12px;
}
#document fieldset {
   border: 0;
}
/* Layout
----------------------------------------------- */
#document {
   padding: 0 1px;
   background: #fff url(../img/bg.gif) 0 0 repeat-y;
   float: left;
   border-bottom: 1px solid #C3BBB6;
}
#document #header {
   float: left;
   width: 758px;
   height: 46px;
   background: url(../img/hdr.bg.gif) 0 0 repeat-x;
}
#document #container {
   float: left;
   width: 758px;
   background: url(../img/hdr.bar.jpg) 0 0 repeat-x;
}
#document #sidebar {
   float: left;
   width: 190px;
   margin-top: 96px;
   padding: 20px 10px 0 10px;
   background: url(../img/sdb.bg.gif) 0 0 no-repeat;
}
#document #content {
   float: left;
   width: 548px;
   margin-top: 75px;
   padding-top: 5px;
   background: #fff url(../img/cnt.bg.gif) 0 0 repeat-x;
}
#document #footer {
   clear: both;
   margin-top: 40px;
   float: left;
   padding: 20px;
   border-top: 1px solid #C3BBB6;
   background-color: #fff;
   width: 718px;
   text-align: right;
}
/* General
----------------------------------------------- */
#document input[type="submit"], #document input[type="button"] {
   font-weight: bold;
   color: #fff;
   border: 1px solid #5D1414;
   height: 26px;
   background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
   border-style: none;
}
#document .center {
   text-align: center;
}
#document .entry {
   clear: both;
   padding-top: 10px;
}
#document .entry .label {
   float: left;
   padding-right: 5px;
   font-weight: bold;
   width: 150px;
   text-align: right;
}
#document .entry .output {
   float: right;
   width: 360px;
   padding-top: 10px;
   text-align: left;
}
#document .entry .input {
   float: right;
   width: 360px;
   text-align: left;
}
#document .entry .error {
   float: right;
   width: 360px;
   text-align: left;
}
/* Sidebar
----------------------------------------------- */
#document .notes {
   text-align: center;
   font-size: small;
}
#document .errors {
   font-size: small;
   font-weight: bold;
   text-align: center;
   color: #600;
}
#document .errors div {
   text-align: left;
}
#document .errors span {
   text-align: left;
}
#document .errors input {
   border: 1px solid #600;
}
#document .errors ul {
   list-style: none;
}
#document .buttonBox {
   text-align: center;
   padding: 5px 0;
   clear: both;
}
#document #sidebar p {
   font-size: small;
   color: #8B7869;
   line-height: 150%;
   padding-bottom: 10px;
}
#document #sidebar li {
   font-size: small;
   color: #8B7869;
}
#document #sidebar h1 {
   line-height: normal;
   font-weight: bold;
   font-size: small;
}
/*
#sidebar p:hover {
   color: #362F2D;
}
*/
/* Content
----------------------------------------------- */
#document #content .section {
   float: left;
   width: 518px;
   padding: 15px 15px 0 15px;
}
#document #content .section h1 {
   font-family: "Trebuchet MS", Arial, sans-serif;
   line-height: normal;
   font-weight: normal;
   font-size: large;
}
#document #content .section p {
   line-height: 150%;
   padding: 10px 0;
   font-size: small;
}
#document #content table {
   width: 100%;
   border: 1px solid #D2C9C4;
   border-collapse: collapse;
}
#document #content table caption {
   padding-bottom: 6px;
   text-align: left;
   font-weight: bold;
}
#document #content table thead th {
   border-left: 1px solid #D2C9C4;
   background: #fff url(../img/th.bg.gif) 0 100% repeat-x;
   border-bottom: 1px solid #D2C9C4;
   padding: 6px;
   text-align: left;
   font-size: small;
}
#document #content table tbody td {
   border-left: 1px solid #E4DBD5;
   padding: 4px;
   border-bottom: 1px solid #D2C9C4;
   font-size: small;
}
#document #content dt {
   font-weight: bold;
   float: left;
   width: 33%;
}
#document #content dd {
   padding-left: 10px;
   float: left;
   width: 66%;
}
#document #content table.radio {
   border: 0px;
}
#document #content table.radio tbody tr td {
   border: 0px;
   border-left: 0px;
   border-bottom: 0px;
}
/* Header
----------------------------------------------- */
#document #title {
   float: left;
   padding: 1px 0 6px 15px;
}
#document #status {
   color: #C7B299;
   float: right;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: x-small;
   text-align: right;
   padding-top: 14px;
   padding-right: 15px;
}
#document #status a {
   color: #C7B299;
   text-decoration: none;
}
/* Homepage Modifications
----------------------------------------------- */
#pgHome #container {
   background: url(../img/hdr.ad.jpg) 0 0 repeat-x;
}
#pgHome #sidebar {
   margin-top: 207px;
}
#pgHome #content {
   margin-top: 183px;
}
