@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

/***************************/
/***************************/
/***************************/
/* HTML Tags */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #ced7de;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #f60;
	font-size: 1.6em;
	font-weight: bold;
	padding:0 0 .5em 0;
	line-height:1.2em;
}
h2 {
	color: #f60;
	font-size: 1.4em;
	font-weight: bold;
	padding:.3em 0 .1em 0;
	line-height:1.2em;
}
h3 {
	color: #f60;
	font-size: 1.2em;
	font-weight: bold;
	padding:.8em 0 .1em 0;
}
h4 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	padding:.8em 0 .1em 0;
}
ul {
}
a, a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #000;
}
/***************************/
/***************************/
/***************************/
/* Structure */
#outerWrapper {
	background-color: #fff;
	margin: 1.0em auto 0 auto;
	text-align: left;
	width: 925px;
}
#outerWrapper #header {
	background-color: #333;
	height: 25px;
}
/***************************/
/***************************/
/***************************/
/* Search */
#outerWrapper #search {
	background: url(/images/orange-dark.gif) no-repeat;
	background-color: #fff;
	padding:1.0em 1.0em 1.0em 1.0em;
	text-align:right;
	margin:0;
	border-bottom:solid #fff 1px;
	border-top:solid #fff 1px;
	vertical-align:middle;
	height:22px;
}
/***************************/
/***************************/
/***************************/
/* Feature Area -- new site */
#outerWrapper #feature {
	padding:0;
	margin:0;
	height:215px;
	border-right:solid #fff 1px;
	/*background-image:url(/images/bg-feature-950.gif);*/
}
#outerWrapper #feature #featureArea { /* use for large image */
	float:right;
	width:761px;
	margin:0;
	padding:0;

}
#outerWrapper #feature #featureArea img { /* use for large image */
	margin:0;
/*	padding:7px 0 0 0;*/
padding:0;

}

/***************************/
/***************************/
/***************************/
/* Logo */
.logoHome { /* homepage */
	margin:-78px 0 0 0;
	padding:0px 0px 10px 17px;
	float:left;
	position:absolute;
	z-index:2;
}
#outerWrapper #subpageContentWrapper #leftColumn #logo {
/* not being used */
}
.logo { /*secondary pages only */
	margin:-90px 0 0 0;
	padding:0px 0px 10px 5px;
	float:left;
	position:absolute;
	z-index:2;
}
/***************************/
/***************************/
/***************************/
/* Homepage Structure */
#outerWrapper #contentWrapper #leftColumn {
	background-color: #fff;
	float: left;
	padding: 10px;
	width: 30%;
}
#outerWrapper #contentWrapper #rightColumn {
	background-color: #fff;
	float: right;
	padding: 10px;
	width: 30%;
}
#outerWrapper #contentWrapper #content {
	margin: 0 310px 0 310px;
	padding: 10px;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
