


/* comment: COLOR css: color, background color, background image  */

/* comment: most navbar position.css file */	

/* comment: medblue grid */	
html {
	background-color: #ffffff;	
	background-image:  url('../graphics/Tan-WhiteVBlend.jpg'); 
	background-repeat: repeat-x;

	}
	
body {	
	
	color: #000000;
	background-color: transparent;
	
	}

/* 01-06-09 - kp */
a:link { color: #006600; } /* dark green  */
a:visited { color: #333333; } /* grey */
a:hover { color: #660000; background: #dfd6ad;} /* make dark red with tan BG hover */
a:active { color: #000066; } /* dark blue */




div#content-top { background: #ffffff;  }


/* comment: orange grid?? grid */	
div#pagediv {
				background: #dfd6ad;
				background-image: none ;
				background-position: right; 
				background-repeat: repeat-y;	
			
				}





/* comment: white bg */
div#content-left { background: #ffffff; }
				
/* comment: orange bg image, inherited page div bg */
div#content-right { }



			

/* comment: H1--rust */

h1 {	
	color: #660000;
}

/* comment: H2--green */

h2 {	
	color: #006600;
	}
	
	
/* comment: H3-- black -  */
h3 {	
	color: #000000;
	}


/* comment: H4-- blue */
h4 {	
	color: #000066;
	}


	/* or  red = cc0000  */

.red { color: #990000;}
.rust  { color: #660000;}
.redred { color: #ff0000; }

.orange { color: #ffb66e; }

.brightyellow  { color: #ffff66; }
.lightyellow  { color: #ffe680; }


.lightgreen  { color: #f2ffbf; }
/* or  green #669933  */
.green { color: #006600; }
.darkgreen { color: #003300; }


.lightblue { color: #ccd6ff; }
.medblue { color: #8cbbd8; }
.brightblue { color: #000099; }
.navy { color: #000066; }  
.blue { color: #1d28ff; }

.rose { color: #cc9999; }
.plum { color: #3C1133; }

.brown { color: #3C1d00; }
.tan {color: #dfd6ad; }


.black { color: #000000; }
.white { color: #ffffff; }


/* DROP DOWN MENUS  */

/* NAVBAR BOF */
/* Add top level navigation menu drop downs */

/* navbar ID: general characteristics of navigation */
/* nav bar width = a whole integer when divided by number of columns */


#navbar { 
background-color: transparent;
}

/* all list items */
/* unless overridden below by #navbar li ul li style */
#navbar li {
background-image: url('../graphics/WhiteTanVGrad40x.jpg');
background-repeat: repeat-x;

}



/* SUBLIST List  */
#navbar li ul { }




/* SUBLIST ITEMS  */
#navbar li ul li {
background-image: none; 
background-color: #ffffff;	
}



/* This  works with IE7 which will position to the top right of the containing li, rather than bottom left  - - commented out, now, put top as 1.5em, zindex as 0, now left to 0
 - nav bar colors currently same as rest of links
*/
#navbar a {text-decoration: none; font-weight: normal;}

#navbar a:link {color: #006600;}
#navbar a:visited {color: #333333;}
#navbar a:hover {color: #660000;	background: #dfd6ad; }
#navbar a:active {color: #000066; }




 /* not sure what this is  - allows for drop down to not overlap */
#navbar li>ul { background:  #ffffff;	}



 /* lists nested under hovered list items */
#navbar li:hover ul, li.over ul { }

 /* NAV BAR EOF  */

