/* PNG fix */

* html #logo h1 { /* for IE<6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/logo-orange.gif'); background-image: none; background-repeat: no-repeat; background-color: transparent;
	}


/* page structure 
--------------------------------------------- */

#header {
	background: url(/images/header-bg-orange.jpg) no-repeat top center;
	}


/* main styles 
--------------------------------------------- */

/* link effects */
#content a, #sideNav ul li a  {
	color: rgb(200,115,40);
}

#content a {
	text-decoration: underline;
	}
	
#content a:hover {
	text-decoration: none;
	}

/* sidebar */
#sidebar .boxBorder a {
	text-decoration: underline;
	}
#sidebar .boxBorder a:hover {
	text-decoration: none;
	}

/* headings */
h1 { /* any skin-specific overrides go here */
	}

h2 { /* any skin-specific overrides go here */
	color: rgb(230,143,26);
	}

h3 { /* any skin-specific overrides go here */
	color: rgb(100,100,100);
	}

h4 { /* any skin-specific overrides go here */
	}

h5 { /* any skin-specific overrides go here */
	}

h6 { /* any skin-specific overrides go here */
	}


/* secondary styles 
--------------------------------------------- */

/* .shadedBox { when using the shadedBox class, remember to also add the group class to the container div 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #e1e1e1;
	width: auto;
	padding: 0;
}
.shadedBox p {
	float: right;
	font-style:italic;
	font-size: 0.9em;
	color: #333;
	background: #e1e1e1;
	padding: 5px;
}
*/
