body {
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
     min-width: 759px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #E5E5DB;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

#header {
	font-size: 14px;
	font-weight: bold;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}
a:hover {
	color: #EB7B0A;
}
a:active {
	color: #000000;
}


#wrapper {
	width: 760px;
	height:auto;
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
	left: 4px;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 4px;
	text-align: left;
}

#banner {
	height: 7em;
	background-position: center bottom;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: bottom;
	border-right-width: 2px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #4F8E97;
	border-right-color: #4F8E97;
	border-left-color: #4F8E97;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

#content p{
	font-size: 80%;
	text-align: left;
	color: #FFFFFF;
	margin-top: 0;
	margin: 6px;
	vertical-align: bottom;
	line-height: 17px;
}


#container a {
	text-decoration: none;
}

#nav {/*menu css*/
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#container ul {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: none;	
}

#container ul a:hover { /*MENU on first line and drop down effects when hover*/
	color: #013F4B;
	text-decoration: none; color: #FF6600;
	background:#FFFFCC;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4E8A94;
	border-right-color: #4E8A94;
	border-bottom-color: #4E8A94;
	border-left-color: #4E8A94;	
}

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


#nav li li a {/*type on drop downs*/
	display: block;
	font-weight: normal;
	color: #013F4B;
	padding: 0.2em 10px;
}

#nav li li a:hover { /*MENU effects when hover*/
	padding: 0.2em 5px;
	border: 5px solid #4F8E97;
	border-width: 0 5px;
	text-decoration: underline;
}

.buttonmenu{
	margin: 2px;
	padding: 3px;
	text-align: left;
}

.buttonmenu li {
	width: 195px;
	padding: 2px 2px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 12px;
}

.buttonmenu li a{
	
	padding: 2px 2px;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}

.listmenu{
	margin: 2px;
	padding: 3px;
	text-align: left;
}

.listmenu li {
	width: 160px;
	padding: 2px 2px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 12px;
}

.listmenu li a{
	width: 100%;
	padding: 2px 2px;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}



li {
	float: left;
	position: relative;
	width: 11em; /*width of individual first line menu boxes*/
	text-align: center;
	cursor: default;
	border: 1px solid #4F8E97;
	border-width: 1px 0;
}

li#first {
	border-left-width: 1em;
	width: 11.5em;
}

* html li#first { /*IE only */
width: 11.2em; /*IE*/
}



li#last {
	border-right-width: 1em;
	width: 11.4em;
}

* html li#last { /*IE only */
width: 11.1em; /*IE*/
}

