/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

.header-group-wrapper  {
  background:none repeat scroll 0 0 #fff;
}

.header-group-inner {
  padding: 5px 0 5px;
}

.header-primary-menu-wrapper  {
  background:none repeat scroll 0 0 #455F6F;
  border-bottom:5px solid #D4A978;
}

#logo {
  margin-top: -5px;
}

table.frontpagetable {
  margin-top:10px;
}

table.frontpagetable td {
  padding:0px;
  height: 150px;
  width:50%;
}

table.frontpagetable td div {
  text-align:center;
  vertical-align: middle;
  background-image: url(../images/front-table-bg.png);
  margin: 10px;
  border: 1px solid #B0C7D0;
}


