@charset "UTF-8";


#tag a, #tag a:visited {
	color: #474725;
	text-decoration: none;
}
#tag a:hover {
	color: #474725;
	text-decoration: underline;
}
a:link {
	color: #820000;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #820000;
	text-decoration: none;
}
body  {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	background: #a7aa71;
	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;
}
.twoColFixLtHdr #container {
	width: 972px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: none;
	margin: 0 auto;
} 
.twoColFixLtHdr #header {
	background: #D0D294 url(../images/bg_headbar.jpg) repeat-x top;
	padding: 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: 118px;
} 
.twoColFixLtHdr #header 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 717px;
	background: #C1C287;
} 
.twoColFixLtHdr #mainContentWed {
	margin: 0px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 717px;
	background: #C1C287;
}
.twoColFixLtHdr #mainContent2 {
	margin: 0px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 717px;
	background: #C1C287 url(../images/bg_homeflash.jpg) repeat-x top;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#810000;
} 
.twoColFixLtHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#maincontain {
	background: #D0D294 url(../images/lotusbowl.gif) no-repeat 44px bottom;
}
#mainContent p {
	font: 12px/1.4em Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
#mainContentWed p {
	font: 12px/1.4em Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
#mainContent2 p {
	font: 12px/1.4em Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: .8em;
	padding: 0px;
}
.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;
}
#clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#logo {
	float: left;
	margin-top: 21px;
}
#tag {
	float: right;
	margin-top: 30px;
	margin-right: 225px;
	width: 450px;
	font: italic 14px Arial, Helvetica, sans-serif;
	color: #474725;
	word-spacing: 35px;
	height: 55px;
	vertical-align: bottom;
}
#headright {
	float: right;
	margin-top: 1px;
	margin-right: 84px;
}
/* bottom text css  */
.btmlinks {
	color: #FFFFCC;
	font: 10px/1.6em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.btmlinks a:link {
	color: #FFFFCC;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-decoration: none;
}

.btmlinks a:visited {
	color: #FFFFCC;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-decoration: none;
}

.btmlinks a:hover {
	color: #FFFFCC;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-decoration: underline;
}

.btmtext {
	color: #FFFFFF;
	font: 10px/1.4em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	margin: 0px;
	padding-bottom: 4px;
}
.copyright {
	color: #CCCCCC;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 8px;
}
/* bottom end  */
/* mainContent Styles  */

h1 {
	border-bottom-color: #820000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #333300;
	font: bold 16px/1.3em Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px;
	padding: 0px;
	width: 406px;
}

h2 {
	color: #820000;
	font: bold 14px/1.2em Arial, Helvetica, sans-serif;
}

.txt_hilightbox {
	background: #8B8B47;
	color: #FFFFCC;
	font: bold 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 3px 4px;
}

.txt_hilightbox a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.txt_hilightbox a:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-size: 12px;
}

.txt_hilightbox a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	font-size: 12px;
}

.txtform1 {
	background: #DADBB7;
	border-left: 2px solid #666634;
	border-right: 2px solid #666634;
	border-top: 2px solid #666634;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}
.txtform1 p {
	margin-top: 0px;
	margin-bottom: .7em;
}

.txtform2 {
	background: #DADBB7;
	border-right: 2px solid #666634;
	border-top: 2px solid #666634;
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.txtform3 {
	background: #DADBB7;
	border: 2px solid #666634;
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.txtgrnborder {
	border: 2px solid #666634;
	color: #000000;
	font: bold 11px/1.35em Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

.txtlinks {
	border-right-color: #820000;
	border-right-style: solid;
	border-right-width: 1px;
	color: #000000;
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 6px 0px 0px;
}

.txtlinksrt {
	color: #000000;
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 7px;
}

.txtmain {
	color: #000000;
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
}

.txtsitemap {
	font: bold 12px/1.8em Verdana, Arial, Helvetica, sans-serif;
}
.txtspecCirc {
	color: #000000;
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	background-color: #C1C287;
	background-image: url(../images/circle.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 104px;
	width: 208px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.testquoteAuth {
	color: #333333;
	font: bold 12px/1.1em Arial, Helvetica, sans-serif;
	padding-right: 11px;
	padding-top: 5px;
	text-align: right;
	padding-bottom: 7px;
}
.testquote2 {
	color: #820000;
	font: italic bold 14px/1.4em Arial, Helvetica, sans-serif;
}

td#rightcol {
	font: 11px/1.35px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
.quote {
	color: #820000;
	font: 13px/1.3em Georgia, "Times New Roman", Times, serif;
}

.quote2 {
	color: #820000;
	font: italic bold 12px/1.6em Arial, Helvetica, sans-serif;
}

.quoteAuth {
	color: #820000;
	font: 11px/1.1em Arial, Helvetica, sans-serif;
	padding-right: 11px;
	padding-top: 5px;
	text-align: right;
}
.capt {
	color: #333333;
	font: bold 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 210px;
}
.hdmeals {
	border-bottom-color: #003300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #820000;
	font: bold 14px/2em Verdana, Arial, Helvetica, sans-serif;
}
.hdlinks {
	color: #000000;
	font: bold 12px/1.25em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
}
#mainContent ul li {
	font: 12px/1.4em Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.4em;
}
#mainContent ul {
	margin-left: 2.4em;
	padding-left: 0px;
	line-height: 1.5em;
	margin-top: .8em;
	margin-bottom: .8em;
	list-style: disc url(../images/bulletcirc2.gif);
}
#mainContentWed ul {
	margin-left: 2.4em;
	padding-left: 0px;
	line-height: 1.5em;
	margin-top: .8em;
	margin-bottom: .8em;
	list-style: disc url(../images/weddings/heartbullet.gif);
}
#mainContentWed ul li {
	font: 12px/1.4em Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.4em;
}
#mainContent2 ul li {
	font: 12px/1.4em Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.4em;
}
#mainContent2 ul {
	margin-left: 2.4em;
	padding-left: 0px;
	line-height: 1.5em;
	margin-top: .8em;
	margin-bottom: .8em;
	list-style: disc url(../images/bulletcirc2.gif);
}
.flashspace {
	padding: 0px;
	margin: 5px 11px 20px 16px;
}
#sidead {
	margin: 15px 0px 80px;
}
#sidead p {
	font: 14px Arial, Helvetica, sans-serif;
	color: #330000;
	padding: 0px 0px 7px;
	margin: 0px;
}
.txtlarge_highlight {
	font: bold 14px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
.txtlarge_highlight a:link, .txtlarge_highlight a:visited {
	font: bold 13px/1.4em Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #32321A;
}
.txtlarge_highlight a:hover {
	font: bold 13px/1.4em Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #32321A;
}
#facebook {
	height: 44px;
	width: 144px;
	margin: 5px 10px 5px 5px;
	float: left;
}
#twitter {
	height: 69px;
	width: 145px;
	margin: 5px 5px 5px 10px;
	float: left;
}
#btmaddress {
	float: left;
	width: 100%;
}
#socialmedia {
	width: 333px;
	float: none;
	margin-left: 160px;
}
.share {
	text-align: right;
	width: 410px;
}
