/* main layout styles */
body{
    margin:0;
	padding:0;
	font: 12px Georgia, "Lucida Grande", Helvetica, "MS Trebuchet", sans-serif; line-height: 20px;
	color: #333;
	/*font: 12px arial; line-height: 20px; color: #333;*/		
    text-align:center;
	background:url(../images/bg.gif) repeat-x;
    }
	
	
table{
    font: 12px Georgia, "Lucida Grande", Helvetica, "MS Trebuchet", sans-serif; line-height: 20px; color: #333;
	}
	
#containerBG{
   width:850px;
   margin-left:auto;
   margin-right:auto;
   background:url(../images/contentBg.gif) no-repeat;
        }
		
#container{
    width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
      }		
		
#logo{
   padding:10px 0px 10px 0px;
}
#banner{
    border-bottom:1px solid #ffffff;   
	    }
#content{
    position:relative;
	     }
#leftDiv{
position:relative;
    width:480px;
	float:left;
	padding:40px 0px 0px 15px;
	}
#rightDiv{
    position:relative;
    background:url(../images/sidebarBg.gif) top left no-repeat;
	width:230px;
	height:500px;
	float:right;
	padding:70px 20px 0px 50px;
		   }	
	
/* menu styles */		   
#menu{
    position:relative;
    width:100%;
	height:27px;
	background-color:#e2e8e0;
	  }		
	   
#menu ul{
	    padding:0;
	    margin:0;
		list-style-type:none;
		width:100%;
		background:url(../images/menu/btnRest.gif) repeat-x;
		position:relative;
	  }
	  
#menu li{
	   float:left;
	   padding:0;
	   margin:0;
	  }
	  
#menu li a{text-indent:-9999}	 

/*footer styles*/
#footer{
     margin-top:50px;
	 padding-top:3px;
        }


#footer table{
       font-size:11px;
	   color:#245497;
	   border-top:1px solid #e2e8e0;
        }

#footer td{
     padding-top:5px;
       }		 


/*text*/

p {
	margin: 0 0 1em;
}
.sans {
font-family: helvetica, arial, verdana, sans-serif;
font-size: .9em;
}

h3 {
	margin: 0 0 .4em; font-size: 1.1em; font-weight: bold
}
h3.news {
	margin: 2em 0 .5em;
	font-size: 1.25em;
}
h4 {
		margin: 1.5em 0 .4em; font-size: 1.08em; font-weight: bold
}
.flt {
	float: left;
	margin-right: 14px;
}
.ctr { text-align: center }

#leftDiv a {
	color: #900;
	text-decoration: none;
}
#leftDiv a:hover {
	color: #000;
}
#leftDiv a:active {
	color: #900;
}


/* LRA e-newsletter signup form */

#LRA form {
width: 300px;
margin: 18px 0 0 14%; 
padding: 0;
border: 1px solid #aaa;
}

#LRA p {
font: normal 11px/15px georgia, times, "times new roman", serif;
}

#LRA form p {
font: 10px/14px  verdana, arial, helvetica, sans-serif;
margin: 4px 0;
padding: 5px 0;
text-align: center;
}
#LRA input { 
width: 88%;
border: 1px solid #777;
background: #fff;
margin-bottom: .6em;
}
#LRA input.button {
width: auto;
height: auto;
background: #ffc;
font: 10px/13px  verdana, arial, helvetica, sans-serif;
padding: 4px 7px;
margin: 0;
border: 1px solid #666;
}


/*for Clinical Specialties*/

#rightDiv ul#clinical {
text-align: center;
font: 11px/15px  helvetica, arial, verdana, sans-serif;
margin: 28px 0 0;
padding: 0;
}
li {
margin: 0;
list-style-type: none;
padding: 0 0 .8em;
}








