* { padding: 0; margin: 0; }

html {
 overflow-y: scroll;
}

body {
 font-family: Helvetica, Arial, Verdana, sans-serif;
 font-size: 13px;
 text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
 background: #F0F0F0;
}

p {
 padding: 10px;
}

h1 {
font-size: 12px;
font-weight: bold;
}

h2 {
font-size: 12px;
font-weight: bold;
}

h3 {
font-size: 12px;
font-weight: bold;
}

#bigtext {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	line-height: 90%;
}

#bigtext p {
	padding: 0px 0px 12px 0px;
}

#mediumtext {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	line-height: 115%;
}

#mediumtext p {
	padding: 0px 0px 32px 0px;
}

#bodytext {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#bodytext p {
	padding: 0px 0px 12px 0px;
}

#bodytext h1 {
	padding: 0px 0px 12px 0px;
	text-decoration: underline;
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
}

#bodytext a:link, #bodytext a:visited {
	text-decoration: underline;
	color: #969696;
}

#bodytext a:hover {
	text-decoration: underline;
	color: #ff9bc8;
}

#bodytext a:active {
	text-decoration: underline;
	color: #F064A5;
}

#bodytext ul {
	list-style-type: disc;
	margin: 0px 0px 14px 14px;
	list-style-position: outside;
}

#bodytext ul.liste {
	list-style-type: none;
	margin: -14px 0px 0px 0px;
}

#bodytext ul.liste li {
	padding: 12px 0px 14px 0px;
	margin: 2px 0px 2px 0px;
	background-image: url('images/list_dotted.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#bodytext ul.liste img {
	float: right;
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 15px;
	margin-right: -100px;
	border: none;
}

#bodytext .img_right {
	float: right;
	padding-top: 4px;
	padding-left: 20px;
	padding-bottom: 15px;
	margin-right: -100px;
	border: none;
}

ul.bodytext_list {
list-style-type: disc;
list-style-position: inside;
margin-left: 30px;
font-size: 12px;
font-weight: bold;
text-align: left;
}

ul.bodytext_list li {
margin-top: 4px;
margin-bottom: 4px;
text-indent: -12px;
}

a:link, a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color:#ff9bc8;
text-decoration: none;
}

a:active {
color:#f064a5;
text-decoration: none;
}

#wrapper { 
 margin: 0 auto;
 width: 980px;
}

/* ------ Begin Common Header 1 ------ */

#header {
 color: #333;
 width: 980px;
 float: left;
 height: 126px;
}

#header_inner {
 width: 815px;
 height: 121px;
 border-bottom: 5px solid #000000;
 float: right;
 text-align: left;
 background-image:url('images/header1dash.gif');
 background-repeat: no-repeat;
}

#logo {
 float: right;
 }
 
#logotext {
float: left;
margin-top: 25px;
height: 20px;
margin-bottom: 0;
padding: 0;
}

#navbox {
margin: 0;
height: 101px;
width: 745px;
float: left;
}

#navbox_section1 {
width: 165px;
}

#navbox_section2 {
width: 85px;
}

ul.nav {
list-style-type: none;
width: auto;
position: relative;
display: block;
height:28px;
font-size:12px;
margin-bottom: 0;
padding-top: 54px;
}

ul.nav li {
display: block;
float: left;
margin: 0;
padding: 0;
}

ul.nav li a {
list-style-type:none;
display: block;
color:#868686;
text-decoration:none;
}

ul.nav li a:hover {
color: #ff9bc8;
text-decoration: none;
}

ul.nav li a:active {
color: #f064a5;
text-decoration: none;
}

/* ------ End Common Header 1 ------ */
/* ------ Begin Common Header 2 ------ */

#header2 {
 float: left;
 width: 980px;
 height: 56px;
 color: #333;
 background-image:url('images/header2bg.gif');
 background-repeat:no-repeat;
}

#sectiontitle {
padding-top: 14px;
width: 330px;
text-align: left;
float: left;
}

#pagetitle {
padding-top: 14px;
width: 495px;
text-align: left;
float: left;
}

ul.nav2 {
list-style-type: none;
width: auto;
position: relative;
display: block;
font-size:12px;
margin-bottom: 0;
}

ul.nav2 li {
display: block;
float: left;
margin: 0;
padding: 0;
}

/* ------ End Common Header 2 ------ */
/* ------ Begin Left Navigation ------ */

#leftcolumn { 
 width: 165px !important;
 float: left;
 /*background-image: url('images/leftnavdash.gif');
 background-repeat: no-repeat;*/
 height: 500px;
}

#leftcolumn_inner1 {
height:390px;
width: 165px;
}

