/*======================================*/
/*NELLAWARE.COM REDESIGN 10/08*/
/*DynDriveCSS-Liq-3.3.css*/
/*======================================*/

/*======================================*/
/*Credits: Dynamic Drive CSS Library */
/* css-liquid-layout-33-fluid-fluid-fluid */
/*URL: http://www.dynamicdrive.com/style/layouts/item
/css-liquid-layout-33-fluid-fluid-fluid/ */
/*======================================*/
body {
margin:0;
padding:0;
/*line-height: 1.2em;*/
color: Black;
background-color: white;
font-family:  arial, verdana, helvetica, sans-serif;
/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
font-size: 1em;
}

.innertube{
 /*Margins for inner DIV inside each column (to provide padding)*/
margin: 10px;
}
/*======================================*/
/*======================================*/


/*======================================*/
/*HTML ELEMENTS*/
/*======================================*/
/*THE HYPER LINKS*/
A:link { 
/* blue */
COLOR: blue; 
background: transparent;
/*text-decoration: none;*/
text-decoration: underline;
}

A:visited {
/* purple */
COLOR: purple; 
background: transparent;
/*text-decoration: none;*/
text-decoration: underline;
}

A:active {  
/* red */
COLOR: red; 
text-decoration: none;
background: transparent;
}

A:hover {
/* red */
COLOR: red; 
background: transparent;
/*text-decoration: none */
text-decoration: underline;
}
/*======================================*/

h1 {
font-family:  verdana, arial, helvetica, sans-serif;
font-size: 1.4em;
/*color:#008e49;*/
/*color:#7b3e00;*/
/*color:#93004a;*/
/*color:#ce0024;*/
color:#DAA520;
background-color: transparent;
margin-top:0px;
margin-bottom:4px;
margin-left:1em;
}   

h2   {
font-family:  verdana, arial, helvetica, sans-serif;
font-size: 1.2em;
/*color:#00a655;*/
/*color:#00a4a6;*/
/*color:#cc9a00;*/
/*color:#bd8e00;*/
/*color:#179A71;*/
color:#226CB2;
background-color: transparent;
margin-top:0px;
margin-bottom:0px;
margin-left:2em;
}   

h3   {
font-family:  verdana, arial, helvetica, sans-serif;
font-size: 1em;
/*color:#00d26b;*/
/*color:#0050a6;*/
/*color:#f4c400;*/
color:#9F9F9F;
background-color: transparent;
margin-top:0px;
margin-bottom:0px;
margin-left:3em;
}   

blockquote {
margin-left: 3em;
margin-right: 3em;
padding: 4px 10px 15px 10px;
/*background:#ffeeaa;*/
/*background:#FDF5E6;*/
/*background:#FFEFD5;*/
/*background:#FFE4E1;*/
background:#FFFAF0;
font-family:  arial, verdana, helvetica, sans-serif;
font-size: 1em;
/*width: 35em;*/
width: 80%;
font-style:italic; 
color:black;
letter-spacing:.1em;
border-color: #000000;
border-style: solid none;
border-width: 1px 1px;
}
/*======================================*/
/*======================================*/


/*======================================*/
/******* lists *******/
/*From DR. Office*/
/*oswd.org*/
/*I converted from ID to CLASS*/
/*======================================*/
.fancylist ul {
margin:0 0 0 0;
padding:0 0 0 0;
list-style:none;
}

.fancylist li {
font-family:  arial, verdana, helvetica, sans-serif;
font-size: 1em;
line-height: 16px;
margin-top: .5em;
margin-bottom: .5em;
margin-left:3em;
margin-right:3em;
padding:0 0 0 7px;
background-position: 0 .3em;
/*If image cannot be found, then square will be used.*/
list-style-type: square;
/* Image from DynamicDrive */
/*list-style-image: url(graystar.png);*/
list-style-image: url(arrow2.gif);
}

