@charset "utf-8";
body {
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #c99669;  /*added -km*/
	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 */
}
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: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight: 100;
margin: 0 0 0 0;
padding: 0;
}
h6 {
font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
font-weight: 700;
margin: 0 0 0 0;
padding: 5px 0 5px 0;
}
.oneColFixCtrHdr3 #container {
	background: #e5b990;  /*added - km*/
	background-image:url(images/paper_bkgd3.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 */
	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. */
}
.oneColFixCtrHdr3 #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;
}
.oneColFixCtrHdr3 #top2 {
	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: 151px;
}
.oneColFixCtrHdr3 #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 */
}
.oneColFixCtrHdr3 #menuholderLeft {
	/*background-repeat:repeat-y;*/
	border-top: 0;
	padding: 0 0 15px 0px;
	margin: 0 0 0 0;
	float: left;
	width: 29px;
	height: 30px;
}
.oneColFixCtrHdr3 #menuholder {
	/*background: #DDDDDD;*/
	background-image: url(p7tbm/img/tomato_bevel.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#692f1e;
	padding: 0 0 15px 130px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 765px;
	height: 30px;
}

.oneColFixCtrHdr3 #menuholderRight {
	background-image:url(images/menu_r.jpg);
	background-repeat:repeat-y;
	padding: 0 0 15px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	width: 26px;
	height: 30px;
}
.oneColFixCtrHdr3 #leftEdgeNOT {  /* NOT *******************************************/
	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;
}
.oneColFixCtrHdr3 #breadcrumbs {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	margin-top: 0px;
	margin-left:30px; /*was 50*/
	width: 650px; /*was 600*/
}

.oneColFixCtrHdr3 #breadcrumbs p {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #690C1C;
	margin: 0;
	padding: 0 0 5px 15px;
}
.oneColFixCtrHdr3 #printbox {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	margin-top: 0px;
	margin-left:30px; /*was 50*/
	width: 150px; /*was 600*/
}
.oneColFixCtrHdr3 #printbox p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #690C1C;
	margin: 0;
	padding: 0 0 5px 0;
}
.oneColFixCtrHdr3 #printmap {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	margin-top: 0px;
	margin-left:800px; /*was 50*/
	width: 120px; /*was 600*/
}
.oneColFixCtrHdr3 #printmap p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #690C1C;
	margin: 0;
	padding: 0 0 5px 0;
}
.oneColFixCtrHdr3 #subnavNOT {   /* NOT**********************************************/
	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: 40px;
	margin-left:auto; /*was 50*/
}
.oneColFixCtrHdr3 #subnavNOT p {  /* NOT**********************************************/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #690C1C;
	margin: 0;
	padding: 0 0 5px 15px;
}

.oneColFixCtrHdr3 #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 */
	margin-top: 10px;
	margin-left: 50px;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr3 #sidebar1 p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #690C1C;
	margin: 0;
	padding: 0 0 5px 15px;
}
.oneColFixCtrHdr3 #sidebar2 {
	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 */
	margin-top: 10px;
	margin-left: 40px;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr3 #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;
}
.oneColFixCtrHdr3 #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;
}
.oneColFixCtrHdr3 #wsidemenu2 p {
	color:#ba2a08;
	margin: 0;
	padding: 3px 0px 4px 0px;
	font:	10px/1 Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.oneColFixCtrHdr3 #wsidemenu2 p a:link { color:#9a5945; text-decoration:none;}
.oneColFixCtrHdr3 #wsidemenu2 p a:visited { color:#9a5945; text-decoration:none;}
.oneColFixCtrHdr3 #wsidemenu2 p a:hover { color:#5b291a; text-decoration:none;}
.oneColFixCtrHdr3 #wsidemenu2 p a:active { color:#9a5945; text-decoration:none;}

.oneColFixCtrHdr3 #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;
}
.oneColFixCtrHdr3 #banqsidemenu2 p {
	color:#ba2a08;
	margin: 0;
	padding: 3px 0px 4px 0px;
	font:	10px/1 Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.oneColFixCtrHdr3 #banqsidemenu2 p a:link { color:#9a5945; text-decoration:none;}
.oneColFixCtrHdr3 #banqsidemenu2 p a:visited { color:#9a5945; text-decoration:none;}
.oneColFixCtrHdr3 #banqsidemenu2 p a:hover { color:#5b291a; text-decoration:none;}
.oneColFixCtrHdr3 #banqsidemenu2 p a:active { color:#9a5945; text-decoration:none;}


.oneColFixCtrHdr3 #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;
}
.oneColFixCtrHdr3 #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;
}
.oneColFixCtrHdr3 #mainContent {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	margin-top: 20px;
	margin-left:30px; /*was 50*/
	width: 480px; /*was 600*/
}
.oneColFixCtrHdr3 #mainContent2 {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	margin-top: 10px;
	margin-left:20px; /*was 50*/
	width: 570px; /*was 600*/
}
.oneColFixCtrHdr3 #mainContent p {
font:	11px/1.5 Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 10px 0 0 0;
}
.oneColFixCtrHdr3 #mainContent2 p {
font:	11px/1.5 Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 10px 0 0 0;
}
.oneColFixCtrHdr3 #mainContent3 {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	margin-top: 10px;
	margin-left:30px; /*was 50*/
	width: 530px; /*was 600*/
}
.oneColFixCtrHdr3 #mainContent3 p {
font:	11px/1.2 Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 10px 0 0 0;
}
.oneColFixCtrHdr3 #mainContent3NOT********************************** li {
	font:	11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	list-style:square;
	padding: 10px 0 0 0;
}

.oneColFixCtrHdr3 #rightEdgeNOT*************************        {
	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;
	width:26px;
}
.oneColFixCtrHdr3 #contentcenter {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	margin-top: 10px;
	margin-left:100px; /*was 50*/
	width: 780px; /*was 600*/
}
.oneColFixCtrHdr3 #contentcenter p {
font:	11px/1.2 Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr3 #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;
}
.oneColFixCtrHdr3 #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;
}

.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;
}

