/* Skin for ITS Web Services
/* Pat Lynch, July 2006
======================================================================= */

/* COLOR REFERENCES
------------------------------------------------------------------------

Dark blue:    #344461 header text
Dark blue:    #415578 header areas
Medium blue:  #8197c6 header areas
Medium blue:  #b1c6f2 
Medium blue:  #c4d5f1 
Light blue:   #d2e1fa
Light blue:   #e6eefb 
Light blue:   #dae3f2 footer area
Yellow:       #f0f0c9 Highlights; login button color
Yellow:	      #fefec4

*/


body {
	background: url(skin_graphics/egret_bg.gif) repeat;
	}
	
#pagebox {
	background: #fff;
	}

	
#identityHeader {
	background: #9b9b9b url(skin_graphics/egret_identityheader.jpg) no-repeat;
	}	

#linksHeader {
	background: #747474 url(skin_graphics/egret_linksheader.jpg) no-repeat;
	}
	
#landingHeader {
	height: 85px;
	background: #414141 url(skin_graphics/egret_landingheader.jpg) no-repeat;
 }
	
#content { /* adds scan column line */
	background: url(skin_graphics/egret_content.jpg) no-repeat;
	}

#footer {
	background-color: #e6ead8;
	}
	
	
/* TYPOGRAPHY COLORS
======================================================================= */

h1.headerName {
	color: #cfd1cb;
	}
		
h2.headerList {
	color: #cfd1cb;
	}
	
ul#miniTabs a {
	color: #6d6d6d;
	}
		
#content h1, 
#content h1 a, 
#content h2, 
#content h2 a, 
#content h3, 
#content h3 a, 
#content h4, 
#content h4 a, 
#content ul li a {
	color: #30441a;
	font-weight: normal;
	}
	
	