html {
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}

body {
line-height:1.5;
background:#e8e8e8 url(../images/bg.jpg) repeat-x;
font-size:75%;
color:#222;
font-family: 'Helvetica Neue', 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
margin:1.5em 0;
}

#container {
margin: 0px auto;
width: 776px;
border: 1px solid #fff;
}

#header {
background: url(../images/logo.jpg) 20px 10px no-repeat;
width: 776px;
height: 100px;
}

#nav {
float: right;
position: relative;
top: 50px;
right: 20px;
}

#banner {
background: url(../images/banner.jpg) top left no-repeat;
width: 776px;
height: 200px;
}

#banner h1 {
color: #FFF;
font-size: 32px;
font-weight: 600;
padding-right: 10px;
position: relative;
top: 50px;
float: right;
}

#page {
width: 478px;
float: right;
margin: 10px 0px 10px 0px;
padding: 0px 5px 0px 5px;
border-left: 2px #CC0099 solid;
}

#content {
background: #fff;
display: block;
text-align: left;
float: right;
padding: 0.5em;
}

#content img.floatl {
float:left;
margin:0.5em 1em 0pt 0pt;
padding:0pt;
}
#content img.floatr {
border:1px solid #DDDDDD;
float:right;
margin:0pt 0pt 1em 1em;
padding:3px;
}

#left {
width: 285px;
float: left;
margin: 0px;
padding: 0px;
}

#sub-nav {
margin-top: 10px;
}

#flashbox {
margin-top:5px;
padding: 0px;
}

#contact {
background: url(../images/Ulogo.jpg) top left no-repeat;
margin: 5px;
padding: 0 5px 0 5px;
border: 1px #FFF solid;
height: 72px;
}

#contact ul {
margin: 14px 0px 14px 20px;
padding: 11px 10px 0 0;
float: right;
}

#contact ul li {
display: block;
list-style: none;
font-size: 10px;
line-height: 12px;
font-weight: 300;
color: #333333;
}

#footer {
width: 776px;
margin: 0 auto;
text-align: center;
color: #333;
font-size: 0.8em;
}

.clearer {
clear: both;
height: 1px;
}

.strongcolour {
color: #CC0099;
font-weight: bold;
}

/*navigation*/

#nav ul {
margin: 0;
padding: 0;
white-space : nowrap;
}

#nav ul li {
margin: 0;
padding: 0;
display: block;
float:left;
text-align: center;
}

#nav ul li a {
color : #999;
text-decoration: none;
text-align: center;
font: 1.6em arial;
display: block;
border-style: none;
margin-left: 20px;
padding-bottom: 5px;
}

#nav ul li a:hover, #nav ul li a:active{
color : #fff;
border-bottom: 7px #cc0099 solid;
}

#nav ul li.active a:hover, #nav ul li.active a:active, #nav ul li.active a:link, #nav ul li.active a:visited {
color : #fff;
border-bottom: 7px #cc0099 solid;
}

#sub-nav ul {
margin: 0px;
padding: 0px;
}

#sub-nav ul li {
width: 285px;
display: block;
float:left; 
}

#sub-nav ul li a {
background: url(../images/buttonUp.jpg) top left no-repeat;
color: #333333; 
text-decoration: none;
text-align: left;
font-size: 16px;
font-weight: bold;
line-height: 36px;
display: block;
padding-left: 27px;
}

#sub-nav ul li a:hover, #sub-nav ul li a:active {
background: url(../images/buttonOver.jpg) top left no-repeat;
color: #fff;
}

#sub-nav ul li.active a:hover, #sub-nav ul li.active a:active, #sub-nav ul li.active a:link, #sub-nav ul li.active a:visited {
background: url(../images/buttonOver.jpg) top left no-repeat;
color: #fff;
}

/*  Headers  */
h1 {
	padding: 0px;
	margin: 0px;
	color: #333;
	background-color: transparent;
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #CC0099;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

h5 {
	color: #CC0099;
	background-color: transparent;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 150%;
}

/* HTML */
p {
	margin: 0px;
	padding-top: 5px;
}

blockquote {
	background: #CFCFCF;
	/*background: url(../images/blockquoteBG.jpg) top left repeat-x; */
	border: 1px #CC0099 dotted;
	padding: 0.5em;
}

a{
  	color: #8A0068;
	text-decoration: none;
	padding-bottom: 0px;
}

a:hover{
	color: #CC0099;
}