@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 88%;
	line-height: 1.4;
	background-image: none;
	background-color: #F0F1EC;
}
#container  {
	background: #FFFFFF;
	text-align: left;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-image: url(Images/StAnts_obesity_banner.jpg);
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F47A9;
	position: relative;
	height: 128px;
	background-repeat: no-repeat;
} 
#headerCopyright {
	position: absolute;
	left: 10px;
	top: 110px;
	width: 219px;
	height: 25px;
}
#headerLeftMenu {
	width: 235px;
	position: absolute;
	left: 0px;
	top: 130px;
	border-bottom-color: #E3E3E3;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	background-image: url(Images/menuBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}#headerLeftMenu  ul {
	margin: 0px;
	padding: 2px;
	list-style-type: none;
}
#headerLeftMenu  li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#headerLeftMenu  a {
	color: #006;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#headerLeftMenu  a:hover, #headerLeftMenu  a:active, #headerLeftMenu  a:focus {
	background-color: #F0F1EC;
}
#headerHelpline {
	position: absolute;
	left: 250px;
	top: 77px;
	width: 700px;
}
#headerHelpline ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#headerHelpline li {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
}
#headerHelpline a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#headerHelpline a:hover, #headerHelpline a:focus, #headerHelpline a:active {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1145AD;
	padding-bottom: 1px;
}
#headerAddress {
	position: absolute;
	left: 250px;
	top: 38px;
	width: 730px;
}
#headerAddress ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#headerAddress li {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerTitle {
	position: absolute;
	font-weight: normal;
	top: 0px;
	left: 250px;
	width: 930px;
}
#skiptoMainContent {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 80%;
}
#skiptoMainContent a {
	text-decoration: underline;
	color: #1145AD;
}
#sidebar1/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
  {
	float: left;
	width: 230px; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #FFFFFF;
	top: 0px;
}
#sidebar1  h3,.t    {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#mainContent/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
  {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 250px;
	position: relative;
	padding-top: 20px;
	color: #333;
}
#mainContent ul {
	display: block;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#mainContent ol {
	list-style-type: none;
}
#mainContent a {
	color: #1F47A9;
	text-decoration: none;
	display: inline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#mainContent a:hover, #mainContent a:focus, #mainContent a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
table  {
	margin-bottom: 1.3em;
	border-collapse: collapse;
}
td {
	padding-top: .2em;
	padding-right: .4em;
	padding-bottom: .2em;
	padding-left: .4em;
	border: 1px solid #0283A9;
	vertical-align: top;
	text-align: left;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 250px;
	text-align: right;
	position: relative;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer a {
	display: block;
	color: #173298;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#footer a:hover, #footer a:focus, #footer a:active {
	background-color: #F0F0F0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#downloads {
	position: relative;
	width: 100%;
}
#downloads img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Consultants {	margin: 0px;
	padding: 0px;
	width: 600px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 0px;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #173298;
	text-transform: uppercase;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #000;
}
h4 {
	color: #1F47A9;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #189BD3;
	font-size: 120%;
}
h5 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0px;
}
h6 {
	font-size: 80%;
	color: #FFF;
}
.offLeft {
	margin-left: -9000px;
	position: absolute;
}
.whitetext {
	color: #FFFFFF;
}
.strong {
	font-weight: bold;
}
em {
	font-weight: bold;
}
fieldset { /* start of form CSS */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
legend {
	font-weight: bold;
	margin-left: 1em;
}
fieldset ol {
	margin: 0px;
	padding: 1em;
	list-style-type: none;
}
fieldset li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
label {
	text-align: right;
	float: left;
	width: 6em;
	padding-right: 0.5em;
}
.options label {
	text-align: left;
	float: none;
	width: auto;
}
.long label {
	text-align: left;
	display: block;
	float: none;
	width: auto;
} /* end of Form CSS */
#footerCharity {
	position: relative;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 10px;
}
.smalltext {
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #666666;
} /*Start of Our History CSS*/
em {
	font-style: italic;
	font-weight: normal;
}
.tdDate {
	width: 150px;
}
.tableNoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#SSItable {
	margin-bottom: 12px;
}
#SSItable table, th, td {
	margin: 0px;
	padding: 0px;
}
#SSItable  th,  td {
	padding: 4px;
	text-align: center;
}
.tdLeft {
	text-align: left;
}
.tdRight {
	text-align: right;
}
#indexImage {
	float: right;
	padding-left: 20px;
}
#indexImage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#StAntsLink1 {
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 2px;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2047a9;
	padding-left: 2px;
	color: #1144B1;
	text-align: center;
}
#StAntsLink1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#StAntsLink2 {
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 2px;
	background-image: url(Images/indexCardiacSiteBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffce5f;
	color: #000;
}
#StAntsLink3 {
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 2px;
	background-image: url(Images/indexCosmeticSiteBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff99cc;
	color: #000;
}
#indexFlash {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1144B1;
	margin-bottom: 4px;
	height: 181px;
}
#weightCat {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#weightCat table {
}
#bmiTable {text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#bmiTable table {
}
#BMIgraph {
	margin-left: 20px;
}
#feetScalesimg {
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1144B1;
	margin-left: 10px;
}
#patientsVideoLinks {
	text-align: center;
}
#gastricBand {
	height: 420px;
	padding-bottom: 20px;
}
#gastricBandFlash {
	float: right;
	padding-left: 10px;
	border: 1px solid #1F47A9;
	background-color: #FFF;
}
#gastricBypass {
	padding-bottom: 20px;
}
#gastricBypassFlash {
	float: right;
	padding-left: 10px;
	border: 1px solid #1F47A9;
	background-color: #FFF;
}
#gastrectomy {
	height: 420px;
	padding-bottom: 20px;
}
#gastrectomyFlash {
	float: right;
	padding-left: 10px;
	border: 1px solid #1F47A9;
	background-color: #FFF;
}
#duodenalSwitch {
}
#duodenalSwitchFlash {
	float: right;
	padding-left: 10px;
	border: 1px solid #1F47A9;
	background-color: #FFF;
}
#teamImage {
	text-align: center;
	padding-bottom: 20px;
}
#QualtyStandards {
	margin-left: 20px;
}
#QualtyStandards li {
	list-style-type: decimal;
}
#privateHospitalimg {
	text-align: center;
	padding-bottom: 20px;
}
#privatIntesiveCareimg {
	float: right;
	padding-left: 20px;
	width: 250px;
	padding-bottom: 10px;
}
#BMIcalculator {
	background-color: #A0D5EA;
	text-align: center;
	width: 580px;
	height: 124px;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
#BMIcalculator table  tr td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tdHealthyWeight {
	background-color: #FC0;
}
.tdOverweight {
	background-color: #F90;
	color: #FFF;
}
.tdObesity1 {
	background-color: #F60;
	color: #FFF;
}
.tdObesity2 {
	background-color: #F30;
	color: #FFF;
}

.tdObesity3 {
	background-color: #F00;
	color: #FFF;
}
#teamTable {
}
#teamTable table tr td {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}
#teamPhotos {
}
