@charset "UTF-8";

/* Top bar with home link */
#topbar {
	height: 77px;
	color: #FFFFFF;
	display: block;
	font: 10px/10px Arial, Helvetica, sans-serif;
	width: 967px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/home/top_bkgnd_1.jpg) no-repeat center top;
}

#topbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topbar a:hover {
	color: #9B5823;
	text-decoration: none;
}



/* Navigation */
#lh_nav {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	list-style: none;
	margin: 40px 0px 0px;
	padding: 0px 0px 0px 10px;
	display: block;
	width: 375px;
	float: left;
}
#top_nav * li {
	display: inline;
	padding-right: 10px;
}

#rh_nav {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	list-style: none;
	margin: 40px 0px 0px;
	padding: 0px;
	display: block;
	width: 450px;
	float: right;
	text-align: right;
}




/* FLASH wrapper */
#flash_box {
	display: block;
	height: 252px;
	width: 965px;
	margin: 0px auto;
	padding: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: url(/images/home/flash_box_bkgnd.jpg) no-repeat center top;
}


#main_content {
	display: block;
	width: 965px;
	margin: 0px auto;
	padding: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: url(/images/home/main_content_bkgnd.jpg) no-repeat center top;
}
#main_wrapper {
	background: #FFFFFF url(/images/global/bkgnd_1.gif) repeat-x left top;
	margin: 0px;
	padding: 0px 0px 10px;
}
#content {
	margin: 0px auto;
	padding: 0px;
	width: 623px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #9B5823;
	font-size: 22px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content #intro_text {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}


/* Specials box */
#special_boxes * h2 {
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #9B5823;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: block;
}
#special_boxes {
	margin: 10px 0px 0px;
	padding: 0px;
}

#special_box_lh {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 293px;
	display: block;
}
#spbx_lh_content {
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(/images/global/specials_bkgnd01.jpg) no-repeat right top;
}
#special_box_rh {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 293px;
	display: block;
}

#spbx_rh_content {
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#td_savings {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #333333;
}
#td_savings h3 {
	color: #97511A;
	margin: 0px;
	padding: 0px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
}

/* top bar links */
#topbar #top_nav #lh_nav a:link  {
	text-decoration: none;
	color: #333333;
}
#topbar #top_nav #lh_nav a:visited  {
	text-decoration: none;
	color: #333333;
}
#topbar #top_nav #lh_nav a:hover  {
	text-decoration: none;
	color: #97511A;
}

#topbar #top_nav #rh_nav a:link  {
	text-decoration: none;
	color: #333333;
}
#topbar #top_nav #rh_nav a:visited  {
	text-decoration: none;
	color: #333333;
}
#topbar #top_nav #rh_nav a:hover  {
	text-decoration: none;
	color: #97511A;
}

