@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

img{
	border:none;
}

a:link {
	color: #013b60;
}
a:visited {
	color: #013b60;
}
a:hover {
	color: #3789d3;
}
a:active {
	color: #013b60;
}
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: #013b60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 95%;
	background-color: #C1E1F9;
}

/****** container *****/
.twoColFixLtHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
} 

/****** header *****/
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 1024px;
	height: 186px;
	position: relative;
} 

.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:  0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header img {
	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: 0;
	float: left;
	position: relative;
}



/*.twoColFixLtHdr #navlinks {
	margin: 0;
	color: #FFF;
	float: right;
	padding-top: 0.5em;
	padding-right: 3em;
	padding-bottom: 0.5em;
	padding-left: 3em;
}

.twoColFixLtHd #navlinks li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
}*/

/****** sidebar1 *****/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 512px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	position: relative;
}

.twoColFixLtHdr #sidebar1 object {
	position: relative;	
}
.twoColFixLtHdr  #sidebar1  #image {
	position: relative;
	padding: 30px 50px 50px 70px;
	margin: 0;
}
/*.twoColFixLtHdr  #sidebar1 #products1  {
	position: relative;
	margin: 0;
	padding: 30px 70px 30px 100px;
}*/
.twoColFixLtHdr  #sidebar1 #products1  {
	position: relative;
	padding: 30px 70px 30px 100px;
	margin: 0;
	visibility: visible;
}
	
.twoColFixLtHdr  #sidebar1 #products2  {
	position: relative;
	padding: 30px 70px 30px 100px;
	margin: 0;
}
.twoColFixLtHdr  #sidebar1 #products3  {
	position: relative;
	padding: 30px 70px 30px 100px;
	margin: 0;
}
.twoColFixLtHdr  #sidebar1  #imageSequal {
	position: relative;
	padding: 30px 50px 86px 70px;
	margin: 0;
}
.twoColFixLtHdr  #sidebar1  #video {
	position: relative;
	padding: 30px 50px 0 90px;
	margin: 0;
}
.twoColFixLtHdr  #sidebar1  #videoObjet {
	height: 288px;
	width: 384px;
	background-position: center center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 5px solid #013b60;
}
.twoColFixLtHdr  #sidebar1  #livingRoom img{
	border: 4px solid #013b60;
}
/****** sidebar1Article *****/
.twoColFixLtHdr #sidebar1 #sidebar1Article  {
	padding: 0px 25px 20px 25px;
}
/****** sidebar1 table *****/
.twoColFixLtHdr #sidebar1 table#clinicalTbl  {
	background: #ccc;
}
.twoColFixLtHdr #sidebar1 table#clinicalTbl th {
	background: #013b60;
	text-align: center;
	font-size: 80%;
	line-height: 105%;
	color: #fff;
	padding: 5px;
}
.twoColFixLtHdr #sidebar1 table#clinicalTbl td {
	text-align: center;
	font-size: 70%;
	line-height: 100%;
	background: #EEF7FE;
	padding: 2px;
}

/****** mainContent *****/
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 512px; /* 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: 10px 35px 0 10px;
} 

.twoColFixLtHdr #mainContentCareers {
	margin: 0 0 0 512px; /* 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. */
	height:500px;
	padding: 10px 35px 0 10px;
} 

.twoColFixLtHdr #mainContent h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 105%;
	line-height: 115%;
	color: #3789d3;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 100%;
	line-height: 100%;
}
/*h2 for aoti.html main header*/
.twoColFixLtHdr #mainContent h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 80%;
	line-height: 105%;
	color: #013b60;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
}
/*h3 for wound.html/management.html/contact.html sub header*/
.twoColFixLtHdr #mainContent h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 80%;
	line-height: 85%;
	color: #8b8f90;
	text-transform: none;
	font-weight: bold;
}
/*h4 for wound.html/management.html/aoti.html header*/
.twoColFixLtHdr  #mainContent h4 .current{
	color: #013b60;
	font-size: 105%;
	line-height: 105%;
}
.twoColFixLtHdr #mainContent h4 a:link {
	color: #8b8f90;
}
.twoColFixLtHdr #mainContent h4 a:visited {
	color: #8b8f90;
}
.twoColFixLtHdr #mainContent h4 a:hover {
	color: #3789d3;
}
.twoColFixLtHdr #mainContent h4 a:active {
	color: #8b8f90;
}
.twoColFixLtHdr #mainContent h5 {
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	font-size: 80%;
	line-height: 100%;
	color: #013b60;
	text-transform: none;
	font-weight: bold;
}
/*h5 for wound.html sub-sub-header*/

