body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color:#333333;	
  background: #c4915a url(/images/background.jpg) repeat;
  }


a {
color: #0000cc;
}

a img {border:0;}

.container {
width: 916px;
margin:0 auto;
overflow: hidden;
}

.header {
height: 151px;
width:916px;
margin:0;

padding:0;
/*background: url(/images/top.jpg) no-repeat;*/
}

.adm_header {
height: 90px;
width:800px;
margin:0;
padding:0;

}

.adm_container {
width: 800px;
margin:0 auto;
overflow: hidden;

}

.top_left {
width: 250px;
height: 80px;
float: left;
}

.logo_block {
float:left;
width:196px;
margin-top:35px;
padding-left:10px;


}
.top_right {
width: 150px;
float: right;
height: 80px;
line-height: 80px;
}

.top_right a {
color: #ffffff;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.top_nav {
color: #252525;
float:left;
width:561px;
height:32px;
margin-left:105px;
margin-top:70px;
text-align:left;
line-height:32px;
background: url(/images/top_nav_bg.gif) no-repeat;
}

.top_nav a {
width:150px;
color: #000;
font-size:14px;
font-weight:bold;
padding-left: 31px;
padding-right: 31px;
text-decoration: none;
}

.top_nav a:hover {
text-decoration:none;
}

.top_nav a:visited {
color: #000;
}


.inner_content {
width: 916px;
margin:0 auto;
margin-top:20px;
}
.inner_content_top {
background: url(/images/mid_top_bg.png) no-repeat;
width: 916px;
height: 10px;
overflow:hidden;
}

.inner_content_mid {
width: 916px;
background: url(/images/mid_mid_bg.png) repeat-y;
margin:0;
padding:0;
}

.inner_stuff {
width: 898px;
margin:0 auto;
padding-top:0px;
padding-bottom:2px;
}


.home_box_inner p, .home_box_inner_left p {
color: #3f4236;
font-size:14px;
line-height:24px;
}

.home_box_inner ul {
margin: 5px 0px 10px;
}

.home_box_inner ul li {
padding: 2px 0px;
}

.home_box_inner_left ul {
list-style:none;
padding: 0;
margin:0;
}

.home_box_inner_left ul li {

border-bottom: 1px solid #444444;
}

.home_box_inner_left a {
padding: 10px 5px;
text-decoration:none;
color: #444444;
font-size: 14px;
font-weight:bold;
display:block;
}

.home_box_inner_left ul li a:hover {
background-color: #444444;
color: #ffffff;
}


.inner_content_bottom {
background: url(/images/mid_bottom_bg.png) no-repeat;
height: 9px;
width: 916px;
margin:0 auto;
}

.inner_gray {
background: #e1e1e1;
width:898px;
margin:0 auto;
}

.home_box {
float:left;
width: 294px;
background: url(/images/white_fade.gif) repeat-x;
margin-left:3px;
margin-top:5px;
}

.normal {
margin-left:5px;
}
.ie_box {
_margin-left: 3px;
}

.home_box_inner, .home_box_inner_left {
padding: 10px;
}
.content {
/*padding:10px;*/
margin-top:200px;
color: #fff;
}

