BODY {
	background: #ffffff url(/_img/body_bg.jpg) center top;
	margin: 0px;
}
IMG {
	border: 0px;
}

.tweet	{
	position: relative;
	left: -4px;
	color: white;
	font-size: 9pt;
	background-color: #aaaaaa;
	padding: 10px;
	margin: 2px;
	width: 460px;
	font-family: helvetica;
	}

#twitterfeed 	{
		background-color: #555555;	
		width:480px;
		}

#imageContainer {
	position: relative;
	width: 671px; height: 230px;
	background: #ffffff;
}
#imageContainer img {
	display: none;
	position: absolute;
	top: 0; left: 0;
}

table#blue {
	width: 100%; height: 100%;
	border-collapse: collapse; border-spacing: 0px; padding: 0px;
	background: url(/_img/blue_bg.jpg) center top repeat-x;
}
div.overlay {
	border: 0px solid yellow;
	position: relative;
	width: 1000px; height: 340px;
	background: url(/_img/trans_bg.png) center top no-repeat;
}

div.page {
	border: 0px solid green;
	position: relative; 
	width: 970px; height: 625px;
	margin-top: -325px;
	background: url(/_img/page_bg.png) center top no-repeat;
	text-align: left;
}

div#masthead {
	border: 0px solid yellow;
	position: absolute;
	width: auto; height: 116px;
	left: 25px; top: 25px;
	z-index: 30;
}
div#logo_aagl {
	float: left;
	width: 121px; height: 116px;
	margin-right: 4px;
	background: url(/_img/logo_aagl.jpg) no-repeat;
	cursor: pointer;
}
div#logo_su {
	float: left;
	width: 120px; height: 116px;
	margin-right: 4px;
	background: url(/_img/logo_sugeryu.jpg) no-repeat;
	cursor: pointer;
}
div#mast_content {
	float: left;
	width: 671px; height: 116px;
	background: url(/_img/surgeryu_masthead.jpg) no-repeat;
}
div#mast_search {
	border: 0px solid red;
	position: absolute;
	right: 15px; top: 71px;
}
div#mast_buttons {
	border: 0px solid red;
	position: absolute;
	right: 15px; top: 5px;
}
div#mast_buttons .welcome {
	float: left;
	font-family: helvetica; font-size: 11px; font-weight: normal;
	color: #ffffff;
	margin: 0px; margin-right: 5px; margin-top: 5px;
}
div#mast_signin {
	border: 0px solid red;
	position: absolute;
	right: 11px; top: 5px;
	text-align: right;
}
div#signin_form form {
	font-family: helvetica; font-size: 11px; font-weight: bold;
	color: #3f5261;
	margin: 0px; margin-left: 25px;
}
div.signin_form {
	border: 0px solid red;
	width: 186px;
	background: url(/_img/box_mid.png) repeat-y;
	text-align: left;
}

div#menu_bar {
	border: 0px solid red;
	position: absolute;
	width: 920px; height: 25px;
	background: url(/_img/menu_bg.jpg) no-repeat;
	left: 25px; top: 145px;
	z-index: 20;
}
ul.menu {
	font-family: helvetica; font-size: 11px; font-weight: bold;
	text-align: center; text-transform: uppercase;
	margin: 0px; margin-top: 6px; padding: 0px;
	list-style-type: none;
}
ul.menu li {
	display: inline;
	padding: 0px 13px;
}

div#menu_bar a {
	text-decoration: none;
	color: #3a3a3a;
}
div#menu_bar a:hover {
	text-decoration: underline;
	color: #3a3a3a;
}

div#content {
	border: 0px solid blue;
	position: absolute;
	left: 25px; top: 174px;
	width: 940px;
	z-index: 10;
}

div#boxes {
	border: 0px solid red;
	float: left;
	width: 245px;
	margin-right: 4px;
}
div#chatbox {
	border: 0px solid green;
	float: left;
	width: 245px; height: 89px;
	margin: 0px; margin-bottom: 4px;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}
