
/*HEADER
***********************************************/

div#header h1 {
	width: 232px;
	height: 86px;
	text-indent: -5000px;
	background: transparent url('../images/layout/logo.gif') left top no-repeat;
	position: absolute;
	z-index: 100;
	top: 65px;
	left: 30px;
}

div#header h1 a {
	width: 232px;
	height: 86px;
	display: block;
}

div#header div#sfiLogo {
	width: 81px;
	height: 86px;
	text-indent: -5000px;
	background: transparent url('../images/layout/sfiLogo.gif') left top no-repeat;
	position: absolute;
	z-index: 100;
	top: 61px;
	left: 295px;	
}



/*HEADINGS
***********************************************/

h2#pageTitle {
	font-size: 2.8em;
	font-family: Georgia, serif;
	font-weight: normal;
	padding: 22px 0 10px 0;
	color: #a80c70;
}

div#leftNav h3 {
	color: #a80c70;
	font-family: Georgia, serif;
	font-size: 2.2em;
	font-weight: normal;
	padding: 0 0 5px 0;
}

div.copy strong{
	color:#000033;
	font-weight:normal;
	font-size:1.1em;
}

div.copy h3 {
	font-size: 1.4em;
	font-family: Georgia, serif;
	font-weight: normal;
	padding: 10px 0 5px 0;
	color: #000066;
	letter-spacing: 1px;
}

div.copy h4 {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;
	color: #4e4eaf;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px dotted #4e4eaf;
}

div.copy h5 {
	font-size: 1.0em;
	font-family: Georgia, serif;
	padding: 10px 0 5px 0;
	color: #4e4eaf;
	font-style: italic;
}


/*PARAGRAPHS
************************************************/

div.copy {
	font-size: 1.4em;
	line-height: 1.5em;
}

div.copy p {
	padding: 0 0 15px 0;
}

div.copy a[target^="_blank"]{
	background:url(../images/icons/external.png) 99% 40% no-repeat;
	padding-right: 15px;
}

/*LISTS
**********************************************/

div.copy li {
	line-height: 1.3em;
}

div.copy ul {
	padding: 0 40px 15px 30px;
}

div.copy ul li {
	padding: 8px 0 8px 25px;
	background: transparent url('../images/layout/trianglePink.gif') 10px 11px no-repeat;
}

div.copy ol {
	padding: 0 40px 15px 50px;
}

div.copy ol li {
	padding: 8px 0 8px 5px;
	background:none;
}




/*COMMENTS
*******************************************************/

ul#commentsList {
	padding: 0px;
}

ul#commentsList li {
	padding: 0px;
	margin: 0 0 20px 0;
	border: 0px;
}

ul#commentsList li div.commentTitle {
	background: #fff url('../images/layout/bgCommentsTop.png') left bottom no-repeat;
	font-style: italic;
	padding: 10px 0 25px 0;
	color: #666;
	font-family: Georgia, serif;
}

ul#commentsList li div.commentTitle strong {
	font-weight: bold;
}

ul#commentsList li div.commentMsg {
	background: #ddd url('../images/layout/bgCommentsBottom.png') left bottom no-repeat;
	padding: 5px 20px 20px 20px;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #444;
}

ul#commentsList li.odd div.commentTitle {
	background: #fff url('../images/layout/bgCommentsTopOdd.png') left bottom no-repeat;
}

ul#commentsList li.odd div.commentMsg {
	background: #eee url('../images/layout/bgCommentsBottomOdd.png') left bottom no-repeat;
	color: #222;
}

*html div.copy ul.siteEngineSubPages li{
 	height: expression( this.scrollHeight < 51 ? "50px" : "hidden" );
	background-color:white;
}



/*TABLES
*******************************************************/

div.copy table {
  border-collapse: collapse;
	margin: 10px 0 10px;
	background-color: #fff;
}

div.copy table.wideTable {
	margin-left: -200px;
	position: relative;
	z-index: 30;
} 

div.copy table td, div.copy table th {
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding: 3px;
}

div.copy table td label {
	color:#000;
	font-weight:bold;
	font-size:1.1em;
}

div.copy table th {
	color: #a80c70;
	font-family: Georgia, serif;
	background-color: #eee;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.4em;
}

div.copy table td {
	font-size: 0.9em;
	line-height: 1.4em;
}

body#news div.copy img{
	border:1px solid #CCC;
	padding:10px;
}

div.copy table.noBorder td, div.copy table.noBorder th {
	border: 0px;
}



