﻿/* nrmSPACE - nrmFAUNA Layout */
/* Designed by Shannaka Beveridge, SERIC */
/* Comments: shannaka@seric.org.au */

/* Master Page */

* 
{
    padding: 0;
    margin: 0;
}

img 
{
    border-style: none;
}

body 
{
    background-color: #6BAB4D;
    font-family: Arial;
    font-size: 90%;
}

html, body 
{
    height: 100%;
    min-width:760px;
}

.clear 
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

#nrm_content a:link, #nrm_content a:active, #nrm_content a:visited 
{
     color: #6BAB4D;
     text-decoration: none;
}

#nrm_content a:hover
{
     color: #6BAB4D;
     text-decoration: none;
}  
  
h1
{
    color: #6BAB4D;
    font-size: 130%;
    margin-bottom: 15px;
}

h2
{
    color: #6BAB4D;
    font-size: 120%;
    margin-bottom: 15px;
}

h3
{
    color: Black;
    font-size:90%;
    font-weight: bold;
}

p
{
    font-weight:lighter;
    margin-bottom: 10px;
}

li
{
    margin-left: 30px;
    list-style: none;
}

#container 
{
    min-height: 100%;
    background: #F0FBD8 url(../../images/bgsegrad.gif) bottom repeat-x;
    margin: 0 auto;
}

* html #container 
{
    height: 100%;
}

#nrm_header
{
    background: #6BAB4D url(../../images/sebanner.gif) bottom repeat-x;
    color: #F0FBD8;
    font-size: 80%;
    width: 100%;
    height: 58px;
    text-align:right;    
}

#nrm_content
{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: auto;
    max-width: 750px;
    text-align: left;
}

#nrm_datawrap
{
    padding-left: 200px;
}

#nrm_menuwrap
{
    color: #7C7C7C;
    margin-left: 10px;
    margin-bottom: 100px;
    width: 150px;
    float: left;
}

/* Rounded Corners */
/* Code by Stu Nicholls http://www.cssplay.co.uk */

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#F0FBD8; border-left:1px solid #6BAB4D; border-right:1px solid #6BAB4D;}
.xb1 {margin:0 5px; background:#6BAB4D;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

/* End Rounded Corners */  

#nrm_vertmenu
{
    background:#F0FBD8;
    border-left: 1px solid #6BAB4D;
    border-right: 1px solid #6BAB4D;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 10px 0px 10px 0px;
}

#nrm_vertmenu ul
{
    margin: 0px;
    padding: 0px;
}

#nrm_vertmenu li
{
    list-style: none;
    font-size: 90%;
    margin: 0px 0px 1px 0px;
}

#nrm_menuwrap li a
{
    display:block;
    padding: 5px 20px 5px 15px; 
}

#nrm_menuwrap a:link, #nrm_menuwrap a:visited 
{ 

    text-decoration: none;
    font-weight:bold; 
}

#nrm_menuwrap a:hover, #nrm_menuwrap a:active 
{ 
    background-color: #6BAB4D;
    color: #F0FBD8;
}
   
#nrm_footer 
{
    background : #6BAB4D; 
    color : #F0FBD8; 
    text-align : left; 
    font-size : 70%; 
    padding : 5px; 
    height : 52px; 
    margin : -62px auto 0 auto; 
}

#nrm_footer a:link, #nrm_footer a:visited, #nrm_footer a:active,
#nrm_header a:link, #nrm_header a:visited, #nrm_header a:active
{
    color : #F0FBD8; 
    text-decoration : none; 
}

#nrm_footer a:hover 
{ 
    text-decoration : underline; 
} 

#nrm_footer ul 
{ 
    margin : 0; 
} 

#nrm_footer li 
{ 
    display : inline;
    margin: 0px 3px 0px 0px;
    list-style : none; 
}

#rightfoot 
{
    float:right;
}

#clearfooter {
height: 55px;
clear:both;
} 


/* Search.aspx */

div#detailedsearch
{
    text-align:left;
    float:left;
}

div#maparea
{
    float:left;
    margin-bottom:35px;
}

div#dtlsrchresults
{
    font-size:smaller;
    text-align:left;
}

#dtlsrchresults a:link
{
    color:#7C7C7C;
}

.dtlsrchmargin
{
    margin-bottom:5px;
}