/* Style sheet for Rideau Park website */
body {
	margin: 0;
	padding: 0;
	background-color: #3a6da5 /* matches Windows background; previous value was #003466; */
}
#container { /* top level DIV */
	background-color: white;
	border: none;
	margin: 6pt auto;
	padding: 0;
	width: 778px;
}
/* Heading strip across top of each page; includes image at left of strip */
#heading {
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid black;
	height: 120px;
	/* background-color gets set to match body by ONLOAD code in HTML */
	background-image: url(graphics/bgtitle.gif);
	background-repeat: no-repeat;
}
#toppic { /* must match picture size in upper left corner*/
	width: 176px;
	height: 120px;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
}
#pageTitle {
	padding: 18px 0 0 0;
	margin: 0 0 0 176px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#pageTitle h1 {
	font-style: italic;
}
/* Page body including menu on left */
#pageBody {
	margin: 0;
	height: 100%;
	width: 100%;
}
/* Menu */
#navBox { /* Container for menu */
	width:176px;
	float: left;
	margin:6pt 0 0 0;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0pt 8px;
	width: 158px;
	margin: 0;
	border: solid black;
	border-width: 0 1px;
	background-color: #fafad2;
}
#topNavShim { /* top & bottom shims give rounded corners on menu */
	width:176px;
	height: 24px;
	background-image: url(graphics/navbgtop.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#bottomNavShim {
	width:176px;
	height: 24px;
	background-image: url(graphics/navbgbottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#nav a { /* override normal link colours in menu */
	text-decoration: none;
	color: Black;
}
#nav a:hover { /* highlight menu links on mouseover */
	background-color: Silver;
}
#nav .groupHead { /* menu section headings */
	font-style: italic;
	font-weight: bold;
	margin-top: 12pt;
	margin-bottom: 0;
}
#nav .groupList {
	margin-top: 0;
	margin-bottom: 12pt;
}
/* Content area */
#pageContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	padding: 12pt 8px;
	float: right;
	width: 585px;
	margin: 0;
	overflow: hidden;
}
#pageContent p, #pageContent li, #pageContent td {
	line-height: 13.2pt;
}
/* Footer */
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	padding: 12px 8px;
	width: 762px;
	margin: 0;
	clear: both;
}
/* General styles */
hr {
	height: 1px;
	border: none;
	background-color: gray;
}
a.external { /* External links */
	background-image: url(graphics/external.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 13px;
   }
ul.imgbullets { /* Unordered list using images for bullets */
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li.crossbullet {
	background-image: url(graphics/ulcrossbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding-left: 1.1em;
}
.nobr { /* Replacement for deprecated NOWRAP */
	white-space: nowrap;
}
.lent { /* Background for Lenten items */
	background-color: #EFCEFD;
}
