/*
-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  March 15 2008
----------------------------------------------- */


/* Global
----------------------------------------------- */


/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

	
/* Pseudo Links
----------------------------------------------- */
a:link, a:visited, a:active  {
	color: #9f3e1f;
    text-decoration: underline;
	}    

a:hover {
	color: #9f3e1f;
    text-decoration: none;
	}  
 
	
/* Header 
----------------------------------------------- */	

	
/* Navigation
----------------------------------------------- */
#mNav {
	background-color: #fff;
	text-align: left;
  	}

.navSep {
	color:#225c8b;
	padding: 0px 5px;
	font-size: 9px;
	}
	
.bullet {
	color:#225c8b;
	}	
div#left-side-menu { width:auto; height: auto; margin:0; padding:0; }
div#left-side-menu ul { list-style: none; display: block; position: relative; margin:0; padding:0; }
div#left-side-menu ul li { background: transparent url(images/nav/button_off.gif) repeat-x center left scroll; 
    height: 36px;
	width: 215px;  
	border-bottom:0px solid #999;
	margin:0;
	padding:0; }
div#left-side-menu ul li a { color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.55em;
	line-height:1.9em;
	letter-spacing: 0.05em;
    font-style:normal;
    font-variant:normal;
    font-weight: normal;
	text-decoration: none;
    margin:0 0 0 26px;
    padding:0px;  }
div#left-side-menu ul li:hover, div#left-side-menu ul li.active  { background: transparent url(images/nav/button_on.gif) repeat-x center left scroll; border-bottom:0px solid #999;} 
	
	
/* Body 
----------------------------------------------- */
body {
  	background-image: url("media/bgMain.gif");
  	font-family: verdana, arial, sans-serif;
  	font-size: 11px;
  	line-height: 16px;
  	color: #303030;
  	text-align: center;
	}
	
ul  { list-style: disc outside;
      margin: 0 0 0 0px;
	  padding: 0 0 0 25px; }	

#container {
	margin: 0 auto;
	width: 801px;
	}
	
#header {
	margin: 0 auto;
  	padding: 0px;
	width:800px;
  	background-color: #fff;
	}	
	
#main {
	margin: 0px;
  	padding: 0px;
  	background-color: #fff;
  	text-align: left;
  	font-size: 11px;
  	width: 800px;
	}	
	
#bodyHome {
	margin: 0px;
  	padding: 10px 20px 20px 20px;
  	background-color: #fff;
  	/*background-image: url("media/steth.jpg");*/
  	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: left;
  	font-size: 11px;
	}
	
#bodySub{
	margin: 0px;
  	padding: 10px 20px 20px 20px;
  	background-image: url("media/bgSub.jpg");
  	background-position: top center;
	background-repeat: repeat-x;
	text-align: left;
  	font-size: 11px;
  	vertical-align: top;
	}		
	
	
/* Misc.
----------------------------------------------- */	
.mainHeader {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 18px;
  	line-height: 15px;
  	color: #2f5d83;
  	line-height: 22px;
  	}
  	
.subHeader {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 15px;
  	line-height: 15px;
  	color: #2f5d83;
  	line-height: 22px;
  	margin-bottom: 6px;
  	}  	
  	
#contact {
	margin: 0px;
  	padding: 20px;
  	background-image: url("media/bgMaps.jpg");
  	background-position: top center;
	background-repeat: no-repeat;
	}
#surgicalList {
	line-height: 30px;
	}
	
	
.imgleft {
	position:relative;
	float:left;
	margin: 0 10px 10px 0;
	}
  
.imgright {
	position:relative;
	float:right;
	margin: 10px 0 0 0;
	}		

/* Footer 
----------------------------------------------- */
#footer {
  	background-image: url("media/footerBar.gif");
	background-repeat: no-repeat;
	}	

#foot-a {
	color: #fff;
	font-size:11px;
	padding-left:15px;
	text-align:left;
	}	

#foot-b {
	color: #fff;
	font-size:11px;
	padding-right:16px;
	text-align:right;
	}
		
#foot-b a {
	color: #fff;
    text-decoration: none;
	}
		
#foot-b a:hover {
	color: #fff;
    text-decoration: underline;
	}
	
	
	
#coop {color: #797456}

#coop a:link, #coop a:visited, #coop a:active  {
	color: #797456;
    text-decoration: underline;
	}    

#coop a:hover {
	color: #797456;
    text-decoration: none;
	}  

img.icon-pdf { border: 0px; margin: 1px 0px 0; }
img { border:0px; }	
