/* 
BC.EDU GLOBAL STYLESHEET - NOAH KUHN
Styles should read POSITIONING - COLORING - TEXT
Updated by Nicolae Herrera: 02.28.7
*/
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #DFD4BC;
	font: normal 65% Verdana, Arial, sans-serif;
	text-align: center;
	color: #333;
	}
a, a:link, a:visited, a:active {
	color: #900;
	background-color: inherit;
	text-decoration: underline;
	}
a:hover {
	background-color: inherit;
	color: #BB2800;
	text-decoration: none;
	}
h3 a, h3 a:link, h3 a:visited, h3 a:active {
	text-decoration: none;
	}
h3 a:hover {
	text-decoration: underline;
	}
img {
	padding: 1px;
	border: 1px solid #C2BDB3;
	background: #fff;
	color: #000;
	}
img.original {
	padding:0 !important;
	border:0 !important;
	background:transparent !important;
	}	
.clear { 
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
	margin-top: -1px; 
	}
.left {
	float:left;
	margin-right:10px;
	}
.right {
	float:right;
	margin-left:10px;
	text-align:right;
	}

#footer {
	width: 73em;
	margin: 0 auto;
	padding: 7px 15px;
	color: #666;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	background: inherit
	}
#footer p {
	margin: 0;
	padding: 15px 0;
	}
	
#header {
	position: absolute;
	top: 0;
	left: 15px;
	height: 59px;
	}
#header .motto {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-indent: -2727px;
	}
#header h1 {
	display: none;
	}
#header span.motto a {
	display: block;
	width: 285px;
	height: 59px;
	padding: 0;
	margin: 0;
	background: url("../gif/wordmark.gif") no-repeat 0 29px; /* no absolute ref, cause of https access */
	text-decoration: none;
	}
	
/* BREADCRUMB TRAIL DIV */
#breadcrumb {
	position: absolute;
	top: 22px;
	left: 19em;
	color: #999;
	background: inherit;
	text-transform: lowercase;
	z-index: 500;
	width:530px; /* k.t. - fix for overflowing breadcrumb string. Changed 5-NN-BC-1COL.css to  */
	}
#breadcrumb a {
	color: #999;
	white-space:nowrap;
	}
#breadcrumb a:hover {
	color: #666;
	}	

/* SIFR STYLES */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}
.sIFR-replaced {
	visibility: visible !important;
	}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 2.0em;
	}
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 1.4em;
	}
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 1.2em;
	}
	
/* Edit layout contribution field labels */

span.label {
	font-size: 10px;
	color: green;
	padding-bottom: 5px;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-variant: normal
}

/* CSOM custom style for right column */
/*  k.t. - 01.26.10 */
.csomrighttext  {
	font-size: 12px;
	line-height: 10px;
	color: #9e8f77;
	font-family: normal Arial, Verdana, sans-serif;
	font-style:italic;
	font-weight: bold;
	margin: 0;
}
.csomrighttext  strong {
	font-style:italic;
	font-weight: bold;
}


