/******************************************/

/*  Global Page Styles

*******************************************/

body {
	margin:0px auto;
	padding:0px;
	text-align:center;
	background:#faf5e3;
	font:11px verdana, arial, sans-serif;
}
a {
	color:#53301a;
	text-decoration:none;
}
a:hover {
	color:#89cbdf;
	text-decoration:none;
}
img {
	border:none;
}
/******************************************/

/*  Header Styles

*******************************************/

#header1 {
	height:109px;
	background:url(../images/grad_top.gif) repeat-x;
	width:100%;
	margin:0px auto;
	text-align:center;
}
#header2 {
	margin:0px auto;
	padding:0px;
	vertical-align:middle;
	width:759px;
}
/******************************************/

/*  Navigation Styles

*******************************************/

#navigation {
	background:#673430 url(../images/nav_background.gif) repeat-x top left;
	height:29px;
	width:759px;
}
.nav {
	color:#fff;
	margin:0px auto;
	text-align:center;
	vertical-align:middle;
}
.nav a {
	color:#fff;
	text-decoration:none;
}
.nav a:hover {
	color:#89cbdf;
	text-decoration:none;
}
/******************************************/

/*  Main Content Styles

*******************************************/

#pgcontent {
	margin:0px auto;
	padding:0px;
	text-align:center;
	width:100%;
}
.contentborder {
	background:url(../images/content_border.gif) repeat-x;
	width:100%;
	height:9px;
}
#maincontent {
	background:url(../images/bkgrnd_pattern.gif) repeat top left;
	width:100%;
	height:100%;
	text-align:center;
}
#main-inner {
	width:759px;
	margin:0px auto;
	padding:0px;
	color:#53301a;
	border-left:1px solid #a28862;
	border-right:1px solid #a28862;
}
#main-inner h2 {
	display:block;
	font:bold 12px/16px verdana, arial, sans-serif;
	text-transform:uppercase;
	text-align: left;
}
#main-inner p {
	font-size:10px;
	line-height:16px;
	margin:5px 0;
}
#main-inner hr {
	margin:3px auto;
	border-top:1px dotted #53301a;
	border-left:1px solid #faf5e3;
	border-bottom:1px solid #faf5e3;
	border-right:1px solid #faf5e3;
	xborder-width:1px 0 0;
}
.mainsub {
	height:250px;
	vertical-align:top;
}
/*one column*/

.one-column {
	float:left;
	width:709px;
	padding:0;
	margin: 0 20px;
	text-align:left;
}
.one-column ul {
	list-style:circle inside none;
}
.one-column ul li {
	margin:0;
	padding:0;
}
/*column-right style*/

.column-right {
	background: url(../images/divider_vrt.gif) repeat-y top left;
	float:right;
	width:549px;
	padding:0 0 0 20px;
	margin: 0 20px 0 0;
	text-align:left;
}
.home-right {
	float:right;
	width:288px;
	padding:0 0 0 20px;
	margin: 0 20px 0 0;
	text-align:left;
}
.home-right ul {
	list-style:none;
	padding:9px 0 0;
	width:100%;
	overflow:hidden;
	margin:0;
}
.home-right ul li {
	font-size:10px;
	line-height:13px;
	padding:0 0 2px;
	text-align:right;
}
.column-right ul.spalist {
	list-style: disc url(../images/spalist.gif) outside;
	font-size:10px;
	margin-top:0;
}
.column-right ul.spalist li {
	margin:0 0 5px 0;
}
.column-right small {
	font-size:10px;
	font-style:italic;
}
/*column-left style*/

