body {
	background-color: #000;
}

.outer {
	background-color: #000;
	background-image: url(images/av_bg_body.jpg);
	background-position: center top;
}

.header {
	background-image: url(images/av_bg_header.gif);
}

.footer {
	border-top-width: 0;
	background-color: #000;
  margin-top: 30px;
}

.main_content {
	background-image: url(images/av_bg_main_content.gif);
}

.main_content.homepage {
	background-image: url(images/av_bg_main_content_with_top.gif);
}

.main_content_full {
	background-image: url(images/av_main_content_top.gif);
}

.main_nav ul li ul {
	background-image: url(images/av_bg_subnav.gif);
}

.main_nav ul li div {
	background-image: url(images/av_bg_navitem.gif);
}

.main_nav ul li ul li div,
.main_nav ul li ul li ul li div {
	background-image: url(images/av_bg_subnavitem.gif);
}

.active {
	background-image: url(images/av_bg_navitem_open.gif) !important;
}

.bg-primary {background-color: #360;}

.bg-medprimary {
	background-color: #89cfff;
}

.bg-lightprimary {
	background-color: #aedfff;
}

.bg-medsecondary {
	background-color: #d8f55b;
}

.bg-lightsecondary {
	background-color: #daef88;
}

.featurebox {
	background-image: url(images/av_bg_featurebox.gif);
}

.footerdiv a.text-grey {
	color: #333;
}

.searchbox {
	background-color: #360;
}

.galleryactivepage {
	background: #360;
}

/* Landing Page Styles */
.landingfeature_box {
	margin-top: 10px;
	margin-right: 16px;
	width: 244px;
	border: 1px soild #000;
}

.landingfeature_boxtop {
	background-image: none !important;
	letter-spacing: 0.2em;
	padding: 4px 16px;
}

.landingfeature_boxbottom {
	background-image: none !important;
	padding: 8px;
	padding-left: 16px;
}

.landingfeature_text {
	margin: 0 8px;
	line-height: 1.25em;
	width: 118px;
}

.landingfeature_thumbnail {
	width: 77px;
}
.bg-primary			{background-color: #83BE02;}
.bg-medprimary		{background-color: #92c018 !important;}
.bg-lightprimary	{background-color: #bde642 !important;}
.bg-secondary			{background-color: #507500;}
.bg-medsecondary		{background-color: #D7F55B;}
.bg-lightsecondary	{background-color: #DBEF88;}
.bg-white				{background-color: white;}
.bg-lightgray				{background-color: #DDDDDD;}