
<style>
.dummy{}
/* Primary Stylesheet = Layout Styles */

@media print {
	.page_break { page-break-before: always; }
	.hide_on_screen_show_when_printed { display:block; }
	.show_on_screen_hide_when_printed { display:none; }
}

@media screen {
	.hide_on_screen_show_when_printed { display:none; }
	.show_on_screen_hide_when_printed { display:block; }
}

/************** Global Styles - Tags in General **************/
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background:#ffffff;
}

/************** Global Common Classes **************/

.align_right { text-align: right; }
.align_left { text-align: left; }
.align_center { text-align: center; }
.align_justify { text-align: justify; }

.clear { clear:both; }
.float_right { float: right; }
.float_left { float: left; }

.red { color:#eb0606; }
.green { color:#1cb702; }
.border { border-bottom: 1px solid #6e6f64; }
.Border { border: 1px solid #6e6f64; }

/************** Shadow Box Table Classes **************/
.box_slice_t {
	background-image: url(../images/layout/box/new/box-slice-t.png);
	background-repeat: repeat-x;
}
.box_slice_r {
	background-image: url(../images/layout/box/new/box-slice-r.png);
	background-repeat: repeat-y;
}
.box_slice_b {
	background-image: url(../images/layout/box/new/box-slice-b.png);
	background-repeat: repeat-x;
}
.box_slice_l {
	background-image: url(../images/layout/box/new/box-slice-l.png);
	background-repeat: repeat-y;
}
.box_middle {
	background: #ffffff url(../images/layout/box/new/box-middle.png) left bottom repeat-x;
	vertical-align: top;
	text-align: left;
}



/************** Form Styles **************/
.blank_form { margin:0; padding:0; display:inline; }
.checkout_button { color:green; font-weight:bold; height:32px; }


/************** General Container Styles **************/
#mm_menu_holder_container {
	z-index:9000;
	position:absolute; 
	top:18px; 
	left:6px;
}
#container {
	display:block;
	position:relative;
	min-height:100%;
	margin:0;
	padding:0;
}
#pageLeft {
	vertical-align:top;
	background:#ffffff url(../images/layout/page-bg-l.png) right -30px no-repeat;
}
#pageMiddle {
	width:922px;
	vertical-align:top;
	background:#ffffff url(../images/layout/page-bg-t.png) left -30px no-repeat;
}
#pageRight {
	vertical-align:top;
	background:#ffffff url(../images/layout/page-bg-r.png) left -30px no-repeat;
}
#insideContent {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:922px;
}
#insidePageMiddle {
	display:block;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:922px;	
	height:112px;
	overflow:hidden;
	text-align:left;
	background:transparent url(../images/layout/left-nav-top-mask.png) left top no-repeat;
	z-index:900;
}
#page { 
	display:block;
	float:right;
	margin:0;
	padding:112px 11px 0 0;
	width:640px;
}
#leftColumn {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:242px;
}
#page_content_container { 
	display:block;
	margin:0;
	padding:0;
}
#home_page_content_container { 
	display:block;
	clear:both;
	margin:0;
	padding:0 25px 10px 0;
	width:675px;
}
#page_content_container p:first-child {
	margin-top:0;
}
#shareThisArea {
	display:block;
	margin:0;
	padding:0 4px 3px 0;
	width:100px;
	font-weight:bold;
	font-size:11px;
	white-space:nowrap;
}
#shareThisArea a:link, #shareThisArea a:visited {
	text-decoration:none;
	color:#898888;
}
#shareThisArea a:hover, #shareThisArea a:active {
	text-decoration:underline;
	color:#898888;
}