.fancylist li.sub {
/* This font size means the sub list font will be equal to
the parent li font of .85em as set above. */
font-size: 1em;
margin-top: .5em;
margin-bottom: .5em;
margin-left:1.5em;
/*padding:0 0 0 15px;*/
padding:0 0 0 3px;
background-position: 0 .3em;
/*If image cannot be found, then square will be used.*/
list-style-type: square;
/* Image from DynamicDrive */
list-style-image: url(grayrightarroww.png);
}


.fancylistredsquare li {
font-family:  arial, verdana, helvetica, sans-serif;
font-size: 1em;
line-height: 1.2em;
margin-top: .5em;
margin-bottom: .5em;
margin-left:3em;
margin-right:3em;
/*padding:0 0 0 15px;*/
padding:0 0 0 7px;
background-position: 0 .3em;
/*If image cannot be found, then square will be used.*/
list-style-type: square;
/* Image from DynamicDrive */
/*list-style-image: url(graystar.png);*/
list-style-image: url(arrow2.gif);
}

span.squares {
display:block;
float:left;
width:12px;
height:12px;
margin: 4px 10px 0 0;
/*background-image:url(ambersquares.gif);*/
/*background-image:url(squares.gif);*/
background-image:url(arrow-right.gif);
background-repeat:no-repeat;
}

span.squares span {
display:none;
} 
/*======================================*/
/*======================================*/


/*======================================*/
/*HEADER*/
/*======================================*/
#topsection{
/*position: absolute;*/
/*top:0px;*/
/*left:0px;*/

/*Height of top section*/
height: 75px; 
/*width of top section.*/
width: 100%;

/*N-WlogoB.gif" width="325" height="59"*/
background: #B82619 url('N-WlogoB.gif') top left no-repeat;

/* This is the NELLA_WARE Red color */
/*background:#B82619;*/
/*z-index: 3;*/
}

#blackbox{
/*position: absolute;*/
/*top:276px;*/
/*left:0px;*/
width: 100%;
color: white;
background-color: Black;
padding-top: 4px;
padding-bottom: 4px;
}

.subHeader {
color: white;
background-color: black;
font-size: .7em;
line-height: .8em;
text-align: center;
margin: 0;
padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  /*color: red;*/
  /*background-color: #FFFFF0;*/
  color: white;
  /* nwdefaultTop.jpeg: T-EA0458 B-7E022F W-3 H-20 */
  /*background: #B22222 url(nwdefaultTop.jpeg) repeat-x left top;*/
background-color: #B22222;
  
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
  /*background-color: ;*/
}

.subHeader current a {
/*background-color: #D25A0B;*/ /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
background: #9F9F9F url(nwdefaultTop.jpeg) repeat-x left top;
text-decoration: none;
}

.subHeader a:visited  {
color: White;
text-decoration: none;
}

#subheadercurrent {
 /*currently selected subheader class menu item*/
/*background-color: #D25A0B;*/ /*Brown color theme*/ 
/*border-color: White;*/
color: White; 

background: red url(nwdefaultTop.jpeg) repeat-x left top;
/*background: #B22222;*/

text-decoration: none;
}

#subheaderfootercurrent {
 /*currently selected subheader class menu item*/
/*background-color: #D25A0B;*/ /*Brown color theme*/ 
/*border-color: White;*/
color: White; 
background: red url(nwdefaultTop.jpeg) repeat-x left top;
/*background: #B22222;*/

text-decoration: none;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

.page-header-title  {
/*Used to make the site title a link*/
/*position: absolute;*/
font-family: verdana, arial, helvetica, sans-serif;
font-size: .8em; 
font-weight: bold;
/*letter-spacing:-1px;*/
padding-top: 27px;
padding-left: 330px;
/*padding-left:1em;*/
/*margin-left: 250px;*/
/*margin-top: 26px;*/
/*margin-left: 330px;*/
color: #FFFFFF;
background-color: transparent;
text-decoration: none;
}

.page-header-title a{
/*color: #7ffda3;*/
color: #FDF5E6;
background: transparent;
text-decoration: none;
}

.page-header-title a:hover{
/*color: #7ffda3;*/
color: #FFFFFF;
background: transparent;
/*text-decoration: underline;*/
text-decoration: none;
}

