/* CSS Document */
/*CSS for homepage*/

.style2 {
	color: #9CB2AD;
}

#leftContainer {
	min-height: 680px;
	position: relative;
	padding: 10px 0px 10px 6px;
	background-image: url("/images/logo/LogoCol_watermark.gif"); 
	background-position:center;
	background-repeat:no-repeat;
	vertical-align: top;
}

#phcris {
	width: 80%;
	margin-top: 10px;
	font-weight: bold;
	font-size: 2.5em;
}

#slogan {
	margin-left: 0px;
	margin-top: 20px;
	width: 80%;
	font-size: 1.1em;
	font-style: italic;
}

.announcement {
	width:25%;
	margin-top: 20px;
	background:url("/images/headerbar/headerL.gif") top left no-repeat;
	position: relative;
}
.announcement h3 {
	background:url("/images/headerbar/headerR.gif") top right no-repeat;
	margin-top: 0px;
	margin-left: 8px;
	/*padding:8px 0 0.5em 0;*/
	padding: 3px;
	padding-right: 10px;
	text-transform:uppercase;
	color:#FFFFFF;
}

.announcementList {
	margin-left: 10px;
	margin-bottom: 0;
}

.announcementList li {
	padding: 5px;
	list-style-image: url(/images/orangedot.gif);
	font-size: 1em;
	vertical-align: top;
}

.announcementList a {
	font-size: 1em;
	font-weight: bold;
}

.teaserBoxHeader {
	margin-top: 1.5em; 
	padding:.2em; 
	background-image: url(/images/other/sbcurve.gif); 
	background-position: 0 0; 
	background-repeat: no-repeat; 
	background-color: #ffb93d; 
	font-weight: bold; 
	color: #28574E; 
	margin-left: .5em;
}

.teaserBox {
	border: 1px solid #edb751; 
	padding: .5em; 
	/*text-align:right;*/ 
	margin-left: .5em;
}

.teaserPhcrisLogo {
	float:left; 
	vertical-align:bottom; 
	margin-right:0;
}

.teaserTable {
	margin: 0;
	border: none;
}

.teaserTable ul {
	margin-left: 8px;
	margin-bottom: 1px;
}

.teaserTable p {
	float: right;
	padding: 0;
	margin: 0;
}


