@charset "utf-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bkgd_brownLite_03.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #000000;*/
}
a:link {color: #690C1C;}
a:visited {color: #690C1C;}
a:hover {color: #a31a10;}
a:active {color: #690C1C;}

h1 {
font: "Times New Roman", Times, serif;
font-size:20px;
margin: 0px;
padding: 0px;
}
h2 {
font: "Times New Roman", Times, serif;
font-size:16px;
margin: 0px;
padding: 0px;
}
h3 {
font: "Times New Roman", Times, serif;
font-size:14px;
margin: 0px;
padding: 0px;
}
h4 {
/*font: "Verdana", Arial, Helvetica, sans-serif;*/
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight: 100;
margin: 0 0 0 0;
padding: 0;
}
h6 {
/*font: "Verdana", Arial, Helvetica, sans-serif;*/
font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
font-weight: 700;
margin: 0 0 0 0;
padding: 5px 0 5px 0;
}
.map #container {
	background-image:url(images/photo_bkgd.jpg);
	background-repeat:repeat-y;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background:#ddd;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.map #top {
	background: #CC9B70; 
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 282px;
}
.map #top h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.map #menuholderLeft {
	/*background: #DDDDDD;*/
	/*background-image: url(p7tbm/img/tomato_bevel.gif);*/
	/*background-repeat: repeat-x;*/
	/*background-position: left bottom;*/
	/*ackground-image:url(images/menu_l.jpg);*/
	background-repeat:repeat-y;
	/*border-right: 1px solid #ECE9D8;*/
	border-top: 0;
	/*border-top: 1px solid #fff;*/
	padding: 0 0 15px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 29px;
	height: 30px;
}
.map #menuholder {
	/*background: #DDDDDD;*/
	background-image: url(p7tbm/img/tomato_bevel.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #692f1e;
	/*border-right: 1px solid #ECE9D8;*/
	/*border-top: 1px solid #fff;*/
	padding: 0 0 15px 120px;
	/*margin-right: 29px;*/
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 775px;
	height: 31px;
}
.map #menuholderRight {
	/*background: #DDDDDD;*/
	/*background-image: url(p7tbm/img/tomato_bevel.gif);*/
	/*background-repeat: repeat-x;*/
	/*background-position: left bottom;*/
	/*position: absolute;*/
	background-image:url(images/menu_r.jpg);
	background-repeat:repeat-y;
	/*border-right: 1px solid #ECE9D8;*/
	/*border-top: 1px solid #fff;*/
	padding: 0 0 15px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 799px;*/
	float: right;
	width: 26px;
	height: 30px;
}
.map #leftEdge {
	position:absolute;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	background:#996666;
	float:left;
	width:26px;
}
.map #breadcrumbs {
	/*position:absolute;*/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background:#FFF;*/
	float:left;
	/*background-color: #ddd;*/
	margin-top: 0px;
	margin-left:30px; /*was 50*/
	width: 650px; /*was 600*/
}
/*#breadcrumbs a:link {color: #690C1C;}
#breadcrumbs a:visited {color: #690C1C;}*/
/*#breadcrumbs a:hover {color: #a31a10;}*/
/*#breadcrumbs a:hover {color:#00FFFF;}
#breadcrumbs a:active {color: #690C1C;}*/

.map #breadcrumbs p {
	/*font-size: 9px;
	font-color:#690C1C;*/
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #690C1C;
	margin: 0;
	padding: 0 0 5px 15px;
}
.map #printbox {
	/*position:absolute;*/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background:#FFF;*/
	float:left;
	/*background-color: #ccc;*/
	margin-top: 0px;
	margin-left:30px; /*was 50*/
	width: 150px; /*was 600*/
}
.map #printbox p {
	/*font-size: 9px;
	font-color:#690C1C;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #690C1C;
	margin: 0;
	padding: 0 0 5px 0;
}
.map #printmap {
	/*position:absolute;*/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background:#FFF;*/
	float:left;
	/*background-color: #ccc;*/
	margin-top: 0px;
	margin-left:800px; /*was 50*/
	width: 120px; /*was 600*/
}
.map #printmap p {
	/*font-size: 9px;
	font-color:#690C1C;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #690C1C;
	margin: 0;
	padding: 0 0 5px 0;
}
.map #subnav {
	/*position:absolute;*/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background:#FFF;*/
	/*float:left;*/
	/*background-color: #ddd;*/
	margin-top: 40px;
	margin-left:auto; /*was 50*/
	/*width: 850px;*/ /*was 600*/
}
.map #subnav p {
	/*font-size: 9px;
	font-color:#690C1C;*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #690C1C;
	margin: 0;
	padding: 0 0 5px 15px;
}

.map #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width *
	/*background: #fff;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 10px;
	margin-left: 50px;
	padding: 0px 0px 0px 0px;
}
.map #sidebar1 p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #690C1C;
	margin: 0;
	padding: 0 0 5px 15px;
}
.map #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width *
	/*background: #fff;*/ /* the background color will be displayed for the length of the content in the column, but no further */  /*was 170px - km*/
	margin-top: 10px;
	margin-left: 20px;  /*was 40px km*/
	padding: 0px 0px 0px 0px;
}
.map #sidebar2 p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #690C1C;
	margin: 0;
	padding: 0 0 5px 15px;
}
.map #wsidemenu1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 50px;
	padding: 0px 0px 0px 0px;
}
.map #wsidemenu2 {
	background-image:url(images/wMenuBkgd.jpg);
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.map #wsidemenu2 p {
	color:#ba2a08;
	margin: 0;
	padding: 3px 0px 4px 0px;
	font:	10px/1 Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.map #wsidemenu2 p a:link { color:#9a5945; text-decoration:none;}
