@import url(nm_navigation.css);
@import url(nm_pu.css);

/* STANDARD STYLES */

body {
	background-color: #434e75;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

table, tr, td, p, h1, h2, h3, h4, ul, li {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

address {
	font-style: normal;
}

#hpadding {
	margin: 20px 0 14px 0;
}

/* COLOURS */

.blue {
	background-color: #30416a;
}
.overblue {
	background-color: #bdc5d4;
}
.darkbluebg {
	background-color: #1b3461;
}
.lightblue {
	background-color: #e5e9f1;
}
#darkbluebase {
	background-color: #1b3461;
	width: 890px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
}
#imagebluebg {
	background-color: #1b3461;
	background-image: url(../images/content/content_line.gif);
	background-repeat: repeat-y;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}
#flashbluebg {
	background-color: #1b3461;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}

/* Title Elements */
.headblue {
	background-color: #30416a;
	border: 1px solid #30416a;
	height: 36px;
	text-indent: 20px;
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
}
.eventshead {
	background-color: #1b3461;
	border-top: 2px solid #30416a;
	border-bottom: 2px solid #30416a;
	height: 36px;
	font-size: 70%;
	text-indent: 16px;
	vertical-align: middle;
	color: #ffffff;
}
.eventshead a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* CONTENT */

.contentpadding {
	padding-top: 30px;
	padding-left: 36px;
	text-align: left;
}
.leftcontent a {
	color: #1b3461;
}
.leftcontent a:hover {
	color: #000000;
	text-decoration: underline;
}
.midcontent a {
	color: #1b3461;
}
.midcontent a:hover {
	color: #000000;
	text-decoration: underline;
}
.rightcontent a {
	color: #1b3461;
}
.rightcontent a:hover {
	color: #000000;
	text-decoration: underline;
}
.leftcontent {
	background-image: url(../images/content/content_inline.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	border-right: 1px solid #1b3461;
	padding-top: 26px;
	padding-left: 30px;
	padding-right: 16px;
}
.leftcontent p {
	line-height: 150%;
	padding-bottom: 1em;
}
.leftcontent em {
	color: #1b3461;
	font-weight: bold;
	font-style: normal;
}
.leftcontent b {
	color: #000000;
}
.midcontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	padding-top: 20px;
	padding-left: 16px;
	padding-right: 10px;
}
.midcontent p {
	line-height: 150%;
	padding-bottom: 1em;
}
.midcontent em {
	color: #1b3461;
	font-weight: bold;
	font-style: normal;
}
.midcontent b {
	color: #000000;
}
.rightcontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 16px;
}
.rightcontent p {
	line-height: 150%;
	padding-bottom: 1em;
}
.rightcontent em {
	color: #1b3461;
	font-weight: bold;
	font-style: normal;
}
.rightcontent b {
	color: #000000;
}
.levelcontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
.levelcontent p {
	line-height: 150%;
	padding-bottom: 1em;
}
.levelcontent em {
	color: #1b3461;
	font-weight: bold;
	font-style: normal;
}
.boxedimage {
	padding-left: 8px;
	padding-bottom: 8px;
}
.linespace {
	line-height: 150%;
}
.tabledata td {
	line-height: 150%;
	padding: 2px;
	border-bottom: 1px solid #ffffff;
}
/* FORM STYLES */
form {
	margin: 0;
	padding: 0;
}
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}


/* BOXED TEXT */
.boxedtext {
	line-height: 150%;
	border: 1px solid #ffffff;
}
.boxedtext p {
	padding: 8px;
}
.boxedtext img {
	padding-left: 8px;
	padding-bottom: 8px;
}
.boxedlogin {
	line-height: 150%;
	border: 1px solid #000000;
	padding: 8px;
}
.boxedaccomm {
	line-height: 150%;
	border: 1px solid #000000;
	height: 68px;
}
.boxedaccomm p {
	padding: 25px 8px 8px 8px;
}
.boxedaccomm img {
	padding-left: 8px;
	padding-bottom: 0;
}

/* EVENTS */

.liststyle {
	border: 1px solid #bdc5d4;
	background-color: #1b3461;
}
.liststyle td {
	padding: 4px;
	border-bottom: 1px solid #bdc5d4;
	color: #ffffff;
}
.liststyle em {
	color: #bdc5d4;
	font-weight: bold;
}
.liststyle a {
	color: #ffffff;
}
.liststyle a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.listdata td {
	padding: 6px;
}
.datadate {
	background-color: #1b3461;
	font-size: 120%;
	font-weight: bold;
	color: #bdc5d4;
}
.datadate em {
	color: #ffffff;
}
.bookdate {
	background-color: #bdc5d4;
	text-align: center;
}
.bookdate a {
	color: #1b3461;
	text-decoration: underline;
}
.bookdate a:hover {
	color: #ffffff;
}

/* GALLERY */

.gallery {
	background-color: #bdc5d4;
	width: 200px;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
}
.gallery p {
	padding: 4px;
	text-align: center;
}