/* NZMS website Stylesheet
----------------------------------------------- */
body {
  background-color: #fff;
  width: 800px;
  margin: 0 auto 10px auto;
  font-family: verdana, sans-serif;
  text-align: center;
  color: #000;
  font-size: small;
  }
  
/* Links
----------------------------------------------- */
a:link {
  color: #309;
	background-color: #fff;
  text-decoration: none;
}
a:visited {
  color: #d1a142;
	background-color: #fff;
  text-decoration: none;
}
a:hover {
  color: #096;
	background-color: #fff;
  text-decoration: underline;
}
h1 a:hover {
  text-decoration: none;
	color: #6f0610;
	background-color: #fff;
}
a img {
  border: none;
}
/* Header
----------------------------------------------- */
#header {
  width: 800px;
	height: 120px;
}
#toplinksbox {
	text-align: right;
	font-size: 10px;	
} 

/* Layout
----------------------------------------------- */
#content {
  width: 800px;
  text-align: justify;
	color: #000;
	background-color: #fff;	
}
#main {
  width: 601px;
  padding: 5px;
  float: right;
	border-right: 2px solid #6f0610;
	border-top: 2px solid #6f0610;
}
#sidebar {
  width: 180px;
  float: left;
	padding-left: 5px;
	border-right: 2px solid #6f0610;
}

/* Headings
Note: h1 is used for website title only
----------------------------------------------- */
h1 {
	background-color: #fff;
	color: #6f0610;
	font-size: 135%;
}

h2 {
  font-size: 125%;
  color: #6f0610;
	background-color: #fff;
}
h3 {
  font-size: 110%;
  color: #000;
	background-color: #fff;
}

/* Div class="section"
----------------------------------------------- */
.section {
  border-bottom: 1px solid #ccc;
	padding: 5px;
}
	
p.smallcaps {
  margin: -.25em 0 0;
  color: #999;
	background-color: #fff;
	font:78%/1.4em "Trebuchet MS",Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.section img {
  padding: 4px;
}

/* Sidebar for menus and other brief stuff.
----------------------------------------------- */
#sidebar ul {
  margin: 0;
  padding: 5px;
  list-style: none;
}
#sidebar li {
  margin: 0;
  padding: 0 0 .25em 15px;
  text-indent: -15px;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
}
#here {
	color: #6f0610;
	background-color: #fff;
	font-weight: bold;
} /* for menu item here text */

#submenu ul {
  list-style: none;
	border: none;
	margin-bottom: -4px;
}
#submenu li {
  margin: 0;
  padding: 0 0 .25em 15px;
  text-indent: -15px;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
}

/* General Table for layout
----------------------------------------------- */
table {
	width: 100%;
}
td {
	vertical-align: top;
	text-align: left;
}

td.line {	
	border-bottom: 1px solid #ccc;
}

/* General text formatting
----------------------------------------------- */
abbr {
	border: none;
}
acronym {
	border: none;
	font-style: normal;
}
.center {
	font-size: smaller;
	text-align: center;
} /*Use for content centered in container.*/
.floatleft {
	float: left;
	padding: 5px;
} /*Use for img, positioned at left
with text flowing to the right.*/
.floatright {
	float: right;
	padding: 5px;
} /*Use for img, positioned at right
with text flowing to the left.*/
.clear {
	clear: both;
} /*To clear floating elements from both left and right.*/

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.redtext {
	background-color: #fff;
	color: #f00;
} 
.rightalign {
	text-align: right;
}

ul.nobullet {
	font-size: small;
	list-style-type: none;
}
ul.bullet {
	font-size: small;
	list-style-type: circle;
}

/* Footer
----------------------------------------------- */
#footer {
  width: 100%;
  clear: both;
  margin: 0 auto;
}
#footer p {
  margin: 0;
	text-align: center;
	font-size: 75%;
	padding-bottom: 5px;
}
