body 
{
text-align: center;
background: white;
color: #444; 
font-family: tahoma, verdana, arial, sans-serif; 
}

#container 
{
text-align: left;
margin: 0 auto;
width: 780px;
background: #FFF url(base2.jpg) repeat-y;
}

/* ------------------------------ */
/* markup for navigation page     */
/* ------------------------------ */
#nav
{
float: left;
width: 180px;
display: inline;
margin-left: 0px;
padding: 15px 0;
}

#nav ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}

#nav li
{
padding: 0 20px 20px 0;
}

#nav ul a
{
display: block;
text-decoration: none;
font-size: 75%;
font-weight: bold;
color: white;
}

#nav ul a:link, a:visited
{
color: white;
}

#nav ul a:hover, a:active
{
color: steelblue;
}

/* ------------------------------ */
/* markup for site header         */
/* ------------------------------ */
#header
{
text-align: left;
margin: 0 auto;
width: 780px;
background-image: url(header2.jpg) ;
}

h1.header
{
font-family: georgia, "times new roman", serif ; 
font-size: 155%;
font-weight: normal;
background: transparent;
color: white; 
padding: 0 0 0 20px;
margin: 0;
border-top: 5px solid transparent;
border-bottom: 5px transparent; 
}

h2.header
{
font-family: georgia, "times new roman", serif ; 
font-size: 125%;
font-weight: normal;
background: transparent;
color: white;
margin: 0;
padding: 0 0 10px 20px;
border-bottom: 7px solid white; 
}

/* ------------------------------ */
/* markup for content div         */
/* ------------------------------ */
#content 
{
float: left;
width: 550px;
margin-left: 20px;
padding: 15px 0;
}

/* ------------------------------ */
/* markup for footer              */
/* ------------------------------ */
#footer
{
clear: both;
background: white;
color: #black;
padding: 5px 0 0 0; /*10px;*/
text-align: center;
font-size: 80%;
background-image: url(footer2.jpg); 
background-repeat: no-repeat;
}

/* ------------------------------ */
/* markup for 'site map' page     */
/* ------------------------------ */
#sitemap ul
{
font-size: small; 
line-height:135%; 
list-style-type: none;
}

#sitemap a, #sitemap a:visited
{  
color: steelblue;
text-decoration: none;
}

#sitemap a:hover
{
text-decoration: underline
}

/* ------------------------------ */
/* markup for blocks              */
/* ------------------------------ */

h2
{
margin-top: 0;
color: orange; 
font-weight: normal;
font-size: 120%;
}

h3
{
margin-top: 0;
color: steelblue; 
font-weight: normal;
font-size: 100%;
}

p 
{
font-size: 75%;
line-height: 150%;
}

a.ctact, a.ctact:visited
{
color: steelblue;
text-decoration: none;
}

a.joanna, a.joanna:visited
{
color: steelblue;
font-size: 9pt;
text-decoration: none;
}

a.joanna:hover, a.ctact:hover
{
text-decoration: underline
}

a.elink, a.elink:visited
{
color: steelblue;
font-size: 9pt;
text-decoration: none;
}

a.elink:hover
{
text-decoration: underline
}


a.footer, a.footer:visited
{
color: black;
text-decoration: none;
}

a.footer:hover
{
text-decoration: underline;
}

a.bookmark, a.bookmark:visited
{
color: steelblue;
font-size: 9pt; /*75%;*/*/
text-decoration: underline
}

.ctact
{
color: black; 
}

.joanna
{
color: black; 
}

ul.gen
{
font-size: 75%;
}


/* ----------------------------- */
/* markup for 'find healer' page */
/* ----------------------------- */

#region1
{
float: left;
width: 270px;
padding: 0;
}

#region2
{
float: left;
width: 270px;
padding: 0;
}

#region3
{
clear: both;
}

ul.countries
{
margin: 0;
list-style-type: disk;
/*color: steelblue;*/
}

ul.countries a
{
display: block;
/*color: steelblue;
text-decoration: none;*/
list-style-type: disk;
font-size: 70%; 
line-height:135%; 
padding: .3em .5em;
width: 20em;
}

ul.countries a:hover, a:active
{
color: steelblue;
text-decoration: underline;
}

ul.countries a:link, a:visited
{
/*&color: #2f4f4f;*/
color: steelblue;
text-decoration: none;
}


/* ------------------------------ */
/* markup for healer listing page */
/* ------------------------------ */
table
{
border-collapse: collapse;
border-left: 1px solid steelblue;
border-top: 1px solid steelblue;
width: 555px;
/* font-size: x-small; */
}

th, td
{
border-right: 1px solid steelblue; /*#fff;*/
border-bottom: 1px solid steelblue; /*#fff;*/#fff;
padding: .5em;
font-size: .8em;
}

td.title{width: 80%;}
td.cost{width: 20%;}

td.town{width: 25%;}
td.name{width: 35%;}
td.status{width: 40%;}

tr
{
background: #d7e0ea; /*#b0c4d7;*/
}

thead th
{
background: lightsteelblue; /*#036;*/
color: #fff;
text-align: center;
}

tbody th
{
font-weight: bold; 
color: white;
background: #b0c4d7; /*#658cb1;*/
text-align: center;

}

tr.alternate
{
background: #d7e0ea;
}

tr.alternate th
{
background: #d7e0ea; /*#8aa9c7;*/
}

/* ------------------------------ */
/* markup for 'publications' page */
/* ------------------------------ */

div.imageright 
{
float: right;
width: 123px;
margin: 0em 0em 1em 1em;
display: inline;
}

div.imageleft
{
float: left;
width:123px;
margin: 0em 1em 1em 0em;
display: inline;
}

div.divider
{
clear: both
}

