/*
'A - 11/01/08 - Mike - #navigation top changed from 15px to 22px to align top menu & other changes
'B - 24/01/08 - Email Anne - Mike - body font changed to 11pt
'C - 11/02/08 - Mike - changed to 0.9em
'D - 13/03/08 - Mike - underline reversed on hover & other changes for events
'E - 17/09/08 - Q02717 - Mike - menu width changed from 900 to 910
 */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
/*	font-size: 0.7em;	'B	'C	*/
}
.pageJustify {
text-align:justify;
}

/*#navigation{
	position: absolute;
	top:22px;
	padding-left: 2px;
	margin-left: 10px;
	}
*/	
/* top navigation */
/*	#navigation li{
	float: left;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	list-style-type: none;
	}
	#navigation li a{
	color: #FFFFFF;
	text-decoration: none;
}

	
	#navigation li a:hover,#navigation li.active a{color: #D2C8AD;}
*/


form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
/*	font-family: Georgia, "Times New Roman", Times, serif;				'A
	font-size: 13px;	*/
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	color: #990000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}
/* 'D Underlining reversed on hover */
a {
	color: #B6121B;
	text-decoration: none; 
}

a:hover {
	text-decoration:underline
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 910px;
	height: 193px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(../images/img03.gif) no-repeat left bottom;
}

/* Menu */

#menu {
	width: 900px;
	height: 100px;
}

#menu ul {
	margin: 0;
	padding: 25px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 150px;
	height: 38px;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
}

#menu .active a {
	background: #B3EAFD url(../images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
	clear: both;
	width: 900px;
	height: 100px;
}

#logo h1, #logo h2 {
	text-transform: lowercase;
	font-style: italic;
}

#logo h1 {
	padding: 70px 0 0 0;
	font-size: 4em;
}

#logo h2 {
	padding: 0 0 0 100px;
	font-size: 2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
}

.post .date {
	float: left;
	width: 70px;
	margin: 0 15px 0 0;
	padding: 2px 0;
	background: #C9E5FC;
	border: 1px solid #C9E5FC;
	text-align: center;
	font-size: 1em;
	color: #3F4C6B;
}

.post .date b {
	display: block;
	padding: 5px 0;
	background: #F4FAFE;
	font-size: 2em;
	font-weight: normal;
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0 0 0 0;
	color: #B2B7C4;
}

.post .entry {
/*	padding: 20px 0;
	line-height: 110%;	*/
		width: 580px;
		float: left;
		padding: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
	background: url(../images/img04.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 240%;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	/*background: url(../images/img05.gif) no-repeat left center;*/
}

#sidebar h2 {
	margin-bottom: 20px;
	text-transform: none;
	color: #333333;
}

#s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	padding: 16px 0;
	background: #ffffff;
	border-top: 1px solid #990000;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	height: 30px;
}

#footer p {
	margin: 0;
	color: #333333;
}

#footer a {
	color: #990000;
}

