/* 
   UAC General CSS
   URL: http://www.uac.edu.au/
   Author: Kate Lynch|2011
*/

@import url("common.css");
@import url("sub-shared.css");

h1,h2,h3,h4{color:#222;}

#content a:link{color:#616e08;text-decoration:underline;}
#content a:active,#content a:hover{color:#777;text-decoration:none;}
#content a:visited{color:#666;text-decoration:underline;}
#primary-content ul{margin-bottom:20px;}
#primary-content li{list-style-image:url("bg-images/gen-list.gif");line-height:18px;padding-bottom:10px;margin-left:50px;}
#content ul ul li{list-style-image:url("bg-images/ug-list-sub.gif");line-height:18px;padding-bottom:10px;padding-left:5px;margin-left:70px;}
#secondary-content a:link,#secondary-content a:visited{color:#222;text-decoration:none;}
#secondary-content a:active,#secondary-content a:hover{color:#666;text-decoration:none;}

#navigation{background:#222 url("bg-images/nav-shine.png") repeat-x;}
li.home{padding-left:15px;}
#navigation a:active,#navigation a:hover{color:#eee;}

#footer{background:url("bg-images/footer-bg.png") repeat-x;}

legend{color:#333;}
