body 
{
	background-color: #000;
	margin: 0px;
	font: normal 13px/1.6em Georgia, times, serif;
}
a.redlink { color: #990000; }
a, a:active 
{
	color: #235872;
}

#center 
{
	width: 900px;
	margin: 0px auto;
}

#wrap
{
	float: left;
	width: 900px;
	background: transparent url(../img/bro_page_topleft.gif) no-repeat top left;
}

#bgWrap
{
	float: left;
	width: 900px;
	background: transparent url(../img/bro_page_bottomright.gif) no-repeat bottom right;
}

#header
{
	float: left;
	width: 885px;
	margin: 0px 0px 0px 15px;
	height: 105px;
	background: transparent url(../img/bro_header.gif) no-repeat top left;
}

#header a
{
	display: block;
	width: 220px;
	height: 80px;
	margin-top: 22px;
	margin-left: 5px;
}

#nav
{
	margin: 0px 15px;
	float: left;
	list-style: none;
	width: 890px;
	height: 55px;
	background: transparent url(../img/bro_navbg.gif) no-repeat top left;
	padding:0;
}

#nav li 
{
	margin: 1px 20px 0px 20px;
	float: left;
	font: normal 14px/8px Georgia, times, serif;
	/*border-left: 1px solid #919191;*/
}

#nav li a
{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #235872;
	/*border-right: 1px solid #919191;*/
}
	
#nav li a:hover 
{
	background-color: #e3dbca;
}
	

#nav ul {
	display: none;
	position: absolute;
	left: auto;
	top: auto;
	margin: 0px 0px 0px -40px;
	list-style: none;
}
#nav li ul{
*padding: 0 0 0 40px !Important;
}

#nav ul li {
	margin: 1px 10px 0px 10px;
}

#nav ul li a {
	padding: 8px;
	color: #000;
	font-size: 12px;
}
	
#nav ul li a:hover {
	background-color: #cfc7b7;
}
	
	
#contentWrap
{
	float: left;
	width: 850px;
	margin: 0px 0px 0px 15px;
	padding: 10px;
	background: transparent url(../img/bro_page_bg.gif) repeat-y top left;
}

#content
{
	float: left;
	width: 640px;
	padding: 10px;
	border-right: 2px dotted #235872;
	margin: 0px;
}

#content img 
{
	/*margin: -10px -10px 5px -10px;*/
}
#content .nounderline img{
margin:0;
}
#sidebar
{	
	float: left;
	width: 175px;
	margin-left: 10px;
}

.sidebar_homelink, .sidebar_cartlink 
{
	display: block;
	color: #235872;
	text-decoration: none;
	width: 163px;
	padding: 5px;
	margin-bottom: 6px;
	text-align: center;
	background-color: #f5f6ee;
	border: 1px solid #e3e3e3;
}

.sidebar_homelink:hover, .sidebar_cartlink:hover
{
	background-color: #e3e3e3;
}
	
#footer
{
	float: left;
	margin: 0px 0px 0px 15px;
	width: 885px;
	padding-top: 10px;
	height: 32px;
	text-align: center;
	font-size: .87em;
	line-height: 1em;
	background: transparent url(../img/bro_footer.gif) no-repeat top left;
}



/*****************
** calendar styles  **
*****************/

.monthday {
	float: right;
	padding: 3px; 
	background-color: #e3e3e3;
	color: #235872;
	line-height: 1em;
	clear: left;
	margin-right: -1px; /* was -4px */
	margin-top: -1px;/* was -4px */
	} 
	
.caldayweek {
	background-color: #235872;
	color: #fff;
	}
	
.caldayweek b {
	font-weight: normal;
}
	
.calcel {
	background-color: #f5f6ee;
	line-height: 1.3em;
	text-align: left;
	font-size: .76em;
	width: 14%;
	}

.calcel hr {
	display: none;
	}
	
.calcel a {
	border: none;
	}	

.calcelno {
	background-color: #e3e3e3;
}
	
.monthname {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	}
	
.monthlinks {
	border: none;
	text-decoration: none;
	background-color: #f5f6ee;
	color: #235872;
	padding: 5px;
	font-size: 0.76em;
	border: 1px solid #e3e3e3;
	}

.monthlinks:hover {
	background-color: #e3e3e3;
	color: #121c19;
	border: 1px solid #e3e3e3;
	}
	
.calevent {
	margin: 3px 0px;
	padding: 3px 0px 3px 2px;
	}
	
.calevent a {
	border: none;
	}
	
.event-image {
margin: 8px 8px;
padding: 8px 8px 8px 8px;
}
	
	
#calendarTable {
	margin: 0px;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-collapse: collapse;
	}
	
#calendarNavTable {
	width: 100%;
	}
	
/*****************
** event  styles      **
*****************/

.date {
	font-size: 1.6em;
	line-height: 2em;
	font-weight: bold;
}




/* added 20080910nln */
/*** discount table styles ***/
#discount_container {
	/*float: right;
	position: absolute; top: 250px; right: 600px;*/
}

#discount_chart {
	width: 250px;
}

.disc_header {
	font-weight: bold;
	color: #3C3B2C;
}

.disc_title { 
	font-size: 10pt;
	font-weight: bold;
}

.disc_note { 
	font-weight: normal; 
	font-size: 8pt;
}


