div#container {
	width:900px;
	background:url(images/content_bg.jpg) no-repeat;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

div#header {z-index:1000; position:relative;}

div#content {
	margin-top:-70px;
	height: 700px;
}
#home_right   {z-index:5;}

div#left {
	float:left;
	width:508px;
}

div#right {
	float:right;
	width:388px;
}

div#homepage_rightcol {
	width:382px;
	background:url(images/homepage_right_white_bg.png);
	padding-top:60px;
}

.content_sub {
	top:0px;
	position:relative;
}

div#maincontent {
	float:right;
	width:698px;
	background:#fff;
	text-align: left;
}

.content_headline {
	margin-top:34px;
}

div#maincontent_rightcol {
	width:698px;
	padding-top:17px;
}

div#sidebar {
	float:left;
	width:200px;
}

.content_sub div#sidebar {
	top:130px;
}

div#sidebar_rightcol {
	width:200px;
	background:url(images/homepage_right_white_bg.png) repeat top left;
	padding-top:35px;
}


div#homepage_rightcol p, div#maincontent_rightcol p, div#sidebar_rightcol p {padding:0 20px;}

div#homepage_rightcol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #102F5C;
}

div#baselinks {
	font-size:10px;
	padding:4px;
	color:#102F5C;
	text-decoration:none;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
}
div#baselinks a {
	font-size:10px;
	padding:4px;
	color:#102F5C;
	text-decoration:none;
	line-height:18px;
}

div#baselinks a:hover {
	padding:4px;
	background-color:#ffffff;
}

div#sidebar_rightcol p {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-size:12px;
}

div#sidebar_rightcol a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:5px;
	letter-spacing:0px;
	color:#102F5C;
	text-decoration:none;
	font-size:11px;
	position:relative;
	z-index:100;
}

div#sidebar_rightcol a:hover {
	padding:5px;
	background-color:#FFFFFF;
	position:relative;
}

td#homepage_rightcol_content {height:107px; background:url(images/homepage_right/bottom_bg.png) top left no-repeat; padding:15px;}


div#footer{
	
	text-align:center;
}

.clearhack {clear:both;}

 .searchform {
 	font-size: 10px;
 	text-align:left;
 	color: #666666;
 	background-color: #ffffff;
 	border: 0px solid;
 	padding:3px;
 	width: 85px;
	letter-spacing:1px;
	}

/*
old
-------------------------
*/








/* DROP-DOWN MENU
--------------------------------------------------------- */

ul 
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav 
{
	padding:0; 
	margin:0;
	float:left;
	position:relative;
	z-index:1003;
}

#nav li 
{
	float: left;
	position: relative;
	text-align: left;
	cursor:pointer;
	background-color: white;
	border: 0;
	margin:0;
	float:left;
}

#nav a {
	font-weight: bold; 
	color: #fff;
	text-decoration: none;
}

#nav li li a:link,
#nav li li a:visited,
#nav li li a:active
{
	display: block;
	width:190px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
	color: #163f73;
	background:url(images/rollback2.jpg);
	border: 1px solid #fff;
	padding: 8px;
	font-size: 10px;
	margin:3px;
	float:left;
}

#nav li li a:hover,
#nav li li a:visited:hover,
#nav li li a:active:hover
{
	padding: 8px;
	border: 1px solid #fff;
	background:url(images/rollback3.jpg);
	color:#fff;
	text-decoration:none;
}

#nav li li {
	position:relative;
	float:left;
	display: block;
	background:transparent;
	padding:0;
	margin:0;
	line-height:9px;
}

#nav li a,
#nav li img
{
	float:left;
}

#nav li ul 
{
	display: none;
	position: absolute;
	z-index:1002;
	top: 0;
	left: 0;
	width:216px;
	font-weight: normal;
	background:url(images/rollback4.jpg);
	padding: 0;
	margin: 0;
}

#nav li>ul 
{
	top: 0;
	left: 0;
}

#nav li:hover ul, 
#nav li.over ul 
{
	display: block;
	top:26px;
	
}

/* --------------------------------------------------------- */

/* --- [sub] NAVIGATION --- */

#top_sub {
	height:66px;
	margin: 0 auto 0 auto;
	/*position: relative;*/
	background:url(../../images/header_bottom.png);
	top:0px;
	z-index:2;
	overflow:hidden;
}

#subnav_wrap {
	margin:0;
	padding:0;
	height:auto;
	/**/
	position:relative;
	left:-10px;
	top:3px;
	
}

#top_sub .clearhack {

}

ul.subnav {
	z-index:2;
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0;
	display: table-row;
}

ul.trauma {
	left:-10px;
}

ul.subnav li{
	display: table-cell;
}

ul.subnav li a {
	display:block;
	overflow: hidden;
	text-indent: -9999px;
}

ul.subnav li:hover ul {
	display:block;
}

ul.subnav li ul {
	position: absolute;
	top:19px;
	display:none;
	z-index:2;
	width:200px;
	background-color: #CCC;
	background:url(images/nav_box.png) no-repeat;
	padding-top:10px;
	padding-bottom:20px;
}

ul.subnav ul li {
	display:block;
	width:100%;
}

ul.subnav ul li a {
	text-indent:0;
	padding:2px 0 2px 16px;
	font-size:11px;
	width:100%;
	height:20px;
}

/* --- NAV IMAGE [HOME] --- */
		
.subnav a {
	text-indent: -9999px;
	overflow:hidden;
	position: relative;
}

	/* EXPERIENCE CENTER BUTTON */
	.subnav a#experience {
		background: url('../../images/bariatric/experienceCenter/nav/content/experienceCenter.png') no-repeat;
		height:38px;
		width:146px;
	}
	
	.subnav a#experience:hover, .subnav a#experience.active {
		background: url('../../images/bariatric/experienceCenter/nav/content/experienceCenter_over.png') no-repeat;
	}

	/* ABOUT BUTTON */
	.subnav a#about {
		background: url('../../images/bariatric/experienceCenter/nav/content/about.png') no-repeat;
		height:38px;
		width:212px;
	}
	
	.subnav a#about:hover {
		background: url('../../images/bariatric/experienceCenter/nav/content/about_over.png') no-repeat;
	}
	
	/* EDUCATION BUTTON */
	.subnav a#education {
		background: url('../../images/bariatric/experienceCenter/nav/content/education.png') no-repeat;
		height:38px;
		width:88px;
	}
	
	.subnav a#education:hover {
		background: url('../../images/bariatric/experienceCenter/nav/content/education_over.png') no-repeat;
	}
	
	/* SERVICES BUTTON */
	.subnav a#services {
		background: url('../../images/bariatric/experienceCenter/nav/content/services.png') no-repeat;
		height:38px;
		width:112px;
	}
	
	.subnav a#services:hover {
		background: url('../../images/bariatric/experienceCenter/nav/content/services_over.png') no-repeat;
	}


img, div, td#homepage_rightcol_content, div#homepage_rightcol, body, div#container, .subnav a { 
	behavior: url(js/iepngfix.htc); 
}

#int_content {
	text-align: left;
}

#sub_side {
	background-color: #B6E3F4;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	padding: 10px;
	width: 60%;
	background-color: #8ED4EC;
	margin-left: 10px;
}
