/*
** Primary Style Sheet for Gary Robson main site - Updated 24 November 2009
*/
html, body {
    font-size: 1em;
}
body {
	color: black;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	background-color: black;
	background-image : url("navigation/banner.jpg");
	background-repeat : no-repeat;
	background-position : top center;
	text-align: center;
}
acronym {
	border-bottom : 1px dotted Navy;
}
ul {
	margin-top : .25em;
}
.caption {
	font-size : 80%;
	font-style : italic;
	text-align : center;
	line-height: 1.3;
}
blockquote {
	padding : 0 2em 7px 2em;
	margin : 0;
	font-style : italic;
}
.indent {
	padding-left : 3em;
}
.TOC ul {
	list-style-type : none;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	font-weight : bold;
	line-height : 1.3;
	font-size : 1.1em;
}
.TOC ul ul {
	margin : 0 0 .25em 0;
	padding : 0 0 0 1.5em;
	list-style-type : none;
	font-weight : normal;
	font-size : .8em;
}
a:link {
    color: #0000FF;
	text-decoration: none;
}
a:visited, a:active  {
    color: #000099;
	text-decoration: none;
}
a:hover {
    color: black;
    background-color: white;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-decoration: none;
}
.nohoverbg  a:hover {
	background-color : transparent;
	background-image : none;
	border : none;
	text-decoration : none;
}
h1 {
	font-size: 1.6em;
	color: black;
	background-color : #0d7cd5;
	text-align : center;
	margin-top : 0;
}
h2 {
	font-size: 1.35em;
	color: Navy;
	margin-bottom : 0;
	padding-bottom : 0;
}
h3 {
	font-size: 1.15em;
	color: Navy;
	margin-bottom : 0;
	padding-bottom : 0;
}
p { 
	margin: .1em 0 .9em 0;
	padding: 0;
}
input:focus, textarea:focus {
	background: #DDEEF6;
}
.editornote {
	border: 1px solid #0d7cd5;
	font-style: italic;
	margin : 0 3em 0 3em;
	padding : .1em .5em .1em .5em;
	font-size : 80%;
}

/* MAIN BODY OF PAGE ------------------------------------------------------------ */

#bodytextbox {
	width: 800px;
	margin : 0 auto 0 auto;
	background-image : url("navigation/page-bg.jpg");
	background-repeat : repeat-y;
	background-color: #BBDDF0;
}
#bodytext {
	padding: 8px 10px 2px 10px;
	text-align: left;
}

/* MAIN MENU -------------------------------------------------------------------- */

#topmenubox {
	width: 800px;
	height: 40px;
	margin : 50px auto 0px auto;
	background-color: #0d7cd5;
	background-image : url("navigation/menu-bg.jpg");
	background-repeat : no-repeat;
}
#topmenu {
	padding: 5px 10px 0px 10px;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size : 18px;
}
#topmenu a {
	font-weight: bold;
	padding: 0 3px 0 3px;
	border: 0;
	color: #BBDDF0;
	text-decoration : none;
}
#topmenu a:hover {
	color: #0d7cd5;
	text-decoration: none;
	background-color : black;
}
#topmenu a:visited { 
	text-decoration : none;
}
.current {
	color: yellow;
}

/* BREADCRUMBS ------------------------------------------------------------------ */

.crumbs {
	font-size : .7em;
	color : black;
	padding-bottom: 0;
	margin-bottom: 0;
}
.crumbs a {
	color : Maroon;
}

/* FOOTER ----------------------------------------------------------------------- */
.footer {
	margin-top: 12px;
    border-top: 1px dashed #000066;
    font-style: italic;
    font-size: .75em;
    text-align: center;
}