
body {
  background-image: url( 'images/parchment2.jpg' );
	background-attachment: fixed;
	font-family: serif;
	color: black;
	background-color: gray;
	margin: 0;
	padding: 0;
	min-width: 1024px;
}

img {
	border: none;
}


.nwa_header {
	position: absolute;
	left: 160px;
	top: 80px;
	padding-left: 15px;
}

.nwa_footer {
	z-index: 50;
}

.nwa_banner_wrapper
{
	display: block;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	opacity: 0.8;
	z-index: 10;
}

.nwa_logo_wrapper
{
	position: relative;
	top: -320px;
	display: inline;
	margin: 0;
	opacity: 0.5;
	z-index: -5;
}






.nwa_content {
	position: absolute;
	left: 182px;
	top: 10px;
	width: 900px;
	padding: 5px 5px 5px 15px;
	border-left: 1px solid #c5a694;
	z-index: 5;
}



.new_content a:link {
	color: "#663333";
	text-decoration: none;
}

.nwa_content a:visited {
	color: #771111;
	text-decoration: none;
}





.nwa_features {
	border: 10px ridge #c5a694;
	font-size: 10pt;
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 20px 1% 20px 2%;
	width: 40%;
	height: 3in;
}




.nwa_choices {
	border: 10px ridge #c5a694;
	font-size: 10pt;
	float: right;
	padding: 10px 2% 10px 2%;
	margin: 20px 2% 20px 1%;
	width: 40%;
	height: 3in;
}


.nwa_pricelist 
{
	clear:both;
}





.nwa_pricelist table
{
	border: 10px ridge #c5a694;  
}


.nwa_catalog_list table
{
	border: 5px ridge #c5a694;
	width: 95%;
}

.nwa_catalog_list tr
{
	border: 0px solid #c5a694;
	padding: opx;
}

.nwa_catalog_list td
{
	border-left: 1px solid #c5a694;
	border-top: 0px solid #c5a694;
	border-right: 1px solid #c5a694;
	border-bottom: 1px solid #c5a694;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	height: 100%;
}

.nwa_catalog_list a
{
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.nwa_catalog_list a:hover {
	color: #a00;
	background: #fff;
}



.nwa_xbowdesc {
	text-align:justify;
	width: 80%;
	font-size: 113%;
}





.nwa_pic_caption {
	padding-top: 5px;
	font-size: 10pt
}




.nwa_menu {
	position: fixed;
	z-index: 100;
	left: 5px;
	top: 10px;
	width: 178px;
	padding: 0;
} 

.nwa_menu ul {
	/* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}


.nwa_menu a, .nwa_menu h2 {
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding:  7px 1px 7px 6px;
}


.nwa_menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

.nwa_menu a {
	color: #000;
	text-decoration: none;
}

.nwa_menu a:hover {
	color: #a00;
	background: #fff;
}

.nwa_menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	margin: 0px 0px 0px 0px;
} 

.nwa_menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}


div.nwa_menu ul ul ul,
div.nwa_menu ul ul li:hover ul ul
{
	display: none;
}

div.nwa_menu ul ul li:hover ul,
div.nwa_menu ul ul ul li:hover ul {
	display: block;
  background-image: url( 'images/parchment2.jpg' );
}



.long_hr {
	width: 100%;
	opacity:0.7;
}


.medium_hr {
	width: 80%;
	opacity:0.7;
}

.short_hr {
	width: 60%;
	opacity: 0.7;
}



.item_box {
	width: 90%;
	border: 1px solid #c5a694;
}


.description_legend {
	font-size: 70%;
	font-style: italic;
}

.description_data {
	font-size: 125%;
	font-weight: bold;
}

.fancy_box {
	border: 10px ridge #c5a694;
}