.twoColFixLtHdr  #mainContent h5 .current{
	color: #013b60;
}
.twoColFixLtHdr #mainContent h5 a:link {
	color: #013b60;
}
.twoColFixLtHdr #mainContent h5 a:visited {
	color: #013b60;
}
.twoColFixLtHdr #mainContent h5 a:hover {
	color: #3789d3;
}
.twoColFixLtHdr #mainContent h5 a:active {
	color: #013b60;
}
/****** mainContent paragraph & blockquote *****/
.twoColFixLtHdr #mainContent p {
	margin: 0;
	font-size: 85%;
	line-height: 130%;
	padding: 0 0 10px 0;
}
.twoColFixLtHdr #mainContent p a {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent blockquote {
	margin: 0;
	font-size: 80%;
	line-height: 105%;
	padding: 0 0 10px 20px;
}
/****** mainContentArticle *****/
.twoColFixLtHdr #mainContent #mainContentArticle  {
	padding: 25px 0 10px 0;
}

/****** mainContent table *****/
.twoColFixLtHdr #mainContent table#clinicalTbl  {
	background: #ccc;
}
.twoColFixLtHdr #mainContent table#clinicalTbl th {
	background: #013b60;
	text-align: center;
	font-size: 80%;
	line-height: 105%;
	color: #fff;
	padding: 5px;
}
.twoColFixLtHdr #mainContent table#clinicalTbl td {
	text-align: center;
	font-size: 75%;
	line-height: 100%;
	background: #EEF7FE;
	padding: 2px;
}
/****** presentation *****/
.twoColFixLtHdr #presentation {
	margin: 0 auto 0 auto; /* 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: 5px 0 40px 0;
	text-align: center;
}

/****** footer *****/
.twoColFixLtHdr #footer {
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr #footer p {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	line-height: 95%;
	color: #8b8f90;
	text-align: center;
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/****** flat *****/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


#p2mBanners{
	position:absolute;
	display:inline;
	top:60px;
	width:425px;
	right:50px;
	z-index:50;
	
}

#banner{
	position:relative;
	float:left;
	width:200px;
	padding-right:10px;
	
}

.beneathBanner{
	position:absolute;
	display:inline;
	top:40px;
	left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	z-index:50;
	
}

.aboveBanner{
	position:absolute;
	display:block;
	top:52px;
	left:480px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	z-index:50;
}

.bannerText{
	position:relative;
	float:left;
	padding-right:10px;
	width:150px;
	
}

/*******  NEW MENU *******/

#underMenu{
	position:absolute;
	display:block;
	top:131px;
	left:27px;
	right:0px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;	
	
}

#menuItemsHolder{
	left:0px;
	top:0px;
	position:absolute;
	display:block;
	width:977px;
	height:30px;
	z-index:2;
}

#menuItem{
	position:relative;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:right;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	color:#6ba9dc;
}


#menuItem a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666;
}

#menuItem a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#003a5f;
}

#businessOpportunities{
	position:absolute;
	display:block;
	left:520px;
	top:190px;
	width:500px;
	height:490px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	overflow:auto;
	padding-right:10px;
	z-index:5;
	
}
	

#achcHolder{
	position:absolute;
	display:block;
	width:712px;
	height:113px;
	top:580px;
	left:280px;
	right:24px;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
}

#achcText{
	position:absolute;
	display:block;
	width:600px;
	top:590px;
	left:260px;
	right:94px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	z-index:6;
}

	
