/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#innerContentColumn p {
	margin-top: 1px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
}

#innerContentColumn tr,#innerContentColumn td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#innerContentColumn ul,#innerContentColumn li
{
	list-style-type: square;
}	
#innerContentColumn h1
{
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #003881;
	font-weight: bold;
	border-style: solid;
	border-color: #003881;
	border-width:0px 0 1px 0;
	margin-bottom: 0.9em;

}

#innerContentColumn h3
{
	color: #009;
}

/*** Masthead ***/
#masthead h1
{
	font-family: Arial, Helvetica, sans-serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: Arial, Helvetica, sans-serif;
	color: #003881;
}

/*** Horizontal Navigation Area ***/
/*** .hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

/*** Vertical Navigation Area ***/
/*** .vnav 
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
/*** } ***/ 
#innerContentColumn h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #003881;
	margin-top: 1.9em;
	margin-bottom: 0;
	clear: none;
}

#innerContentColumn h3 {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1.2em;
	font-weight: bold;
	color: #003881;
	padding-top:10px;
	margin-bottom: 0; }

#innerContentColumn h4 { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #003881;
	margin-bottom: 0;	}
	
#innerContentColumn h5 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003881;
	margin-bottom: 0;}
	

a[href^="http://"]:not([href*="samemory.sa.gov.au"]) { 
 
background: url(/webdata/graphics/external_link.png) no-repeat 100% 1px; 
 
padding: 0 12px 0 0; 
 
}

a:hover[href^="http://"]:not([href*="samemory.sa.gov.au"]) { 
 
background: url(/webdata/graphics/external_link.png) no-repeat 100% -97px; 
 
padding: 0 12px 0 0; 
 
}

a:visited[href^="http://"]:not([href*="samemory.sa.gov.au"]) { 
 
background: url(/webdata/graphics/external_link.png) no-repeat 100% -197px; 
 
padding: 0 12px 0 0; 
 
}
a.skip {color: #666666;}

a {
	color: #003881;
	text-decoration: none;
	outline: none;}
a:hover {
	text-decoration: underline;
	color: red;	}
a:visited {color: purple;}
a.active {color: #000;}
a.footerLink:visited {color: purple;}	

.pullquote {
width: 30%;
float:right;
padding: 5px 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
border-top: 1px solid #bbb;
border-bottom: 1px solid #bbb;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.5em;
background: #f5f5f5;
color: #666; }

.pullquote h6 {
        font-size: 0.8em;
        margin-top: 3px; 
        margin-bottom: 10px; 
        line-height: 1.1em; }

.SAMRecord th.title {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}
.SAMRecord td.heading 
{
	font-size: 0.8em;
	font-weight: bold;
}
.SAMRecord ul,.SAMRecord li {
	list-style-type: square;}

/* Set up generic page bread crumbs */
p.crumbs {
	background-color: #dddddd;
	font-family: "Trebuchet MS", Arial;
	font-size: 0.8em;
	padding-bottom: .5em;
	padding-top: .5em; } 

h4 {
	marging-bottom: -10px;
	}