﻿@charset "UTF-8";

.twoColFixLtHdr #container { 
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header { 
	height:150px;
	background-color: #5B88B3;
	background-image: url(/_layouts/images/ascentium/mainHeaderImage.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header img {
	margin-top: 65px;
	margin-left: 30px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 213px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 204px;
	background-image:url(/_layouts/images/ascentium/inlandUpdatesBackground.png);
	padding:5px 10px 5px 10px;
}
.twoColFixLtHdr #sidebar1 h1 {
	 margin-bottom:5px;
}
.twoColFixLtHdr .newsItem {
	background-image: url(/_layouts/images/ascentium/horizontalDottedBrdr.png);
	background-repeat:repeat-x;
	background-position:top left;
	padding: 3px 0px 3px 0px;
	margin-bottom:0px;
}
.twoColFixLtHdr .newsItem h2 {
	padding-left:21px;
	font-size:12px;
	font-weight:bold;
	color:#5B88B3;
}
.twoColFixLtHdr .newsItem p{
	display:block;
	padding-left:21px;
	background-image:url(/_layouts/images/ascentium/arrowRightNews.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.twoColFixLtHdr .newsItem a {
	display:block;
	padding-left:21px;
	padding-bottom:0px;
	background-image:url(/_layouts/images/ascentium/arrowRightNews.png);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:11px;
	font-weight:bold;
	color:#5B88B3;
	line-height:normal;
}

.twoColFixLtHdr .newsItem a:hover
 {
	color:#92A16F;
	font-weight:bold;
 }

.twoColFixLtHdr #cmeUpdates .newsItem p {
	background-image:url(/_layouts/images/ascentium/arrowRightCME.png);
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 6px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(/_layouts/images/ascentium/mainPromoBackground.png);
	height:173px;
	width:661;
	padding:40px 20px 0px 0px;
	text-align:right;
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColFixLtHdr #mainContentPatient {
	margin: 0 0 0 6px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(/_layouts/images/ascentium/mainPromoBackgroundPatient.png);
	height:173px;
	width:661;
	padding:0px 0px 0px 0px;
	text-align:right;
	background-repeat: no-repeat;
	background-position: right top;
} 
.twoColFixLtHdr #mainContent h1 { 
	font-size:24px;
} 
.twoColFixLtHdr #mainContent h2 { 
	font-size:14px;
	line-height:16px;
	margin:10px 0px	10px 0px;
} 
.twoColFixLtHdr h1 {
	color:#4D7398;
}
.twoColFixLtHdr #promoMetaCopy {
	display:block;
	position:relative;
	top:150px;
	left: 20px;
	height:24px;
	text-align: left;
	padding:0px 20px 0px 0px;
}
.twoColFixLtHdr #promoMetaCopy p {
	float:left;
	line-height:24px;
}
.twoColFixLtHdr #promoMetaCopy img {
	float:right;
	padding:3px 0px 0px 5px;
}
.twoColFixLtHdr #physPromos {
	overflow:auto;
	margin-top:10px;
}
.twoColFixLtHdr #physPromos h1 {
	margin-bottom:10px;
	font-weight:bold;
}
.twoColFixLtHdr #physPromos #cmeUpdates {
	float:left;
	width:322px;
	height:138px;
	background-image:url(/_layouts/images/ascentium/cmeUpdatesBackground.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px 10px 0px 10px;
}
.twoColFixLtHdr #physPromos #careers {
	float:left;
	width:324px;
	height:98px;
	background-image:url(/_layouts/images/ascentium/careersBackground.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 7px 0px 7px;
	padding:50px 10px 0px 10px;
}
.twoColFixLtHdr #physPromos #careers p {
	display:block;
	width:95px;
}
.twoColFixLtHdr #physPromos #iSiteLogin {
	float:left;
	width:180px;
	height:138px;
	background-image:url(/_layouts/images/ascentium/iSiteLoginBackground.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #physPromos #iSiteLogin .login {
	width:160px;
	margin-bottom:10px;
	color:#999999;
}
.twoColFixLtHdr #physPromos #iSiteLogin #searchButton {
	margin-top:5px;
}
.twoColFixLtHdr #physPromos #iSiteLogin h1 {
	color:#FFFFFF;
}
.twoColFixLtHdr #physPromos #iSiteLogin p {
	color:#FFFFFF;
}
.twoColFixLtHdr #patientPromos {
	overflow:auto;
	margin-top:10px;
}
.twoColFixLtHdr #patientPromos #patientPromo1 {
	float:left;
	width:353px;
	height:148px;
}
.twoColFixLtHdr #patientPromos #patientPromo2 {
	float:left;
	width:346px;
	height:148px;
	margin:0px 0px 0px 0px;
}
.twoColFixLtHdr #patientPromos #forPhysicians {
	float:left;
	width:190px;
	height:148px;
}

