html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear { clear: both }

/* ### END RESET ### */

body {
	background: #6528b4 url(/media/img/bg.jpg) repeat-x left top;
	color: #000;
	font: normal normal normal 0.9em/140% Arial, sans-serif;
	margin: 0;
	padding: 0;
}

hr { display: none }
h1, h2, h3, h4 {
	color: #6728b4;
}

a:link, a:active, a:visited {
	color: #6728b4;
	text-decoration: none;
}

a:focus, a:hover {
	text-decoration: underline;
}

p {
	color: #323232;
	font: 14px 'arial','verdana';
	line-height: 19px;
	margin-bottom: 10px;
}

strong { font-weight: bold; }

h1, h2, h3 {
	font-weight: normal;
	font-family: 'Times New Roman', 'arial';
}
h1 {
	font-size: 36px;
	margin-bottom: 15px;
}
h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

legend {
	font-size: 17px;
	padding: 0 5px;
}

form fieldset {
	border: 1px solid #efefef;
	padding: 8px 12px;
}

form fieldset ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form fieldset ul li {
	margin-bottom: 8px;
	position: relative;
}
 
form fieldset label {
	display: block;
	float: left;
	font-weight: bold;
	line-height: 28px;
	padding: 0 5px;
	width: 120px;
}
 
form fieldset input[type="text"] {
	border: 1px solid #ddd;
	color: #000;
	height: 20px;
	padding: 5px 5px 0 5px;
	width: 300px;
}

form fieldset textarea {
	border: 1px solid #ddd;
	color: #000;
	height: 200px;
	padding: 5px 5px 0 5px;
	width: 300px;
}

#frame {
	background: #fff;
	margin: 0 auto;
/*	margin-bottom: 60px;*/
	width: 950px;
}

#header {
	height: 145px;
	margin: 0;
	padding: 0 0 0 180px;
	position: relative;
}

#logo, #strapline {
	font-family: "Times New Roman", Serif;
	font-weight: normal;
}

#logoimg {
	position: absolute;
	top: 15px;
	left: 25px;
	width: 120px;
}

#logo {
	color: #6728b4;
	font-size: 32px;
	letter-spacing: 1px;
	margin: 0 0 15px;
	padding: 50px 0 0;
	text-transform: uppercase;
	word-spacing: 5px;
}

#logo span {
	font-size: 35px;
}

#strapline {
	font-size: 21px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	word-spacing: 5px;
}

#strapline span {
	font-size: 24px;
}

#associations {
	position: absolute;
	right: 25px;
	top: 15px;
	width: 240px;
}

#navbar {
	height: 65px;
	position: relative;
}

#navigation, .sub-navigation {
	background: #e6e6e6 url(/media/img/menu-bg.jpg) repeat-x center center;
	font-family: "Times New Roman", Serif;
	font-size: 14px;
	list-style-type: none;
	height: 30px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	text-transform: uppercase;
}

#navigation a:link, #navigation a:active, #navigation a:visited, #navigation .current {
	color: #000;
}

#navigation a:hover, #navigation a:focus {
	color: #6728b4;
}

#navigation li, #sub-navigation li {
	display: inline;
	line-height: 22px;
	padding-right: 16px;
}

#navigation li.last, #sub-navigation li.last {
	padding-right: 0;
}

.sub-navigation {
	display: none;
	position: absolute;
	left: 0;
	text-align: center;
	top: 32px;
	width: 100%;
}

.sub-navigation a:link, .sub-navigation a:active, .sub-navigation a:visited {
	color: #6728b4 !important;
}

#content, #sidebyside {
	min-height: 580px;
	padding: 15px 25px;
	position: relative;
}

#content-left {
	width: 522px;
}

#content-right {
	position: absolute;
	top: 15px;
	right: 25px;
	width: 362px;
}

#content-left h2 {
	background: transparent url(/media/img/gray-header.jpg) no-repeat center center;
	color: #000;
	font-family: "Times New Roman", Serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 20px 15px 20px 130px;
	height: 52px;
	width: 377px;
}

#content-right h2 {
	background: transparent url(/media/img/purple-header.jpg) no-repeat center center;
	color: #fff;
	font-family: "Times New Roman", Serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 20px 15px;
	height: 52px;
	width: 330px;
}

#footer {
	background: #e6e6e6 url(/media/img/footer-bg.jpg) repeat-x center center;;
	color: #000;
	font-family: "Times New Roman", Serif;
	font-size: 11px;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
}

#copyright {
	font-size: 11px;
	line-height: 20px;
	padding: 7px 0 0;
	margin: 0;
}

p.first {
	color: #6728b9;
	font-size: 14px;
	line-height: 180%;
}

/* Home */
#home {
	min-height: 600px;
	padding: 15px 25px;
	position: relative;
}

#introduction {
	min-height: 450px;
	padding-bottom: 15px;
	width: 325px;
}

#right {
	position: absolute;
	right: 28px;
	top: 0;
	width: 540px;
}

#events {
	background: transparent url(/media/img/event-bg.jpg) no-repeat center center;
	height: 260px;
	margin: 10px 0 0;
	padding: 30px 0 0 150px;
	
}

#events img {
	border: 1px solid #efefef;
	margin-right: 18px;
}

#events h5 {
	font-family: "Times New Roman", Serif;
	font-size: 18px;
	margin: 25px 0 0;
	padding: 0;
}

#banner {
	background: transparent url(/media/img/banner-bg.jpg) no-repeat center center;
	color: #fff;
	font-size: 12px;
	height: 130px;
	position: relative;
}

#banner p {
	color: #FFF !important;
	font-size: 12px !important;
	line-height: 14px !important;
}

#banner strong {
	font-family: "Times New Roman", Serif;
}

#banner .left {
	left: 132px;
	line-height: 120%;
	position: absolute;
	top: 25px;
	width: 130px;
}

#banner .right {
	left: 400px;
	line-height: 120%;
	position: absolute;
	top: 24px;
	width: 130px;
}

#gallery-holder {
	background: transparent url(/media/img/gallery-bg.jpg) no-repeat center center;
	height: 115px;
}

#gallery {
	list-style: none;
}

#gallery li {
	
}

#enquiry-form {
	width: 517px;
}

#map {
	border: 1px solid #efefef;
	height: 240px;
	padding: 2px;
	width: 325px;
}

#mapcontainer {
	position: absolute;
	top: 116px;
	right: 25px;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: transparent;
    border: none;
	margin: 0 auto;
	width: 820px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 780px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  780px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 110px;
    height: 80px;
    text-align: center;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/media/img/tango/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/media/img/tango/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/media/img/tango/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/media/img/tango/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/* -- Standard editable CSS -- */
.edit-class-Text.edit-align-left, .edit-class-Caption.edit-align-left, .edit-class-TableCell.edit-align-left { text-align:left; }
.edit-class-Text.edit-align-center, .edit-class-Caption.edit-align-center, .edit-class-TableCell.edit-align-center { text-align:center; }
.edit-class-Text.edit-align-right, .edit-class-Caption.edit-align-right, .edit-class-TableCell.edit-align-right { text-align:right; }
.edit-class-Image.edit-align-left, .edit-class-Video.edit-align-left { display:block; float:left; margin:0 1em 1em 0 !important; }
.edit-class-Image.edit-align-center, .edit-class-Video.edit-align-center { display:block; clear:both; margin:0 auto 1em !important; }
.edit-class-Image.edit-align-right, .edit-class-Video.edit-align-right { display:block; float:right; margin:0 0 1em 1em !important; }
