@charset "utf-8";
/* CSS Document */

/* RESETS ---------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent; border: 0;font-size: 99%; font-family: Arial;margin: 0;outline: 0;padding: 0; vertical-align: baseline; }
body { line-height: 1.2; }
ol, ul { margin-left: 25px; }
:focus { outline: 1px #c0c dotted; }
:focus { outline: 0; }

/* END RESETS ---------------------------------------- */

.clear { 
	clear:both;
	height:0;
	width:0;
	line-height:0;
}
a { color:#543C13; }
a:hover { text-decoration:none; }

p { padding:10px 0; font-size:12px; color:#333; line-height:18px; } 
h1 { color:#543C13; font-family: Arial, Helvetica, sans-serif; font-size:23px; text-transform:uppercase; padding:15px 0 5px; }
h2 { color:#543C13; font-family:Arial, Helvetica, sans-serif; font-size:19px; text-transform:uppercase; padding:15px 0 5px; }
h3 { color:#543C13; font-family:Arial, Helvetica, sans-serif; font-size:16px; text-transform:uppercase; padding:15px 5px 5px; margin-bottom:5px; border-bottom:1px dashed #ddd; }

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

body { background:url("../imgs/body-bg-brwn.jpg") repeat; }
#top-bg { background:url("../imgs/container-bg-brwn.jpg") repeat-x; height:14px; margin-bottom:50px; }

#container {
	width:100%;
	padding-bottom:40px; 	
}
#container2 {
	margin:0 auto 10px auto;
	width:1200px;
	box-shadow: 0 0 10px #333;
}
#top{
	margin:0 auto;
	width:100%;	
	background:#fff;
	/*
	height:157px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	*/
}
#middle{
	margin:0 auto;
	width:100%;
	padding-bottom:35px;
	background:#FFF;
}
#bottom {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 15px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    height: 115px;
    margin: 0 auto;
    padding: 0 25px;
}
#header {
	margin:0 auto;
	background:url(../imgs/header-bg.jpg) no-repeat 10px 0;
	height:140px;
	padding:0 10px;
	background-size:100%;

}
#header .logo {
    float: right;
    font-size: 43px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 40px;
    width: 410px;
	line-height: 30px;
}
#header .logo a {
	color:#fff;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header .logo .small {
	font-size:20px;
}
#header .rm_logo {
	width:100px; 
	float:left;
    padding-left: 17px;
    padding-top: 12px;
}
#header .language_toggle {
	float:right;
	width:100px;
	text-align: center;
	margin-top: -26px;
	padding:5px 3px 4px;
	background:#1C1408;
	border:1px solid #5B4521;
	border-bottom:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}
#header .language_toggle a {
	color:#DDD;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#header .language_toggle a:hover {
	color:#FFF;
}
#header .header_links { 
	width:350px;
	text-align:right;
	float:right;
	clear:right;
	margin:28px 5px 0 0;
}
#header .header_links a {
	text-decoration:none;
	color:#7D690B;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:14px;
	margin-left: 10px;
}
#header .header_links a:hover {
	color:#067CBB;
}
#header .header_links a.home {
	background:url(../imgs/icon-home.png) no-repeat;
	padding-left:23px;
}
#header .header_links a.maps {
	background:url(../imgs/icon-maps.png) no-repeat;
	padding-left:22px;
}
#header .header_links a.contact {
	background:url(../imgs/icon-phone.png) no-repeat;
	padding-left:17px;
}
#content {
	margin:0 auto;
	padding:10px 10px 50px 10px;
}
#content .leftbar {
	width:280px;
	float:left;
	padding: 0;
}
#content .leftbar .weather {
	margin-bottom:10px;
}
#content .leftbar .weather body #container {
	border:1px solid #ddd !important;
	width:298px !important;
}
#content .maincontent {
	width:590px;
    float: left;
	margin-left:10px;
	padding:0 15px;
}
#content .maincontent li {
	color:#333;
	font-size:12px;
	line-height:18px;
	padding-left:5px;
}
#content .maincontent img {
	padding:4px;
	border:1px solid #ddd;
	margin-left:5px;
	margin-right:5px;
}
.recent_news_container {
	padding:0 10px;
}
.recent_news {
	border-bottom:1px dashed #ddd;
	padding: 0 10px;
	 margin-bottom: 5px;
}
.recent_news p {
	padding:10px 5px 0 5px;
}
.recent_news .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#666;
}
.recent_news .date {
	padding:0 5px;
}
.recent_news .read_more {
	text-align:right;
	padding-bottom: 10px;
}
.news-items {
	padding-top:20px;
}
.news-items p {
	padding:10px 5px;
}
.news-items .news-title {
    border-bottom: 1px solid  #DDDDDD;
	border-top: 1px solid  #DDDDDD;
    padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}