/************** Global Header Specific Styles **************/
#header {
	display:block;
	margin:0;
	padding:0;
	background:#efedeb;
}
#topBanner {
	display:block;
	width:900px;
	height:97px;
	margin:0 auto;
	padding:11px 11px 0 11px;
}
#topBanner td {
	vertical-align:top;
	white-space:nowrap;
}
.stockTitle {
	font-size:13px;
	font-weight:bold;
	color:#af6015;
}
.stockText {
	font-size:9px;
	font-weight:normal;
	color:#000000;
}
.stockText a {
	display:block;
	margin:0;
	padding:0;
	cursor:pointer;
}
.stockText a:link, .stockText a:visited {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
.stockText a:hover, .stockText a:active {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
.stockText a:hover .stockTitle, .stockText a:active .stockTitle {
	color:#9e948d;
}

#stockQuoteDelayText {
	padding-top:7px;
	font-size:9px;
	text-transform:uppercase;
	color:#000000;
}
#ticker {
	display:none;
	float:right;
	margin:0;
	padding:6px 0 7px 0;
	text-align:right;
	font-size:10px;
	line-height:13px;
}
#topBanner #ticker td {
	vertical-align:bottom;
}
#goldTickerCont {
	text-transform:uppercase !important;
	font-size:10px !important;
	font-family:Verdana, Tahoma, Arial, Geneva, sans-serif !important;
	display:inline-block !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
}
#goldLabel {
	display:inline-block;
	margin:0;
	padding:0 0 0 0;	
	text-transform:uppercase;
	height:15px !important;
}
#goldAlert {
	display:inline-block;
	margin:0;
	padding:0;
	font-size:9px;
	text-transform:uppercase;
	color:#000000;
	height:15px !important;
}
#goldAlert a:link, #goldAlert a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
#goldAlert a:hover, #goldAlert a:active {
	color:#9e948d;
	text-decoration:none;
	font-weight:normal;
}
#goldTickerCont div {
	display:block !important;
	float:none !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	width:165px !important;
	height:15px !important;
	overflow:hidden;
}
#goldTickerCont div #price, #goldTickerCont div #change, #goldTickerCont div #change_percent {
	display:block !important;
	float:left !important;
	font-size:10px !important;
	font-weight:normal !important;
	font-family:Verdana, Tahoma, Arial, Geneva, sans-serif !important;
	width:auto !important;
	height:15px !important;
}
#goldTickerCont div #price {
	padding:1px 0 0 6px !important;
	color:#000000 !important;
}
#goldTickerCont div #change {
	padding:0 7px !important;
}
#goldTickerCont div #change_percent {
	padding:0 !important;
}
.topNavBgSides {
	background:	#5a5b50 url(../images/layout/topnav-under-bg-sides.gif) left top repeat-x;
}
.topNavBg {
	background:	#dfdfdd url(../images/layout/topnav-under-bg.gif) left top repeat-x;
}
.sideBgLeft  {
	background:	#5a5b50 url(../images/layout/sidebg-l.gif) right top repeat-y;
}
.sideBgRight  {
	background:	#5a5b50 url(../images/layout/sidebg-r.gif) left top repeat-y;
}
.footerBgSides {
	background:	#5a5b50 url(../images/layout/footer-bg-sides.gif) left top repeat-x;
}
.footerBgTop {
	background:	#dfdfdd url(../images/layout/footer-bg-top.gif) left top repeat-x;
}
.footerBg {
	background:	#94948d url(../images/layout/footer-bg.gif) left top repeat-x;
}
/************** Top Navbar Specific Styles **************/
#navbarBg {
	display:block;
	margin:0;
	padding:0;
	background:#000000;
	border-bottom:2px solid #e0b403;
}
#topNav {
	display:block;
	margin:0;
	padding:0;
	height:33px;
	text-align:left;
	font-weight:normal;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	color:#ffffff;
	white-space:nowrap;
}
#topNav a {
	display:block;
	float:left;
	padding:12px 10px 0 10px;
	margin:0;
	height:21px;
	cursor:pointer;
	white-space:nowrap;
	border-left:1px solid #9e948d;
}
#topNav a.home {
	padding-left:30px;
	border-left: none;
}

