/* Simple classes - dereferencing single style parameters to avoid inline styles */

.bold {
 font-weight: bold;
}

.clearboth {
 clear: both;
}

.floatleft {
 float: left;
}

.floatright {
 float: right;
}

.invisible {
	display: none;
}


.form_error {
	padding:5px;
	border: solid 1px #ff7f00;
	font-weight:bold;
}

/* site styles */


*{font-size:100.01%}
html {
	font-size:62.5%;
	height:100%;
}
body {
	color:#4b575f;
	font:1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	height:100%;
	min-width:980px;
	background:#fff url(images/body-bg.gif) repeat-y 50% 0;
}
.noscript {
	font-size:11px;
	margin:10px 0;
	text-align:center;
	color:#000;
}
* html .noscript {display:block;}

/* Common Parts */
a {
	color:#4b575f;
	text-decoration:underline;
}
a:hover {text-decoration:none;}
p {
	margin:0 0 1.4em;
	line-height:1.25em;
	padding:0;
}
img {border:none;}
form {
	margin:0;
	padding:0;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
input, select, label, textarea {vertical-align:middle;}
input.text {padding:0 3px;}
input.text,
select,
textarea {
	font:11px Arial, Helvetica, sans-serif;
	color:#4b575f;
}
input.radio {
	padding:0;
	margin:0;
}
ul {
	margin:0 0 0 15px;
	padding:0;
}
ul ul {margin:2px 0 2px 15px;}

/* Main Blocks */
.page-box {
	width:50%;
	float:left;
	background:url(images/html-bg.gif) repeat;
}
#main {
	width:199%;
	float:left;
	position:relative;
	margin:0 -100% 0 0;
	display:inline;
	background:url(images/body-bg.gif) repeat-y 50% 0;
}
.container {
	width:980px;
	overflow:hidden;
	margin:0 auto;
}
.control-panel {
	background:url(images/main-box-top-bg.png) no-repeat;
	width:979px;
	height:54px;
	overflow:hidden;
	font:bold 1.167em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}
