/* CSS Document */
body {
text-align:center;
background:#C9E2F2 /* url('images/bkgd_shadow.jpg') repeat-y center */;
margin:0;
}

#container {
width:760px;
text-align:left;
margin:10px auto;
padding:0;
background: #fff url('images/bottombar.png') no-repeat bottom left;
border:1px solid #aaa;
}

div#header {
padding:0;
margin:0;
width:760px;
height:222px;
background: url('images/topbar2.gif') no-repeat top left;

}

h1#logo {
float:left;
margin: 40px 0 42px 150px;
background: url('images/swfna_head.gif') no-repeat top left;
width:360px;
height:42px;
}

h1#logo a{
display:block;
width:350px;
height:35px;
text-indent:-2000px;
}

div#flashheader {
float:right;
padding:0;
margin:0;
}
/*-- Associated Navigation --*/

ul#other_nav {
display:block;
clear:both;
font:10px Verdana, Arial, sans-serif;
padding: 0 5px 10px 50px;
list-style:none;
}

#other_nav li{
display:inline;
}

#other_nav li a {
display:block;
text-decoration:none;
float:right;
padding:1px 9px;
font-weight:normal;
color:#fff;
}

#other_nav li a:hover {
color:#000;
text-decoration:underline;
}

/*-- MAIN NAVIGATION --*/


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:755px;
position:relative; 
z-index:100;
padding:0;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:756px; w\idth:755px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
float:left;
clear:both;
font:bold 10px Verdana, Arial, sans-serif;
padding: 2px 5px 6px 98px;
margin:0;
list-style-type:none;
margin-top:-6px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
height:24px;
display:block;
position:relative;
text-decoration:none;
float:left;
padding:5px 6px 6px 6px;
color:#2283D3;
border-left:1px solid #2283D3;
}
/* a hack so that IE5.5 faulty box model is corrected
* html .menu a, * html .menu a:visited {width:139px; w\idth:128px;} */

/* end border */

a.end {
border-right:1px solid #2283D3;
}
/* drop-down arrow */
a.drop {
background: url(/images/down.gif) no-repeat bottom right;
}

.menu ul ul a {
width:128px; 
height:28px; 
border:1px solid #2283D3; 
border-width:1px 0 1px 1px; 
background:#758279; 
padding:3px 0 3px 10px; 
line-height:27px;
text-decoration:none;
}

/* style the second level background */
.menu ul ul a, .menu ul ul a:visited {background-color:#C9E2F2;}
/* style the second level hover */
.menu ul ul a:hover{ background-color:#fff;}
.menu ul ul :hover > a {background-color:#fff;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
padding:0;
top:41px;
left:0; 
border-top:1px solid #2283D3;
}

/* another hack for IE5.5 */
* html .menu ul ul {top:40px;t\op:41px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#C9E2F2; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:140px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000;
background-color:#f1f8fc;
text-decoration:none;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000;
background-color:#f1f8fc;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }




/* SET BKGD COLOR FOR SELECTED PAGE'S LINK */

#faq a.faq, #neuro a.neuro, #neurosurgery-why a.neuro, #rehab a.rehab, #news a.news, #index a.home, #services a.services, #locations a.locations, #general_info a.general {
color:#000;
background-color:#fff;
padding-bottom:7px;
}

#neuro a.neuro, #rehab a.rehab {
background:#fff url(/images/down_active.gif) no-repeat bottom right;
}






/*-- MAIN CONTENT --*/

#main {
font:12px Verdana, Arial, sans-serif;
margin:-25px 5px 25px 70px; 
}

#left {
float:left;
width:350px;
}

#right {
float:left;
clear:right;
width:321px;
margin-left:7px;
}

#text {
float:left;
width:500px;
}

#fulltext {
float:left;
width:680px;
}

#fulltext p, #fulltext h3 {
margin-right:190px;
}

#fulltext img {
float:right;
margin:0 0 5px 10px;
}

#secondary {
float:left;
clear:right;
width:142px;
margin:30px 0 0 10px;
padding:0 5px;
}

/*Formatting */


h1 {
font: bold 16px Verdana;
color:#2283D3;
}

h2 {
font: bold italic 14px Verdana;
color:#2283D3;
}

h3 {
font: bold 12px Verdana;
}

#main ul {
font-size:11px;
margin:-10px 0 10px -13px;
}


a {
color: #2200A1;
}

a:hover {
text-decoration:underline;
color:#2283D3;
}

/* Specialized */
.nomargin {
margin-top:-12px;
}

.more {
	font-weight:bold;
	font-size:12px;
}

#text .photo {
float:right;
clear:right;
margin-bottom:10px;
}

#left .photo {
float:left;
margin: 0 5px 5px 0;

}

#text .section {
clear:both;
padding:8px 0;
border-top:1px dotted #2283D3;
}

.note {
font-size: 10px;
}

.firstword {
font-size: 16px;
font-style: italic;
color: #2283D3;
}

/* -- FOOTER --*/

#footer {
font:10px Verdana, Arial, sans-serif;
display:block;
width:665px;
clear:both;
padding:20px 0 8px 100px;
margin:0 0 -25px 0;
}

#footer a {
color: #000;
text-decoration:underline;
}
