body {
	margin: 0;
	background-color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#page {
	width: 760px;
	margin: 0 auto;
	background: url(../images/page_bg.gif) repeat-x #D6342E;
}

#leftColumn {
	width: 140px;
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	line-height: normal;
}
#nav li a {
	display: block;
	height: 24px;
	text-decoration: none;
	background-repeat: no-repeat;
}
#nav li a.home {
	background-image: url(../images/nav_home.gif);
}
#nav li a.home:hover {
	background-image: url(../images/nav_home-over.gif);
}
#nav li a.directory {
	background-image: url(../images/nav_directory.gif);
}
#nav li a.directory:hover {
	background-image: url(../images/nav_directory-over.gif);
}
#nav li a.salesevents {
	background-image: url(../images/nav_salesevents.gif);
}
#nav li a.salesevents:hover {
	background-image: url(../images/nav_salesevents-over.gif);
}
#nav li a.leasing {
	background-image: url(../images/nav_leasing.gif);
}
#nav li a.leasing:hover {
	background-image: url(../images/nav_leasing-over.gif);
}
#nav li a.giftcerts {
	background-image: url(../images/nav_giftcertificates.gif);
}
#nav li a.giftcerts:hover {
	background-image: url(../images/nav_giftcertificates-over.gif);
}
#nav li a.directions {
	background-image: url(../images/nav_directions.gif);
}
#nav li a.directions:hover {
	background-image: url(../images/nav_directions-over.gif);
}
#nav li a.contactus {
	background-image: url(../images/nav_contactus.gif);
}
#nav li a.contactus:hover {
	background-image: url(../images/nav_contactus-over.gif);
}
#nav li a span {
	visibility: hidden;
	font-size: 9px;
}
#rightColumn {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	color: #78470E;
}
#rightColumn div.inner {
	margin: 0 52px 15px 20px;
}
#rightColumn p, #rightColumn h1, #rightColumn h2, #rightColumn h3 {
	margin-top: 0;
}
#rightColumn div.inner h1 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
#rightColumn div.inner p {
	line-height: 150%;
}
#rightColumn div.inner a {
	color: #324C96;
	text-decoration: underline;
}
#rightColumn div.inner a:hover {
	text-decoration: none;
}
#rightColumn div.inner li {
	padding-top: 3px;
	padding-bottom: 3px;
}
table.stores {
	width: 100%;
	border: 0;
}
table.stores th {
	width: 210px;
	padding: 4px 0;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}
#rightColumn div.inner table.stores th ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#rightColumn div.inner table.stores th ul li {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
}
#rightColumn div.inner table.stores th a, #rightColumn div.inner table.stores th a.unselected {
	display: block;
	margin: 0;
	background: none;
	padding: 1px 12px 3px 3px;
	text-decoration: none;
}
#rightColumn div.inner table.stores th a:hover {
	background-image: none;
	background-color: #324C96;
	padding: 1px 12px 3px 3px;
	color: #EEE;
}
#rightColumn div.inner table.stores th a.selected, #rightColumn div.inner table.stores th a.selected:hover {
	background-image: url(../images/selected_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	background-color: #324C96;
	padding: 1px 12px 3px 3px;
	color: #EEE;
}
#rightColumn div.inner table.stores td a.selected {
	color: #F00;
}
#rightColumn div.inner table.stores td a.unselected {
	color: #324C96;
}
table.stores td {
	padding: 0 0 0 30px;
	vertical-align: top;
	font-size: 10px;
	text-align: left;
}
table.stores td div {
	display: none;
}
table.stores td table {
	width: 250px;
}
table.stores td.name {
	padding: 4px 0;
	text-align: left;
}
table.stores td.phone {
	padding: 4px 0;
	text-align: right;
}
#floorplan {
	visibility: hidden;
}
ol.calendar {
	list-style-type: none;
	margin: 6px 30px;
	width: 480px;
	border-bottom: 1px solid #DBC3A2;
	padding: 6px 0;
}
ol.calendar li {
	margin: 0 0 6px 0;
	padding: 0;
	line-height: normal;
}
ol.calendar li span.dates {
	display: block;
	float: left;
	margin: 0;
	width: 120px;
	/*font-style: italic;*/
	text-align: right;
}
ol.calendar li span.event {
	display: block;
	background-image: url(../images/calendar_arrow.gif);
	background-repeat: no-repeat;
	background-position: 125px 3px;
	padding: 0 0 0 145px;
	line-height: 150%;
}
form table tr {
	vertical-align: top;
}
form table th {
	padding: 6px 6px 6px 12px;
	text-align: right;
}
form table td {
	padding: 4px 6px;
	text-align: left;
}
input, select, textarea {
	border: 1px solid #c9bea9;
	background-color: #fcf7ef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
input, textarea {
	padding: 2px;
}
input.button {
	border: 1px solid #324C96;
	background-color: #324C96;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
img.map {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #78470E;
}
#rightColumn div.inner div.pics p {
	margin-bottom: 0;
	background: #78470E;
	padding: 1px 6px;
	font-size: 11px;
	color: #FCECD3;
	letter-spacing: 1px;
}
#rightColumn div.inner div.pics table {
	width: 100%;
	border-width: 0 1px 6px 1px;
	border-style: solid;
	border-color: #78470E;
}
#rightColumn div.inner div.address {
	clear: both;
	margin-top: 15px;
	background-color: #DBC3A2;
	padding: 2px 10px;
	font-size: 10px; 
	text-align: center;
}
#rightColumn div.inner div.address span {
	letter-spacing: 2px; 
	text-transform: uppercase;
}
#footer {
	background-color: #324C96;
	font-size: 10px;
	color: #92A3D4;
}
#footer a {
	color: #92A3D4;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
#tlsfooter {
	width: 760px;
	margin: 5px auto;
	font: bold 7pt Verdana,Helvetica,sans-serif;
	color: #999;
}
#tlsfooter a {
	font: bold 7pt Verdana,Helvetica,sans-serif;
	color: #999;
}