@charset "UTF-8";
/* CSS Document */




#homebanner {
	background-color: transparent;
	background-image:url(../research_report/images/annualreport_home.jpg);
	background-repeat: no-repeat;
	height: 140px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 920px;
}

#adminbanner {
	background-color: transparent;
	background-image:url(../research_report/images/annualreport_admin.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 73px;
	margin-top: 5px;	
}

#researchbanner {
	background-color: transparent;
	background-image:url(../research_report/images/annualreport_research.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 73px;
	margin-top: 5px;	
}

#collenbanner {
	background-color: transparent;
	background-image:url(../research_report/images/annualreport_collen.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 73px;
	margin-top: 5px;	
}


#archivebanner {
	background-color: transparent;
	background-image:url(../research_report/images/annualreport_archive.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 73px;
	margin-top: 5px;	
}

#newsbanner {
	background-color: transparent;
	background-image:url(../research_report/images/annualreport_news.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 73px;
	margin-top: 5px;	
}


#widecontent #adminbanner, #widecontent #researchbanner, #widecontent #collenbanner, #widecontent #archivebanner, #widecontent #newsbanner {
	width: 690px;
}

#homebanner h1, #adminbanner h1, #researchbanner h1, #collenbanner h1, #archivebanner h1, #newsbanner h1{
	text-indent: -99999px;
	margin-top: 5px;
	padding-top: 0;
}


h1 {
	color: #673519;

}

 .quote {
	width: 90%;
	margin: 10px;
	padding: 5px 10px;
	font-family: "Times New Roman", Times, serif;
	line-height: 200%;
	letter-spacing: 0.4px;
	border-top: 1px solid #cdcac3;
	border-bottom: 1px solid #cdcac3;
	color: #666;
	font-style: italic;
	font-size: 1.4em;
	line-height: 150%;
	color: #823519;
}


/*****************************************************************
IMAGES
*****************************************************************/


.photoright {
	margin: 0 0 0 15px;
	padding: 5px;
	float: right;
	
}

.photoleft {
	margin: 0 15px 0 0 ;
	padding: 5px;
	float: left;

}

.photoright, .photoleft {
		font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-style: italic;
	
}


img.left {
		float: left;
		margin: 0 10px 5px  0;
		padding: 0;
}


img.right {
		float: right;
		margin: 0 5px 0 10px;
		padding: 0;
}

img.absmiddle {
	vertical-align:middle;
}


/********* MISC ************/

.sidefeature {
	float: right;
	border: 1px solid #ccc;
}


.sidefeature h2 {
	margin-top: 5px;
	padding: 5px 10px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #673519;
	line-height: 130%;
	
}

.sidefeature p {
	padding: 0 10px 2px 10px;
	font-size: 1.1em;
}








