/* CSS for ANZAB website */
#container {
	width: 985px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #F7F8E0; /* #FFFFCC; */
	line-height: 110%;
	padding: 10px 15px 5px 10px;
	border: solid #215B5F;
	border-width: 0 1px;
}

body {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

#hlm_body {			/* to render Honorary Life Member pages correctly - not in container */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #F7F8E0;
	line-height: 110%;
	padding: 10px 15px 5px 10px;
}

#hlm_body p, #hlm_body ol {		/* to render Honorary Life Member pages correctly - not in container */
	text-align: left;
}

#logo {
	float: left;
	width: 195px;   /* left column was 185px */
	height: 140px;
	padding-top: 10px;
	padding-left: 85px; /* was 95px */
}

#logo img {
	margin-left: 4px;	/* logo img is 101 x 109 */
}

#logo p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -85px; /* -95px */
	text-align: center;
}

#header {
	float: right;	/* new */
	height: 140px;
	width: 690px;	/* was 50em */
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1 {              /* header */
	text-align: center; /* was left */
	font-size: 1.5em; /* was 18pt */
	line-height: 125%;
	margin-left: 0; /* was 5px */
}

h2 {
	font-size: 1em;	/* was 12pt */
}

h3 {              /* page items */
	font-size: 1em;	/*12pt;*/
	font-weight: bold;
}

h4 {              /* left column */
/*	font-size: 1em;	/* was 12pt */
	font-weight: bold;
	text-align: center;
	color: #215B5F;
	margin-top: 5px;
}

.banner {
	font-size: 1em; /* was 12pt */
	font-weight: bold;
	text-align: center;
	line-height: 200%;
	background-color: #215B5F;
	color: #FFFFFF;
	margin-top: 3pt;
}

hr {
	border: none;
	background-color: #215B5F;
	height: 0.5em;
	width: 100%;
}

p {
	font-size: 0.84em; /* was 10pt */
}

table tr td, table tr th {		/* use for table layouts, prefer anzabtable for actual tables */
	font-size: 0.84em; /*100%;	/*new */
}

ul li, ol li {
	font-size: 0.84em; /* was 10pt */
	line-height: 125%;
}

#bodycontent {
	float: right;	/* new */
	width: 690px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#logincontainer, #loggedincontainer, #navcontainer {
	position: absolute;
	top: -1px;
}

#logincontainer, #loggedincontainer {
	top: 70px;		/* was 60px */
	z-index: 10;
	right: 20px;	/* was 8.35em */
	
}

#loggedincontainer {
	top: 95px;		/* was 90px, was 80px */
}

#navcontainer {
	top: 115px;		/* was 110px */
	right: 20px;	/* new */
	z-index: 10;
}

#nav {
	font-size: 1em; /* was 10pt */
	text-align: center;
	background-color: #F7F8E0; /* #FFFFCC; /* #9C6706; /*#7A540E;*/
	padding-top: 2px;
	border-color: #9C6706; /*#FFFFCC;*/
	border-top-style: solid;
	border-top-width: 1px;
}

#login {
	font-size: 1em; /* was 10pt */
	text-align: center;
	color: #9C6706;
	background-color: #F7F8E0; /* #FFFFCC; /*#7A540E;*/
	padding-top: 2px;
	border-color: #EAEAAE; /*#FFFFCC;*/
	border-top-style: none;
	border-top-width: 1px;
}

#loggedin {
	font-size: 1em; /* was 10pt */
	text-align: right;
	color: #9C6706;
	background-color: #F7F8E0; /* #FFFFCC; #9C6706; #7A540E;*/
	padding-top: 2px;
}

#nav, #nav ul, #login, #loggedin {
	font-size: 1em;	/* new */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 150%;	/* was 1 */
}

#nav a {
	display: block;
	width: 10em;
	color: #9C6706; /*#FFFFFF;*/
	text-decoration: none;
	line-height: 150%;	/* was 120% */
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#login a {
	display: block;
	width: 10em;
	color: #9C6706; /*#9C6706;*/
	background-color: #EAEAAE; /* #FFFFCC; /*#7A540E;*/
	text-decoration: none;
	line-height: 150%;	/* was 120% */
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#nav a:hover {
	color: red;
}

#nav li {
	float: left;
	width: 10em;
}