.page-header-title a:active{
/*color: #7ffda3;*/
color: #FFFFFF;
background: transparent;
text-decoration: none;
}

.page-header-title a:visited{
/*color: #7ffda3;*/
color: #FFFFFF;
background: transparent;
text-decoration: none;
}

.menu3{
/*USED ON INDEX.HTML TO RETURN TO TOP OF PAGE*/
/*USED FOR INTERPAGE LINKS*/
font-size: .7em;
}
/*======================================*/
/*======================================*/

/*======================================*/
/*CSS Breadcrumbs*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*======================================*/
.breadcrumb{
font-family:   arial, verdana, helvetica, sans-serif;
font-size: .73em;
/*font-weight: bold;*/
color: Black;
/*background-color: transparent;*/
background-color: White;
/*width: 58%;*/
/*padding-top:0px;*/
/*position: absolute;*/
/*top: 50px;*/
/*left: 14px; */

/*top: 135px;*/
/*left: 23em;*/


margin-top: 0px;
margin-left: .5em;
}

.breadcrumb a{
background: transparent url(breadcrumb.gif) no-repeat center right;
padding-right: 18px; /*adjust bullet image padding*/
color: Blue;
text-decoration: underline;
}

.breadcrumb a:visited, .breadcrumb a:active{
/*color: black;
background: transparent url(breadcrumb.gif) no-repeat center right;*/
color: blue;
background: transparent url(breadcrumb.gif) no-repeat center right;
}

.breadcrumb a:hover{
/*crape myrtle*/
/*background-color: #f6007c;*/
/*gradient red base color*/
/*background-color: #bb0000;*/
/*background-color: #c80000;*/
/*background-color: #009933;*/
/*background-color: #00bf40;*/
/*background: #009933 url(aaahover.jpeg) repeat-x left top;*/
/*font-weight: bold;*/
/*color: #f1f1f1; */
color: red; 
/*font-weight: bold;*/
/*border-bottom: 2px solid #eeeeee;*/
/*background: #f6007c url(gradientmenuhover2.jpeg) top left repeat;*/
background: transparent url(breadcrumb2.gif) no-repeat center right;
text-decoration: underline;
}
/*======================================*/
/*======================================*/



/*======================================*/
/*TOP HORIZONTAL MENU*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*======================================*/
#modernbricksmenu{
padding: 0;
/*height: 23px;*/
width: 100%;
/*background: transparent;*/
color: White;
background-color: Black;
/*voice-family: "\"}\"";*/
/*voice-family: inherit;*/
}

#modernbricksmenu ul{
/*font: bold 11px Arial, sans-serif;*/
font-family:  arial, helvetica, verdana, sans-serif;
font-weight: bold;
font-size: .5em;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
/*text-transform:uppercase;*/
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
/*background-color: gray;*/ /*Menu hover bgcolor*/
/*background: #9F9F9F url(redmenu1.jpeg) repeat-x left top;*/
background: #9F9F9F url(ambermenucur.jpeg) repeat-x left top;
text-decoration: none;
}

#modernbricksmenu li a:visited {
COLOR: #FFFFFF;
background-color: transparent; 
/*text-decoration: underline;*/
text-decoration: none;
}

#modernbricksmenu #current a{
 /*currently selected tab*/
/*background-color: #D25A0B;*/ /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
background: #9F9F9F url(ambermenucur.jpeg) repeat-x left top;
text-decoration: none;
}

.modernbricksmenulinered{
/*clear: both;*/
padding: 0;
width: 100%;
height: 1px;
color: White;
background: #C40000;
}

.topmenulineyellow{
/*clear: both;*/
padding: 0;
width: 100%;
height: 1px;
color: White;
/*background: Silver;*/
background: #FDF5E6;
}

.topmenulineblack{
/*clear: both;*/
padding: 0;
width: 100%;
height: 2px;
color: White;
background: Black;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
/*padding: 0;*/
padding-top: 5px;
padding-bottom: 5px;
}

#myform .textinput{
/*width: 190px;*/
width: 80px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana,  sans-serif;
height: 22px;
color: black;
background-color: #E1E1E1;
}
/*======================================*/
/*======================================*/


