/*
	Colours:
	
	Title: #800000 (maroon)
	Title Background: #1F4D9A (blue)
	Headings: #073679 (medium blue, was A77E30)
	Links: #05234F (darker blue, was 2F4F4F)
	borders: #D7D7D7 (light gray) and #666 (darker gray)
*/

* {
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, div, form, code, pre, fieldset, legend, dl, dt, dd, hr, img {
	border: 0;
}

html {
	font-size: small;
}

body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 400;
	color: #333333;
	background-color: white;
	min-width: 800px
}

div.clear {
	clear: both;
}

pre {
}

#Content {
	font-size: 110%;
}

#Content h1, #Content .h1 {	
	font-size: 140%;
	font-weight: 700; 
	color: #073679; /* A77E30 */
	margin: 1em 0;
}

#Content h2, #Content .h2 {	
	font-size: 120%;
	font-weight: 700; 
	color: #073679; /* A77E30 */
	margin: 1em 0;
}

#Content h3, #Content .h3 {	
	font-size: 120%;
	font-weight: 700; 
	color: black;
	margin: 1em 0;
}

#Content hr {
	background: #1F4D9A;
	height: 1px;
	border: 0;
}

#Content td {
	padding: 0.4em;
}

#Content input {
	margin: 0 0.4em;
}

#Content p {
	margin: 1em 0;
	line-height: 160%;
}

#Content a {
	font-weight: 400; 
	text-decoration: none;
	color: black;
}

#Content pre {
	padding-left: 3em;
	margin: 1em 0;
	font-size: 120%;
}

#Content ul, #Content ol {
	margin: 1em 0;
	padding-left: 3em;
	color: #333333;
}

#Content ul ul {
	margin: 0;
}

#Content li {
	padding-top: 0.2em;
}

#Content li.nesting {
	list-style-type: none;
}

#SiteTitle {
	border-bottom: 1px solid #AAA;
	background-image: url(img/title-bg.jpg);
	background-repeat: no-repeat;
	background-color: #1F4D9A;
	/* #1B3884; */
	/* #D7D7D7; */
	background-position: 25% 0%;
}

#SiteTitle p.title {
	text-align: center;
	font-size: 68px;
	font-weight: 500;
	color: #800000;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	line-height: normal;
}

#SiteTitle p.title img {
	vertical-align: middle;
	padding: 0 20px 0 0;
}

#SiteTitle p.tag {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #800000;
	margin: 0;
	padding: 3px 0 8px 0;
	vertical-align: middle;
	line-height: normal;
}

#PrimaryNav {
	line-height: 1.5em;
	border-bottom: 1px solid #AAA;
	height: 1.5em;
}

#PrimaryNav ul {
	list-style: none;
	text-align: center;
}

#PrimaryNav li {
	padding: 0 10px 0 10px;
	display: inline;
}

#PrimaryNav a {
	font-size: 100%;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap; 
	color: black;
}

#PrimaryNav a:link, #PrimaryNav a:visited {
	color: black;
}

#STAIRWAYSPage a.STAIRWAYSLink,
#INTERARCHYPage a.INTERARCHYLink,
#KEYBOARDMAESTROPage a.KEYBOARDMAESTROLink,
#DOWNLOADPage a.DOWNLOADLink,
#DOCUMENTATIONPage a.DOCUMENTATIONLink,
#ENQUIRYPage a.ENQUIRYLink,
#CONTACTPage a.CONTACTLink,
#ABOUTPage a.ABOUTLink,
#HISTORYPage a.HISTORYLink {
	color: gray;
}

#PrimaryNav a:hover {
	color: #800000;
}

#ContentWrapper {
	float: left;
	width: 100%;
	margin-left:-20em;
}

#Content {
	margin: 3em 2em 2em 22em;
}

#Content a {
	color: #05234F; /* 2F4F4F; */
	text-decoration: underline;
}

#Content a:link, #Content a:visited {
	color: #05234F; /* 2F4F4F; */
}

#Content a:hover, #Content a:active {
	color: #800000;
}

#Content dd {
	padding-left: 3em;
}

#SecondaryNav {
	float: right;
	width: 16em;
	margin: 0 2em 2em 2em;
}

#SecondaryNav .image {
	text-align: center;
	margin: 2em 0;
}

.SiteBox {
	margin: 2em 0;
}

.SiteBox h3 {
	background-color: #1F4D9A;
	background-image: url(img/box-bg.png);
	background-repeat: repeat-x;
	color: white;
	padding: 0.5em 1em;
	border: 1px solid #1F4D9A;
}

.SiteBox p {
	padding: 0 1em;
	text-indent: 0;
	line-height: 2em;
}

.SiteBox p.reviewsource {
	text-align: right;
}

.SiteBox form {
	border: 1px solid #666;
	margin-top: -1px;
	text-align: center;
	padding: 0.5em 0;
}

.SiteBox form input {
	width: 12em;
}

.SiteBox ul {
	list-style: none;
}

.SiteBox li {
/*	padding: 0.6em 1em; */
	border: 1px solid #666;
	margin-top: -1px;
	text-indent: 1em;
	background-color: #E3EDFF;
}

.SiteBox a {
	display: block;
	font-size: 100%;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap; 
	line-height: 2.4em;
	color: black;
}

.SiteBox a:link, .SiteBox a:visited {
	color: black;
}

.SiteBox a:hover {
	color: white;
	background-color: #933;
}

.SiteBox a:active {
	color: #FFB7B7;
	background-color: #8C2222;
}

#Copyright {
	clear: both;
	width: 100%;
	margin-top: 1em;
	padding: 1em 0;
	border-top: 1px solid #AAA;
	text-align: center;
}



table.searchtable {
	background: #E3EDFF;
	width: 100%;
}

span.searchnext {
	font-weight:bold;
	font-size:130%;
}

div.searchnavbar {
	text-align: center;
	padding-bottom: 5px;
}

div.searcform {
	text-align: center;
	padding-bottom: 5px;
}

span.searchdescription {
	
}

span.searchurl {
	color: #888888;
}

span.searchstats {
	color: #888888;
}

span.searchstats span {
	display: block;
	float: left;
}

span.searchbargraph {
	margin: 0.2em 0.5em;
	vertical-align: middle;
	border: solid black 1px; 
	height: 1em;
	background-color: #E3EDFF;
	width: 10em;
}

span.searchbargraph span {
	vertical-align: middle;
	height: 1em;
	background-color: #1F4D9A;
}

dt.searchdt {
	padding-bottom: 5px;
}

span.pollbargraph {
	display: block;
	float: left;
	margin: 0;
	vertical-align: middle;
	border: solid black 1px; 
	height: 1.2em;
	background-color: #E3EDFF;
}

span.pollbargraph span {
	display: block;
	float: left;
	margin: 0;
	vertical-align: middle;
	height: 1.2em;
	background-color: #1F4D9A;
}



