/* CSS Document */

/* ***** Begin eXtremepixels custom CSS properties ***** */

/* ***** SETS LOGO AREA FOUND IN HEADER AND ALL OF IT'S PROPERTIES ***** */
#logo {
background: url(enlighten/misc/header_logo.gif);
width: 197px;
height: 102px; 
float: left;
	margin: 0;
	padding: 0; 
}

/* ***** sets background for header area - No need to change this ***** */
#hdr {
background: #F7632F url(enlighten/misc/header_back.gif) ;
width: 100%;
height: 102px;
	margin: 0;
	padding: 0; 
}


/* ***** SETS HEADER RIGHT SIDE AREA FOUND IN HEADER AND ALL OF IT'S PROPERTIES ***** */
#hdr_rs {
background: url(enlighten/misc/header_rs.gif);
width: 34px;
height: 102px; 
float: right;
padding: 0; 
}

/* ***** NAVIGATION BOTTOM ***** */
#nav_btm {
background: url(enlighten/misc/nav_btm.gif);
width: 100%;
height: 10px; 
	margin: 0;
	padding: 0; 

}

/* ***** used to create shadow affect for sides ***** */
#brd_in {
border-left: 2px solid #F5F5F5;
border-right: 2px solid #F5F5F5;
}

/* ***** used to create shadow affect for sides ***** */	
#brd_outer {
border-left: 2px solid #B3B4B2;
border-right: 2px solid #B3B4B2;
}


/* ***** used for navigation background ***** */
#nav_back {
background: #F1F1DF url(enlighten/misc/nav_background.gif);
width: 100%;
height: 33px;
	margin: 0;
	padding: 0; 
	
}


.info {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #f7f7e6;
border-top: 1px solid #dedec1;
border-right: 2px solid #dedec1;
border-left: 1px solid #dedec1;
border-bottom: 2px solid #dedec1;
margin-bottom: 3px;
}

.announce_l {
background: #ececc2;
color: #4d4d4d;
border-left: 1px solid #f5f5e7;
border-top: 1px solid #f5f5e7;
}

.announce_r {
background: #f5f5ce;
color: #4d4d4d;
border-left: 1px solid #f5f5e7;
border-top: 1px solid #f5f5e7;
}

.stuck {
background: #f5f5ce;
color: #4d4d4d;
border-left: 1px solid #f5f5e7;
border-top: 1px solid #f5f5e7;
}

.spacer {
padding: 7px 7px 7px 7px;
} 


/* ***** used to 1 px sides for bottom category etc  ***** */
.hdr_spacer {
padding: 4px 4px 4px 4px;
} 

/* ***** Navigation Link Text Properties  ***** */
.h_nav	{
color: #767663;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.h_nav a:link
{
	color: #767663;
	text-decoration: none;
}
.h_nav a:visited
{
	color: #767663;
	text-decoration: none;
}
.h_nav a:hover, .h_nav	a:active
{
	color: #6B6B50;
	text-decoration: none;