div#chatbox p {
	font-family: helvetica; font-size: 11px; font-weight: normal;
	text-align: left;
	margin: 0px; margin-top: 30px; margin-left: 115px;
	color: #999999;
}

.lpEmtStarRating {
display:none;
}

.lpPoweredBy {
display:none;
}

div#chatbox img {
	position: absolute;
	left: 1px; top: 25px;
	z-index: 120;
}
div#infobox {
	border: 0px solid green;
	float: left;
	width: 245px; height: 89px;
	margin: 0px; margin-bottom: 4px;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}
div#infobox p {
	font-family: helvetica; font-size: 11px; font-weight: normal;
	text-align: left;
	margin: 0px; margin-top: 30px; margin-left: 115px;
	color: #999999;
}
div#infobox img {
	position: absolute;
	left: 0px; top: 24px;
	z-index: 1;
}
div.chat_overlay {
	position: absolute; 
	top: 0px;
	width: 245px; height: 150px;
	color: #ffffff;
	background: url(/_img/box_overlay.png) no-repeat;
	z-index: 1;
}
div.chat_overlay h2 {
	font-family: helvetica; font-size: 11px; font-weight: normal;
	text-align: left; text-transform: uppercase;
	margin: 0px; margin-top: 6px; margin-left: 10px;
	color: #ffffff;
}
div.info_overlay {
	position: absolute; top: 0px;
	width: 245px; height: 93px;
	color: #ffffff;
	background: url(/_img/box_overlay.png) no-repeat;
	z-index: 2;
}
div.info_overlay h2 {
	font-family: helvetica; font-size: 11px; font-weight: normal;
	text-align: left; text-transform: uppercase;
	margin: 0px; margin-top: 6px; margin-left: 10px;
	color: #ffffff;
}

div#body {
	float: left;
	width: 671px;
}
div#body h1, #leftPanel h2 {
	font-family: helvetica; font-size: 24px; line-height: 26px; font-weight: bold;
	margin: 0px; margin-top: 26px; margin-left: 30px;
	color: #124474;
	text-shadow: #cbcbcb 0px 2px 5px;
}
div#body p, #leftPanel p {
	font-family: helvetica; font-size: 13px; font-weight: normal;
	line-height: 20px;
	margin: 0px; margin-top: 26px; margin-left: 32px; margin-right: 30px;
	color: #1b1b1b;
}
#leftPanel h4 {
	font-family: helvetica; font-size: 13px; font-weight: bold;
	margin: 0px; margin-top: 26px; margin-left: 30px;
	color:#C83A36;
}

table.menu_upper {
	border-collapse: collapse; border-spacing: 0px; padding: 0px;
	font-family: helvetica; font-size: 11px; font-weight: bold;
	text-align: center; text-transform: uppercase; text-decoration: underline;
	color: white;
}
td.mu {
	background: url(/_img/menu_upper_mid.png) center top repeat-x;
	padding: 0px 5px;
}
table.menu_sub {
	border-collapse: collapse; border-spacing: 0px; padding: 0px;
	font-family: helvetica; font-size: 11px; font-weight: bold;
	text-align: center; text-transform: uppercase;
	color: white;
}
div.ms {
	background: url(/_img/menu_sub_mid.png) center top repeat-x;
	padding: 0px 15px;
	height: 28px;
	line-height: 24px;
}
div.ms a {
	text-decoration: none;
	color: #ffffff;
}
div.ms a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#liveSearch {
	font-family: helvetica; font-size: 11pt;
}


#liveSearch	td {
	font-family: helvetica; font-size: 9pt;
}

#liveSearch a {
	color: black;
}

table.award_winning {
	font-family: helvetica; font-size: 9pt;
	
}

td.award_winning {
	font-family: helvetica; font-size: 9pt;
	text-align: center;
	vertical-align: top;
	padding: 12px;
}

