/*
 * typography.css - imagoforest.com.au
 */

BODY {
	font-family: arial, verdana, sans-serif;
}
UL#nav LI A {
	font-family: arial, verdana, sans-serif;
	font-size: 0.9em;
	color: #7d7d7d;
	text-decoration: none;
}
UL#nav LI A:hover {
	color: #000;
}
UL#nav LI A.on {
    color: #000;
}
DIV#ftr SPAN {
	font-family: georgia, times, serif;
	font-size: 11px;
	letter-spacing: -0.5px;
	color: #636363;
}
DIV#ftr SPAN STRONG {
	color: #406618;
}
DIV#ftr SPAN EM {
	font-style: normal;
	color: #406618;
}
DIV#ftr SPAN A {
	color: #406618;
	text-decoration: none;
}
H1, H2 {
	font-family: georgia, times, serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0; padding: 0;
}
DIV#main P, DIV#main LI.std {
	font-family: georgia, times, serif;
	font-size: 0.9em;
}
DIV#main DIV#std-col3 P.subsec-title {
	font-family: georgia, times, serif;
	font-size: 0.9em;
	text-align: center;
}
DIV#main UL.std {
	margin-left: 0;
	padding-left: 10px;
}
DIV#main LI.std {
	list-style-type: none;
	background: url(../img/common/li-arrows.gif) no-repeat 0px 6px;
	padding: 1px 0px 1px 15px;
}
DIV#main DIV#home-col2 A, DIV#main DIV#std-col3 P A {
	font-family: georgia, times, serif;
	font-size: 0.9em;
	color: #406618;
}
DIV#main UL#nav-lhs-pri LI A {
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
	color: #959595;
	text-decoration: none;
	font-weight: bold;
}
DIV#main UL#nav-lhs-pri LI A:hover, DIV#main UL#nav-lhs-pri LI A.on, DIV#main A {
	color: #406618;
}