/***************************/
/***************************/
/***************************/
/* Subpage Structure */
#outerWrapper #subpageContentWrapper #leftColumn {
	float: left;
	padding: 1.0em 1.0em 1.0em 1.0em;
	width: 175px;
	margin: 0;
}
#outerWrapper #subpageContentWrapper #content {
	margin:0px 20px 5px 200px;
	padding: 1.0em 1.0em 1.0em 1.0em;
}
#outerWrapper #subpageContentWrapper #content #breadcrumb {
	visibility:visible;
	font-size:.9em;
}
#outerWrapper #subpageContentWrapper #content #breadcrumb img {
	padding:0 5px 0 5px;
	width:12px;
	height:8px;
}
#outerWrapper #subpageContentWrapper #rightColumn {
	background-color: #fff;
	float: right;
	padding: 3.0em 1.0em 1.0em 1.0em;
	margin:0;
	width: 5px;
}
/***************************/
/***************************/
/***************************/
/* Footer */
#footer {
	width:925px;
	background-color: #ced7de;
	padding: 1.0em 0 1.0em 0;
	margin: 1.0em auto 0 auto;
	text-align: left;
	font-size:.9em;
}
#footer img {
	float: right;
	border:0;
	margin:-.8em 0 1.0em 0;
	padding:0;
}
#footerLogos {
	width:925px;
	background-color: #ced7de;
	padding: 1.0em 0 1.0em 0;
	margin: 0 auto 0 auto;
	font-size:.9em;
}
#footerLogos img {
	border:0;
	padding:3px;
}
/***************************/
/***************************/
/***************************/
/* Pictures & Callouts */
#content .picture {
	margin:5px 0 2px 5px;
	padding:3px 3px 3px 3px;
	border:solid 1px #c1c1c1;
	text-align:center;
	background-color:#eee;
}
#content .callout {
	margin:10px 0 2px 10px;
	padding:0 5px 0 5px;
	border:solid 1px #c1c1c1;
	background-color:#f7f7f7;
	width:250px;
	float:right;
}
#content .callout img {
	text-align:center;
	padding:2px;
	border:0;
}
#content .callout h2 {
	text-align:center;
}
#content .caption {
	font-size:.9em;
	color:#333;
	text-align:center;
}
#content .highlight {
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	border:solid 1px #f60;
	width:350px;
	text-align:center;
}
#content .highlight img {
	text-align:center;
	padding:4px;
	border:0;
}
#content .highlight h3 {
	padding-top:2px;
	background-color:#f60;
	color:#fff;
}
#content .highlight p {
	text-align:left;
	padding:2px;
}
.boxHome h3 {
	color: #333;
}
.boxHomeOrange h3 {
	color: #333;
}
.pictures img {
	padding:2px 10px 25px 0;
	width:110px;
	height:80px;
}
.faces {
	float:left;
	width:100px;
	padding:5px;
}
.faces img {
	border:0;
}
.facesHome {
	float:left;
	width:100px;
	padding:0;
	margin:0;
	height:150px;
}
.facesHome img {
	border:0;
}
/***************************/
/***************************/
/***************************/
/* Class Styles */
.box {
	border:solid 1px #c1c1c1;
	padding: .5em .5em .5em .5em;
	margin:.8em 0 1.5em 0;
	min-height:500px;
}
.boxHome {
	border:solid 1px #c1c1c1;
	padding: .7em;
	margin:.8em 0 1.5em 0;
}
.boxHomeGrey {
	padding: .5em .5em .5em .5em;
	margin:.8em 0 1.5em 0;
	background-color:#ebebeb;
}
.boxHomeOrange {
	padding: .7em;
	margin:.8em 0 2em 0;
	background:url(../images/fade.gif) top no-repeat;
	border-left:1px solid #f60;
	border-bottom:5px solid #f60;
}
.floatLeft {
	padding:2px; 
	margin:2px; 
	float:left;
}
.boxLeftHome {
	padding: .5em .5em .5em .5em;
	margin:.8em 0 1.5em 0;
}
h2.fadeHomeWhite {
	color:#fff;
	margin:0;
	padding:0;
}
h2.fade {
	background:url(/images/fade.gif) repeat-y;
	height:20px;
	padding:2px 0 2px 3px;
	margin:20px 0 10px 0;
	color:#fff;
}
#subpageContentWrapper .box h2.fade a {
	text-decoration:none;
	color:#fff;
}
#subpageContentWrapper .callout h2 {
	text-align:left;
	color:#333;
	background:none;
}
.slideshow {
	border:0;
	padding:0;
	margin:0;
}
.leftImage {
	float:left;
	padding: 0 5px 0 0;
}
.videosHome p {
	height:120px;
}
.videosHome img {
	float:left;
	margin:3px 5px 15px 0;
	padding:2px;
	border:1px solid #999;
}
/***************************/
/***************************/
/***************************/
/* Timeline Styles */
#bubbleImage {
	float:left;
}
.test {
	font-weight:bold;
}
.timeline-event-bubble-title {
	font-size:1.5em;
	color:#f60;
	text-transform:capitalize;
	line-height:1.1em;
}
.timeline-event-bubble-body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:.5em;
}
.timeline-event-bubble-image {
	padding: 3px;
	float:left;
}
.credit {
	font-size:.8em;
	color:#999;
}
.year {
	font-weight:bold;
}
/***************************/
/***************************/
/***************************/
/* Logo Rotator */
