html, body
{
  height: 100%;
  width: 100%;
  background-color: #dddbd9;
}
body,
input.text,
textarea
{
  font: 15px Times;
  line-height: 140%;
  color: #333;
}
body {
  text-align: center;
}



/* common styles */

a:link,
a:visited { 
  color: #c42100;
}

p { margin-bottom: 10px; }

h2
{
  font-size: 15px;
  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 9px no-repeat;
}

p title{
font-size:16px;}

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

div#header-brand-image
{
    height: 192px;
}

div#header
{
    height: 235px;
}

div#topbar
{
  height: 31px;
  background-color: #dddbd9;
  padding-left: 15px;
  font-size: 12px;
  border-bottom: 1px solid #dddbd9;
  color: #6c6664;
}

#topbar-cell{ margin-top: 13px;}

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: 10px;
  width: 900px;
  padding: 25px 0;
}

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

.contentpaneopen { width: 930px; }

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

div#breadcrumbs,
div#breadcrumbs a
{
    color: #6e3e35;
}

/* footer */
div#footer
{
  position: relative;
  font-family: arial;
  height: 50px;
  background-color: #171616 ;
  padding: 20px;
  font-size: 12px;
}

div#footer a:link, div#footer a:visited, div#footer {
  color: #fff;
}

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

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

#footer .counter { 
  position: absolute;
  width: 190px;
  height: 45px;
  right: 10px;
  top: 70px;
}

/* mainmenu */

div#mainmenu
{
    height: 33px;
    margin-top: 1px;
    background-color: #8f1800;
    width: 980px;
}

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

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

div.mainmenu-buttons a, div.mainmenu-buttons a:hover, div.mainmenu-buttons a:visited
{
  font-family: arial;
  color: #fff;
  text-decoration: none;
  line-height: 13px;
}

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

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

div.mainl a {
  color:#7D230A;
}

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

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

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:link,
div#mainmenu li ul li a:visited
{
  color: #fff;
  padding: 0px;
  font-weight: normal;
  text-decoration: underline;
}

li.menu-hover
{
  background-color: #520e00;
}

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



/* content */

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


/* tables */

table.table-styled 
{
  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 #dddbd9;  
}

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

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


/* forms */

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

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

form.styled div {
  clear: both;
}

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

form.styled textarea {
  height: 105px;
}

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

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;
}