/*======================================*/
/*LEFT SIDE VERTICAL MENU*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*JRA Version*/
/*======================================*/
.wireframemenu{
border: 1px solid #000000;
color: black;
/*background-color: white;*/
/*background-color: #FFFAFA;*/

/*background-color: #F8F4D5;*/
background-color: #FFFFFF;

width: 98%;
font: bold .60em  verdana, arial, helvetica, sans-serif;
margin: 0 0 0 1%;
}

/** html .wireframemenu{
 IE only rule. Original menu width minus all left/right paddings 
width: 80%;
}*/

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
padding: 4px 3px;
display: block;
/*Define width for IE6's sake*/
/*width: 100%; */
width: 96%;
text-decoration: none;
/*text-decoration: underline;*/
border-bottom: 1px solid #C0C0C0;
color: Blue;
/*background-color: transparent;*/

/* w-225 h-35 l-FFFFFF r-CFCECE */
/* background: #FFF5EE url(wiremenu.jpg) repeat-x left top; */
/*background-color: #F8F4D5;*/
background-color: #FFFFFF;
}

.wireframemenu a:visited{
color: purple;
background-color: transparent;
/* background: #DCDCDC url(wiremenu.jpg) repeat-x left top; */
background-color: #FFFFFF;
text-decoration: none;
/*background-color: #F8F4D5;*/
/*background-color: #F5F5F5;*/
/*background-color: White;*/
}

/*html>body .wireframemenu a{ 
Non IE rule
width: auto;
}*/

.wireframemenu a:hover{
/*background-color: #f6007c;*/
color: #FFFFFF; 
/*background: #f6007c url(gradientmenuhover2.jpeg) top left repeat-x;*/
/*background: #009933  url(gradientgreenhover.jpeg) top left repeat-x;*/
/*background: #99001b url(ambermenucur.jpeg) repeat-x left top;*/

/* nwdefault.jpeg: T-EA0458 B-000000 W-3 H-35 */
/*background: #B22222 url(nwdefault.jpeg) repeat-x left top;*/
/*background-color: #B22222;*/
background: #B22222;

/*background: #9F9F9F url(ambermenucur.jpeg) repeat-x left top;*/
/*background: #9F9F9F;*/
text-decoration: none;
}
/*======================================*/
/*======================================*/


/*======================================*/
/*LEFT COLUMN*/
/*======================================*/
#leftcolumn{
float: left;
width: 20%; /*Width of left column in percentage*/

font-family:  arial, verdana, helvetica, sans-serif;
font-size: 1em;
line-height: 1em;

/*border-width: 1px;
border-color: #D5D5D5;
border-style: solid;*/

margin-left: -100%;  /*-100%*/
color: black;
/*background: #F4F4F4;*/
background: #F5F5F5;
}

#leftcolumn p {
font-family: arial, verdana, helvetica, sans-serif;
margin: 0 3% 1% 3%;
padding:4px;
font-size: .7em;
/*text-indent: 10px;*/
}

.leftrightcolumntitle {
font-family: arial, verdana, helvetica, sans-serif;
/*margin: 4% 3% 1% 3%;*/
margin: 5px 5px 5px 5px;
/*color: Green;*/
/*color:#B22222;*/
color:#1D5D9A;
/*background-color: #FAF0E6;*/
text-align: left;
text-transform: none;
font-weight: bold;
font-size: .8em;
}


#leftcolumn h3 {
font-family:  arial, verdana, helvetica, sans-serif;
font-size: 1em;
color: #909090;
background-color: transparent;
padding:2px;
margin: 0 0 0 3%;
width: 90%;
}

#leftcolumnnwwd {
/*Used for www.PineyWoodsWebDesign.com*/
font-family:  verdana, arial, helvetica, sans-serif;
font-size: .7em;
/*color: #2ba557;*/
/*color:#008e49;*/
/*color: #99001b;*/
/*color: #228B22;*/
color:#B22222;
background-color: transparent;
/*padding:3px;*/
padding-top: 5px;
padding-bottom: 5px;
margin: 0 0 0 2%;
width: 90%;
}

