/* Joe Hoare - 26.11.2007 */

* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: Arial, sans-serif;
	color: #FF6600;
	background: #99CCFF url(images/bodybackground.jpg) no-repeat;
	}
body#menutest {
	font-family: Arial, sans-serif;
	color: #FF6600;
	background: #99CCFF url(images/bodybackground2.jpg) no-repeat;
	}

h1 {
	display: none;
	font-size: 13px;
	}

h2 {
	display: none;
	}

h3,h4,h5 {
	font-size: 15px;
	font-weight: bold;
	color: #0347B8;
	padding: 0 0 10px 11px;
	}

p {
	font-size: 14px;
	line-height: 1.3em;
	padding: 0 0 10px 0px;
	}

a img {
	border: 0;
	}

acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
	}

a, a:hover {
	color: #00198C;
	}

/* PAGE CONSTRUCTION */

#header {
	background: url(images/headerBackground.jpg) no-repeat;
		width: 835px;
	height: 125px;
	}
	
#headertest {
	background: url(images/headerBackground2.jpg) no-repeat;
	width: 835px;
	height: 125px;
	}

#contentHeader {
	font-size: 12px;
	margin-left: 159px;
	padding-top: 20px;
	}

#date {
	font-size: 12px;
	color: #0347B8;
	position: absolute;
	top: 137px;
	left: 16px; 
	}

#box {
	margin-top: 30px;
	width: 900px;
	}

#content {
	width: 700px;
	float: right;
	}

#content ul,ol {
	list-style-type: none;
	font-size: 14px;
	margin: 0 0 10px 50px;
	}

#content ul li,ol li {
	padding: 5px;
	}

#content ol {
	list-style-type: decimal;
	}

blockquote {
	background: transparent url(images/quotes1.gif) left top no-repeat;
	/*width: 580px;*/
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
	margin: 8px 0 0.4em 0;
	}

blockquote div {
	padding: 0 28px;
	}

blockquote img {
	margin: 0 0 0 10px;
	}

.title {
	font-size: 13px;
	font-weight: bold;
	color: #0347B8;
	}

.pic {
	float: right;
	margin: 5px 0 0 10px;
	}

/* MAIN NAVIGATION */

#mainnavigation {
	float: left;
	font-size: 14px;
	color: #0347B8;
	margin-right: 20px;
	}

#mainnavigation ul {
	list-style: none;
	}

#mainnavigation ul li {
	padding: 0 0 10px 16px;
	}

#mainnavigation a {
	border: none;
	text-decoration: none;
	}

#mainnavigation a:hover {
	color: #FF6600;
	}

/* FORMS */

#form {
	padding: 0 20px 10px 11px;
	width: 412px;
	}

.row {
	clear: both;
	width: 100%;
	padding: 10px 0 0 0;
	}

#form p {
	color: #FF6600;
	padding: 0;
	margin: 0;
	}

.lable {
	float: left;
	font-size: 15px;
	color: #FF6600;
	}
	
.textbox {
	float: right;
	border: 1px solid #FF6600;
	font-size: 20px;
	width: 300px;
	}

.submit {
	font-size: 14px;
	color: #333;
	border: 1px solid #999;
	background-color: #FF6600;
	cursor: pointer;
	margin: 5px 0 0 370px;
	padding: 3px;
	}

div#erorrmsg {
	background-color: #fff;
	padding: 30px 0 10px 0;
	margin: auto;
	width: 300px;
	}
	
#nav, #nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
float : left;
width : 11em;
font-size: 14px;
color: #0347B8;
margin-right: 20px;
}
#nav li { /* all list items */
position : relative;
float : left;
line-height : 1.5em;
margin-bottom : -1px;
width: 11em;
}
#nav li ul { /* second-level lists */
position : absolute;
left: -999em;
margin-left : 12.05em;
margin-top : -1.5em;
width: 12em;
}
#nav li ul ul { /* third-and-above-level lists */
left: -999em;
}
#nav li a {
width: 11em;
w\idth : 11em;
display : block;
color : #0000FF;
text-decoration : none;
background-color : #99CCFF;
border : 1px solid #99CCFF;
padding : 0 0.5em;
}
#nav li ul li a {
	width:12em;
}
#nav li a:hover {
color : #FF6600;
background-color : #99CCFF;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
} 

#events_movie {
	position: absolute; top: 200px; left: 750px;
	border: #CCC solid 1px;
	background-repeat:no-repeat;
	background-position:left;
}

