/* Stylesheet for IU Surgical Weight Management Center
   March 17, 2006 */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background: white;
}
#main {
	text-align: left;
}

img {
	border: none;
}

ul {
	list-style: none;
}
.copy ul, .widecopy ul{
    padding: 0 0 8px 1.5em;
}
.widecopy ul{
    width: 350px;
}
.copy li, .widecopy li{
    list-style: none;
    padding-left: 1em;
    background: white url(images/bullet.png) no-repeat 0px 3px;
    }
a {
	text-decoration: none;
}
.clear {
	clear: both;
}

h1 {
	font-size: 12px;
}
h2 {
	font-size: 11px;
}
h3, h4, h5, h6 {
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 8px 0 0 0;
    margin: 0;
}
td{
    vertical-align: top;
}




/* Common Header/Footer Styles
 ********************************/

#header {
	padding-top: 15px;
    background-color: #fff;
}

#header .headlogo {
    border-bottom:17px solid #B2ACAC;
	float:left;
	padding:0px 183px 5pt 0pt;
   }
#subhead{
    background: #fff url(images/blank_header.jpg) no-repeat center;
	width: 780px;
	height: 96px;
	clear:both;
	position: relative;
}
h1#sectionname {
    color:#20558a;
	font-size:2.5em;
    line-height:100%;
	padding:20px 0 0 47px;
	width:400px;
    font-family: "Arial Narrow", HelveticaNeue-BoldCond, Helvetica-Narrow, Arial, Helvetica, sans-serif
}

#lsBox {
	float: right;
	width: 144px;
	padding-top:7px;
}
#loginBox {
	width: 144px;
	border: 1px solid #b2acac;
	margin-bottom: 7px;
}
#loginBox ul {
	padding: 0 5px;
}
#loginBox li {
	background: url("images/bullet.gif") no-repeat left;
	padding: 3px 0 3px 18px;
	border-top: 1px solid #b2acac;
}
#loginBox .first {
	border-top: none;
}
#loginBox a {
	color: #a30046;
}
.FSF_input {
border-color:#666 #ccc #ccc #666;
border-style:solid;
border-width:1px;
font-size:10px;
height:14px;
padding-top:2px;
width:122px;
}
.FSF_resultLink{
    font-weight: bolder;
}
.FSF_resultDescription {
    display: none;
}
.searchImgButton {
    padding-bottom: 1px;
	vertical-align: bottom;
}
.nav, .LGlob_list, #footer #LM_level_1 {
	text-align: center;
	white-space: nowrap;
	padding: 3px 0;
	margin: 3px 0;
}
.nav li, .LGlob_list li, #footer #LM_level_1 li {
	display: inline;
	border-left: 1px solid;
	padding: 0 3px;
}
.nav li:first-child, .LGlob_list li:first-child, #footer #LM_level_1 li:first-child  {
	border-left: none;
}
#LM_youAreHere {
    font-weight: bolder;
}
.LM_expanded {
    font-weight: normal;
}

#LM_level_2, #LM_level_3, #LM_level_4{
padding-left: 4px;
}

#navBar li {
	border-color: #b2acac;
}
#navBar a, #subNav a, #LM_level_1 a {
	color: #666;
}
#navBar a:hover, #subNav a:hover, #LM_level_1 a:hover {
	color: #752641;
}
.LM_expanded{
    font-weight: bolder;
}
#footer{
    clear:both
}

#footer .nav, #footer #LM_level_1 {

}
#footer li {
	border-color: #999 !important;
}
#footer a {
	color: #888;
}
#logoBar {
	background: url("images/footer_bg.jpg") no-repeat;
	height: 40px;
	padding: 10px 0 0 10px;
}
#logoBar h1 {
	background: url("images/logo.gif") no-repeat;
	height: 19px;
}
#footer p {
	text-align: center;
	color: #999;
	font-size: 10px;
	padding-top:7px;
	border-top: 3px solid #004580
}




/* Main page styles
 ********************/

.home {
	padding-top: 60px;
}

#splash {
	background: url("images/home_bg.jpg") no-repeat;
	height: 270px;
	width: 764px;
	margin: 0 0 50px 5px;
}
#quote {
	float: left;
	margin-top: 169px;
}
#photo {
	float: right;
}




