@charset "utf-8";
/* /css/objects.css */

/* ---------------- global layout ---------------- */

#wrapper-outer {
    display: table;
    margin: auto auto;
    width: 980px; 
/*    border: solid #999 thin;*/
}

#header {
    /*display: table-row-group;*/   
    width: 100%;
/*    border: solid #F44 thin;
	text-align: right;*/
}

#header-banner-wrapper {
    /*height: 110px;*/
    display: table-row;
}

#breadcrumb {
/*	position: relative; */
	text-indent: 10px;
/*	top: 180px;
	left: 10px;*/
	font-size: 9pt;
	display: table-row;
}

#wrapper-inner{
    /*display: table-row;*/
    position: relative;
    margin-top: 50px;
/*  width: 100%;
    border: solid #4F4 thin;*/
}

#col-left {
    display: table-cell;
    width: 150px;
    vertical-align: top;
/*    border: solid #44F thin;*/
}

#col-middle {
    display: table-cell;
    width: 810px;
    padding-left: 18px;
/*    border: solid #4FF thin;*/
}

#col-left-middle {
    display: table-cell;
    width: 960px;
    margin-top: 5px;
/*    border: solid #4FF thin;*/
}

#col-right {
    display: table-cell;
    width: 0px;
    margin-top: 5px;
/*    border: solid #F4F thin;*/
}

#footer {
    display: table-row;
    /*width: 100%;*/
    height: 50px;
/*    border: solid #444 thin;*/
}

/* --------------- TEMPLATE ELEMENTS ---------------- */

#logo {
    display: table-cell;
    width: 260px;
}

#logo img {
    border: 0;
    top: 0px;
}

#header-banner {
    display: table-cell;
    padding-left: 500px;
}

#nav-ul {
    position: absolute;
    padding: 10px ;
	border-top: solid 1px orange;
    border-bottom: solid 1px orange;
    padding: 4px 0px 4px 0px;
    width: 960px;
}

#nav {
    margin-top: 10px;
    width: 980px;
}

#sub-nav {
	/*width: 960px;*/
	vertical-align: top;
	margin: auto auto;
}

#nav-sub-ul {
	position: absolute;
	font-weight: bold;
}

#search {
    position: absolute;
    left: 20px;
    top: 90px;
}

#form-search {
    display: inline;
}

#label-search {
    vertical-align: bottom;
}

#form-input-search {
    width: 130px;
}

#form-btn-submit {
  width: 13px;
  height: 11px;
  border: 0;
  background:  transparent  url(../img/search-button.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
}

#panel-heading {
	background: #ec1f27 url(../img/panel-section-bg1.png) no-repeat top;
}

#calendar {
	margin: 2px 0 0 15px;
	padding: 0 0 10px 0;
	font-size: 1.1em;
}

#calendar td {
	width: 20px;
}

#copyright {
	margin: 20px 0 0 210px;
	font-size: 0.8em;
	color: #888;
}

#proverb {
	width: 334px;
	height: 169px;
	background-image: url("../userfiles/image/wisdom-glyphs.png");
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
}