#leftcolumnaddfav {
font-family: verdana, arial,helvetica, sans-serif;
font-size: .6em;
line-height: 1em;
padding-top: 5px;
padding-bottom: 5px;
/*font-weight: bold;*/
color: #8A8A8A;
background-color: transparent;
margin: 0 0 1% 2%;
width: 90%;
}

#leftcolumnvalid {
font-family:  arial, verdana, helvetica, sans-serif;
font-size: .7em;	
}

/*======================================*/
/*======================================*/


/*======================================*/
/*CONTENT COLUMN*/
/*======================================*/
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
margin: 0 20% 0 20%; 
font-family: verdana, arial, helvetica, sans-serif;
font-size: .84em;
line-height: 1.5em;
}

#contentcolumn p {
font-family: arial, verdana, helvetica, sans-serif;
/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
font-size: 1em;
margin: 0 3% 1% 3%;
padding:4px;
font-size: 1em;
text-indent: 10px;
}

.news-title-blue {
font-family:arial, verdana, helvetica, sans-serif;
font-weight: bold;
color:#4E7399;
background-color: transparent;
margin-top:5px;
margin-bottom:10px;
padding:4px;
font-size: .9em;
line-height: 1.5em;
letter-spacing: .01em;
}

.news-title-green {
font-family:arial, verdana, helvetica, sans-serif;
font-weight: bold;
color: #179A71;
background-color: transparent;
margin-top:5px;
margin-bottom:10px;
padding:4px;
font-size: .9em;
line-height: 1.5em;
letter-spacing: .01em;
}

.news-title-amber {
font-family:arial, verdana, helvetica, sans-serif;
font-weight: bold;
color: #E1A924;
background-color: transparent;
margin-top:5px;
margin-bottom:10px;
padding:4px;
font-size: .9em;
line-height: 1.5em;
letter-spacing: .01em;
}

.news-title-red {
font-family: arial, verdana, helvetica, sans-serif;
font-weight: bold;
color:#d70026;
background-color: transparent;
margin-top:5px;
margin-bottom:10px;
padding:2px;
font-size: .9em;
line-height: 1.5em;
letter-spacing: .01em;
}

.news-title-gray {
font-family:arial, verdana, helvetica, sans-serif;
font-weight: bold;
color:#858585;
background-color: transparent;
margin-top:5px;
margin-bottom:10px;
padding:4px;
font-size: .9em;
line-height: 1.5em;
letter-spacing: .01em;
}

.highlight1 {
float: left;
font-family: verdana, arial, helvetica, sans-serif;
font-size: .8em;
/*font-weight: bold;*/
line-height: 1.3em;
/*padding: 4px 10px 0px 10px;*/
/*background:#976e00;*/
/*background:#976e00;*/
/*background: #997760;*/
/*background: #179A71;*/
background: #F5CDCD;
/*background: #0099cc url('gradienthighlightblue1.jpg') top left repeat;*/
color:#000000;
letter-spacing:.1em;
/*border-color: #ffe491;*/
border-color: #000000;
border-style: double double double double;
border-width: 3px 4px 3px 4px;
width: 15em;
height: 16em;
margin-top:2px;
margin-bottom:2px;
/*margin-left:4px;*/
margin-left:4em;
margin-right:4px;
padding:4px;
}

.highlight2 {
float: right;
font-family: verdana, arial, helvetica, sans-serif;
font-size: .8em;
/*font-weight: bold;*/
line-height: 1.3em;
/*padding: 4px 10px 0px 10px;*/
/*background: #ECC977;*/
background: #FFEBCD;
/*background: #00cc96 url('gradienthighlightgreen1.jpg') top left repeat;*/
color:#000000;
letter-spacing:.1em;
border-color: #755500;
border-style: double double double double;
border-width: 3px 4px 3px 4px;
width: 15em;
height: 16em;
margin-top:2px;
margin-bottom:2px;
margin-left:4px;
/*margin-right:14px;*/
margin-right:5em;
padding:4px;
}