.news-items .news-title h3 {
	text-transform:none;
	border-bottom:none;
	padding: 15px 0 0 0;
	line-height: 8px;
}
.news-items .news-date p {
	color:#999;
	font-style:italic;
	padding:0 ;
}
#footer {
	height:104px;
  	padding-top: 10px;
}
#footer .logos {
    float: right;
    padding: 8px 10px 0 0;
    text-align: right;
    width: 200px;
}
#footer .footer_links{
	margin-top: 40px;
}
#footer .copyrights {
	width:600px;
	float:left;
}
#footer .footer_links ul {
	list-style:none;
	display:block;
	margin:0;
}
#footer .footer_links li {
	float:left;
}
#footer .footer_links li a {
	font-size:11px; 
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	border-right:1px solid #ccc;
	padding: 0 10px;
}
#footer .footer_links li a:hover,
#footer .copyrights a:hover {
	color:#333;
}
#footer .footer_links li a.last {
	border:none;
}
#footer .copyrights {
    clear: left;
    color: #888;
    font-size: 11px;
    padding: 5px 10px;
}
#footer .copyrights a {
	color: #888;
	text-decoration:none;
}
.subnav {
	width:95%;
}
.subnav h3 {
    background: url("../imgs/menu-bg.jpg") repeat-x;
    border: 1px solid #000;
    color: #FFFFFF;
    padding: 8px;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:none;
}
.subnav ul {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DDD;
    margin: 0;
	list-style:none;
}
.subnav ul li {
    border-bottom: 1px dashed #DDD;
    padding: 7px 20px;
}
.subnav ul li.last {
	border:none;
}
.subnav ul li a {
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 12px;
    text-decoration: none;
	color:#543C13;
}
.subnav ul li a:hover,
.subnav ul li a.current {
    color:#896429;
}

/* ==== Calendar ============================= */
table.cal {
	border:1px solid #CCCCCC;
}

.cal_select {
	background: url(../imgs/calendarheader-bg.jpg) repeat-x;
	padding:8px 8px 0 8px;
	color:#FFFFFF;
	text-align:center;
	border:1px solid #004477;
	text-shadow: 0 0 3px #002E4F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	height:28px;
}
#content .maincontent .cal_select img {
	border:0px;
	padding: 0px;
}
.cal_topdays {
    background: none repeat scroll 0 0 #ccc;
    color: #666666;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
}
.cal_othermth,
.cal_dayboxes,
.cal_highlighteddaybox {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	padding:2px 5px 3px 5px;
    font-size: 11px;
    vertical-align:top;
}
.cal_topdays td {
	border-bottom:1px solid #aaa;
}
.cal_othermth {
    background: none repeat scroll 0 0 #e5e5e5;
	color:#777;
}

.cal_dayboxes {
	background:#F5F5F5;
	color:#333;
}

.cal_highlighteddaybox {
	background:#E7F4FA;
	font-weight:bold;
	color: #006699;
}
.cal_item {
	padding:2px;
}
#dhtmltooltip{
position: absolute;
width: 275px;
border: 1px solid black;
padding: 5px;
background-color: #E5E5E5;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}



/* ==== Other ================================ */

.read-more {
	float:right;
}

#map { border:1px solid #DDD; }

.selstyle {
   width: 266px;
   height: 34px;
   overflow: hidden;
   background: url(../imgs/down_arrow_select.jpg) no-repeat right #ddd;
}

.selstyle select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    height: 34px;
    padding: 5px;
    width: 297px;
}

ul.news_archives,
ul.album_galleries {
    background: none repeat scroll 0 0 #FCF4D6;
    border: 1px solid #F9E79D;
    margin: 0;
	padding:20px 20px 20px 35px;
}
td.gallery_album a {
	font-size:12px;
	text-decoration:none;
}
td.gallery_album a:hover {
	text-decoration:underline;
}


.atabs {
	float:right;
	width:150px;
	margin-top:14px;
	padding-top:5px;
	background:#DDE7EC;
	height:30px;
	border-radius:6px 6px 0px 0px;
	cursor:pointer;
	border-top:1px solid #b5b5b5;
	border-left:1px solid #b5b5b5;
}
.atabs p {
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#656565;
	padding:5px 0px 0px 0px;
}
.atabs-active {
	background:#046DAF !important;
}
.atabs-active p {
	color:#fff !important;
}