li ul { /*drop down*/
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #4F8E97;
	border-bottom: solid 1px #4F8E97;/*line at the bottom of the drop down box*/
	background-image: url(http://cjwmedicalcenter.net/NEURO/SiteDesign/menuback2.jpg);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 17px;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

.content h1{
	font-size: 11pt;
	color: #013F4B;
	padding: 0;
	margin: 10px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
}

.floatimgleft {
float:left;
margin-top:5px;
margin-right:10px;
margin-bottom:10px;
}

div.container {
background-color: #4E8A94;
  }
  
div.container2 {/*being used on brain tumor page with acoustic list*/
	float: left;
	background-color: #4F8E97;
	color: #FFFFFF;
  }
  
div.container3 {/*being used on stroke home page with support group info*/
	float: right;
	background-color: #4F8E97;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
  } 
  
div.container4 { /*used with spacer, */
    float: left;
  } 
  
div.float {
	float: none;
	height: 25px;
	width: 65%;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: text-bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding-top: 10px;
  }
  
div.float2 {/*used for a header instead of h1-used on radiation oncology page */
	float: left;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #0F4451;
	padding: 0px;
	font-style: italic;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 2px;
  }  
  
 div.float3 {
	float: left;
	margin-left: 4px;
	margin-right: 3px;
	margin-bottom: 0px;
	vertical-align: text-bottom;
	font-style: italic;
	color: #CCCCCC;
	padding: 4px;
  }  
  
 div.float4 {
	float: left;
	width:42em;
	margin-left: 2px;
	margin-right: 3px;
	margin-bottom: 0px;
	padding: 2px;
  }  
  
  div.float5 {
	float: right;
	width: 65px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: text-bottom;
  }  

blockquote.float-left {/* floats in content div */
	float: left;
	padding: 0.4em;
	color: #0F4451;
	background: #E9F5E8;/* light green */
	border-right: 2px dotted #013F4B;
	border-bottom: 2px dotted #013F4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 3px;
	margin-right: 0.5em;
	margin-bottom: 2px;
	margin-left: 0;
	font-weight: bold;
}

blockquote.float-left2 {/* light yellow background, dotted borders, caption type, centered */
	float: left;
	padding: 0.5em;
	color: #000000;
	background: #FFFFCC;
	border-left: 2px dotted #013F4B;
	border-right: 2px dotted #013F4B;
	border-bottom: 2px dotted #013F4B;
	border-top: 2px dotted #013F4B;
	margin-top: 2px;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
  }
 
 blockquote.float-left3 {/* dark green background, no border, bold white italic type, 11px  */
	float: left;
	padding: 0.4em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0.5em;
	font-style: italic;
	line-height: 16px;
	background-color: #4F8E97;
	font-weight: bold;
  }
  
blockquote.float-left4 {/* Stroke list of warning signs. */
	width: 20em;
	float: left;
	padding: 0.5em;
	color: #003D49;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	border: 3px solid #FFFF00;
  }

  blockquote.float-left5 {/* LEFT-Lt green blue-green background,dot border, Centered italic type,black 11px  */
	float: left;
	padding: 0.6em;
	color: #013F4B;
	background: #E9F5E8;
	border-left: 2px dotted #013F4B;
	border-right: 2px dotted #013F4B;
	border-bottom: 2px dotted #013F4B;
	border-top: 2px dotted #013F4B;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	text-align: center;
	margin-top: 3px;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0;
  } 

blockquote.float-left6 {/* floats in content div */
	float: left;
	padding: 0.5em;
	color: #0F4451;
	background: #FFFFFF;/* white */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 3px;
	margin-right: 0.5em;
	margin-bottom: 1px;
	margin-left: 0;
	font-weight: bold;
}

blockquote.float-left7 {/* Dark green solid border, works with UL LI -add bullets! */
	float: left;
	padding: 0.5em;
	background: #FFFFFF;/* white */
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: .5px;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	text-align: center;
	margin-left: 0.3em;
	border: 2px solid #4F8E97;
	font-weight: normal;
}

blockquote.float-left8 {/* Dark green solid border, , type centered italic for captions */
	float: left;
	padding: 0.5em;
	background: #FFFFFF;/* white */
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: .5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
	border: 2px solid #4F8E97;
}


blockquote.float-right {/* Light green blue-green background, dotted border, Centered italic type, black 11px */
	float: right;
	padding: 0.4em;
	margin-top: 3px;
	margin-right: 0.4em;
	margin-bottom: 0;
	margin-left: 0.3em;
	color: #000000;
	background: #E9F5E8;
	border-left: 2px dotted #013F4B;
	border-right: 2px dotted #013F4B;
	border-bottom: 2px dotted #013F4B;
	border-top: 2px dotted #013F4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-style: italic;
	line-height: 15px;
	text-align: center;
  }
  
 blockquote.float-right2 {/* RIGHT-Light yellow background, line above and below, 10pt type in dark green */
	float: right;
	padding: 0.4em;
	color: #013F4B;
	background: #FFFFCC;
	border-bottom: 1px solid #013F4B;
	border-top: 1px solid #013F4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 3;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
  }
  
  blockquote.float-right3 {/* dark green background, no border, bold white italic type, 11px */
	float: right;
	padding: 0.5em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0.5em;/* space on the outside of box */
	font-style: italic;
	line-height: 16px;
	background-color: #4F8E97;
	font-weight: bold;
  }

blockquote.float-right4 {/* brochure block-Light Yellow background*/
	float: right;
	padding: 0.5em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0.5em;
	font-size: 11px;
	text-align: left;
	font-style: italic;
	line-height: 14px;
	text-align: center;
	background-color: #FFFFCC;
	text-align: center;
	border: 2px dotted #4E8A94;
  }
  
  blockquote.float-right5 {/* Looks like stroke warning box for rt, white back, font left */
	width: auto;
	float: right;
	padding: 0.5em;
	color: #003D49;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 0.5em;/* space on the outside of box */
	margin-bottom: 0;
	margin-left: 3px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	border: 3px solid #FFFF00;
  }

blockquote.float-right6 {/* Light green blue-green background, dotted border, Centered italic type, black 11px */
	float: right;
	padding: 0.3em;
	color: #000000;
	background: #E9F5E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
	border: 1px solid #013F4B;
	width: 12em;
	margin-top: 0;
	margin-right: 0.2em;
	margin-bottom: 0;
	margin-left: 0.4em;
  }

blockquote.float-right7 {/* Rays background, thick light gray border, type left, bold 11px */
	float: right;
	width: 17.5em; /* "em size" is element dependent */
	padding: 0.2em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border: 4px solid #E1DBD6;
	font-weight: bold;
	line-height: 12px;
	background-image: url(http://annemoss.com/Images/BackgroundRAYS.jpg);
	margin-top: 0;
	margin-right: 0.2em;
	margin-bottom: 3px;
	margin-left: 0;
  }

blockquote.float-right8 {/* Dr. Sahni's prof societies list in this one, rays background*/
	float: right;
	padding: 0.4em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0.5em;
	font-size: 11px;
	text-align: left;
	font-style: italic;
	line-height: 14px;
	text-align: center;
	text-align: center;
	border: 2px solid #4E8A94;
	background-image: url(file:///C|/Documents and Settings/Owner/My Documents/1_WebSites/CJW/NEURO/SiteDesign/BackgroundRAYS.jpg);
  }
  
 p.after-blockquote {
	padding: 0.5em;
	background: #FFFFCC;
	line-height: 19px;
	margin-left: 4px;
	text-align: left;
  }

p.after-blockquote2 {
	width:inherit;
	padding: 0.4em;
	background: #FFFFFF;
	line-height: 19px;
	margin-left: 3px;
	text-align: left;
  }
  
 
blockquote > p {/* control mozilla paragraph margin */
  margin: 0 0 0.5em 0;
  }

div.spacer {/* Spacer with centered BOLD type and light yellow background */
	clear: both;
	background:#FFFFCC;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	width: 756px;	
  }
  
div.spacer2 {
	clear: left;
	height: 5px;
  }  
  
 div.spacer3 {
	clear: left;
	height: inherit;
	font-size: 11px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	text-align: center;
  }   
  
div.spacer4 {/* cardiovascular at the top */
	clear: both;
	height: 0.5em;
	background-image: url(file:///C|/Documents and Settings/Owner/My Documents/1_WebSites/CJW/images_CJW/bgbaba.gif);
	width: 756px;
	  }
	  
div.spacer5 {/* Space between blockquote and menu at top */
	clear: both;
	height: 0.7em;
	background-image: url(file:///C|/Documents and Settings/Owner/My Documents/1_WebSites/CJW/images_CJW/bgbaba.gif);
	width: 756px;
	  }  

div.spacer6 {/* bottom of FRONT PAGE-  */
	clear: both;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	  }  	     
div.spacer7 {/* not being used presently */
	clear: both;
	height: 0.2em;
	width: 756px;
	background-color: #E9F5E8;
	  }	   
	   
 .roundcont {
	width: 215px;
	background-color: #4F8E97;
	color: #fff;
	font-weight: bold;
}

.roundcont p {
	margin: 0 8px;
}

.roundtop { 
	background: url(http://annemoss.com/Images/corner_top_right.gif) no-repeat top right; 
}

.roundbottom {
	background: url(http://annemoss.com/Images/corner_bottom_right.gif) no-repeat bottom right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#footer {
	width: 758px;
	background-color: #4F8E97;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
}

#footer p{
	font-size: 12px;
	margin: 0;
	padding: 5px;
	width: auto;


