/***************************************** 
 * Local site styles
 ****************************************/

/****************************************
 * Header
 ****************************************/

/*#header {
	height: 163px;
}*/

/* Site Title */

/*#header h2#sitetitle {
	bottom: 18px;
}*/
/*#header h3#powered {
	top: 143px;
	bottom: 3px;
	color: #000;
	font-size: 0.725em;
	font-weight: normal;
	left: 8px;
	position: absolute;
	z-index: 2;
}*/

/****************************************
 * Breadcrumb Navigation
 ****************************************/
 
/*#breadcrumb {
	margin: 0 0 15px 0;	
	font-size:0.75em;
	width:530px;*/
	/*float:left;*/
/*}*/

/****************************************
 * Basic Table
 ****************************************/

#column2 table {
	width: 100%;
}
#column2 table th {
	border-bottom: 2px solid #ccc;
	padding: 5px;
}
#column2 table td {
	border-bottom: 1px solid #ccc;
	padding: 7px 12px 7px 5px;
}
#column2 table h5 {
	margin: 0;
	font-weight: normal;
}
#column2 table .shade {
	background-color: #ededed;
}

/* Staff List */

#column2 table.tbl_staff th {
	font-size: 1.500em; /* 18px */
	font-weight: normal;
	padding: 15px 0 15px 13px;
}
#column2 table.tbl_staff td {
	padding: 10px 5px 10px 13px;
}

/****************************************
 * Generic Classes
 ****************************************/

a[href$='.pdf'] {
	background: none;
	padding: 0;
}
a.pdf {
	background: url(../global/img/icons/pdf.png) no-repeat;
	padding: 0 0 2px 21px;
}

/****************************************
 * Page-Specific Styles
 ****************************************/
 
/* Homepage */

body#home #column2 .box h4 {
	font-size: 1.167em;
	margin: 12px 0 15px 0;
} 
 
/* Reports: Glossary */

#column2 dl.glossary dd {
	margin: 0;
}
#column2 dl.glossary dt {
	margin: 20px 0 0 0;
}


/* Image Header Content pages */

#image_hd_content {
	width: 515px;
	background: url(../img/hd/tier_hd_bg.jpg) no-repeat;
	padding: 130px 15px 0px 0px;
	min-height:530px;
}


#image1_hd_content {
	width: 515px;
	background: url(../img/tier_hd_bg1.jpg) no-repeat;
	padding: 130px 15px 0px 0px;
}
#image2_hd_content {
	width: 515px;
	background: url(../img/tier_hd_bg2.jpg) no-repeat;
	padding: 130px 15px 0px 0px;
}
#image3_hd_content {
	width: 515px;
	background: url(../img/tier_hd_bg3.jpg) no-repeat;
	padding: 130px 15px 0px 0px;
}
#image4_hd_content {
	width: 515px;
	background: url(../img/tier_hd_bg4.jpg) no-repeat;
	padding: 130px 15px 0px 0px;
}
#image5_hd_content {
	width: 515px;
	background: url(../img/tier_hd_bg5.jpg) no-repeat;
	padding: 130px 15px 0px 0px;
}
#image6_hd_content {
	width: 515px;
	background: url(../img/tier_hd_bg6.jpg) no-repeat;
	padding: 130px 15px 0px 0px;
}
.zebra {
}

sup { 
	position: relative;
	top: -0.5em;
	font-size: 80%;
}

.contact-info {
    top:-40px;
    position: relative;
    background-color: #eee;
    padding: 10px;
}
#content .contact-info p {
    margin-bottom: 0;
}
#content h5 {
    border-bottom: 1px solid #191919;
}