html
{
	margin: 0;
	padding: 0;
	overflow: auto;
}
body
{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 990px;
}
div
{
	overflow: hidden;
}
#header
{
	background: #edf4fa;
	border-bottom: 1px solid #a9bac8;
	margin-bottom: 0;
}
#header a
{
	color:#316599;
	text-decoration:none;
}
#header a:hover
{
	color:#054278;
}
#headerLogo
{
	display: block;
	float: left;
	clear: left;
	height: 68px;
	width: 229px;
	margin: 3px auto 3px 10px;
}
#headerTitle
{
	clear:	none; 
	float: left;
	margin: 0px 10px;
	vertical-align: middle;
	line-height: 68px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size:	184.6%;
	color:	#333333;
}
#headerTitle.smaller
{
	font-size: 84.6%;
	font-weight: bold;
	color:	#728291;
}
#headerButtons
{
	float: right;
	clear: right;
	margin: 20px 10px 0 0;
	overflow: hidden;
}
#headerButtons li
{
	float: left;
	clear: none;
	display: block;
	text-align: center;
	width: 45px;
	overflow: hidden;
	font-size: 70%;
}
#headerButtons li a
{
	color: #606060;
}
#headerButtons li a img
{
	display: block;
	width: 24px;
	height: 21px;
	margin: 0 auto 0 auto;
}
#headerNavigation
{
	padding: 2px 0 2px 0;
	text-align: center;
	clear: both;
	width: 988px;
	margin: 0;
	background: url('/images/header_nav_back.gif') repeat-x top left;
	height: 15px;
	border: 1px solid #d8e2e9;
}
#headerNavigation li
{
	display: inline;
	padding: 0 8px 0 0;
	margin: 2px 0 2px 4px;
	border-right: 1px solid #5B7C99;
	font-size: 90%;
}
#headerNavigation li.last-child
{
	border-right: none;
}
#headerNavigation li a
{
	color: #1f4d74;
	font-weight: bold;
}
#headerNavigation li a.homePage
{
	color: #b02a30;
}
#headerMenu
{
	margin: 0;
	height: 63px;
	padding: 0 5px;
	background: #f9f9ff;
/*	clear: both; if Firefox2 does not show properly, uncomment this! */
	width: 980px;
	overflow: hidden;
}
#headerMenuTitles
{
	margin: 5px 20px;
	float: left;
	clear: left;
	width: 130px;
}
#headerMenuTitles li
{
	padding: 2px 0;
	font-size: 90%;
}
#headerMenuTitles li a
{
	font-weight: bold;
	color: #1f4d74;
}
#headerMenuContent
{
	float: left;
	clear: right;
	width: 810px;
	overflow: hidden;
	margin: 5px 0;
}
#headerMenuContent ul li
{
	display: block;
	width: 20%;
	padding: 0;
	padding-left: 5%;
	margin: 0;
	float: left;
}
#headerMenuController
{
	background: url('/images/header_menu_controller_back.gif') repeat-x bottom left;
	text-align: right;
	cursor: pointer;
	font-size: 80%;
	padding: 0;
}
#headerMenuControllerImage
{
	padding-left: 870px;
	height: 14px;
	width: 126px;
}
#content
{
	margin: 0 3px;
	width: 984px;
}
#contentMainColumn
{
	float: left;
	clear: left;
	margin-right: 0.5%;
	width: 74%;
}
#contentRightColumn
{
	float: left;
	clear: none;
	margin-left: 0.5%;
	width: 25%;
}
#contentMainLeftColumn
{
	float: left;
	clear: none;
	margin-right: 0.5%;
	width: 74%;
}
.contentBox
{
	border: 1px solid #c7c7c7;
/*	width: auto; */
	background: #ffffff;
	overflow: hidden;
	margin: 6px 0;
	z-index: 1;
	min-height: 183px;
}
.contentBox.fixedHeight
{
	height: 350px;
}
.contentBox img
{
	margin: 2px;
}
/*#content div.contentBox>*/.cBtitle
{
	padding-left: 4px;
	width: 100%;
	font-weight: bold;
	background: url('/images/title_back.gif') repeat-x bottom left;
	border-bottom: 1px solid #c7c7c7;
	height: 17px;
	color: #547689;
	overflow: hidden;
}
.contentBox .content
{
	padding: 8px;
	width: auto;
}
.contentBox .content .leftColumn
{
	float: left;
	clear: left;
	width: 24%;
}
.contentBox .content .mainColumn
{
	float: right;
	clear: right;
	width: 74%;
}
.contentBox.tab ul.cBtitle /*assuming nobullets class is assigned*/
{
	padding: 0;
	font-weight: normal;
	margin: 0;
	overflow: visible;
	height: 17px;
	position: relative;
}
.contentBox.tab ul.cBtitle li /*assuming nobullets class is assigned*/
{
	padding: 0 4px;
	display: block;
	height: 17px;
	float: left;
	clear: none;
	margin: 0;
	border-right: 1px solid #c7c7c7;
	cursor: pointer;
}
.contentBox.tab ul.cBtitle li:hover
{
	color: #22354b;
}
.contentBox.tab ul.cBtitle li.selected
{
	background: url('/images/tab_selected_back.gif') repeat-x top left;
	height: 16px;
	padding-top: 2px;
	font-weight: bold;
	color: #22354b;
}
.contentBox.tab .content
{
	height: 139px;
	overflow: auto;
	padding: 3px;
}
.contentBox.tab.main
{
	min-height: 50px;
	float: none;
	margin-top: 30px;
	overflow: visible!important;
}
.contentBox.tab.main>ul.cBtitle
{
	margin: 0;
	overflow: visible;
}
.contentBox.tab.main>ul.cBtitle>li
{
	background: url('/images/tab_main_left.gif') top left no-repeat;
	border: none;
	border-bottom: 1px solid #c7c7c7;
	height: 23px;
	padding: 0 0 0 5px;
	margin: -27px 0 4px 2px;
}
.contentBox.tab.main>ul.cBtitle>li.selected
{
	background-image: url('/images/tab_main_selected_left.gif');
	background-color: #ffffff;
	border: none;
	height: 25px;
	margin-top: -25px;
}
.contentBox.tab.main>ul.cBtitle>li>div
{
	background: url('/images/tab_main_back.gif') repeat-x top left;
	height: 19px;
	float: left;
	overflow: hidden;
	padding-top: 4px;
	border-top: 1px solid #c7c7c7;
}
.contentBox.tab.main>ul.cBtitle>li.selected>div
{
	height: 21px;
	background: #ffffff;
}
.contentBox.tab.main>ul.cBtitle>li>div.right
{
	background: url('/images/tab_main_right.gif') no-repeat top right;
	width: 5px;
	border: none;
}
.contentBox.tab.main>ul.cBtitle>li.selected>div.right
{
	background-image: url('/images/tab_main_selected_right.gif');
}
.contentBox.tab.main div.content
{
	height: auto;
}
.contentBox .footer
{
	padding: 2px;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	background: #f7f7f7;
	height: 10px;
	color: #e96c01;
	overflow: hidden;
}
.contentBox.main .footer
{
	display: none;
}
.contentBox .footer a
{
	color: #69789C;
	font-size: 77%;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
}
#footer
{
	color: #B6BABD;
	font-size: 80%;
	text-align: center;
}
.pharmacircleLogoSmall
{
	height: 10px;
	width: 18px;
}
#footer a
{
	color: #B6BABD;
}
#footer a:hover
{
	text-decoration: underline;
}
#footerNavigation
{
	margin: 10px;
	text-align: center;
}
#footerNavigation li
{
	display: inline;
	padding: 0 4px 0 0;
	margin: 0 0 0 2px;
	border-right: 1px solid #B6BABD;
}
#footerNavigation li.last-child
{
	border: none;
}
@media print
{
	html
	{
		overflow: visible;
	}
	body
	{
		page-break-before: avoid;
		page-break-inside: auto;
		page-break-after: avoid;
		overflow: visible;
	}
	#content
	{
		page-break-before: auto;
		page-break-inside: auto;
		page-break-after: auto;
		overflow: visible;
	}
	#header, #headerMenuController, #footer, #searchArea
	{
		display : none; 
	}
}