#topNav a:link, #topNav a:visited {
	text-decoration:none;
	color:#ffffff;
}
#topNav a:hover, #topNav a:active {
	text-decoration:none;
	color:#ffce00;
}
	
#topNav a.thispage:link, #topNav a.thispage:visited {
	text-decoration:none;
	color:#ffce00;
}

#topNav a.thispage:hover, #topNav a.thispage:active {
	text-decoration:none;
	color:#ffce00;
}

/************** Left Navbar Specific Styles **************/
.leftNavBgTop {
	background:#83531e url(../images/layout/leftnav-top-bg.gif) left top repeat-x;
}
.leftNavTopColor {
	display:block;
	margin:0;
	padding:0;
	height:11px;
	background:#83531e;
}
.leftNavBgRight {
	background:#dfdfdd url(../images/layout/leftnav-right-bg.gif) left top repeat-y;
}
.leftNavBgBottom {
	background:#dfdfdd url(../images/layout/leftnav-bottom-bg.gif) left top repeat-x;
}


/************** Home Page Layout Specific Styles **************/

#homeBody {
	display:block;
	margin:0 auto; 
	padding:0;
	width:922px;
}
#homeAdminLinks {
	display:block;
	background:#DFDBD8;
	margin:10px 7px;
	padding:8px;
	border:1px solid red;
	text-align:center;
}
#homeAdminLinks a:link, #homeAdminLinks a:visited {
	color:#ff0000;
	text-decoration:none;
}
#homeAdminLinks a:hover, #homeAdminLinks a:active {
	color:#ff0000;
	text-decoration:underline;
}

/************** Home What's New, PR, Events **************/
#homeNews, #homeNewsArea {
	display:block;
	margin:0;
	padding:0;
}
#homeNewsArea h2 {
	color:#7f4400;
	font-size: 19px;
	font-weight:bold;
	margin:0;
	padding:0 0 17px 0;
}
#homeNewsArea.mini h2 {
	font-size: 17px;
}
#homeNewsArea h2 a:link, #homeNewsArea h2 a:visited {
	color:#7f4400;
	text-decoration:none;	
}
#homeNewsArea h2 a:hover, #homeNewsArea h2 a:active {
	color:#7f4400;
	text-decoration:underline;	
}
#homeNewsArea h3 {
	color:#aaa099;
	font-size: 11px;
	font-weight:bold;
	padding:0 0 2px 0;
	margin:0;
}
#homeNewsArea h3 a:link, #homeNewsArea h3 a:visited {
	color:#aaa099;
	text-decoration:none;	
}
#homeNewsArea h3 a:hover, #homeNewsArea h3 a:active {
	color:#aaa099;
	text-decoration:underline;	
}
#homeNewsArea p {
	margin:0;
	padding:0 0 17px 0;
}




/************ You Are Here Breadcrumbs Bar *************/
#you_are_here {
	color:#000000;
}
a.print_page_link {
	display:block;
	margin:3px 0 0 0;
	padding:0;
	width:55px;
	height:25px;
	border:none;
	background-image: url(../images/layout/print-button.png);
	background-repeat: no-repeat;
	overflow:hidden;
	cursor:pointer;
}
a.print_page_link b {
	display:none;
}
a.print_page_link:link, a.print_page_link:visited {
	background-position:left top;
}
a.print_page_link:hover, a.print_page_link:active {
	background-position:left bottom;
}
#breadcrumbs_header {
	display:block;
	margin:0;
    padding:0 0 10px 0;
	color:#aaa099;
	font-size: 9px;
}
#breadcrumbs {
	display:block;
	margin:0;
    padding:24px 0;
	color:#000000;
	font-size: 9px;
}
#breadcrumbs_header td {
	color:#000000;
	font-size: 9px;
}