.map #wsidemenu2 p a:visited { color:#9a5945; text-decoration:none;}
.map #wsidemenu2 p a:hover { color:#5b291a; text-decoration:none;}
.map #wsidemenu2 p a:active { color:#9a5945; text-decoration:none;}

.map #banqsidemenu2 {
	background-image:url(images/bMenuBkgd.jpg);
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.map #banqsidemenu2 p {
	color:#ba2a08;
	margin: 0;
	padding: 3px 0px 4px 0px;
	font:	10px/1 Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.map #banqsidemenu2 p a:link { color:#9a5945; text-decoration:none;}
.map #banqsidemenu2 p a:visited { color:#9a5945; text-decoration:none;}
.map #banqsidemenu2 p a:hover { color:#5b291a; text-decoration:none;}
.map #banqsidemenu2 p a:active { color:#9a5945; text-decoration:none;}


.map #wsidemenu3b { /*wedding menu*/
	background-image:url(images/wMenuBtm.jpg);
	float: left; /* since this element is floated, a width must be given */
	width: 160px; 
	height: 23px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.map #wsidemenu3 { /*banquets menu*/
	background-image:url(images/bMenuBtm.jpg);
	float: left; /* since this element is floated, a width must be given */
	width: 160px; 
	height: 23px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.map #mainContent {
	/*position:absolute;*/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background:#FFF;*/
	float:left;
	margin-top: 20px;
	margin-left:30px; /*was 50*/
	width: 480px; /*was 600*/
}
.map #mainContent2 {
	/*position:absolute;*/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background:#FFF;*/
	float:left;
	margin-top: 10px;
	margin-left:20px; /*was 50*/
	width: 570px; /*was 600*/
}
.map #mainContent p {
font:	11px/1.5 Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 10px 0 0 0;
}
.map #mainContent2 p {
font:	11px/1.5 Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 10px 0 0 0;
}
.map #mainContent3 {
	/*position:absolute;*/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background:#FFF;*/
	float:left;
	margin-top: 10px;
	margin-left:30px; /*was 50*/
	width: 530px; /*was 600*/
}
.map #mainContent3 p {
font:	11px/1.2 Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 10px 0 0 0;
}
.map #mainContent3 li {
	font:	11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	list-style:square;
	padding: 10px 0 0 0;
	/*padding: 40px 0 0 0;
	margin-left: 0px;*/
}



.map #rightEdge {
	/*position:absolute;*/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	background:#996666;
	margin-left: 840px;
	/*float:right;*/
	/*float:left;*/
	width:26px;
}
.map #contentcenter {
	/*position:absolute;*/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background:#FFF;*/
	float:left;
	margin-top: 10px;
	margin-left:100px; /*was 50*/
	width: 780px; /*was 600*/
}
.map #contentcenter p {
font:	11px/1.2 Verdana, Arial, Helvetica, sans-serif;
}
.map #footer {
	padding: 10px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/paper_bkgd3.jpg);
	background-repeat:repeat-y;
	border-top: 1px dotted #666;
}
.map #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:	9px/.8 Verdana, Arial, Helvetica, sans-serif;
	/*color: #5f2d1d;*/
	color: #5f2d1d;
}
/*.map #footer p a:link { color:#CC00CC;}
.map #footer p a:visited { color:#FF0000;}
.map #footer p a:hover { color:#FFCC00;}
.map #footer p a:active { color:#CC3300;}*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