/* Content Area Styles 
 ************************/

#pageHeader {
	height: 96px;
	width: 100%;
	background: url("images/header_bg.jpg") no-repeat #b3e5f8;
}
#menuCol {
	float: left;
	width: 230px;
}
#contentCol {
	float: right;
	width: 547px;
}
#menuCol, #contentCol {
	padding: 5px 0 10px 0;
}

#subNav, #LM_level_1 {
	margin: 30px 15px 0 5px;
}
#LM_level_2 {
	margin: 0px 15px 5px 5px;
}
h1#pagelongtitle {
	color: white;
	background: url("images/section_header.gif") no-repeat;
	height: 20px;
	padding: 3px 0 0 10px;
}

#section {
	padding: 30px 0 5px 0;
	border-left: 1px solid #9d9d9d;
	height: 100%;
    min-height:200px;
}
.copy {
	width: 350px;
	padding-left: 5px;
	float: left;
}
.copy h1, .widecopy h1 {
	color: #752641;
}
.copy p{
    padding: 0px 0 5px 0;
    margin: 0;
}
.widecopy {
	padding-left: 5px;
	float: left;
    width: 540px;
}
.widecopy p{
    width:350px;
    padding: 0 0 8px 0;
    margin: 0;
}
.widecopy h1, .widecopy h2, .widecopy h3, .widecopy h4, .widecopy h5, .widecopy h6{
    width:350px;
}
.widecopy li{
    width: 335px;
}

.widecopy img{
    border: 6px solid #a2e0fb;
    float:right;
	clear:right;
}

.tdlable{
text-align: right;
}

#photoHeader {
	background: #a2e0fb;
	border: 1px solid #a2e0fb;
    text-align:center;
}
#photoHeader td{
	height: 20px;
}
#photoHeader a {
	color: black;
	padding: 5px 10px;
	font-size: small;
}
#photoHeader h3 {
    position: relative;
    top: 6px;
	display: inline;
	/* float: left; */
    text-align: center;
	color: white;
	font-size: small;
	padding: 0px 15px 0 0;
}
#seebeforeafter{
margin: 10px;
}

#seebeforeafter a{
color: #53a3d4;
font-weight: bold;
padding: 0 5px;
}

#previous {
	float: left;
	background: url("images/previous.gif") no-repeat left;
}
#next {
	float: right;
	background: url("images/next.gif") no-repeat right;
}
#photos {
	text-align: center;
	border: 1px solid #b2acac;
	border-top: none;
	padding: 5px 0;
    height: 380px;
}
#quoteBox {
	width: 174px;
	float: right;
	border-top: 0px solid #a2e0fb;
	padding: 5px;
}
#quoteBox p {
	font-size: small;
	color: #b2acac;
}
#quoteBox h3 {
	color: #a2e0fb;
	font-size: small;
}


.imgBox {
	width: 174px;
	padding: 5px;
	background: #a2e0fb;
	float: right;
}
.box {
	background: #D3E8F2;
	width: 214px;
	margin-left: 0px;
	margin-top: 5em;
}
#etoNotice {
   text-align: center;
   color: #fffffe;
}
#etoNotice a, #etoNotice h1, #etoNotice h2{
    position: relative;
    left: -9000px;
    color: #fffffe;
    font-size: xx-small;
    font-weight: normal;
}

.box ul {
	padding: 8px;
}
.box a {	
	color: #a30046;
}
.box h3 {
	padding: 10px 0 9px 25px;
}

#box1, #box2 {
}

#box1 #hdr {
	color: white;
	background: url("images/key_bg.gif") repeat-y;
	border-bottom: 1px solid white;
}
#box1 h3 {
	background: url("images/key_bullet.gif") no-repeat left;
	font-size: 90%;
}
#box1 ul li{
padding-bottom: 3px;
}

#box2 h3 {
	color: white;
	background: url("images/recipe_header.gif") no-repeat #b2acac;
	padding-left: 40px;
}
.small{
  color: black;
  font-size:x-small;
}

/* Five Factors
= = = = = = = = = = = = = = = */
.fiveFactors #subhead, .fiveFactors #splash{
background: none!important;
}
