/*
 * $Id: stylesheet.css,v 1.5 2009/06/08 18:23:31 jeffrey Exp jeffrey $
 */

body
{
margin: 10px;
padding: 0px;
font-family: verdana,arial,helvetica,sans-serif;
font-size: .9em;
background: url("images/WaterTile-light.jpg") #6699ff repeat;
}

p,li
{
margin: 5px;
}

ul
{
list-style-type: disc;
}

h1,h2
{
font-family: palatino,"palatino linotype", times new roman, serif;
font-weight: bold;
padding: 0px;
margin: 0px 0px 0px 10px;
}

h3	{clear: left;}

/**** this would make links red; commented out to leave links as default
a, a:link, a:visited
{
text-decoration:none;
color: red;
}

a:active, a:hover
{
text-decoration: none;
color: #00ff00;
}
******************/

#banner
{
float: left;
margin: 0px;
/* background: #6633FF; */
background: navy;
color: white;
height: 150px;
width: 100%;
}

#wrapper
{
background: navy;
border: 1px solid navy;
}

#container
{
margin-left: 200px; 
border-left: 1px solid navy;
}

#content
{
font-family: verdana,helvetica,arial,sans-serif;
float: right;
width: 100%;
background: white;
margin-left: -1px;
}

#navigation 
{
float: left;
position: relative;
width: 200px;
margin-left: -201px;
margin-right: 2px;
background:#000080;
}

#navigation a
{
padding:5px 0px;
display: block;
}

#navigation a:link
{
text-decoration:none;
color:#FFFFFF;
background:#000080;
display: block;
border-top: solid 1px red;
}

#navigation a:active
{
text-decoration:none;
color: red;
background: white;
font-weight:bold;
display: block;
}

#navigation a:visited 
{
text-decoration:none;
color:#ffffff;
background:#000080;
display: block;
border-top: solid 1px red;
}

#navigation a:hover
{
text-decoration:none;
color: red;
font-weight:bold;
background: white;
display: block;
}

.minwidth
{
min-width: 404px;
}

/* brunildo.org hack \*//*/
.innavigation,.incontent
{
width: 100%;
overflow: hidden;
}

#content
{
margin-left: 0px;
}

#navigation
{
margin-right: 1px;
}

.minwidth
{
border-left: 404px solid navy;
}

#wrapper
{
margin-left: -404px;
}

/**/

/*  word-wrap is CSS3 only
#container
{
word-wrap: break-word;
}
*/

.textbox
{
margin: 15px;
padding: 5px;
border: solid 1px navy;
}

.floatLeft
{
width: 150px;
font-size: 1.2em;
border: 2px solid red;
float: left;
margin: 15px;
padding: 5px;
text-align: center;
}

.hoursBox
{
width: 25%;
font-size: 1.2em;
border: 2px solid red;
float: right;
margin: 15px;
padding: 5px;
text-align: center;
}


.clear
{
clear: both;
}

.indent
{
margin: 5px 5px 5px 10px
}

.title
{
font-family:palatino,"palatino linotype", times new roman, serif;
font-size:1.2em;
color: navy;
}

.leftimage
{
margin: 15px;
float: left;
background: navy;
color: white;
}

.rightimage
{
margin: 15px;
float: right;
background: navy;
color: white;
}

.leftimage p 
{
text-align: center;
}

.rightimage p
{
text-align: center;
}

.address
{
margin: 15px;
padding: 5px;
text-align: center;
}

.right
{
float: right;
}
