/*
-----------------------------------------------------------------------------
BAL - global
----------------------------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	font-size: 12px; 
	
	font-family: "Georgia, Arial, sans-serif";
	/*font-family: "Lucida Grande", Arial, sans-serif;*/ 
	color: #000000; 
}
/** { font-size: 1em; font-family: "Lucida Grande", Arial, sans-serif; color: #626262; }*/
	


/*
-----------------------------------------------------------------------------
BASE RESET
----------------------------------------------------------------------------- */
	
img { border: none; margin: 0; outline: none; }
table, td, th, fieldset { border: none; border-collapse: collapse; }
.clear { clear: both; height: 0; margin: 0; padding: 0; line-height: 0; font-size: 1px; overflow: hidden; }



/*
-----------------------------------------------------------------------------
STANDARD PRESENTATION STYLES
-----------------------------------------------------------------------------*/
p { margin: 0 0 .9em 0; font-size: 1.1em; line-height: 1.4em; }
a, a:link, a:active, a:visited { /*color: #aa385d; */ text-decoration: underline; 
	outline: none; 
	/*border-bottom: 1px solid #c6d8aa; */}
	a:hover { color: #7b2339; /*border-bottom: 1px solid #7b2339;*/ }
/* Generic Right Column Header */
h1 { padding: 8px 0 0 16px; margin-bottom: 26px; font-size: 1.2em; color: #000000; }
	h1 span.sr_syn { font-size: 1.1em; color: #909090; }  /* Extras for search results */
	h1 span.sr_term { font-size: 1.1em; color: #96D145; }

/* Some bubbles, My Account, etc... */ 
h4 { padding: 6px 0 0 19px; margin: 0 0 8px 0; font: bold 1.6em "Lucida Grande", Arial, sans-serif; text-align: left; line-height: 1.8em; color: #96D145; }

#content {
	/*width: 940px;*/
	margin: 0px auto 0px auto;
	padding: 0;
	background: transparent;
}



#websiteComing {
	position: relative;
	left:400px;
	top:100px;
	width: 160px; height: 42px; 
	background: transparent url(/images/website_coming.gif) 0 0 no-repeat; }




#main_nav {
	background-color: #4B090A;
	float: left;
	width:100%;
	height: 9px;
	margin: 0px 0px 0px 0px;
	
}

div#bodyGuts {
	padding-top: 10px;
	float: left;
	width: 776px;
	padding-left:40px;
	padding-right:40px;
}


.DayTitle {
	font-size: 1.3em;
	color: #4B090A;
}
.MenuText {
	font-size: 1.1em;
	color:#DC4B72;
}

.AddressText {
	font-size: 1.1em;
	color:#4B090A;
}


.AddressText a {
	font-size: 1.1em;
	color:#DC4B72;
}




/* CLEAR CLASSES */

.clearallrule {
	border-bottom: 1px solid #ccc;
	clear:both;
}

.clearallBigRule {
	padding-top: 20px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	border-bottom: 2px solid #96D145;
	clear:both;
}


.clearall, .clearallrule {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	clear: both;
	font-size: 2px;
}

.clearall5 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	clear: both;
	font-size: 2px;
}
.clearall35 {
	margin: 0 0 35px 0;
	padding: 0 0 0 0;
	clear: both;
	font-size: 2px;
}
.clearallnospace {
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	clear: both;
	font-size: 2px;
}


/* PAGE TITLE */

div#pagetitle {
	/*width: 600px;
  	padding-bottom: 10px;*/
	padding-right: 10px;
	font-size: 24px;
}

div#pagetitle h1 {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 24px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
}
div#pagetitle h2 {
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
}



