* {
	margin: 0;
}
html {
	overflow: scroll;
	overflow-x: auto;
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.7em;
	padding: 0;
	margin: 0;
	background: url('images/grad_body_no_sidenav.gif') repeat-y 50% #858585;
	height: 100%;
}
p {
	padding: 0 0 0 1em;
}

a:link, a:visited {
	color: #a4373c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #197ba9;
	margin-top: 0;
	letter-spacing: 0.5px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
}
h1 {
	font-size:1.5em;
	margin-bottom: 1em;
}
h2 {
	font-size:1.2em;
	margin-bottom: 0.5em;
}
h3 {
	font-size:1.0em;
	margin-bottom: 0.5em;
}

blockquote {
	padding: 3px 5px 5px 5px;
	background: #e9f9f0;
	font-style: italic;
	margin: 0 10px 0 10px;
	border: 1px solid #c8ead7;
}

samp {
	font-size: 1.2em;
}

ul, ol {
	padding: 0;
	margin: 0;
}

#site_container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5em; /* the bottom margin is the negative value of the footer's height */
}
#bg_wrapper {
}
#inner_wrapper_top {
	width: 998px;
	margin: 0 auto 0 auto;
}

/*  ####  TABLE ELEMENTS  #### */

td {
	/*font-size:0.7em;*/
}
.staff_detail_table td {
	/*font-size:0.7em;*/
	padding-bottom: 0.5em;
}

#grid {
	border-collapse: collapse;
}
#grid, #grid td {
	font-size: 1.0em;
	line-height: 120%;
}

/*  #### FORM ELEMENTS #### */

input, textarea {
	border:1px solid #999;
	padding: 1px;
	background: #f4f4f4;
}

input, select, textarea {
	color: #333;
}

/*  ######  NAVIGATION  ###### */

#main_navigation_container { /* DO NOT ALTER! */
	font-size: 1.5em;
	border-bottom: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	width: 998px;
	background: url('images/main_nav_back.gif') no-repeat #ccc;
}
#main_navigation { /* DO NOT ALTER! */
	display: table;
	height: 1%; /* fixes Peekaboo bug in IE 6 */
	background: url('images/grey_dot.gif') repeat-x 0 1.2em;
	font-size: 1.1em;
}
#main_navigation span { /* DO NOT ALTER! */
	background: url('images/grey_dot.gif') repeat-y left;
	cursor: default;
}
#main_navigation a, #top_bar {
    text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #505050;
}
#main_navigation a:hover, #top_bar a:hover {
	/*color: #666;*/
}
#main_navigation a { /* DO NOT ALTER! */
	color: #666;
	font-size: 0.6em;
	vertical-align: 0.2em;
	white-space: nowrap;
}
#main_navigation a.menuItemOver {
	/*background: #fff !important;*/
}
#main_navigation span.active {
	background: url('images/grey_dot.gif') repeat-y left #ab0808;
}
#main_navigation span.active a {
	color: #fff !important;
}
#sidenav {
	/*display: inline;
	float: left;
	position: relative;*/
	width: 189px;
	overflow: hidden;
	font-family:  Arial, Verdana, Tahoma, Helvetica;
	font-size: 1.1em;
	/* background: url('images/tree_menu_vert_line.gif') 6px -8px no-repeat;*/
	background: url('images/grad_back_sidenav.gif') repeat-y;
}
#sidenav a {
	padding: 2px;
}
#sidenav a:link, #sidenav a:visited {
	color: #a4373c;
}
a.menuItemOver {
	background: #ab0808;
	color: #fff !important;
}
#sidenav table {
	width: 174px;
}

#additionalNav {
	font-size: 0.9em;
	line-height: 150%;
	font-family:  Arial, Verdana, Tahoma, Helvetica;
}
#additionalNav span.menuItemOver {
	background: #ab0808;
}
#additionalNav span.menuItemOver a:link, #additionalNav span.menuItemOver a:visited {
		color: #fff !important;
}
#additionalNav span {
	padding: 2px;
	/*border-left: 1px solid #bfbfbf;
	display: block;
	float: left;*/
	white-space: nowrap;
	font-weight: bold;
}
#additionalNav a:link, #additionalNav a:visited {
	color: #a4373c !important;
}
/*  HEADER AND BANNER  #### */

#logo_banner{
	/*clear: both;*/
	height:149px;
	background: url('images/banner.jpg') left top no-repeat;
	position: relative;
}

/* ####  CONTENT  #### */
#main_page_wrapper {
	width: 998px;
	margin: 0 auto 0 auto;
	background: #fff;
}
#main_page {
	/*position: relative;
	top: -2px !important;
	top: -3px;*/
	clear: both;
}
#content_area {
	text-align: left;
	 /*height: 1%; fixes Peekaboo bug in IE 6 */
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica;
	font-size:1.2em;
	padding-bottom: 10px;
}
#content {
	padding: 10px 10px 0 10px;
	line-height: 150%;
	/*position: relative;*/
}
#content a:link, #content a:visited {
	color: #0000ff;
}
#content ul, #content ol {
	padding-left: 40px;
}
#content li {
	/*display: inline-block;*/
}
#content ul li {
	list-style-image: url('images/bullet2.gif');
}
#content ol li {
	list-style-image: none;
}
#content_footer {
	visibility: hidden;
}

