/* Modified 21 July 05
- removed reserve characters from comments
- Box Model Hack appears within eg:  wid\th: 140px;
- replaced tabs with spaces to reduce page weight
- fixed comment closing tag
*/

/* Import the main layout style sheet  */
@import url("https://www.lanl.gov/styles/xsimple.css");

/*  READ THE FOLLOWING INSTRUCTIONS BEFORE MODIFYING THIS STYLE SHEET

This site color scheme consists of the following colors:

primary color: #D9541A
primary color dark: #A3492D
complementary color: #49407B
complementary color dark: #594B9E
complementary color tint: #F9F2E8
neutral color: #C9C6C0

After you have determined the colors with which you will be replacing the colors in this style sheet,
use Dreamweaver Find and Replace tool to replace all instances to the colors above.
The modification will change the color scheme of your entire site.
*/

/* SITE SPECIFIC GENERAL FORMATTING */
    
p {
	color: #333;
	font-size: 13px;
}

h1 { color: #004080 } /*primary color*/ 
h2 { color: #004080; } /*complementary color */
h2 .home { color: #004080; } /*primary color */
h3 {
	color: #004080;
} /*complementary color */
h4 {color: #004080; } /*complementary color */
h5 {color: #004080; } /*complementary color */
h6 {
	color: #3399FF;
} /*complementary color */

.menu_right a:link { color: #0000FF }/*complementary color dark */
.menu_right  a:visited  {  color: #49407B; text-decoration: none; }/*complementary color */
.menu_right a:hover {color: #004080; text-decoration: none; }/*primary color*/ 

#mid-section1 { background: #FFF; }
/*in some layouts this id changes the background color or the background image of the upper section of the page, 
in simpler layouts this id changes the background of the entire content area of the page.
If you want to place a background image, you can replace the above declaration with this declaration: 
{ background: #FFF url(place a path to your background image here) top right no-repeat; }*/

/* SITEBAR COLOR SPECIFICATIONS */

#sitebar {
    background: transparent;
    border-bottom: 1px #C9C6C0 solid; }

.locator { color: #666; }/*leave gray */ 

.identifier { color: #004080; }/*primary color dark*/ 

#toolbar ul {
	background-color: #C9C6C0;
	color: #FFFFFF;
}/*neutral color*/
    
#toolbar li a:link, #toolbar li a:visited { color: #004080; text-decoration: none; }

#toolbar li a:visited:hover, #toolbar li a:hover { 
    text-decoration: none; color: #000;
    background: #fff; border-top: 1px #C9C6C0 solid;
    border-bottom: 1px #fff solid; }
    
.home a#home, .org a#org, .about a#about, .jobs a#jobs {
     color:  #A3492D !important;
     border-top: 1px #C9C6C0  solid !important;
     text-decoration: none; }

/* MENU background colors */

.col1, .col2-420, .col2-620, .col3-180 { color: #333; }

.col2-420 { background: transparent; } /*or complementary color tint*/

.col2-620 { background: transparent; } /*or complementary color tint*/

#mid-section1 .col1 { background: #FFF; }/*or neutral color tint*/

#mid-section1 .col3-180 { background: #FFF; }/*or primary color tint*/ 
    
/* HEADER BARS */ 

#bar { color: #FFF; background: #A3AAC5; }/*complementary color tint */

#barleft { color: #004080; background: #CED2E3; }/*complementary color  */