.right_content {
float:left;
width: 565px;
margin-left: 5px;
padding-left: 5px;
overflow:hidden;
}
.adm_content {
padding:10px;
color: #000;
background: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.mailing_list_form td {
padding:4px;
}


.footer {
color: #3f4236;
width: 916px;
margin:0 auto;
text-align:right;
padding-top:5px;
padding-bottom:10px;
font-size:11px;
font-weight:bold;
}

.footer a {
color: #3f4236;
text-decoration: none;
}

.footer p {
margin:0;
padding:0;
margin-right:20px;
}
/* administrative menu */

.admin {
  background: #fff url(/images/adm_bg.gif) repeat-x;


}

.admin_menu{
	float:left;
	width: 150px;
}

.admin_menu ul {
list-style:none;
margin: 0px;
padding: 0px;
}

.admin_menu li {
padding: 5px 0px;
border-bottom: 1px solid #ccc;
}

.admin_menu a {
text-decoration: none;
font-weight:bold;
color: #333;
}


.admin_menu a:hover{color:#000;}

.admin_right {
border-left: 1px solid #ccc;
margin-left:150px;
padding-left:10px;
min-height: 600px;
color: #000;
}

.admin_table {
width: 580px;
margin:0 auto;
border:1px solid #ccc;
border-collapse:collapse;
}

.admin_table td {
border:1px solid #ccc;
padding: 5px;
}

.admin_table td a {
color: #0000CC;
}

.admin_table th a {
color: #000;
}

.admin_table th {
border:1px solid #ccc;
background-color: #fff;
color: #000;
padding: 2px;
}

.white_bg td{
background: #fff;
}
.divider {
margin: 5px;
padding: 5px;
border-top:1px solid #ccc;
}

h2 {
color: #333;
font-size: 14px;
margin-bottom:15px;
margin-top: 10px;
}

h3 {
color: #333;
font-size: 14px;
margin-bottom:15px;
margin-top: 10px;
}

.submit {
border: 1px solid #333;
height: 20px;
line-height:20px;
text-align:center;
text-decoration: none;
background-color: #eee;
color: #000;
font-weight:bold;
}


.button a {
border: 1px solid #333;
width:200px;
height: 30px;
line-height:30px;
display:block;
text-align:center;
text-decoration: none;
background-color: #fff;
color: #333;
float:left;
}


.button a:hover {
background-color: #ccc;
color: #000;

}

.logtable {
width: 99%;
}



.logtable input[type=text] {
font-size: 12px;
}

.smallwidth {
width: 20px;
}

.maxinputwidth {
width: 98%;
}


.tinynotes {
font-size: 10px;
}

.errormsg {
font-size: 12px;
font-weight:bold;
color: #CC0000;
}

.msg {
font-size: 12px;
font-weight:bold;
color:#807000;
border:1px solid #888;
padding: 10px;
}

.txtbox {
width: 270px;
}

.FontSize_8px {
font-size:8px;
}

.FontSize_10px {
font-size:10px;
}

.FontSize_12px {
font-size:12px;
}

.FontSize_14px {
font-size:14px;
}
.FontSize_16px {
font-size:16px;
}
.FontSize_18px {
font-size:18px;
}
.FontSize_20px {
font-size:20px;
}
.FontSize_22px {
font-size:22px;
}
.FontSize_24px {
font-size:24px;
}

.title {
font-weight:bold;
color:#000000;
}


.left {
width: 264px;
float:left;
margin-top:20px;
color: #bc9b6a;
text-align:center;
}

.left p {
text-align:center;
line-height:20px;
}

.left a {
color: #bc9b6a;
}
.right {
float:left;
width: 541px;
min-height:500px;
overflow:hidden;
/* background: transparent url(/images/cont_bg.jpg) no-repeat; */
}

.right p {
padding:5px;
line-height:16px;
}
.right li {
padding:5px;
line-height:16px;
}

.right a {
color: #fff;
text-decoration: underline;
}
.adm_footer {
text-align:center;
color: #3333333;
border-top: 1px solid #cccccc;
margin-left: 5px;
margin-right: 5px;
padding-top:10px;
padding-bottom:20px;
}

.adm_footer a {
color: #333;
text-decoration: none;
}

.contactform {
position:relative;
margin: 0 auto;
width: 500px;
border-collapse:collapse;
border: 1px solid #c19d6b;
}

.contactform td {
padding: 13px;
border: 1px solid #c19d6b;
}

.contactform_field {
background:;
color: #ffffff;
font-weight:bold;
}

.contactinfo, .errormsg {
border: 1px solid #c19d6b;
width: 500px;
border-collapse:collapse;
line-height:20px;
}

.contactinfo td {
border: 1px solid #c19d6b;
width:250px;
padding:10px;
}

.errormsg td {
padding: 15px;
color: #ffff66;
font-weight:normal;
}

.logintable td {
color: #000;
}

.food_menu {
width: 500px;
text-align:center;
position:relative;
margin: 20px auto;
}

.food_menu hr {
border: 1px solid #bc9b6a;
margin: 50px auto;
position:relative;
}

.menu_cat {
color: #FFCC66;
padding: 0 0 0 5px;
}

h2.menu_cat{
font-size:16px;
}

h2.menu_cat, h3.menu_cat {
border-bottom: 1px solid #bc9b6a;
padding: 3px;
}

.wedding_header {
color: #ffcc66;
text-align:center;
padding: 5px;
}

h2.wedding_header {
font-size:16px;
}

h3.wedding_header {
border-bottom: 1px solid #bc9b6a;
width: 500px;
position:relative;
margin:20px auto;

}

.home_news {
width:800px;
height: 99px;
margin:0 auto;
margin-top: 3px; 
background: url(/images/events_box.gif) no-repeat;
}

.home_bot {

color: #fff;
background: transparent url(/images/footer.gif) no-repeat;
width: 810px;
margin:0 auto;
text-align:center;
padding-top:9px;

margin-top: -1px;
}

.eventstable {
width: 615px;
border: 1px solid #999;
border-collapse:collapse;
}

.eventstable th {
background: #999999;
color: #ffffff;
}

.eventstable td {
padding: 5px;
}

.emailbox {
font-size:12px;
width: 160px;
border: 1px solid #c3a16e;
}


.gobutton {
border: 1px solid #c3a16e;
background: #954037;
color: #c3a16e;
font-weight:bold;
font-size: 12px;
padding: 0px 1px;
}

.submitbutton {
border: 1px solid #c3a16e;
background: #262324;
color: #c3a16e;
font-weight:bold;
font-size: 12px;
padding:2px;
width: 100px;
}

.calendar table {
margin: 20px auto;
width: 520px;
padding: 10px;
border-collapse: collapse;
}

.calendar td {
background:#ffffff;
}

.calendar .monthname {
font-size: 16px;
padding: 5px;

}

.calendar .daynames {
background:#262324;
padding: 3px;
color: #eee;
border: 1px solid #262324;
text-align:center;
}

.calendar .day {
width: 14%;
height: 80px;
padding:3px;
border: 1px solid #262324;

}

.calendar .day a {
color: #000;
}

.calendar .day:hover {
background: #eeeeee;
color: #000;
}


.calendar .highlight
{
background: #dddddd;
color: #000;
font-weight:bold;
}

.event_info {
width: 280px;
border-collapse: collapse;
border: 1px solid #555;
margin: 10px;
}

.event_info th {
background: #555;
color: #ffffff;
}

.event_info td {
background:#ffffff;
padding: 10px;
font-size:14px;
}

.eventname {
font-size: 11px;
}

.msgbox {
background: #ffffdd;
padding:10px;
color: #000;
font-weight:bold;
border: 1px solid #888;

}

.restaurant {
background:#EBEBEB;
font-weight:bold;
font-size: 12px;
padding-left:15px;
}

ul.pagelist {
margin: 10px 0px 0px;
padding-left:20px;
}

.pagelist li {
margin: 5px;
}

#mailing_list_content {
padding: 7px;
border: 1px solid #444444;
background: #f1f1f1;
}

#mailing_list_content p {
font-size: 12px;
padding-left: 7px;
}

#mailing_list_content input[type=text] {
background: #fefefe;
border: 1px solid #000;
background:#fefefe;
}

#mailing_list_content select {
border:1px solid #000;
background:#fefefe;
}

.home_events {
color: #000;
font-size:11px;
}

.home_events li {
margin-left: 30px;
}

.home_events a {
color: #000;
text-decoration: none;
}

.home_events a:hover {
text-decoration: underline;
}

.home_events a:visited {
color: #000;
}

/* START OF DATE PICKER */


table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #555;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #eee;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #ffff66;
	color: #751d13;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #ddd;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #751d13;
    color: #ffffff;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
    color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

#date1 {
  width: 80px;
}
/* END OF DATE PICKER */

.pagination td {
font-size: 10px;
font-weight:bold;
}

.pagination ul{
float:left;
margin:0;
padding:0;
list-style: none;
height: 15px;
}

.pagination li {
float: left;
width: 20px;
margin-right: 4px;
text-align: center;
padding: 1px;
color: #000;
border: 1px solid #555;
background: #ddd;
font-size:12px;
font-weight:normal;
}

.pagination li a {
color: #000;
text-decoration: none;
display:block;
width: 20px;
font-size: 12px;
padding: 0px;

}