.newsColumn {
	width:200px;
	float: right;
	background: url('images/news_column_back.gif') repeat-y;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	margin-left: 10px;
	margin-bottom: 1em;
	font-size: 0.9em;
}
.newsColumn p {
	margin: 0;
	padding-left: 8px;
	color: #73714f;
}
.newsColumn p.headline {
	color: #73714f;
	margin-left: 5px;
}
.newsColumn .newsColumnInner {
	position: relative;
	padding: 0 5px 0 0px;
}
.newsColumn .newsEventsHeading {
	text-transform: uppercase;
	color: #585526;
	letter-spacing: 1px;
	margin: 4px 0 4px 6px;
	padding-bottom: 3px;
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
}
.newsColumnFooter {
	background: url('images/news_column_footer.gif') no-repeat;
	height: 3px;
	float: right;
	width: 200px;
}

#staffBio {
	border-top:1px solid #999;
	padding:10px 0 10px 0;
	line-height:150%;
}

/* ####  FOOTER  #### */

.push {
	height: 5em; /* .push must be the same height as .footer */
}

#footer {
	background: url('images/footer_back.gif') no-repeat top #ededed;
	height: 5em; /* .push must be the same height as .footer */
	width: 998px;
	margin: 0 auto 0 auto;
	line-height: 2em;
	color: #999;
}

#footer a:link, #footer a:visited {
	color: #999;
}

/* #### DROP SHADOW #### */

/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/

.ydsf {
	display: block;
	position: relative;
	margin: 10px -10px -10px 10px;
	background: url('images/shadow.gif') right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -10px;
	top: -10px;
	background: #f8f8f8;
}

/* helper classes (not YDSF related) */

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { float: right; }

/* ####  MISCELANEOUS ELEMENTS  #### */

.smaller {
	font-size: 0.8em;
}

#tooltip {
	position: absolute;
	background: #ffffd8;
	border: 1px solid #ccc;
	padding: 2px;
	visibility: hidden;
	color: #666;
	/*font-size: 1.1em;*/
	font-family: tahoma, verdana, arial;
	line-height: 150%;
	white-space: nowrap;
}

#searchbox {
	font-weight: bold;
	color: #a4373c;
	position: absolute;
	top: 100px;
	left: 420px;
}
#searchbox form {
	/*line-height: 30px;*/
	padding: 0;
    margin: 0;
}
#searchbox form input {
	
}

.highlight {
	text-decoration: underline;
	font-weight: bold;
}

#breadcrumbs {
	padding: 10px 0 0 10px;
	color: #808080;
	font-size: 0.8em;
	font-family:  Arial, Verdana, Tahoma, Helvetica;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #808080;
}

.back {
	color: #ff6600 !important;
	background: url('images/left_arrow.gif') no-repeat 0 0.3em;
	padding-left: 12px;
}

.top {
	color: #a4373c !important;
	background: url('images/up_arrow.gif') no-repeat right;
	padding-right: 26px;
	float: right;
	height: 2em;
	font-weight: bold;
}
.top:hover {
	text-decoration: none;
}

.next {
	color: #ff6600 !important;
	background: url('images/right_arrow.gif') no-repeat right;
	padding-right: 12px;
	padding-bottom: 2px;
}

.print {
	color: #7f7f7f !important;
	background: url('images/print_icon.gif') no-repeat left;
	padding-left: 22px;
	padding-bottom: 2px;
}

.hidden {
	display: none;
}

.tableRow {
	display: table-row;
}

.phpdigHighlight { 
	text-decoration: underline;
	font-weight: bold;
}

.phpdig_fullurl {
	color: #999;
	padding-bottom: 1em;
}

.xls {
	background: url('images/xls.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}
.pdf {
	background: url('images/pdf.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}
.ppt, .pps {
	background: url('images/ppt.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}
.doc, .docx {
	background: url('images/doc.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}
.mp3 {
	background: url('images/mp3.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}
.file {
	background: url('images/file.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}
.zip {
	background: url('images/zip.gif') no-repeat;
	padding-left: 18px;
	padding-bottom: 2px;
}
.email {
	background: url('images/email_icon.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}

.resource {
	background: url('images/page_icon.gif') no-repeat right;
	padding-right: 20px;
	padding-bottom: 2px;
}

.video {
	background: url('images/webcast_icon.gif') no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}

.new_window {
	background: url('images/new_window.gif') no-repeat right;
	padding-right: 14px;
	padding-bottom: 2px;
}

.caption {
	color: #999;
	font-style: italic;
}

.dhtmlgoodies_question{	/* Styling question */
	padding-left:5px;
	padding-top:9px;
	/*position:relative; leave out - fixes peekaboo bug */
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	/*position:relative; leave out - fixes peekaboo bug */
}

.ascending {
	background: url('images/sort_asc.gif') no-repeat right;
	padding-right: 18px;
	padding-bottom: 2px;
}

.descending {
	background: url('images/sort_desc.gif') no-repeat right;
	padding-right: 18px;
	padding-bottom: 2px;
}

.list_next {
	background: url('images/next.gif') no-repeat right;
	padding-right: 12px;
	padding-bottom: 2px;
}

.list_previous {
	background: url('images/previous.gif') no-repeat left;
	padding-left: 12px;
	padding-bottom: 2px;
}

.width780 {
	width: 780px;
}
.width750 {
	width: 750px;
}

.side_nav {
	background-image: url('images/grad_body.gif');
}

/* ####  PRINT STYLES  #### */

@media print {
	.noprt, .push {display: none;}

	#bg_wrapper {
    	border-top: none;
		border-bottom: none;
	}
	#site_container {
		width: 648px;
		border-right: none;
		border-left: none;
		margin-left: 0;
    	margin-right: 0;
	}
	#content_area, #content {
		padding: 0;
	}
	#content_area {
		width: 100%;
	}
	.width780 {
		width: 100%;
	}
	.width750 {
		width: 100%;
	}
	.print {
		display:none;
	}
}