/************** Global Footer Specific Styles **************/
#footerSpace {
	display:block;
	margin:0 auto;
	padding:0;
	width:922px;
	height:295px;
}
#footerArea {
	display:block;
	position:absolute;
	bottom:0;
	margin:0;
	padding:0;
	width:100%;
	height:295px;
}
#breadcrumbs_footer {
	display:block;
	margin:0 auto;
	padding:62px 11px 0 11px;
	width:900px;
	height:33px;
	color:#b2aaa4;
	text-align:right;
	font-size:10px;
	font-weight:bold;
}
#footerBar {
	display:block;
	position:absolute;
	bottom:0;
	margin:0;
	padding:0;
	width:100%;
	height:200px;
	background: #100800 url(../images/layout/footer-bg.png) left top repeat-x;
}
#footer {
	display:block;
	width:900px;
	margin:0 auto;
	padding:11px 11px 0 11px;
	color:#aaa099;
	font-size:11px;
	white-space:nowrap;
}
#footer a:link, #footer a:visited {
	color:#ffffff;	
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#c8c9c3;	
	text-decoration:none;
}
#footer p {
	margin:0;
	padding:0 0 6px 0;
}

#breadcrumbs_footer.home {
}
#breadcrumbs_header a:link, #breadcrumbs_header a:visited,
#breadcrumbs_footer a:link, #breadcrumbs_footer a:visited {
	color:#000000;
	text-decoration:none;
}
#breadcrumbs_header a:active, #breadcrumbs_header a:hover,
#breadcrumbs_footer a:active, #breadcrumbs_footer a:hover {
	color:#aaa099;
	text-decoration:underline;
}

#breadcrumbs_header a.thispage, #breadcrumbs_footer a.thispage {
	color:#aaa099 !important;
	text-decoration:none !important;
	font-weight:bold !important;
}


/* ********************************************* */
/* START of rulesets that should be in every cms */
/* ********************************************* */
.breadcrumbs {
	font-size:10px;
}
.breadcrumbs a:link, .breadcrumbs a:visited{
	color: #707070;
	text-decoration:none;
	font-size:10px;
}
.breadcrumbs a:active, .breadcrumbs a:hover {
	color:#000000;
	text-decoration:none;
	font-size:10px;	
}
#alertbox {
	border: 		1px solid #d1c6b9;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#4f3518;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;

}

div.alertbox {
	border: 		1px solid #d1c6b9;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#4f3518;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;
}

#redbox {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 		16px;
	background-color:#ff0000;
	font-weight:bold;

}

.Error {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 		16px;
	background-color:#ff0000;
	font-weight:bold;
}

/* ******************************************** */
/* END of rulesets that should be in every cms */
/* ******************************************** */
@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F9DD81;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is used by the Public Dealer Locator Spry UI */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #F4E3AA;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #F4E3AA;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #F4E3AA;
}

/************** Calendar Styles **************/
.calendarName {
	display:block;
	text-align:left;
	margin-left:3px;
}
a.calendarText2, .calendarText2 {
	/* not an approved event */
	font-size: 9px;
	color:red;
}
a.calendarText {
	display:block;
	margin:0;
	padding:2px 5px;
	font-size: 9px;
}
a.calendarText:link, a.calendarText:visited {
	/* is an approved event */
	color:#7f4400;
	text-decoration:underline;
}
a.calendarText:hover, a.calendarText:active {
	/* is an approved event */
	color:#7f4400;
	text-decoration:none;
}
.calPreviousMonth a {
	display:block;
	font-weight:normal;
	padding-right:17px;
	border-right:1px solid #222222;
	margin:0;
}
.calNextMonth a {
	display:block;
	font-weight:normal;
	padding-left:15px;
	margin:0;
}
.calPreviousMonth a:link, .calPreviousMonth a:visited, 
.calNextMonth a:link, .calNextMonth a:visited {
	text-decoration:none;
	color:#222222;
}
.calPreviousMonth a:hover, .calPreviousMonth a:active, 
.calNextMonth a:hover, .calNextMonth a:active {
	text-decoration:underline;
	color:#222222;
}

