@charset "utf-8";
/* CSS Document */

/*
version:     2.0
date:        12 Sept 2007 
site:        COLORBOND steel WebSite
author:      Adrian Mauriks adrian.mauriks@bluescopesteel.com
base color:  f15d2f
*/

/* This style sheet controls link colors and some other site specific functions that cause issues when included in the principal.css and allows for a greater degree of flexibility */

.pod { background-repeat: no-repeat; background-position: top center; background-image: url(../../images/podBG.gif); }

#utility-top #member, a:link { color: #333; text-decoration: none; }
#utility-top #member, a:visited { color: #777; text-decoration: none; }
#utility-top #member, a:hover { color: #f15d2f; text-decoration: underline; }
#utility-top #member, a:active { color: #f15d2f; text-decoration: underline; }

#content a:link { color: #333; text-decoration: underline; }
#content a:visited { color: #777; text-decoration: underline; }
#content a:hover { color: #f15d2f; text-decoration: underline; }
#content a:active { color: #f15d2f; text-decoration: underline; }

#content .result-wrap a:link { color: #333; text-decoration: none; }
#content .result-wrap a:visited { color: #777; text-decoration: underline; }
#content .result-wrap a:hover { color: #f15d2f; text-decoration: underline; }
#content .result-wrap a:active { color: #f15d2f; text-decoration: underline; }

#footer a:link { color: #333; font-weight: bold; text-decoration: underline; }
#footer a:visited { color: #777; font-weight: bold; text-decoration: none; }
#footer a:hover { color:#f15d2f; font-weight: bold; text-decoration: underline; }
#footer a:active { color: #f15d2f; font-weight: bold; text-decoration: underline; }








