body {
	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
	background-image: url(../images/bg.png);
}

h1 {
	font-size: 150%;
	color: #3484D2;
}

img {
	border: 0px;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

#page_holder {
    margin: 0px auto;
    margin-top: 36px;
    min-height: 861px;
    _height: 861px;
    width: 1038px;
}

#left_shadow {
    background-image: url(../images/content_left.png);
    float: left;
    min-height: 861px;
    _height: 861px;
    width: 29px;
}

#right_shadow {
    background-image: url(../images/content_right.png);
    float: right;
    min-height: 861px;
    _height: 861px;
    width: 29px;
}

#content {
    background-color: #f6e7d2;
    background-image: url(../images/content_bg.png);
    background-repeat: repeat-x;
    float: left;
    min-height: 861px;
    _height: 861px;
    position: relative;
    width: 980px;
}

#content #menu_holder {
    left: 49px;
    top: -21px;
    position: absolute;
}

#content #menu {
    background-image: url(../images/menu.png);
    min-height: 519px;
    _height: 519px;
    padding-bottom: 10px;
    position: relative;
    width: 300px;
}

#content #menu #menu_footer, #content #facebook_footer {
    background-image: url(../images/menu_footer.png);
    bottom: 0px;
    left: 0;
    height: 6px;
    position: absolute;
    width: 300px;
}

#content #menu a {
    display: block;
    margin: 0px auto;
    padding-top: 23px;
    width: 218px;
}

#content #menu ul {
    list-style-type: none;
    margin: 0px;
    margin-top: 30px;
    padding: 0px;
}

#content #menu ul li ul {
    display: none;
    list-style-type: none;
    margin: 5px 0px;
    margin-left: 25px;
    padding: 0px;
}

#content #menu ul li ul li a {
    font-size: 13px;
}

#content #menu ul li {

}

#content #menu ul li a {
    color: #ffffff;
    font-size: 14px;
    padding: 0px;
    text-decoration: none;
}

#content #facebook{
    background: #aa787b url(../images/box.png) no-repeat left top;
	margin-top: 10px;
	padding: 5px;
	width: 290px
}

#content #facebook p{
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	padding: 0 10px;
	text-align: center;
}

#content #slide {
    border: 3px solid #ffffff;
    border-left: 0px;
    float: right;
    height: 294px;
    margin-right: 34px;
    width: 594px;
}

#content #slide_shadow {
    background-image: url(../images/slide_shadow.png);
    float: right;
    height: 14px;
    margin-right: 34px;
    width: 594px;
}

#content #footer {
    background-image: url(../images/footer_bg.png);
    background-position: top;
    background-repeat: repeat-x;
    clear: both;
    height: 190px;
    margin: 0px auto;
    width: 880px;
}

#content #footer a {
	color: #666;
	text-decoration: underline;
}

#content #footer a:hover {
	text-decoration: none;
}

#content #footer #footer_img {
    background-image: url(../images/footer_img.png);
    float: right;
    height: 96px;
    margin-right: -20px;
    width: 194px;
}

#content #footer p {
    color: #c5baac;
    font-family: arial;
    font-size: 11px;
    padding-top: 60px;
    text-align: center;
}

#content #text_content {
    background-image: url(../images/text_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    float: right;
    margin-right: 27px;
    margin-top: 20px;
    min-height: 522px;
    _height: 522px;
    width: 643px;
}


#content #menu_holder #search {
    background-image: url(../images/search.png);
    border: 0;
    height: 39px;
    margin-top: 10px;
    width: 300px;
}

#search form{
	position: relative;
}

#search #search_text {
    background-color: transparent;
    border: none;
    color: #945d60;
    font-family: arial;
    font-size: 11px;
    height: 24px;
    margin-left: 6px;
    margin-top: 6px;
    padding-left: 12px;
    padding-right: 12px;
    width: 216px;
}

#search_image{
	background: url(../images/magnifier.gif) no-repeat 0 0;
	border: 0;
	height: 26px;
	position: absolute;
	right: 15px;
	top: 7px;
	width: 28px;
}

#search img {
    float: right;
    margin-right: 15px;
    margin-top: 6px;
}

#content #text_content h1 {
    color: #554a3a;
    font-size: 24px;
    padding-left: 70px;
}

#content #text_content #text_area {
    color: #7a6d5b;
    font-family: arial;
    font-size: 12px;
    padding-left: 70px;
    text-align: justify;
    width: 535px;
}

#content #text_content #text_area .sign {
    float: right;
    margin-right: 15px;
    margin-top: 40px;
    text-align: center;
}

#content #text_content #text_area a {
    color: #7a6d5b;
}

#content #text_content #text_area table th {
    width: 67px;
}

#content #text_content #text_area table th.first {
    width: 240px;
}

#content #text_content #text_area table td {
    background-color: #f3e7d9;
    text-align: center;
}

#content #text_content #text_area table td span {
    font-size: 10px;
}

#search_results h2, #search_results h2 a {
    color: #7a6d5b;
    font-size: 16px;
    padding-left: 70px;
}

#search_results h2 a {
    padding-left: 0px;
    text-decoration: none;
}

#search_results p {
    border-bottom: 1px solid #a0927d;
    color: #a0927d;
    font-family: arial;
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-left: 70px;
    text-align: justify;
    width: 535px;
}

#content #page_path {
    color: #c5baac;
    float: right;
    font-family: arial;
    font-size: 12px;
    margin-right: 34px;
    margin-top: 16px;
    width: 566px;
}

#content #page_path b {
    font-family: arial;
    font-size: 11px;
}

#content #page_path a {
    color: #c5baac;
    font-family: arial;
    font-size: 11px;
    margin: 0px 10px;
    text-decoration: none;
}

#top_links {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 50px;
    top: -20px;
}

#top_links li {
    float: left;
}

#top_links li a {
    background-image: url(../images/icons.png);
    background-position: -3px -14px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 11px;
    margin-left: 10px;
    width: 13px;
}

#top_links li a span {
    display: none;
}

#top_links li a.print {
    background-position: -3px -28px;
}

#top_links li a.contact {
    background-position: -3px 0px;
}

.gallery a {
    border: 1px solid #C5BAAC;
    display: block;
    float: left;
    height: 100px;
    margin: 2px;
    margin-bottom: 5px;
    padding: 3px;
    width: 165px;
}

.gallery a:hover {
    border-color: #945D60;
}
#map_canvas{
	display: block;
	height: 250px;
	margin-top: 20px;
	width: 100%;
}
