/*** Shadows ***/

#top_shadow_wrapper,
#shadow_wrapper {
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 822px;
}

#top_shadow_wrapper {
	background-image: url(../images/layout/shadow_top_lt_rt.jpg);
	height: 228px;
}

#shadow_wrapper {
	background-image: url(../images/layout/shadow_lt_rt.jpg);
}

/*** Top Area & Search ***/

#top_area {
	background-image: url(../images/layout/top_area.jpg);
	height: 91px;
	width: 800px;
}

#top_area form {
	float: right;
	margin: 52px 12px 0 0;
}

#search_input {
	margin: 2px 5px 0 0;
	width: 167px;
}

/*** Flash Area & Box Content ***/

.box_a.layout {
	height: 137px;
	width: 198px;
}

.box_a .layout_content {
	color: #4E4B4E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	padding: 17px 12px;
}

.box_a.right {
	float: right;
}

/*** Site ***/

.site_wrapper,
#flash_wrapper {
	margin: 0 auto;
	width: 800px;
}

#content_nav_wrapper,
#nav {
	background-color: #cfd5bb;
}

#content_nav_wrapper {
	height: 100%;
	overflow: auto;
}

#content_area {
	background-color: #FFF;
	float: left;
	height: 100%;
	margin: 0 0 0 0px;
	padding: 7px 18px 18px 18px;
	width: 602px;
	width: 566px;
}

#home_content  {
	width: 350px;
}

/*** Side Navigation ***/

#nav {
	color: #4E4B4E;
	font-weight: bold;
	float: left;
	height: 100%;
	width: 198px;
}

#nav ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	color: #6a5841;
	display: block;
	padding: 0 12px;
	text-decoration: none;
}

#nav li a:hover {
	color: #002d40;
	text-decoration: none;
}

#nav li.current_link,
#nav li a:hover {
	background-color: #fff;
}

#nav li {
	border-bottom: 1px solid #ABA796;
	line-height: 24px;
}

/*** Sub Navigation ***/

#nav ul li ul {
	border-bottom: none;
}

#nav ul ul {
	background-color: #EEEEE1;
	border-top: 1px solid #ABA796;
	font-size: 12px;
	font-weight: normal;
}

#nav ul ul li {
	border-bottom: none;
	line-height: 20px;
	text-indent: 12px;
}

#nav ul ul a {
	padding: 0px;
	padding-left: 1em;
	text-indent: 0px;
}

/*** Print Area ***/

#print {
	font-size: 11px;
	padding-top: 5px;
	text-align: right;
}

/*** Footer ***/

address {
	font-style: normal;
	color: #FFF;
}

.copyright,
.serving,
#footer address {
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0 0 0;
	text-align: center;
}
.serving {
	margin: auto;
	width: 650px;
}
#footer {
	
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 37px;
	width: 822px;
}

#footer .bullet {
	padding: 0 3px 2px 3px;
}