.important {
font-family:  verdana, arial, helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
border-color: #000099;
border-style: dashed none;
border-width: 1px;
color: Gray;
background-color: transparent;
padding: 3px 0;
margin-top:5px;
margin-bottom:10px;
margin-left:5em;
margin-right:5em;
}

.thumbnail-left {
float:left;
margin-right:10px;
margin-bottom:5px;
border:0px;
}

.thumbnail-right {
float:right;
margin-left:10px;
margin-bottom:5px;
border:0px;
} 

.copyright1 {
	font-family: Verdana, "Times New Roman", Arial, sans-serif;
	color: #000000;
	background-color: White;
	text-decoration: none;
	font-size: .7em;
	text-align: left;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 10px;
}        

.copyright2 {
	font-family: Verdana, "Times New Roman", Arial, sans-serif;
	color: #A4B0BB;
	background-color: White;
	text-decoration: none;
	font-size: .7em;
	text-align: center;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 10px;
}         
/*======================================*/
/*======================================*/


/*======================================*/
/*RIGHT COLUMN*/
/*======================================*/
#rightcolumn{
font-family:  arial, verdana, helvetica, sans-serif;
font-size: 1em;
line-height: 1em;
float: left;
width: 20%; /*Width of right column in pixels*/

/*border-width: 1px;
border-color: black;
border-style: solid;*/

margin-left: -20%; /*Set margin to that of -(RightColumnWidth)*/
color: black;
/*background: #FFEFD5;*/
/* Old Lace */
/*background: #FDF5E6;*/
/* Papaya Whip */
/*background: #FFEFD5;*/
/* Antique White */
background-color: #FAEBD7;
padding: 4px 0;
}

#rightcolumn p {
font-family: arial, verdana, helvetica, sans-serif;
margin: 0 3% 1% 3%;
padding:4px;
font-size: .7em;
text-indent: 0px;
}


/*======================================*/
/*======================================*/


/*======================================*/
/*FOOTER*/
/*======================================*/
#footer{
clear: left;
/*height:170px;*/
/*height:150px;*/
height:125px;
width: 100%;
font-family:  arial, verdana, helvetica, sans-serif;
font-size: 1em;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

/*#footer a{
color: White;
}*/

#page-footer {
/*height: 7em;*/
/*height: 6em;*/
height: 130px;
width: 100%;
color: white;
/*background: #425227;*/
clear: both;
/*border-left: 1px solid #425227;*/
/*border-right: 1px solid #425227;*/
/*border-bottom: 1px solid #425227;*/
/*padding-bottom:15px;*/
/*background:  black url('gradient_image_blue2_footer6.jpg') top left repeat;*/
/*background:  black url('ambertop.jpeg') top left repeat;*/
/* w-2 h-160 t-CCBCAC b-000000 */
/*background:  black url('brownbottom.jpeg') top left repeat;*/
background: Black;
}

#footer p {
/*padding-top:5px;*/
text-align:center;
font-family: verdana, helvetica, arial, sans-serif;
font-size: .7em;
/*line-height:14px;*/
/*color:#D5D0B0;*/
/*color:#f2f2f2;*/
/*color: #7ffda3;*/
/*color: #E4E4E4;*/
color: #FDF5E6; 
background-color: transparent;
text-indent: 0px;
}

#footer A:link {
COLOR: #FFFFFF; 
background-color: transparent;
/*text-decoration: underline;*/
}

#footer A:visited {
COLOR: #FFFFFF;
background-color: transparent; 
/*text-decoration: underline;*/
text-decoration: none;
}

#footer A:active {
COLOR: #0000FF; 
background-color: transparent;
text-decoration: none;
}

#footer A:hover {
color: #FFFFFF;
/*background: #99001b url(ambermenucur.jpeg) repeat-x left top;*/

/* nwdefaultTop.jpeg: T-EA0458 B-7E022F W-3 H-20 */
/*background: #B22222 url(nwdefaultTop.jpeg) repeat-x left top;*/
background-color: #B22222;

text-decoration: none;
}
/*======================================*/
/*======================================*/