/*
	 Darren Burnhill, 2008
*/

* {
	margin: 0;
	padding: 0
}

html {
	font-size: 100%
}

body {
	color: #000;
	background: #fff;
/*	margin: 8px;*/
	font: 75% 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif
}

h1, h2, h3, h4, h5 {
	font: bold 2.2em 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	/*font: bold 2.2em 'Courier New', Courier, monospace;
	font: bold 1.8em 'Lucida Grande', 'Trebuchet MS', Verdana, sans-serif;*/
	margin: 1em .5em .3em;
	text-align: center;
	clear: both
}

h1 {
	margin-bottom: .5em
}

h2 {
	font-size: 1.9em
}

h3 {
	font-size: 1.5em
}

h4, #subsect {
	font-size: 1.2em;
	text-align: left;
	padding: .2em .5em;
	margin-bottom: 0;
	/*background: #2B56CA; */
	background: #789;
	color: #fff
}

h4 > .hilight {
	color: #ff0;
	text-transform: uppercase;
}

h5 {
	font-size: 1.1em;
}

p {
	font-size: 1.1em;
/*	text-indent: .5em;*/
	margin: .3em .5em
}

h4 a:link, h4 a:visited {
	text-decoration:none;
	color:#fff
}

.noleftmargin {
	margin-left: 0
}

.indec, .indecwarn {
	background: #F3F2E7;
	padding: .5em;
	/*margin-left: 2em;
	margin-top: .3em;*/
	margin: .3em .5em .5em 2em;
	border-left: 5px solid #D1CEA5;
	/*height: auto;
	overflow: visible*/
}

/* IE float not respecting margins fix:
http://www.webmasterworld.com/forum83/8001.htm

Needs further investigation
*/
div.indec {
	height:1%
}

.indecwarn {
	border-left-color: #f00
}

#intro {
	margin: 1em .7em 1.5em;
	text-align: center;
	font-size: .9em
}

.menu_main, #bottom {
	margin: 0;
	background:#F3F2E7;
	border: 0 solid #D1CEA5;
	border-width: 1px 0;
	height: 24px;
	/*font-variant:small-caps;*/
}

#morecontent {
	text-align:center;
	margin: 1.5em 0 -1em;
	padding: .7em
}

#bottom {
	margin-top: 1.5em;
}

.menu_main li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.menu_main li a {
	height: 24px;
	text-decoration: none;
	display: block;
	float: left;
	cursor:pointer
}

.menu_main a:hover
{
	color: #dc143c;
	background-color: #D1CEA5;
}

.menu_main span {
	display: block;
	float: left;
	padding: 4px 16px;
	border-right: 1px solid #D1CEA5;
}

#mainheader {
	height: 81px;
	background:#789 url(images/site_logo_bkg.jpg)
}

/*td {
	font-size: 1.1em
}*/

ul, ol, li {
	margin: .2em;
	list-style-position: inside;
}

li>ul {
	margin-left: 2em
}

ul.toc {
	margin-top: 1em;
	margin-bottom: 1em
}

.smaller, #bottom, #morecontent {
	font-size: .9em
}

.small {
	font-size: .8em
}

.textcenter, #bottom, #subsect {
	text-align: center
}

.textleft {
	text-align: left
}

.textright {
	text-align: right
}

div.hr {
	border-top: 1px solid black;
	margin: 2em 3% -.8em
}

div.hr hr {
	display: none
}

/* Index pages */
dl {
	margin: .5em 0 0 .5em 
}

dl.subcat {
	margin-top: .3em;
	margin-left: 3em
}

dt {
	font-weight: bold;
	margin: .5em 0 .2em
}

dd {
	margin: .2em .7em
}

table {
	border-collapse: collapse;
	/*margin: 0 auto*/
}

.center {
	margin: 0 auto
}

td, th {
	padding: 2px 4px;
	border: 1px solid #D1CEA5
}

img {
	border: none;
	vertical-align: middle
}

.padimggal {
	margin: 2px
}

.gallery810 {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	text-align: center;
	font-size: .8em
}

.g1 {
	/*background: #F3F2E7;*/
	width: 125px;
	border: 1px solid #D1CEA5;
	margin: 4px;
	float: left
}

/* For DBFillInnerHTML title */
.jstitle {
	font-weight: bold
}

/* Flash play/stop links */
.jsclick {
	color: #00f;
	text-decoration: underline;
	cursor: pointer
}

.jsclick:hover {
	text-decoration: none
}


/* Illustration captions */
.caption {
	text-align: center;
	font-style: italic;
	font-size: 1em
}

area {
	cursor:pointer
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

div.floatright, div.floatleft {
	margin: .3em .5em
}


.floatclear {
	clear: both
}

/*object.floatleft, img.floatleft, .floatleft img {
	margin-right: 8px
}

object.floatright, img.floatright, .floatright img {
	margin-left: 8px
}*/

fieldset {
	border: 0
}