#logincontainer #login li {
	float: right;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background-color: #F7F8E0; /* #FFFFCC; #9C6706; /*#7A540E;*/
}

#nav li ul li {
	font-size: 1em;
}

#nav li ul ul {
	margin: -1.40em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

a:link {
	color: #215B5F;
}

a:visited {
	color: #9C6706; /* was #7A540E */
}

a:hover {
	color: red;
}

#leftside {
	float: left;	/* new */
	width: 280px;   /* left column */
	height: auto;	/* was 1000px */
}

.sidebyside {
	font-size: 100%; /* new */
	width: 50%; /*340px; /*280px; */
	vertical-align: top;
}

#inbrief, #diary, #practice, #towernotes {
	line-height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

#inbrief, #diary {
    background-color: #FFFFCC;
}

#towernotes {
	background-color: #EAEAAE;
}

#diary ul {
	list-style: none;	
	list-style-type: none;
	padding-left: 10px;
}

#leftside h4, #bodycontent h2 {
	margin-bottom: 0;
}

#places ul {		/* in placenameshtm.inc */
  list-style: none;
  list-style-type: none;
  padding-left: 100px;
  margin-left: 0;
  text-indent: -100px;
}

.highlight, .highlighty  {
	padding: 0 10px 5px 10px;
}

.highlight {
	background-color: #EAEAAE;
}

.highlighty {
	background-color: #FFFFCC;
}

.highlight h3, .highlighty h3 {
	padding-top: 12px;
}

/* Box styles */

.box, .boxb, .boxy {
	margin: 10px 0;	/* was 10px 5px */
	padding: 0 10px 5px 10px;
	border-radius: 12px;
}

.box {
	background-color: #F7F8E0;
	border: solid 2px #215B5F;
}

.boxb {
	background-color: #EAEAAE;
	border: solid 2px #9C6706;
}

.boxy {
	background-color: #FFFFCC;
	border: solid 2px #215B5F;
}

.box ul li, .boxb ul li, .boxy ul li {
	font-size: 0.84em; /* was 10pt*/
	line-height: 125%;
} 

.boxtop, .boxtopb, .boxtopy {
	margin: 4px 5px 10px 5px;
	padding: 0 5px 5px 5px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border: solid 2px #215B5F;
	border-top: none;
}

.boxtop h4, .boxtopb h4, .boxtopy h4 {
	margin: 0 -5px;
}

.boxtopb {
	background-color: #EAEAAE;
}

.boxtopy {
	background-color: #FFFFCC;
}

.credit {
	font-size: 60%;
}

.publinks li {				/* Members' section publication lists */
	display: inline;
	padding-right: 4px;
}

.stronglinks a, .publinks a {
	font-weight: bold;
}

.anzabtable {				/* for actual tables, use table for layouts */
	border: 2px solid #215B5F;
	border-collapse: collapse;
}

.anzabtable tr th, .anzabtable tr td {
	border: 2px solid #215B5F;
	padding: 5px;
	border-collapse: separate;
}

.anzabtable tr td ul li, .anzabtable tr td p {
	font-size: 100%;
}

.datatable {				/* used for HeavyBellsAus */
	font-size: 0.75em; /*9pt;*/
	border: 1px solid #215B5F;
	border-collapse: collapse;
}

.datatable td {
	border: 1px solid #215B5F;
}

.datatable th {
	border: 1px solid #215B5F;
	text-align: left;
}

.datatable .subdue {
	color: gray;
	font-style: italic;
}

.datatable .emphasise {
	font-weight: bold;
}
.indent {
	padding-left: 30px;
	padding-right: 30px;
}

.leftimg {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
}

.rightimg {
	float: right;
	margin-left: 20px;
	margin-bottom: 6px;
}

.clear {
	clear: both;
}

.clearColor {	/* clear and make any class = ANZAB green */
	clear: both;
	color: #215B5F;
}

.color {	/* make any class = ANZAB green */
	color: #215B5F;
}

#gallery {
	list-style-type: none;
}

#gallery li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#gallery img {
	display: block;
}

.linkButton {
  background: none;
  border: hidden;
  border-bottom-style: none;
  color: #215B5F;
  font-weight: bold;
}

.linkButton:hover {
  color: red;
}

#footer {
  text-align: center;
  line-height: 100%;
}

#footer p {
  margin: 0;
  font-size: 70%;
}

.warning {
  color: red;
  font-size: 60%;
}
