#leftTD {
	width: 180px; /* 216px excluding padding */
	padding-left: 18px;
	padding-right: 18px;
}
#leftBottomTD {
	vertical-align: bottom;
}
#leftGraphics {
	padding-top:15px;
	width: 150px;
}
#boxPanelLeft {
	text-align: center;
}
#contentTitle {
	padding-bottom:8px;
}
#mainLogo {
	padding-right:48px;
}
#mainNav {
	vertical-align:super;
}
.mainMenu a {
	padding-right: 15px;
}
#btmGap {
	padding-bottom: 5px;
}
#mainTD {
	width: 310px; /* 310px excluding padding */
	padding: 43px 0px 0px 0px;
}
#searchTable {
	width: 216px;
	padding-left: 12px;
}
#menuRight {
	padding: 80px 10px 20px 30px;
}
.menuGroup {
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#menuRight h2 {
	font-size: 11px;
	font-weight: bold;
}
#menuRight a:hover {
	color: #73be1e; /* green */
}
#menuRight .iconViewPDF {
	padding-top: 4px;
}
#boxWhiteFramePhoto {
	position: absolute;
	width: 208px;
	height: 217px;
	z-index: 1;
}
#imgPatientNotice {
	margin-top: 40px;
	margin-bottom: 20px;
}

/* --------------------------- footer --------------------------- */
#boxCopyright { /* taken from shell.css (move every box except footer cuz dotted line) */
	margin-left: 13px;
}

/******** Important Notice *********/
#importantNoticeBlock
{
    width: 151px;
    margin: 20px 0px 10px;
    overflow: hidden;
}
#importantNoticeHeader
{
    width: 151px;
    height: 36px;
    background-image: url(/img/home/important_notice_top.gif);
    background-repeat: no-repeat;
}
#importantNoticeMessage
{
    padding: 7px 16px;
    background-image: url(/img/home/important_notice_bg.gif);
    background-repeat: repeat-y;
}
#importantNoticeFooter
{
    width: 151px;
    height: 9px;
    background-image: url(/img/home/important_notice_bottom.gif);
    background-repeat: no-repeat;
}
/***** Important Notice Close *****/