.calCurrentMonth {
	display:block;
	text-align:left;
	color:#000000;
	font-size: 18px;
	font-weight:normal;
	margin:0 0 6px 3px;
}
span.calDays_Number {
	display:block;
	margin:0;
	padding:2px 5px 0 5px;
	text-align:right;
}
.calDays_Number, .calDays_Number a:link, .calDays_Number a:visited {
	font-size: 11px;
	font-weight:normal;
	color:#aaa099;
	text-decoration:none;
}
.calDays_Number a:hover, .calDays_Number a:active {
	font-size: 11px;
	font-weight:normal;
	color:#aaa099;
	text-decoration:underline;
}
td.calDays {
	height:80px;
	text-align:left;
	border:1px solid #bcb6b3;
	background: #ffffff;
	text-align:left;
	color:#aaa099;
}
td.calDays_Today {
	height:80px;
	text-align:left;
	border:1px solid #bcb6b3;
	background: #dfdbd8;
	text-align:left;
	color:#aaa099;
}
td.calDays_of_Week {
	border:1px solid #000000;
	background: #000000;
	text-transform:uppercase;
	color:#ffffff !important; 
	font-weight:normal; 
	font-size:11px;
	padding:9px 2px;
	text-align:center !important;
}
.calMonthSelect { }
.calYearSelect { }
.calMonthYearSubmit { }
.calMonthYearForm { 
	margin:0;
	padding:0 0 8px 3px;
}

/************** Verity Search Styles **************/
#BCverity_search_container {
}
input.BCverity_search_input {
	margin:0;
	padding:0;
	font-size-adjust:none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:12px;
	color: #ffffff;
	background: #695d54 url(none);
	border:none;
	width:80px;
}

input.BCverity_search_input:hover {
	color:#ffffff;
	border:none;	
}

input.BCverity_search_button {
	/*  */
		margin:0;
	/*  */
	padding:0;
	font-size-adjust:none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:12px;
	color: #ffffff;
	background: #695d54 url(none);
	border:none;
	cursor:pointer;
}
input.BCverity_search_button:hover {
	color:#ffce00;
	border:none;	
}
table#verity_search_table {
}
.verity_search_input {
	width:300px;
}
#verity_search_button {
	width:120px;
}
#verity_reset_button {
}
.hilight_search_terms {
	background-color:#ffce00;
	font-weight:bold;
	text-transform:uppercase;
}
.verity_search_result_title {
	font-weight:bold;
	font-size:16px;
	margin:6px 0;
	padding:0;
}
.verity_search_result_title a:link, .verity_search_result_title a:visited {
}
.verity_search_result_title a:hover, .verity_search_result_title a:active {
}
.verity_search_result_description {
	margin:6px 0;
	padding:0;
}
.verity_search_result_url {
	margin:6px 0;
	padding:0;
}
.verity_search_result_url a:link {
}
.verity_search_result_url a:visited {
}
.verity_search_result_url a:hover, .verity_search_result_url a:active {
}


	
/************** Warm Fuzzy Styles ****************/
.warmFuzzyError, .warmFuzzyOK {
	display:block;
	clear:both;
	margin:14px 0;
	padding:10px 38px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.warmFuzzyError {
	background:#ffe1e1 url(../administration/images/icons/warning-32x32.gif) 3px 3px no-repeat;
	border:2px solid red;
	color:red;
}
.warmFuzzyOK {
	background:#f8ffe1 url(../administration/images/icons/green-check-32x32.gif) 3px 3px no-repeat;
	border:2px solid green;
	color:green;
}
.warmFuzzyError a, .warmFuzzyOK a {
}

#previewModeWarning {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:99%;
	margin:0;
	padding:0;
	text-align:center;
	z-index:9000;
}

img#previewModeWarningOverlay {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:9001;
}

#previewModeWarning div.warmFuzzyError {
	display:block;
	position:relative;
	z-index:9002;
}

