a {
    color: #996633;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: Tahoma, Geneva, sans-serif;
    margin: 0 auto;
    width: 724px;
}

div.address {
    font-style: italic;
    margin: 10px;
}

div.caption {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

div.filler {
    clear: both;
    height: 1px;
}

div.filler-medium {
    clear: both;
    height: 20px;
}

div.float-left {
    float: left;
    margin-right: 15px;
}

div.float-right {
    float: right;
    margin-left: 15px;
}

div.information {
    background-color: #fffeeb;
    border: 1px solid #e6e5d8;
    color: #555;
    font-weight: 700;
    padding : 10px;
}

div.map {
	display: none;
	height: 300px;
	width: 400px;
}

div.row {
    clear: both
}

div.row span.col-left {
    float: left;
    margin-bottom: 10px;
    text-align: right;
    width: 330px;
}

div.row span.col-right {
    float: left;
    margin-bottom: 10px;
    margin-left: 4px;
    text-align: left;
    width: 330px;
}

em {
    color: #c11;
    font-style: normal;
}

h1 {
    border-bottom: 1px dotted #ccc;
	color: #9f450a;
	font: 1.7em "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin-top: 30px;
}

h2 {
    color: #484848;
    font: bold 1.2em "Times New Roman", Times, serif;
}

img {
    border: 1px solid black;
}

li {
    margin-bottom: 10px;
}

ol {
    padding: 0 35px;
}

strong {
    color: #484848;
}

ul {
    margin-top: 10px;
    padding: 0 18px;
}

/* Thanks to: http://www.jankoatwarpspeed.com/post/2008/08/14/Create-applecom-like-breadcrumb-using-simple-CSS.aspx */
#breadcrumbs {
    background-image: url('../images/template/breadcrumbs_bg.png'); 
    background-repeat: repeat-x;
    border:solid 1px #cacaca;
    color: #9b9b9b;
    font: 11px Arial, Helvetica, sans-serif;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

#breadcrumbs a {
    background-image: url('../images/template/breadcrumbs_separator.png');
    background-position: right;
    background-repeat: no-repeat;
    color: #454545;
    display: inline-block;
    height: 30px;
    outline: none;
    padding-right: 15px;
    text-decoration: none;
}

#breadcrumbs a:hover {
	color: #35acc5;
}

#breadcrumbs a img.home
{
    border: none;
    margin: 8px 0px;
}

#breadcrumbs li {
    display: inline-block;
    float: left;
    list-style-type: none;
    padding-left: 10px;
}

#content {
    background-image: url("../images/template/middle.png");
    color: #333;
    font-size: 0.85em;
    padding: 0 24px 0 30px;
}

#content-bottom {
    background-image: url("../images/template/bottom.png");
    height: 31px;
}

#footer {
    font-size: 0.7em;
    margin-top: 20px;
    text-align: center;
}

#header {
    background-image: url("../images/template/top.png");
    height: 129px;
    margin-top: 25px;
}

#menu {
    background-image: url("../images/template/menu.png");
    font: bold 14px "Trebuchet MS", Helvetica, sans-serif;
    height: 26px;
    padding-left: 14px;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    color: #78303a;
    display: block;
    height: 22px;
    padding-top: 1px;
    text-align: center;
	width: 110px;
}

#menu ul li a:hover {
    color: #c4a59d;
}

#menu ul li a#current {
    color: #484848;
    text-decoration: none;
}
