@charset "UTF-8";

/* ---------- Header Styles ---------- */

#mainHeader {
	background: url(/static/images/mh_newsRoom.jpg) no-repeat top left;
	width: 901px;
	height: 102px;
}

#mainHeader h1{
	font-weight: normal;
	font-size: 23px;
	color: #fff;
	display: block;
	float: right;
	margin: 40px 35px 0 0;
	
}

.photoBorder img{
	padding: 10px;
	border: 1px #d0d7e8 solid;
	background: #fff;
}

/* ---------- staff detail ---------- */

.staffDetail {
	border-top: 1px dotted #10315f;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

.staffDetail img {
	float: left;
	width: 192px;
	height: 239px;
	padding-right: 20px;
}

.staffDetail h2{
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #781a44;
	padding-bottom: 10px;
}


.staffDetail p{
	color:#10315f;
	line-height: 16px;
	display: block;
	padding-bottom: 10px;
	font-size: 11px;
}

.staffDetail p a{
	color:#781a44;
	text-decoration: none;
	border-bottom: 1px dotted #781a44;
}
.staffDetail p a:hover{
	color:#781a44;
	text-decoration: none;
	border-bottom: none;
}

.staffDetail p .returnTop {
	text-align: right;
}



/* ---------- prList Styles ---------- */
#prList {
	color:#10315f;
	font-size: 13px;
}

#prList ul {
	line-height: 20px;
	list-style: none;
	border-bottom: #2e5791 1px dotted;
	padding: 10px 0 10px 0;
}
#prList ul li {
	
}

#prList ul li p a{
	color:#10315f;
	text-decoration: none;
	border-bottom: #10315f 1px dotted;
}


#prList ul li p a:hover{
	color:#781a44;
	text-decoration: none;
	border-bottom: #781a44 1px dotted;
}


#prList ul li h2{
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #781a44;
}

#prList ul li h2 a{
	color: #781a44;
	text-decoration: none;
	border-bottom: #781a44 1px dotted;
}

#prList ul li h2 a:hover{
	color: #781a44;
	text-decoration: none;
	border-bottom: none;
}

#prList ul li p{
	display: block;

}

#prList .readArticle {
	font-weight: normal;
	margin: 3px;
	font-size: 13px;
	display: block;
	float: right;
}

#prList .readArticle a{
	color: #10315f;
	text-decoration: none;
	margin-left: 5px;
	padding: 6px 11px 6px 30px;
	background: #f1f3f8 url(/static/images/icon_readArticle.gif) no-repeat left center;
}
#prList .readArticle a:hover{
	color: #10315f;
	text-decoration: none;
	background: #d0d7e8 url(/static/images/icon_readArticle.gif) no-repeat left center;
}

#prList .downloadPdf {
	font-weight: normal;
	margin: 3px;
	font-size: 13px;
	display: block;
	float: right;
}

#prList .downloadPdf a{
	color: #10315f;
	text-decoration: none;
	margin-left: 5px;
	padding: 6px 11px 6px 30px;
	background: #f1f3f8 url(/static/images/icon_downloadPdf.gif) no-repeat left center;
}
#prList .downloadPdf a:hover{
	color: #10315f;
	text-decoration: none;
	background: #d0d7e8 url(/static/images/icon_downloadPdf.gif) no-repeat left center;
}
/* -- press Release Heading -- */
#pressRelease #releaseHeading{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	display: block;
	border-bottom: #d0d7e8 solid 1px;
}
#pressRelease #releaseHeading .col1{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 200px;
}
#pressRelease #releaseHeading .col2{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
}
#pressRelease #releaseHeading .col3{
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	width: 340px;
	text-align: left;
}
#pressRelease #releaseHeading .col3 a{
	padding:0;
	margin: 0;
	display: block;
	color: #731a42;
	text-decoration: underline;
}
#pressRelease #releaseHeading .col3 a:hover{
	padding:0;
	margin: 0;
	display: block;
	color: #731a42;
	text-decoration: none;
}

/* ---------- press Release Styles ---------- */
#pressRelease {
	font-size: 13px;
	border-bottom: #d0d7e8 solid 1px;
}
#pressRelease h3 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #10315f;
}
#pressRelease h1{
	font-weight: normal;
	color: #731a42;
	font-size: 17px;
	text-transform: uppercase;	
	padding: 20px 0 20px 0;
}

#pressRelease p {
	color: #10315f;
	line-height: 20px;
	padding-bottom: 20px;

}
#pressRelease ul {
	color: #10315f;
	line-height: 20px;
	margin-left: 30px;
	padding-bottom: 20px;
}
#pressRelease p a{
	color: #10315f;
	text-decoration: none;
	border-bottom: 1px dotted #10315f;
}
#pressRelease p a:hover{
	color: #731a42;
	text-decoration: none;
	border-bottom: 1px dotted #731a42;
}
#pressRelease strong{
	font-weight: bold;
	color: #10315f;
}

/* -- press Release Footer -- */
#pressReleaseFooter {
	margin-top: 20px;
	padding-bottom: 30px;
}
#pressReleaseFooter .downloadPdf {
	font-weight: normal;
	margin: 0;
	font-size: 13px;
	display: block;
	float: left;
}

#pressReleaseFooter .downloadPdf a{
	color: #10315f;
	text-decoration: none;
	padding: 6px 11px 6px 30px;
	background: #f1f3f8 url(/static/images/icon_downloadPdf.gif) no-repeat left center;
}
#pressReleaseFooter .downloadPdf a:hover{
	color: #10315f;
	text-decoration: none;
	background: #d0d7e8 url(/static/images/icon_downloadPdf.gif) no-repeat left center;
}
#pressReleaseFooter .returnLink a {
	padding-right: 20px;
	font-size: 13px;
	display: block;
	float: right;
	color: #5475a2;
	text-decoration: none;
	font-weight: normal;
	background:  url(/static/images/circleArrow_red.gif) no-repeat right center;
}
#pressReleaseFooter .returnLink a:hover {
	padding-right: 20px;
	font-size: 13px;
	display: block;
	float: right;
	color: #10315f;
	text-decoration: none;
	font-weight: normal;
	background:  url(/static/images/circleArrow_red.gif) no-repeat right center;
}