html, body, form, fieldset { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin:1em 0; padding:0; }
li, dd, blockquote { margin-left:1em; }
ul { margin-left:.25em; }
ol { margin-left:1.25em; }
img { border:none; }

body {
	background:#000 url('../_img/bg.gif') repeat-y top left;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	color:#FFF;
}

/* LAYOUT */
div#wrapper {
	margin-left:135px;
	min-width:360px;
}

ul#nav, ul#footer {
	width:100%;
	height:1.6em;
	margin:0;
	padding:0.2em 0 0 0;
	text-align:center;
}

ul#nav {
	background-color:#3C3C3C;
}

ul#footer {
	background-color:#5F7780;
	margin-top:20px;
}

ul#nav li, ul#footer li{
	display:inline;
	font-size: .95em;
	border-left: thin solid #AAA;
	padding:0 0 0 1em;
}

ul#nav li.first, ul#footer li.first {
	border-left:none;
}

.links { 
	list-style-position:inside; 
}

.links img { 
	margin-left:-1em; 
}

.links li {
	padding:0.1em 0;
	margin:0;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	font-weight:lighter;
	clear:both; 
}

h1 {
	height:1.4em;
	background-color:#5F7780;
	color:#FFF;
	margin:0 0 3px 0;
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:-0.02em;
	padding:2em 0 0 0.4em;
}

.scientific { font-style:italic; }

/* HOME PAGE STYLES */
#home #content blockquote p{
	width:280px;
	font-size:1.1em;
	margin:20px 0 20px 0;
}

#home #content li {
	display:block;
	width:138px;
	height:50px;
	list-style:none;
	margin:0;
}

#home #content li a {
	color:#FFF;
	display:block;
	padding-left:60px;
	text-decoration:none;
	font-size:1.1em;
	height:100%
}

#home #content ul {
	width:280px;
}

#home #content #region {
	background:url("../_img/rp_off.gif") no-repeat left;
}
#home #content #region a:hover{
	color: #DEC9A7;
	background:url("../_img/rp_on.gif") no-repeat left;
}

#home #content #make {
	background:url("../_img/myom_off.gif") no-repeat left;
}
#home #content #make a:hover{
	color: #ABB552;
	background:url("../_img/myom_on.gif") no-repeat left;
}

#home #content #species {
	background:url("../_img/sp_off.gif") no-repeat left;
}
#home #content #species a:hover{
	color:#EA8623;
	background:url("../_img/sp_on.gif") no-repeat left;
}

#home #content #links {
	background:url("../_img/l_off.gif") no-repeat left;
	float:right;
}
#home #content #links a:hover{
	color:#CA3F31;
	background:url("../_img/l_on.gif") no-repeat left;
}

#home #content #help {
	background: url("../_img/h_off.gif") no-repeat left;
	float:right;
}
#home #content #help a:hover{
	color:#0076BE;
	background:url("../_img/h_on.gif") no-repeat left;
}

#home #wrapper {
	background:#000 /*url('../_img/aus.gif') no-repeat 260px 130px;*/
}

#ausmap {
position:absolute;
/*top:130px;
left:396px;*/
top:10em;
left:31em;
}

#home #content img {
	margin-left:10px;
}

/* LINKS */
ul#nav a, ul#footer a, #content a {
	text-decoration:none;
	color:#FFF;
}

ul#nav a:hover, ul#footer a:hover, #content a  {
	text-decoration:underline;
}

ul#nav li.on a, ul#footer li.on a, ul#nav li.on a:hover, ul#footer li.on a:hover{
	color:#ABB552;
}

#content a {
	color:#ABB552;
}

#content a:hover {
	text-decoration:none;
}


