@import "/include/style/global.css";

/******************************************************************************
 *** General settings *********************************************************
 ******************************************************************************/

body {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #e8e7e6;
	color: #655b51;
}

h1 { 
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 7px 0;
}

h3 {
	padding: 0 0 5px 0;
	font-size: 11px;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	color: #655b51;
}

h4 {
  padding: 0 0 5px 0;
	font-size: 10px;
	text-transform: none;
  font-style: italic;
	font-weight: normal;
  color: #655b51;
}

a {
	text-decoration: underline;
	color: #655b51;
}

a:hover {
	color: #8d222a;
}

form .text {
  font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  border: 1px solid #655b51;
  padding: 2px;
  height: 13px;
}

form .button {
  font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  border: 1px solid #5d6770;
  padding: 0 0 2px 0;
  height: 18px;
}

.normalTable {
  border-collapse: collapse;
}

.normalTable tr.highlight {
  background: transparent url('submenubg.png') repeat-x top left;
}

.normalTable tr.underline {
  border-bottom: 1px dashed #e8e7e6;
}

.normalTable td {
  padding: 5px;
}


/******************************************************************************
 *** Page layout elements *****************************************************
 ******************************************************************************/

#mainContOuter {
  margin: 20px auto 0 auto;
	width: 900px;
	background-color: #ffffff;
}

#mainCont {
	padding: 15px;
}

#pageBody {
	margin: 20px 0 15px 0;
}

#pageLeftOuter {
	float: left;
	margin: 27px 20px 0 0;
	width: 172px;
	background-color: #e8e7e6;
}

#pageContOuter {
	float: left;
	margin: 0 20px 0 0;
	width: 480px;
}

#pageContOuter.wide {
	width: 655px;
}

#pageContOuter p {
  line-height: 1.4em;
  padding: 0 0 9px 0;
}

#pageRightOuter {
	float: right;
	margin: 27px 0 0 0;
	width: 175px;
}

/******************************************************************************
 *** Header & Footer **********************************************************
 ******************************************************************************/

#header {
  background: transparent url('headerbg.png') repeat-x top left;
	height: 120px;
}

#header, #header a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none; 
	color: #655b51;
}

#header #logo {
	float: left;
	height: 120px;
	width: 220px;	
	background: transparent url('headerlogo.png') no-repeat top left;
}

#header #titleMenu {
	float: right;
	width: 640px;
}

#header #title {
	height: 41px;
	padding: 51px 10px 0 0;
	text-transform: uppercase;
	color: #e8e7e6;
	text-align: right;
}

#header #menu {
	font-size: 9px;
	text-transform: uppercase;
}

#header #menu ul {
	list-style: none;
	float: right;
}

#header #menu li {
	float: left;
}

#header #menu li.selected {
	float: left;
	display: block;
	font-size: 9px;
	padding: 11px 10px 4px 10px;
	color: #e8e7e6;
	background-color: #8d222a;
}

#header #menu ul a {
	float: left;
	display: block;
	font-size: 9px;
	padding: 11px 10px 4px 10px;
}

#header #menu ul a:hover {
	color: #e8e7e6;
	background-color: #8d222a;
}

#footerOuter {
  
  background-color: #8d222a;
  height: 20px;
} 

/******************************************************************************
 *** Sidebar elements *********************************************************
 ******************************************************************************/

/* Sub menu *******************************************************************/
#barESubmenu {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

#barESubmenu ul {
	list-style: none;
}

#barESubmenu li.selected {
	display: block;
	color: #e8e7e6;
	background-color: #655b51;
	padding: 11px 10px 4px 10px;
}

#barESubmenu li.selected a, #barESubmenu li.selected a:hover {
	display: block;
	color: #e8e7e6;
  background: #635a52;
  padding: 0;
}

#barESubmenu ul a {
	display: block;
	color: #655b51;
	text-decoration: none;
  background: transparent url('submenubg.png') repeat-x top left;
	padding: 11px 10px 4px 10px;
}

#barESubmenu ul a:hover {
	color: #e8e7e6;
  background: #635a52;
}

/******************************************************************************
 *** Peoplelist styling *******************************************************
 ******************************************************************************/

.peopleList {
  line-height: 1.4em;
}


.peopleList .beforeCat {
	font-size: 0;
  padding: 0 0 5px 0;
}

.peopleList .afterCat {
	font-size: 0;
  padding: 0 0 15px 0;
}

.peopleList .peopleCard {
	padding: 10px;
	margin: 0 15px 15px 0;
  border: 2px solid #655b51;
	width: 285px;
	float: left;
	background-color: #e8e7e6;
}

.peopleList .peopleCard img {
	float: left;
	margin: 0 10px 0 0;
}

.peopleList .peopleCard div {
	padding: 0 0 3px 0;
	margin: 0;
}

.peopleList .peopleCard .name {
	font-weight: bold;
	text-transform: uppercase;
  padding: 0 0 5px 0;
}

.calitem {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #e8e7e6;
}

.calitem * {
	margin: 0;
	padding: 0;
}

.calitem h1, .gallery h1 {
  padding: 0 0 5px 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
  color: #8d222a;
}

.calitem h4 {
	font-size: 11px;
  padding: 0 0 5px 0;
}

.calitem .readmore, .calitem .readmore a {
	font-size: 10px;
	text-transform: none;
  font-style: italic;
	font-weight: normal;
  color: #655b51;
}

.calitem .date, .calitem .location {
  padding: 0 0 5px 0;
	font-size: 10px;
	text-transform: none;
  font-style: italic;
	font-weight: normal;
  color: #655b51;
}
  
#footerOuter {
	color: #e8e7e6;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

#footer {
  font-size: 10px;
  padding: 4px 0 0 0;
}

#barENewsSignupOuter {
  padding: 10px;
}

#barENewsSignupOuter p {
  padding: 0 0 5px 0;
  font-size: 10px;
}

#barENewsSignupOuter .text {
  width: 146px;
}

#barENewsSignupOuter .button {
  width: 72px;
}

#loginbox {
  Padding: 40px 0;
}

#errbox {
  Padding: 20px 0px;
  color: red;
}

.hrdashed {
  height: 1px;
  border: none 0;
  border-top: 1px dashed #e8e7e6;
  height: 1px;
}