.control-panel .content {
	float:right;
	padding-right:7px;
	width:331px;
	height:43px;
	position:relative;
	background:url(images/tabs.gif) no-repeat;
}
.search-box {
	width:187px;
	float:right;
	margin-left:5px;
	padding-top:16px;
}
.search-box * {float:left;}
.search-box input.text {
	border:1px solid #929395;
	padding:2px 5px 1px;
	width:82px;
	margin-left:5px;
}
.control-panel a {
	float:left;
	width:127px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	height:23px;
	padding-top:16px;
	margin-left:5px;
}
.control-panel a:hover {text-decoration:underline;}
.main-box {
	width:967px;
	padding:15px 7px 0 6px;
	background:url(images/main-box-bg.png) repeat-y;
}
.header {
	background:#fff;
	padding:20px 10px 20px 30px;
	width:927px;
	position:relative;
	color:#646466;
	font-size:1.083em;
	border-bottom:5px solid #ff7f00;
	margin-bottom:15px;
}
.header:after{
	content:".";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
	text-indent:-9999em;
}
* html .header {height:1%;}
.header a {color:#646466;}
.logo {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 370px 0 0;
	background:url(images/logo-small.gif) no-repeat;
	width:173px;
	height:39px;
}
.index .logo {
	margin:0 30px 0 0;
	background:url(images/logo.gif) no-repeat;
	width:399px;
	height:91px;
}
.logo a {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
}
.text-box {display:table;}
* html .text-box {height:1%;}
*+html .text-box {height:1%;}

.header .text-box strong {
	display:block;
	margin:0 0 10px;
	color:#ff7f00;
	font-size:1.077em;
}
.header .text-box strong a {color:#ff7f00;}
.header .text-box p {margin:0;}
.main-img {
	width:534px;
	height:187px;
	overflow:hidden;
	position:absolute;
	bottom:-2px;
	left:67px;
}
.index .main-img {
	width:182px;
	height:235px;
	bottom:6px;
	left:67px;
}
.union-box {
	width:100%;
	overflow:hidden;
	background:url(images/nav-bg.jpg) repeat-y;
}
.nav {
	background:url(images/nav-bg.jpg) repeat-y;
	width:226px;
	float:left;
	padding-bottom:70px;
}
.nav ul {
	margin:0;
	list-style:none;
	font-weight:bold;
}
.nav li {
	border-bottom:1px solid #489fd1;
	padding:2px 7px;
}
.nav a {
	color:#fff;
	text-decoration:none;
}
.nav li.active {background:#99cae6 url(images/nav-active-bg.gif) repeat-y;}
.nav a:hover, .nav li.active a {
	color:#1b3883;
}
.nav ul ul {
	font-weight:normal;
	margin:0 -7px;
	font-size:.917em;
	display:none;
}
.nav .active ul {display:block;}
.nav li li {
	border:none;
	padding:1px 7px;
}
.nav li.active li a {
	background-repeat:no-repeat;
	background-position:0 .6em;
	padding-left:9px;
}
.nav ul ul ul {
	font-size:1em;
}
.nav li li li {padding-left:16px;}
.nav ul ul ul ul {
	margin-left:-16px;
}
.nav li li li li {padding-left:26px;}

.nav li li li li a{
    color:#3b58a3 !important;
    } 
/* Override level 2 styles to make it not white and thus easier to see. */

.nav ul li li a {
	background-image:url(images/bullet-blue.gif) !important;
}

.nav ul li .active{
    font-weight: bold;
}

.main-column {
	float:right;
	width:731px;
	margin-right:5px;
	display:inline;
}
.box {
	float:left;
	width:174px;
	padding:8px;
	background-image:url(images/title-bg-red.jpg);
	background-repeat:repeat-y;
	background-position:100% 0;
	margin-right:5px;
	color:#fff;
}
.box a {color:#fff;}
.box.ladge {width:325px;}


.box .title {
	font-weight:normal;
	display:block;
	margin:8px 0 -8px;
}
.box .title a {text-decoration:none;}
.box .title a:hover {text-decoration:underline;}
.box .text-content {
	background:#fff;
	margin:0 -8px -8px;
	padding:0 8px 8px;
	width:100%;
	overflow:hidden;
	color:#4b575f;
}
.box .text-content a {color:#4b575f;}
.back {
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.back:hover {text-decoration:underline;}
.box img {
	display:block;
	margin:0 -8px;
}
.box p {margin:8px 0 0;}
.box h2, .title-list h2 {
	color:#fff;
	font-size:1.167em;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 8px;
}
.box h2 a, .title-list h2 a {
	color:#fff;
	text-decoration:none;
}
.box h2 a:hover, .title-list h2 a:hover {text-decoration:underline;}
.activity-listing {
	margin:-8px 0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.activity-listing li {
	border-bottom:1px solid #edeeef;
	padding:2px 5px;
	margin:1px 0 -1px;
}
.activity-listing a {text-decoration:none;}
.activity-listing a:hover {text-decoration:underline;}
.bottom-panel {
	text-align:right;
	font-weight:bold;
	padding:16px 0 0;
}
.bottom-panel a {
	color:#fff;
	text-decoration:none;
}
.bottom-panel a:hover {text-decoration:underline;}


.bottom-bar {
	width:100%;
	position:relative;
	height:45px;
	color:#fff;
	font-size:.833em;
}
.bottom-bar a {
	color:#fff;
	text-decoration:none;
}
.bottom-bar a:hover {text-decoration:underline;}
.left-box {
	position:absolute;
	bottom:0;
	left:10px;
	width:167px;
	height:100px;
/*	background:url(images/ipod.jpg) no-repeat 0 100%;*/
	width:216px;
}
.competition img {
	float:left;
	padding-right:5px;
}
* html .bottom-bar .left-box {bottom:-1px;}
.left-box strong {
	display:block;
	font-size:1.9em;
	margin-bottom:20px;
}
.left-box a {
	font-size:1.4em;
	font-weight:bold;
}
.right-box {
	position:absolute;
	bottom:10px;
	right:10px;
	width:200px;
	text-align:right;
	font-size:2.4em;
	font-weight:bold;
}
.footer {
	background:url(images/footer-bg.png) no-repeat;
	width:950px;
	padding:15px;
	min-height:70px;
	color:#9c9d9f;
	font:.917em Arial, Helvetica, sans-serif;
	position:relative;
}
* html .footer {height:70px;}
.footer a {
	color:#9c9d9f;
	text-decoration:none;
}
.footer a:hover {text-decoration:underline;}
.footer p {margin:0 0 8px;}
.footer ul {
	margin:0 0 8px;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.footer li {
	padding:0 5px;
	margin:0 5px 0 -5px;
	border-left:1px solid #9c9d9f;
	float:left;
}
.footer span {display:block;}
.logo-bromley {
	position:absolute;
	top:15px;
	right:15px;
}
.sidebar {
	float:right;
	width:190px;
}
.sidebar .box {
	margin:0 0 5px;
	float:none;
	overflow:hidden;
}
.title-list {
	margin:0;
	list-style:none;
}
.title-list li {
	margin:0 0 5px;
	padding:8px;
}
.title-list h2 {margin:0;}
.breadcrumbs {
	width:100%;
	overflow:hidden;
	font-size:.917em;
	color:#b5b6b7;
	padding:20px 0 5px;
}
.breadcrumbs a {
	color:#b5b6b7;
	text-decoration:none;
}
.breadcrumbs a:hover {text-decoration:underline;}
.breadcrumbs .content {
	float:right;
	padding-right:10px;
}
.breadcrumbs span {
	float:left;
}
.breadcrumbs ul {
	float:left;
	overflow:hidden;
	margin:0;
	list-style:none;
}
.breadcrumbs li {
	float:left;
	padding:0 8px 0 4px;
	margin:0 -4px 0 4px;
	display:inline;
	background:url(images/split.gif) no-repeat 100% .4em;
}
.sidebar .box ul {
	margin:0;
	list-style:none;
}
.sidebar .box li {
	border-bottom:1px solid #edeeef;
	padding:3px 0;
}
.sidebar .box li.active {font-weight:bold;}
.sidebar .box ul ul {
	padding-top:3px;
}
.sidebar .box li li {
	border-top:1px solid #edeeef;
	border-bottom:0;
}
.calendar {font-weight:bold;}
.calendar ul {font-weight:normal;}

.sidebar .box li a {text-decoration:none;}
.sidebar .box li a:hover {text-decoration:underline;}
.doc-type {
	margin:0;
	list-style:none;
}
.doc-type li {
	border-bottom:1px solid #edeeef;
	padding:3px 0;
}
.doc-type li a {text-decoration:none;}
.doc-type li a:hover {text-decoration:underline;}
.doc-type li.pdf {
	padding-left:22px;
	background:url(images/ico-pdf.gif) no-repeat 0 .3em;
}
.general-part {
	float:left;
	width:537px;
}
.main-text-box {
	background:#fff;
	padding:10px;
	overflow:hidden;
	height:1%;
}
.main-text-box .title {
	margin:-10px -10px 10px;
	padding:7px 10px;
	background:#ff7f00 url(images/title-bg-orange.jpg) repeat-y 100% 0;
	color:#fff;
	width:100%;
	overflow:hidden;
}
.sign-up {
	margin:10px -10px -20px;
	padding:7px 10px;
	background:#be0000 url(images/title-bg-red.jpg) repeat-y 100% 0;
	color:#fff;
	width:100%;
	overflow:hidden;
	text-align:right;
	font-weight:bold;
}
.sign-up a {
	color:#fff;
	text-decoration:none;
}
.sign-up a:hover {text-decoration:underline;}
.main-text-box .title.bottom {
	margin-bottom:-10px;
	margin-top:20px;
}
.main-text-box .title a {color:#fff;}
.main-text-box .title h1, .main-text-box .title h2 {
	font:bold 1em  "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	color:#fff;
	float:left;
}
.main-text-box img {
	float:left;
	margin:0 10px 5px 0;
}
.general-part h2 {
	font:bold 1em  "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 10px;
}
.paging {
	float:right;
	font-weight:bold;
}
.paging span {
	float:left;
	margin:0 5px 0 0;
}
.paging ul {
	float:left;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.paging li {
	float:left;
	border-left:1px solid #fff;
	padding:0 4px;
	margin:0 1px 0 -1px;
	display:inline;
}
.paging li a {
	padding:0 5px;
	text-decoration:none;
}
.paging li a:hover, .paging li.active a {background:#ffb46b;}
.paging li a:hover {text-decoration:underline;}
.activity-listing {
	margin:0 0 -12px;
	list-style:none;
	border-top:1px solid #edeeef;
	width:100%;
	padding-bottom:1px;
}
.activity-listing li {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #edeeef;
	padding:5px 0;
}
.activity-listing .img-box {
	float:left;
	margin:0 8px 0 0;
	width:100px;
}
.activity-listing .img-box img {
	display:block;
	margin:0 0 2px;
	float:none;
}
.activity-listing .img-box span {
	display:block;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:#83b817;
	font-size:.917em;
}
.activity-listing .holiday .img-box span {background:#ffbe00;}
.activity-listing .holiday-term .img-box span {background:url(images/holiday-term-bg.jpg) repeat-y;}

.activity-listinga {text-decoration:none;}
.activity-listing a:hover {text-decoration:underline;}
.activity-listing p {margin:0;}
.activity-listing p a {
	color:#be0000;
	font-weight:bold;
}
.heading {
	border-bottom:1px solid #edeeef;
	margin-bottom:10px;
	padding-bottom:10px;
}
.activity-listing .heading {
	padding:0;
	margin:0;
	border:none;
}
.heading ul {
	margin:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.heading li {
	width:auto !important;
	border-bottom:none !important;
	padding:0 8px !important;
	float:left;
	display:inline;
	margin:0 8px 0 -8px;
	border-left:1px solid #4b575f;
	line-height:120%;
}
.heading h1 {margin:0;}
.heading a {text-decoration:none;}
.heading a:hover {text-decoration:underline;}

.general {font-weight:bold;}

.search-form {
	padding:8px 0 0;
}
.search-form label {display:none;}
.search-form {color:#7b7c7e;}
.search-form .form-section {
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
	margin:0 0 5px;
	border-bottom:1px solid #edeeef;
}
.search-form .form-section input {float:left;}
.search-form input.text {
	border:1px solid #929395;
	padding:0 2px;
	width:145px;
}
.search-form input.textLong {
	padding:0px 4px 0px 4px;
	width:162px;
	color:#4b575f;
	font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:4px;
}
.search-form input.text, .search-form select {
	color:#4b575f;
	font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.search-form select {
	width:100%;
	margin-bottom:4px;
}
.register-form {
	border:solid #edeeef;
	border-width:1px 0;
	padding:10px 0;
	font-size:.917em;
}
.register-form .form-section {
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.register-form strong, .register-form label {
	float:left;
	width:185px;
	padding:2px 5px 0 0;
	font-weight:normal;
	text-align:right;
	color:#4b575f;
}
.register-form strong em {
	font-style:normal;
	font-weight:bold;
}
.form-section.name label {display:none;}
.register-form input.text {
	padding:1px;
	width:349px;
}
.register-form .name input.text {
	width:140px;
}
.register-form .name input.textLong {
	width:160px;
}
.register-form select {
	width:356px;
}
.register-form .name input.text {
	width:170px;
}
.register-form .name select {
	width:56px;
}
.register-form textarea {
	width:350px;
/*	height:70px;*/
}
.form-section.connect-contact label {
	margin-left:195px;
	width:275px;
	text-align:left;
}
.form-section.connect-contact label span {float:left;}
.form-section.connect-contact label input {float:right;}
.bottom-form-section {
	border-top:1px solid #edeeef;
	padding:10px 0 0;
	text-align:right;
	padding-right:165px;
}

.search-result {
	margin:0;
	list-style:none;
}
.search-result li {
	border-top:1px solid #edeeef;
	padding:5px 0;
}
.search-result h2 {margin:0;}
.search-result h2 a {text-decoration:none;}
.search-result h2 a:hover {text-decoration:underline;}
.search-result strong a {text-decoration:none;}
.search-result strong a:hover {text-decoration:underline;}
.sitemap {
	margin:0;
	list-style:none;
	font-weight:bold;
	width:100%;
	overflow:hidden;
}
.sitemap li {
	border-top:1px solid #edeeef;
	padding:2px 0;
	margin:-1px 0 1px;
}
.sitemap a {text-decoration:none;}
.sitemap a:hover {text-decoration:underline;}
.sitemap ul {
	margin:0 0 0 35px;
	list-style:none;
	font-weight:normal;
}
.sitemap li li {
	padding:0 0 0 9px;
	background:url(images/bullet-grey.gif) no-repeat 0 .7em;
	margin:0;
	border:none;
}

.sitemap_a2z {
	margin:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.sitemap_a2z li {
	border-top:1px solid #edeeef;
	padding:2px 0;
	margin:-1px 0 1px;
}
.sitemap_a2z a {text-decoration:none;}
.sitemap_a2z a:hover {text-decoration:underline;}
.sitemap_a2z ul {
	margin:0 0 0 35px;
	list-style:none;
}


.yellow {
	background-image:url(images/title-bg-yellow.jpg) !important;
	color:#4b575f;
	background-color:#FFBE00 !important;
}
.orange {
	background-image:url(images/title-bg-orange.jpg) !important;
	background-color:#ff7f00 !important;
}
.grey {
	background-image:url(images/title-bg-grey.jpg) !important;
	background-color:#656567 !important;
}
.green {
	background-image:url(images/title-bg-green.jpg) !important;
	background-color:#84B818 !important;
}
.blue {
	background-image:url(images/title-bg-blue.jpg) !important;
	background-color:#39B9D6 !important;
}
.red {
	background-image:url(images/title-bg-red.jpg) !important;
	background-color:#BE0000 !important;
}



.video_container {
	margin-left:-8px;
}


#scrolling-container {
	height:205px;
	position:relative;
	overflow:hidden;
	margin:10px 0 5px;
}
#content {
	width:100%;
	position:absolute;
}
.dob select {
	width:auto;
}
.dobnote {
	padding-left:190px;
	padding-top:3px;
}

.new_user_register {
	text-align:center;
	padding-top:5px;
}