.column-left {
	float:left;
	padding:0;
	margin:0;
	width:150px;
	xdisplay:inline;
}
.column-left ul {
	list-style:none;
	padding:9px 0 0;
	width:100%;
	overflow:hidden;
	margin:0;
}
.column-left ul li {
	font-size:10px;
	line-height:13px;
	padding:0 0 2px;
	text-align:right;
}
.home-left {
	float:left;
	padding:0;
	margin:0 0 0 20px;
	width:411px;
}
#submain #photo {
	width: 496px;
	height: 360px;
}
#submain #formcontent {
	width: 263px;
	height: 360px;
	background: url(../images/mainback.jpg) no-repeat;
	text-align: left;
}
#formcontainer {
	margin:0 15px;
}
#formcontainer h3 {
	margin:0;
	font-size:12px;
}
#formcontainer .dvdr {
	margin:5px 0 0;
	height:15px;
	background: url(../images/dvdr.gif) repeat-x center left;
	border-style:none;
}
#formcontainer ul {
	list-style:none;
	margin:5px 0 0;
	padding:0;
	font:10px arial;
	width:230px;
}
#formcontainer ul li {
	display:inline;
	float:left;
	margin:0;
	xpadding:0 5px 0 0;
	width:115px;
}
.giftcert a {
	width:115px;
	height:38px;
	display:block;
	overflow:hidden;
	background:url(../images/giftcert_button.gif) no-repeat 0 0;
	text-indent:-9999px;
}
.giftcert a:hover {
	background-position:0 -38px;
}
/* request info form start */

#requestinfo label {
	float:left;
	height:19px;
	text-align:right;
	vertical-align:middle;
	width:125px;
}
#requestinfo .text {
	border:1px solid #683530;
	margin:0 0 10px 10px;
	padding:1px 3px 0 3px;
	height:18px;
	width:180px;
}
#requestinfo select {
	margin:0 0 10px 10px;
	border:1px solid #683530;
}
#requestinfo .spacedright {
	margin:0 0 10px 135px;
}
/* request info end */

/******************************************/

/*  Footer Styles

*******************************************/	

#footer {
	background:url(../images/grad_btm.gif) repeat-x;
	height:96px;
	width:100%;
	margin:0px auto;
	text-align:center;
}
#footer2 {
	color:#53301a;
	font:10px/13px verdana, arial, sans-serif;
	margin:0px auto;
	padding:0px;
	text-align:left;
	vertical-align:middle;
	width:749px;
}
#footer2 input {
	margin:7px 7px 0 0px;
}
/* 080111*/

.gift-page {
	text-align:center;
}
.gift-page p {
	text-align:left;
	margin: 5px 0 10px !important;
}
.gift-page span.gift-img {
	padding:20px 0;
	display:block;
}
.gift-page .giftcert {
	margin: auto !important;
	padding:10px 0 20px;
	width: 115px;
}
.gift-page .gift-left {
	width:340px;
	float:left;
	padding-right:18px;
}
.gift-page .gift-right {
	width:340px;
	float:left;
	padding-right:10px;
}
.gift-page .gift-left span.gift-img {
	display: block;
	padding: 20px 0;
	height:173px;
}
.gift-page .gift-right span.gift-img {
	display: block;
	padding: 20px 0;
	height:173px;
}
.gift-page p.gift-text {
	text-align:center;
	margin: 5px 0 10px !important;
}
#___plusone_0 {
    background: none repeat scroll 0 0 transparent !important;
    border-style: none !important;
    display: inline-block !important;
    float: none !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 7px 0 0 !important;
    text-indent: 0 !important;
    width: 120px !important;
}


#main-inner span.small {
	font-size:9px;
	line-height:16px;
	margin:0px 0 5px 0;
}


.extended-hours-box {
	background-color: #EFE9CC;
	border: 1px dotted #9E9E9E;
	padding: 10px 5px;
}
.news-newimg { margin:0 0 10px 10px; }


/*=== 12-15-2011 ===*/
#main-inner h4 {
	display:block;
	font:bold 11px/11px verdana, arial, sans-serif;
	text-align: left;
	margin:18px 0 0 0;
	padding:0px;
}
.one-column .ul {
	margin:10px 0 10px 13px;
	padding:0px;
	list-style:disc;
}
.one-column .ol {
	margin:10px 0 10px 20px;
	padding:0px;
}
.one-column .ol li,.one-column .ul li { margin:0 0 5px 0;
