@charset "UTF-8";
/* CSS Document */

/* RESET STYLES */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;}
	
img, fieldset {
	border: 0;}
	
ul,ol {
	list-style: none;}
	
body, select, input, textarea {
	font: 100%/1.2 tahoma, arial, helvetica, sans-serif;}

#container {
	font-size: 0.8em;
	width: 960px;
	margin: 0 auto; padding-bottom: 1px;}
	
h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: 100;
	padding-bottom: 0.6em;}
h1 {
	font-size: 2em;}
h2 {
	font-size: 1.8em;}
h3 {
	font-size: 1.6em;}
h4 {
	font-size: 1.4em;}
h5 {
	font-size: 1.2em;}
h6 {
	font-size: 1em;}
p {
	padding-bottom: 1.2em;
	line-height: 1.5em;}

/* REUSABLE CLASSES */

.qualify {
	font-size: .85em;}

.hide {
	display: none;}
	
.error {
	color: #C00;
	font-weight: bold;}

.confirmation {
	color: #080;
	font-weight: bold;}

div.fieldset {
	border: solid 1px #999;
	padding: 1em;
	margin: 1em 0;}
	
legend span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #000}
	
/* SITE SPECIFIC STYLES */

body {
	background: url(../img/bkgd_tile.gif) repeat-x top #ECECEC;}

#container {
	background: url(../img/common/main_bkgd.gif) repeat-y left #FFF;
	position: relative;}

#main {
	position: relative;
	border-top: 1px SOLID #FFF;
	padding: 20px 180px 0 185px;
	background: url(../img/main_bkgd.gif) repeat-y;}
	
	#main #top img {
		margin-bottom: 20px;}
	#main #top p {
		font-size: 1.25em;}
	#main .article h3 {
		padding-bottom: .25em;}			

#footer {
	color: #999; font-size: .75em;
	margin: 8px auto;
	width: 960px;
	text-align: center;}
	
	#footer a:link {
		color: #666;
		text-decoration: none;}
	#footer a:visited {
		color: #999;}
	#footer a:hover {
		text-decoration: underline;}
	#footer a:active {
		color: #FFF;}

#header {
	height: 87px; width: 960px;
	border: 0; margin: 0; padding: 0;
	position: relative;}

#header a#logo {
	position: absolute; top: 2px; left: 45px;
	width: 69px; height: 70px;
	background: url(../img/header/logo_css.gif) no-repeat top;}
	
	#header a#logo:hover {
		background-position: center;}
	#header a#logo:active {
		background-position: bottom;}
		
#header h3 {
	color: #f6aa0d;}

	
		#mall_hours h3, #mall_phone h3 {
			text-transform: uppercase;
			font-size: 1em;
			padding: 0 0 .25em;}
		#mall_phone h3 {
			color: #79b732;}
		#mall_hours p, #mall_phone p {
			font-size: .75em;}

		.button {
			display: block; text-indent: -9999px; outline: none;
			background-repeat: no-repeat;
			background-position: top;}
		.button:hover {
			background-position: center;}
		.button:active {
			background-position: bottom;}



/* SIDE BAR */
#sidebar {
	position: absolute; top: 117px; right: 0; width: 160px;}

#sidebar_nav {
	float: left; z-index: 3000;
	position: absolute; top: 140px; left: 10px;}
	
	#sidebar_nav li {
		padding-bottom: 10px;}
	
	#sidebar_nav a {
		color: #019d9a;
		text-decoration: none;}
		#sidebar_nav a:hover {
			text-decoration: underline;}

#btMallDirectory {
	width: 160px; height: 114px;
	background: url(../img/sidebar/sidebar_june2009.gif) top;
	border-bottom: 1px SOLID #FFF;}
	#btMallDirectory:hover {
		background-position: 160px 0;}

#btMallHours {
	width: 160px; height: 113px;
	background: url(../img/sidebar/sidebar_june2009.gif) center;
	border-bottom: 1px SOLID #FFF;}
	#btMallHours:hover {
		background-position: 160px center;}

#btJoinNow {
	width: 160px; height: 113px;
	background: url(../img/sidebar/sidebar_june2009.gif) bottom;
	border-bottom: 1px SOLID #FFF;}
	#btJoinNow:hover {
		background-position: 160px bottom;}


/* END SIDE BAR */	

#left_bar {
	float: left; width: 158px;
	background-color: #b3e6fa;
	color: #003663;}

#left_bar ul {
	padding: 20px;}

#left_bar ul li {
	padding: 5px 0;}

#left_bar a:link {
	color: #003663;
	text-decoration: none;
	outline: none;}
#left_bar a:visited {
	color: #003663;
	text-decoration: none;}
#left_bar a:hover {
	color: #000;
	text-decoration: none;}
#left_bar a:active {
	color: #001221;
	text-decoration: none;}


#main {
	margin-left: 170px; width: 610px; padding-left: 0; padding-bottom: 20px;}