/*CSS Stylesheet v1.0 for Dandeneau and Lott*/
/*Creation: 10/26/06, http://www.e-moxie.com*/

/*start of: General and Class Declarations*/
body {
font: .9em Arial, Helvetica, sans-serif;
background: #fff url('../images/page_bg.jpg') repeat-y;
margin: 0;
padding: 0;
}
img {border: 0;}
a:link, a:visited, a:active {color: #3535d9;}
a:hover {color: blue;}
h1 {font-size: 1.7em; color: #17156b;}
h2 {font-size: 1.4em;}
textarea {font: 1em Arial, Helvetica, sans-serif;}
dd {padding: 4px 0 6px 8px; margin-left: 0;}

.float-right {float: right;  margin: 8px; border: 1px solid #17156B;}
.center {text-align: center}
.red {color: red; font-weight: bold;}
/*end of: General and Class Declarations*/

#header {
height: 92px;
width: 100%;
background: #171915 url('../images/header_bg.jpg') no-repeat;
float: left;
}
/*start of: Header Heading (provides h1 for non-css viewing*/
#header a#goHome {
display: block;
position: absolute;
	top: 0;
width: 180px;
height: 92px;
outline: none;
text-decoration: none;
}
#header a#goHome:hover {
border: none;
text-decoration: none;
}
#header h1 span {margin-left:-5000px;}
/*end of: Header Heading*/

/*start of: Page Content*/
#container {
clear: both;
width: 760px;
}
#navigation {
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing: .5px;
float: left;
width: 179px;
}
#navigation a:link, #navigation a:visited, a:active a:hover{
color: #fff;
text-decoration: none;
}
#navigation ul {
list-style: none;
padding: 0;
margin: 0;
}
#navigation li a{
display: block;
width: 170px;
padding: 4px 0 4px 9px;
border-bottom: 1px solid #b18082;
}
#navigation li a:hover {
background-color: #130000;
}
#navigation #currentpage {
background-color: #310102;
}
#content {
float: left;
width: 566px;
padding-left: 15px;
}
#content #map {
width: 272px;
text-align: center;
}
#directions-address {
float: left;
padding: 0 0 0 20px;
margin-top: 40px;
}
#directions-form {
float: left;
padding: 0 20px 0a 20px;
}
#footer {
background: url('../images/footer_bg.gif') top center no-repeat;
clear: both;
font-size: .9em;
text-align: center;
padding: 10px;
margin-top: 50px;
}
#footer #disclaimer {
font-style: italic;
font-size: .9em;
text-align: left;
}
/*end of: Page Content*/