#leftnavtext {
text-align:left;
padding-bottom: 3px;
color: #000000;
}

ul.leftnav {
list-style-type: none;
width: auto;
position: relative;
display: block;
font-size:12px;
margin-bottom: 0;
}

ul.leftnav li {
list-style-type: none;
display: block;
float: inline;
margin: 0;
padding: 0;
}

ul.leftnav li a {
list-style-type:none;
display: block;
color:#868686;
text-decoration:none;
}

ul.leftnav li a:hover {
color: #ff9bc8;
text-decoration: none;
}

ul.leftnav li a:active {
color: #f064a5;
text-decoration: none;
}

#copyright {
font-size: 10px;
font-weight: bold;
text-align: left;
color: #868686;
line-height: 96%;
}

/* ------ End Left Navigation ------ */
/* ------ Begin Middle Content ------ */

#middlecolumn { 
 float: left;
 width: 165px;
 display: inline;
}

#middlecolumn_narrow {
float: left;
width: 155px;
display: inline;
}

#middlecolumn_spacer {
float: left;
width: 10px;
display: inline;
}

#dotted_middle {
width: 155px;
height: auto;
padding-bottom: 8px;
margin-bottom: 10px;
background-image: url('images/middle_dotted.gif');
background-position: top;
background-repeat: no-repeat;
float: left;
}

#dotted_middle3 {
width: 155px;
height: auto;
padding-bottom: 8px;
margin-bottom: 10px;
background-image: url('images/middle_dotted3.png');
background-position: top;
background-repeat: no-repeat;
float: left;
}

#gallerylist {
width: 155px;
}

ul.gallery {
list-style-type: none;
position: relative;
display: block;
font-size: 11px;
margin-bottom: 0;
padding-top: 19px;
}

ul.gallery li {
display: block;
float: left;
margin: 0;
padding: 0;
}

#gallery_section1 {
width: 16px;
text-align: center;
float: left;
font-weight: bold;
}

#gallery_section2 {
width: 4px;
text-align: center;
float: left;
position: relative;
font-weight: normal;
}

#gallery_arrowleft {
width:12px;
text-align: left;
float: left;
position: relative;
}

#gallery_arrowright {
width: 14px;
text-align: right;
float: left;
}

/* ------ End Middle Content ------ */
/* ------ Begin Main Content ------ */

#content {
 width: 650px;
 float: left;
 height: auto;
 padding-bottom: 60px;
 text-align: left;
}

#content img {
	border: none;
}

#main_inner {
width: 495px;
}

#contact_dotted_header {
width: 495px;
height: 45px;
background-image: url('images/contact_dotted.gif');
background-repeat: no-repeat;
float: left;
}

#dotted_list {
width: 495px;
height: auto;
padding-top: 0px;
padding-bottom: 2px;
margin-bottom: 14px;
margin-top: 4px;
background-image: url('images/list_dotted.gif');
background-repeat: no-repeat;
float: left;
}

#news {
padding-bottom: 20px;
}

#eventdate {
font-size: 12px;
font-weight: bold;
letter-spacing: -1px;
width: 495px;
text-align: left;
line-height: 110%;
color: #000;
float: left;
padding-top: 5px;
}

#newsdate {
font-size: 11px;
width: 495px;
color: #868686;
font-weight: normal;
text-align: left;
float: left;
padding-top: 4px;
}

#addresses {
width: 495px;
height: auto;
float: left;
padding-bottom: 30px;
}

#UK_registration {
font-size: 10px;
color: #868686;
line-height: 11px;
}

ul.mainlist {
list-style-type: none;
position: relative;
display: block;
}

ul.mainlist li {
list-style-type: none;
display: block;
float: inline;
margin: 0;
padding: 0;
}

#staff_wrapper {
width: 495px;
}

# staff_wrapper_text {
width: 365px;
}

#staff_image {
width: 115px;
height: auto;
padding-right: 15px;
margin-top: 5px;
}

#staff_title {
width: 365px;
height: auto;
padding-bottom: 10px;
margin-bottom: 8px;
background-image: url('images/list_dotted.gif');
background-position: bottom;
background-repeat: no-repeat;
float: left;
}

#staff_position {
font-size: 12px;
font-weight: bold;
letter-spacing: -1px;
width: 495px;
text-align: left;
line-height: 110%;
color: #000;
float: left;

}

#staff_content {
width: 365px;
min-height: 100px;
height:auto !important;
padding-bottom: 30px;
}

ul.staff {
list-style-type: none;
position: relative;
display: block;
margin-bottom: 0;

}

ul.staff li {
display: block;
float: left;
margin: 0;
padding: 0;
}




/* ------ End Main Content ------ */

