body {
width:760px;
margin:0;
padding:0;
background-color: white;
font-family:Georgia, "Times New Roman", serif;
}

#container {
text-align:left;
width:760px;
padding-bottom:7px;
}

hr { height: 1px; color: #cccccc; }
/* close approximation to how they look in IE */
html>body hr { border-width:0; height:1px; border-top:1px solid #ccc; }

a { color:blue; }
a:visited { color: purple; }

h1, h2, h3, h4 {
color: black;
font-weight:normal; 
font-family: Georgia, "Times New Roman", serif;
}
h1 {font-size:200%; margin-top:7px;}
h2 {font-size:125%; color:#009; }
h3 {font-size:115%; }
h4 {font-size:105%; }

#content
{
    margin-left:15px;
    padding-right:10px;
    padding-left:10px;
    text-align:justify;
}

.quote 
{
    float:right;
    margin:20px;
    margin-right:0px;
    padding:10px;
    background-color:#f3f3f3;
    border:1px dashed green;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size:1.0em;
    text-align: left;
}

.contact
{
    float:right;
    width:150px;
    font-size:0.8em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background-color:lightgoldenrodyellow;
    border:1px solid tan;
    padding:7px;
    margin-top:-4em;
    margin-left:25px;
}
.contact h2
{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:1.2em;
color:mediumblue;
}
.contact p { margin-top:0; }
.contact address { margin-bottom:8px; }

.photo
{
    float: left; 
    margin:0 10px 0 0px; 
}
.photo img { border: 1px solid black; display:block; }
div.right { float:right; margin-left:20px; margin-bottom:7px;}

.caption
{
    width:211px;
    color:black; 
    background-color: lightgoldenrodyellow; 
    padding: 7px; 
    margin-top:0px;
    font-size: 0.8em;
    margin-bottom:15px;
    border:1px solid black;
    border-top:0px;
}

.gallery 
{
    float:left;
    width:100px;
    color:white; 
    background-color: #002040; 

    margin-top:0px;
    margin-bottom:10px;
    margin-right:10px;
    padding:7px;
    background-color:tan;
    color:black;
    border:1px dotted brown;
}
.gallery img { border: 1px solid #666; margin-right:0px; }
.gallery span { margin-left:15px; font-family:Tahoma, sans-serif; float:left; clear:left; }
.gallery p { font-family: Tahoma, Helvetica, Arial, sans-serif; font-size:0.75em; margin-right:10px; text-align:left; }

#navphoto {float:left;}

#navigation
{
    width:670px;
    clear:both;
    float:left;
    border-bottom:1px solid tan;
    border-top-width:0px;
    margin-right:20px;
    padding-left:90px;
    background-color:lightgoldenrodyellow;
}

#navigation { margin-bottom:15px; }
#navigation ul { float:left; list-style-type:none; margin:0; padding:0; }
#navigation ul li { float:left; }
#navigation a
{
font-family:Tahoma, Arial, Helvetica, sans-serif;
display:block;
padding:5px 15px ;

font-size:0.75em;
text-decoration:none;
float:left;
text-align:center;
border-width:0px;
color:black;
}

#navigation a:hover
{
text-decoration:underline;
background-color:#0070B0;
color:white;
}

/* header */
#header
{
width:760px;
border-bottom:1px solid black;
background-color:#387070;
position:relative;
text-align:left;
color:white;
}
#header .links
{
font-family:Tahoma, Arial, Helvetica, sans-serif;
position:absolute;
font-size:0.8em;
right:10px;
bottom:5px;
}
#header .links a { color:#fafad2; /*lightgoldenrodyellow*/ }

#header img { float:left; padding:3px 5px; border-width:0px; position:absolute; }
#header .title {
font-family:Georgia, "Times New Roman", serif;
font-size:2.3em;
margin-left:100px;
padding:0.25em 0;
}
#header .phone {
font-family:Tahoma, Helvetica, Arial, sans-serif;
position:absolute;
top:5px;
right:10px;
font-size:0.7em;
text-align:right;
}

/* footer */
#footer {
width:750px;
font-size:0.8em;
font-family: Tahoma, Helvetica, Arial, sans-serif;
background-color:#387070;
color:white;
clear:both;
padding:5px;
margin-bottom:10px;
}

#footer a { color:lightgoldenrodyellow; }
#footer .tools { float:left; padding-left:7px; }
#footer .copyright { float:right; padding-right:7px; }
#footer .middle { text-align:center; }

.contact { width:180px; }

/* links pages */

.linksubhead {
background-color:#ddf;
border:1px dotted steelblue;
padding:7px;
margin-bottom:1em;
}
.linksubhead h3 { margin:0; }
.linksubhead a { float:right; margin-right: 10px; font-size:0.8em; font-family:Tahoma, Arial, sans-serif; margin-top:0.25em; text-decoration:none; color:blue; }
.linksubhead a:visited { color:blue; }

.linksubhead a:hover { text-decoration: underline; }

.link { margin-bottom:1em; }
.link p { margin-bottom:0.5em; margin-top:0.5em; }
.link .title { font-size:1.1em; color:black; font-weight:bold; }
.link .phone { font-size:0.8em; font-family:Tahoma, Arial, sans-serif; font-weight:bold; }
.link a { font-size:0.7em; }
.linkcategory { margin-left:10px; }

table.schedule { border:1px solid #999; }
table.schedule td { 
    padding:3px 10px; 
    border-top:1px solid #aac; }
table.schedule tr.even {
    background-color:#fafad2;
    background-color:#acc;
}
