html, body
{
  height: 100%;
  width: 100%;
  background: #634230 url(../images/bg.jpg) left top;
}
body,
input.text,
textarea
{
  font: 13px Arial;
  line-height: 140%;
  color: #333;
}
body {
  text-align: center;
}

body, th, td { 
  font-size: 14px;
}



/* common styles */

a { 
  color: #004fd1;
}

p { margin-bottom: 10px; }

h2
{
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin: 10px 0px;
}


h4 {
  color: #1B2123;
  font-weight: bold;
  font-size: 13px;
  background-color: #3a4780;
  padding: 7px;
  margin-top: 10px;
}


ul{
  margin: 10px 0px;
}

ul li
{
  padding-left: 8px;
  background: url(../images/bullet.gif) 0px 8px no-repeat;
}

p title{
font-size:16px;}

/* page markup */
div#container
{
  margin: 0px auto;
  text-align: left;
  width: 980px;
  background-color: #FFFFFF;
}

div#header-brand-image
{
    height: 243px;
    border-bottom: 1px solid #fff;
}

div#header
{
    height: 348px;
}

div#topbar
{
  height: 152px;
  background: #fff url(../images/top.jpg) left top no-repeat;
  border-bottom: 1px solid #fff;
}

#topbar a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}



div#header-logo
{
    float: left;
    width: 240px;
    background-color: #BDCAD0;
    text-align: center;
    padding-top: 30px;
    height: 125px;
    color: #314046;
    font-size: 18px;
    line-height: 35px;
}

div#content
{
  margin-left: 40px;
  width: 860px;
  padding: 25px 0;
}

#content ul li { 
  margin-bottom: 11px; 
}

.contentpaneopen { width: 100%; }

div#breadcrumbs
{
    font-size: 11px;
    margin-bottom: 10px;
}

div#breadcrumbs,
div#breadcrumbs a
{
    color: #004fd1;
}

/* footer */
div#footer
{
  height: 115px;
  background-color: #dcd8d6;
  padding: 20px;
  font-size: 12px;
}

div#footer a, div#footer {
  color: #3e291a;
}

div#footer-credits
{
  float: right;
  width: 115px;
  height: 35px;
  margin-top: 40px;
  background: url(../images/logo_site4all.gif) right center no-repeat;
  padding-right: 65px;
   
}

div#footer-credits a, div#footer-credits a:hover
{
  color: #82756b;
  font-size: 11px;
  line-height: 14px;
}

/* mainmenu */

div#mainmenu
{
  padding-left: 30px;
  height: 33px;
  margin-top: 1px;
  background-color: #84c225;
  width: 950px;
}

div#mainmenu ul
{
  font-size: 14px;
  margin: 0px;
}

div.mainmenu-buttons
{
    float: right;
    border-left: 1px solid #4e7216;
    padding: 5px 18px 4px 18px;
    height: 23px;
    text-align: center;
    font-size: 10px;
}

div.mainmenu-buttons a, div.mainmenu-buttons a:hover
{
    color: #121809;
    text-decoration: none;
    line-height: 13px;
}

div#mainmenu li
{
    float: left;
    text-align: center;
    line-height: 33px;
    border-right: 1px solid #4e7216;
  	border-bottom: none;
    padding: 0px;
    background-image: none;
}

div#mainmenu li.last {
  border : 0;
}

div#mainmenu li a
{
    display: block;
    font-weight: normal;
    font-size: 15px;
    padding: 0 20px;    
    color: #121809;
    text-decoration: none;
}

div#mainmenu li ul
{
    z-index: 10;
    position: absolute;
    display: none;
    background-color: #5e4328;
}

div#mainmenu li ul li
{
    line-height: 20px;
    display: block;
    float: none;
    border: none;
    text-align: left;
    margin: 5px 10px;
    padding: 3px;
}

div#mainmenu li ul li a
{
  color: #fff;
  font-size: 13px;
  padding: 0px;
  font-weight: normal;
  text-decoration: underline;
}

li.menu-hover
{
  background-color: #5e4328;
}

li.menu-hover a span { 
  color: #fff;
}



/* content */

td.contentheading h2, .componentheading, h1
{
  font-size: 32px;
  color: #84c225;
  margin: 15px 0px;
  font-weight: normal;
  line-height: 35px;
}
.contentheading {
  font-size: 22px;
  color: #0089ca;
  margin: 15px 0px;
  font-weight: normal;
}


/* tables */

table.table-styled 
{
  font-size: 13px;
  border-collapse: collapse;
  border: 0;
}

table.table-styled caption
{
  background-color: #dfe2e3;
  color: #d8d8ce;
  font-size: 18px;
  margin-bottom: 1px;
  text-align: center;
  padding: 7px 14px;
}



table.table-styled td, table.table-styled th
{
  padding: 4px 14px;
  border: 2px solid #fff;  
}

table.table-styled th
{
  text-align: left;
  background-color: #8f7457;
  font-weight: bold;
  color: #FFFFFF;
}

table.table-styled td {
  background-color: #e3ddd1;
}


/* forms */

form.styled, .form-styled {
  clear: both;
  width: 350px;
  padding: 20px;
  background-color: #e3ddd1;
}

form.styled label, .form-styled label { 
  float: left;
  width: 100px; 
}

form.styled div, .form-styled div {
  clear: both;
}

form.styled input.text, .form-styled input.text{
  height: 20px;
  line-height: 20px;
}

form.styled textarea {
  height: 105px;
}

form.styled input.text, form.styled textarea, form.styled select,
.form-styled input.text, .form-styled textarea, .form-styled select {
  width: 245px;
  margin-bottom: 10px;
  border: 1px solid #87877e;
}

form.styled input.submit,
.form-styled input.submit {
  float: right;
} 

/* pager */
.pager {
  margin: 10px 30px 10px 0;
  text-align: right;
  font-size: 11px;
}

.pager a, 
.pager span{
  margin: 0 6px;
}

.pager span a{
  margin: 0;
}

.pager span.prev {
  padding-left: 13px;
  background: transparent url(/tpl/default/images/l1.gif) 0 4px no-repeat;
}

.pager span.next {
  padding-right: 13px;
  background: transparent url(/tpl/default/images/g1.gif) 100% 4px no-repeat;
}

.index_table {
  position: relative;
  left: -26px;
  background: none; 
  border-collapse: separate;
  border-spacing: 26px !important;
}

.index_table p { 
  padding: 4px 10px 0px 4px; 
  line-height: 12px;
}

.index_table td { 
  background: #634230 url(../images/bg.jpg) left top;
  font-size: 11px;
}
.index_table td,
.index_table td a {
  color: #fff;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { *display: inline-block; _width: 100%; }

