
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	background-color: #e6e5da;
	background-image: url(http://www.erosgroup.co.nz/templateimages/eros/bg-body.gif);
	background-position: top center;
	background-repeat: repeat-y;
	color: #341a00;
	font-family: verdana, arial, sans-serif;
	}

#wrapper {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	}
	
#headerdiv {
	width: 100%;
	background-color: #3c3829;
	position: relative;
	text-align: left;
	border-bottom: solid #fff 5px;
	}

#main {
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 0 10px 45px 10px;
	background-color: #fff;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: none;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #ff3300;
	}

h1 {
	margin-bottom: .5em;
	font-size: large;
	color: #3d3829;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .5em;
	}

h2 {
	font-size: large;
	color: #88816e;
	}

h3 {
	font-size: medium;
	color: #000;
	}

h4 {
	font-size: small;
	color: #dcd4c9;
	background-color: #3c3829;
	padding: 2px 2px 3px 5px;
	}
	
h5 {
	background-color: #dbd4c9;
	background-image: url(http://www.erosgroup.co.nz/templateimages/eroshome/bg-h3.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #251a06;
	border-top: solid #cac3b7 1px;
	border-bottom: solid #cac3b7 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 0 4px 0;
	margin-bottom: 0;
	}

h4 a {
	color: #dcd4c9;
	}

p {
	margin-bottom: 1.5em;
	}

#footer {
	width: auto;
	border-top: solid #fff 5px;
	}

#poweredshell {
	text-align: center;
	border-top: solid #3c3829 25px;
	padding: 10px 0 0 0;
	}
	
#poweredby {
	margin: 10px 0 0 0;
	}

.small {
	font-size: x-small;
	color: #3d3829;
	}

#searchead {
	text-align: right;
	padding: 3px;
	background-color: #dbd4c9;
	}

#srchname {
	padding-right: 3px;
	}

#srchgo {
	padding-left: 4px;
	}

.moneybox {
	float: right;
	width: 300px;
	}

.moneybox td {
	padding: 5px;
	background-color: #e0dfcf;
	}

.newnewspages {
	font-family: verdana, arial, sans-serif;
	}

.newnewsheader {
	font-family: verdana, arial, sans-serif;
	}

.newnewsteaser {
	font-family: verdana, arial, sans-serif;
	display: block;
	text-align: justify;
	font-size: small;
	}

a img {
	border: double #bfaa92 4px;
	}

#pdfimg a img {
	border: none;
	}

.newsfullteaser {
	text-align: justify;
}

.fulldesc {
/*	font-size: xx-small;*/
	}

.smallink {
	font-size: xx-small;
	}

.showornot {
	display: none;
}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

#content a {
	color: #341a00;
	text-decoration: underline;
	font-weight: bold;
	}

#content a:hover	{
	text-decoration: none;
	}

.subnav {
	color: #64604f;
	font-size: x-small;
	background-color: #3c3829;
	padding: 5px 20px 5px 20px;
	text-align: center;
	}

.subnav a {
	color: #cec8ba;
	}

.subnav a:hover {
	color: #fff;
	}

#navcolumn, #navcolbase {
	background-color: #dbd4c9;
	vertical-align: top;
	}

#navcolbase {
	vertical-align: bottom;
	}

#nav {
	padding-top: 10px;
	}

#navigator {
	width: 150px;
	}

.button1, .button2, .currentpage, .submen {
	font-family: verdana, arial, sans-serif;
	font-size: small;
/*	text-align: center;	*/				/* Uncomment to center left nav text */
	margin: 0px;
	padding: 0px;
	width: 150px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 6px 10px 7px 10px;
	text-decoration: none;
	display: block;
	width: auto;
	color: #3d3829;
	}

.submen a {
	font-size: x-small;
	text-align: right;
	color: #716c5d;
	}

.currentpage a {
	background-color: #3c3829;
	color: #fff;
	}

.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #8e8774;
	}

.currentpage a:hover {
	background-color: #5f5946;
	}


