/*Background Images*/


.background_headerimage {
	background-image: url(../images/background_herbs.jpg);
	background-repeat: no-repeat;
}

.background_headerimagestory {
	background-image: url(../images/background_spices.jpg);
	background-repeat: no-repeat;
}
	
	.background_headerimageinitiatives {
	background-image: url(../images/background_peppertomato.jpg);
	background-repeat: no-repeat;
}

.background_headerimagesservices {
	background-image: url(../images/background_forks.jpg);
	background-repeat: no-repeat;
}

.background_headerimagedining {
	background-image: url(../images/background_saltpepper.jpg);
	background-repeat: no-repeat;
}

.background_headerimageevents {
	background-image: url(../images/background_wine.jpg);
	background-repeat: no-repeat;
}

.background_headerimageyachts {
	background-image: url(../images/background_sexton.jpg);
	background-repeat: no-repeat;
}

.background_headerimagevending {
	background-image: url(../images/background_cookies.jpg);
	background-repeat: no-repeat;
}

.background_headerimagecoffee {
	background-image: url(../images/background_coffee.jpg);
	background-repeat: no-repeat;
}

.background_headerimagewater {
	background-image: url(../images/background_water.jpg);
	background-repeat: no-repeat;
}



.background_header {
	background-image: url(../images/logo_header.jpg);
	background-repeat: no-repeat;
}

.background_header_correctional {
	background-image: url(../images/logo_header_correctional.jpg);
	background-repeat: no-repeat;
}
.background_header_canteen {
	background-image: url(../images/logo_header_canteen.jpg);
	background-repeat: no-repeat;
}

.background_header_yachts {
	background-image: url(../images/logo_header_yatchs.jpg);
	background-repeat: no-repeat;
}

.background_body {
	background-image: url(../images/bodybackground.jpg);
	background-repeat: no-repeat;
}

/*body graphics lines*/
.background_thinnaveline {
	background-color: #f18020;
	
}

.background_thicknaveline {
	background-color: #f18020;
	
	
}
.background_subnav_line {
	background-color: #FFFFFF;
	background-image: url(../images/but_middle_back.gif);
	background-repeat: repeat-y;
}

/*text specifications*/
.body_copy {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
    line-height: 16px;
	text-decoration: none;
}

.body_padding {
padding: 0px 0px 0px 5px;
}

.footer_copy {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #8a8a8a;
    line-height: 14px;
	text-decoration: none;
}


.heading_one {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #d16e1a;
	text-decoration: none;
}

.heading_two {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #d16e1a;
	text-decoration: none;
	line-height: 20px;
}

.heading_three {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
	text-decoration: none;
	font-weight: bold;
}




/*links style white button subnav*/
table.nav_links a:link, 
table.nav_links a:visited, 
table.nav_links a:active{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #4b4b4b;
text-decoration: none;
line-height: 10px;
}

table.nav_links a:hover,
table.nav_linksvisited a:hover{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 10px;
color: #000000;

}

/*links style white button orange indent*/
table.nav_tab a:link, 
table.nav_tab a:visited, 
table.nav_tab a:active{
color: #d16e1a;
}

table.nav_links a:hover,
table.nav_linksvisited a:hover{
color: #000000;

}



/*links style no box subnav */
table.subnav_links a:link, 
table.subnav_links a:visited, 
table.subnav_links a:active{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
	text-decoration: none;
	line-height: 18px;
}

table.subnav_links a:hover,
table.subnav_linksvisited a:hover{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 18px;
color: #000000;
}

/*links style for body text*/
td.body_links a:link, 
td.body_links a:visited,
td.body_links a:active{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #d16e1a;
	text-decoration: none;
	
}

td.body_links a:hover,
td.body_linksvisited a:hover{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

table.footer_links a:link, 
table.footer_links a:visited, 
table.footer_links a:active{
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
color: #d16e1a;
text-decoration: none;
line-height: 14px;
}

table.footer_links a:hover,
table.footer_linksvisited a:hover{
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
line-height: 14px;
color: #000000;

}
