@charset "utf-8";
/* CSS Document */


div#middleSection{
	background-image:url(/images/template2/careersBG.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

/* middle section h2s */
div#middleSection div h2{
	font-size:20px;
	color:#003169;
	margin-top:0;
}

div#middleSection div#news h2, div#middleSection div#pfizerFocus h2, div#middleSection div#careers h2, div#findOutMore h2{
	font-weight:bold;
	font-size:20px;
	color:#003169;
	background:none;
	margin:0 0 4px 0;
	padding:0;
}


/* middle section boxes */
div#middleSection div.homeBox{
	width:250px;
	float:left;
	padding:15px;
}


/* news */
div#middleSection div#news{
}
div#middleSection div#news ul{
	margin-top:5px;
}
div#middleSection div#news ul li{
	border-top:1px dotted #b2c1d4;
	padding-top:0;
	padding-bottom:8px;
}
div#middleSection div#news ul li:first-child{
	border-top:none;
}
div#middleSection div#news ul li h3{
	font-size:11px;
	font-weight:bold;
	color:#003270;
	/*background-image:url(/images/template2/blueCircleBullet.gif);*/
	background-image:url(/images/template2/orangeTriangleBullet.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
	margin-top:8px;
}
div#middleSection div#news ul li p{
	margin-top:2px;
	padding-left:10px;
	/*background-repeat:no-repeat;
	background-position:right center;*/
}


/* pfizerFocus */
div#middleSection div#pfizerFocus{
	width:310px;
	border-left:1px solid #e5e9ee;
	border-right:1px solid #e5e9ee;
}
div#middleSection div#pfizerFocus a{
	font-weight:bold;
	font-size:11px;
	color:#282828;
}
img#pip{
	float:right;
}


/* careers */
div#middleSection div#careers{
	height:100%;
}
div#middleSection div#careers ul{
}
div#middleSection div#careers ul li{
	border-top:1px dotted #7f98b7;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:15px;
	background-image:url(/images/template2/orangeTriangleBullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
div#middleSection div#careers ul li:first-child{
	border-top:none;
}
div#middleSection div#careers ul li a{
	/*font-size:11px;*/
}







/* findOutMore */
div#findOutMore{
	background-image:url(/images/template2/findOutMoreBG.gif);
	background-repeat:no-repeat;
	background-position:center top;
	width:910px;
	height:250px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
	padding:5px;
}
div#findOutMore h2{
	font-size:15px;
	font-weight:normal;
	color:#003169;
	margin-top:10px;
	margin-bottom:20px;
	padding-left:8px;
}

div#findOutMore div.fomBox{
	padding:10px;
	float:left;
}
div#findOutMore div.fomBox h3{
	font-size:13px;
	font-weight:bold;
	color:#003169;
	text-transform:uppercase;
	height:35px;
	margin-top:0;
}
div#findOutMore div.fomBox a{
	font-size:11px;
	font-weight:normal;
	color:#fe4e00;
	text-transform:uppercase;
	background-image:url(/images/template2/orangeTriangleBullet.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:10px;
}


div#findOutMore div#commitment{
	width:202px;
	padding-left:8px;
	padding-right:10px;
}
div#findOutMore div#products{
	width:206px;
	padding-left:14px;
	padding-right:10px;
}
div#findOutMore div#conditions{
	width:218px;
	padding-left:18px;
	padding-right:10px;
}
div#findOutMore div#operations{
	width:201px;
	padding-left:5px;
	padding-right:5px;
}

