
/*--------------------------------------------------*/
/* General Setup                 					*/

	* {
		padding: 0;
		margin: 0;
	}

	body {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1em;
		color: #666;
		background: #edf5f9;
	}

	a img {
		border: 0;
	}

	p {
		padding: 5px 0 5px 0;
	}

	ul, ol {
		padding: 0 24px 12px;
	}

	table {
		font-size: 1em;
	}

	input,
	textarea,
	select,
	button {
		font-size: 1em;
	}
	
	hr{
		border: 0;
		/*color: #9e9e9e;*/
		color:#00aeef;
		background-color: #9E9E9E;
		height: 1px;
		width: 100%;
		text-align: left;
		margin: 5px 0 7px 0;
	}
	 
	h1{
		/*color: #9e9e9e;*/
		color:#00aeef;
		font-size: 2em;
		font-weight: normal;
		line-height: 50px;
		
	}

	h2{
		color: #fff;
		font-size: 1.5em;
		font-weight: normal;	
	}
	
	h3{
		/*color: #9e9e9e;*/
		color:#00aeef;
		font-size: 1.5em;
		font-weight: normal;
		line-height: 30px;
	}
	
		
	h4{
		color: #000;
		font-size: 1em;
		font-weight: normal;
		line-height: 20px;
	}
	
	h5{
		/*color: #9e9e9e;*/
		color:#00aeef;
		font-size: 1.2em;
		font-weight: normal;
		line-height: 20px;
	}	
/*--------------------------------------------------*/
/* Generic Classes				                    */

	.offScreen {
		position: absolute;
		left: -5000px;
	}

	.clear:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
	.highlightActiveField {
	    border: 1px solid black;
	    border-left: 4px solid #BF1717;
	    background-color: #DFDFDF;  
	}

	.highlightInactiveField {
	    border: 1px solid black;    
	    background-color: #fff;
	}
	
	.errorMessage {
		color:#ff0000;
	}
	
	.error {
		background-color:#ffcaca;
	}

/*--------------------------------------------------*/
/* Wrapper						                    */

	#wrapper {
		font-size: 0.7em;
		margin: 0 auto;
		width: 828px;
		border: 1px solid #bec4c7;
		background: #fff;
		
	}

/*--------------------------------------------------*/
/* SearchBox						                */
	
	#headerButton{
		float: left;
		margin: 50px 10px 0px 10px;
	}
	
	#searchBox{
		float: right;
		margin: 42px 0 0 0;
		width: 250px;
	}
	
	#searchBox fieldset{
		border: none;
		padding: 5px 0 0 8px;
	}

	#searchBox label{
		padding: 0 5px 0 0;
	}
	
	#searchBox button{
		background: url('../../img/global/goButton.gif') no-repeat 0 0;
		padding: 4px 0 0 8px;
		border: none;
		cursor:pointer;
		height: 26px;
		width: 21px;
	}
	
/*--------------------------------------------------*/
/* Navigation					                    */	

	#navColumn{
		float: left;
		width: 185px;
		margin: 0 5px 0 0;
	}
	
	#navigation{
		margin-bottom: 30px;
		color:#111;
	}
	
	#navigation ul {
		padding-left:0;
		margin-left:0;
	}
	
	#navigation li {
		list-style-type:none;
		margin-left:0;
		width: 185px;
		padding: 5px 0px 5px 0px;
	}
	
	#navigation h4 {
		border-color: #dbdbdb;
		border-style: dotted none none none;
		padding: 5px 0px 5px 0px;
		cursor:pointer;
	}
	
	#navigation h4.navLast {
		border-color: #dbdbdb;
		border-style: dotted none dotted none;
		padding: 5px 0px 5px 0px;
	}
	
	#navigation h4.title1 {
		border-color: #dbdbdb;
		border-style: dotted none none none;
		padding: 5px 0px 5px 0px;
	}
	
	#navigation h4.title2 {
		border-color: #dbdbdb;
		border-style: dotted none none none;
		padding: 5px 0px 5px 0px;
	}
	
	#navigation li.gloSelected {
		border:none;
	}
	
	#navigation li.bottomList {
		border-color: #dbdbdb;
		border-style: none none dotted none;
		padding: 5px 0px 5px 0px;
	}
	
	#navigation li.subNav {
		padding: 5px 0px 5px 10px;
		color:#111;
		border-color: #dbdbdb;
		border-style: dotted none none none;
	}
	
	#navigation li.subNavFirst {
		padding: 5px 0px 5px 10px;
		margin:5px 0 0 0;
		color:#111;
		border-color: #dbdbdb;
		border-style: dotted none none none;
	}
	
	#navigation li.subNavLast {
		padding: 5px 0px 5px 10px;
		margin-bottom:-12px;
		color:#111;
		border-color: #dbdbdb;
		border-style: dotted none none none;
	}
	
	#navigation li.subNavSingle {
		padding: 5px 0px 5px 10px;
		margin:5px 0 -15px 0;
		color:#111;
		border-color: #dbdbdb;
		border-style: dotted none none none;
	}
	
	#navigation a{
		text-decoration: none;
		color:#111;
	}
	
	#navigation a:hover{
		color:#b21811;
	}
	
	#navigation a:visited{

	}
	
/*	.nav{
		padding: 5px 0px 5px 0px;
		border-color: #dbdbdb;
		border-style: dotted none none none;
	}*/
	
/*	.navLast{
		padding: 5px 0px 5px 0px;
		border-color: #dbdbdb;
		border-style: dotted none dotted none;
	}*/
	
/*	.navLast a{
		text-decoration: none;
		color:#111;
	}*/
	
/*	.navLast a:hover{
		color:#b21811;
		
	}*/

/*--------------------------------------------------*/
/* Container  					                    */	

	#content{
		margin: 0 10px 0 10px;
		clear: both;
		overflow: hidden;
	}
	
	#header{
		/*background: url('../../img/global/header.jpg') no-repeat;*/
		height:110px;
	}
	
	#banner{
		margin: 5px 0 5px 0;
	}
	
	 #newsBox .titleBackground{
		 background: url('../../img/global/newsBoxBarBackground.jpg') repeat-y;
	 }
	
	 #usefulResourceBox .titleBackground{
		 background: url('../../img/global/newsBoxBarBackground.jpg') repeat-y;
	 }

	 #navBoxes .titleBackground{
		 background: url('../../img/global/navBoxBarBackground.gif') repeat-y;
	 }

	 #eventsBox .titleBackground{
		 background: url('../../img/global/eventsBoxBarBackground.jpg') repeat-y;
	 }

	.titleBackground{
		height: 20px;
		padding: 5px;
	}
	
	#footer{
		color: #00aeef;
		clear: both;
		overflow: hidden;
		margin: 10px 10px 0 10px;
		font-size:0.9em;
	}
	
	#footerLinks{
		float: left;
	}
	
	#contactInfo{
		float: right;
		text-align: right;
	}
	
	#footer a {
		text-decoration:none;
		color:#00aeef;
	}
	
	#footer a:hover {
		color:#b21811;
	}
	
/*	#eventsBox { 
	   min-height: 200px;
	}
	
	#usefulResourceBox { 
	   min-height: 200px;
	}
	#newsBox { 
	   min-height: 200px;
	}*/
	
		/*-------------------------------*/
		/* Basic Form                    */


			.addNewsForm fieldset {
				padding-bottom: 5px;
			}

			.addNewsForm .error {
				color: red;
				background: inherit;
				font-weight: bold;
			}

			.addNewsForm .row {
				padding: 5px 0 0 11.5em;
				clear: both;
			}

			.addNewsForm .row .label { /* NS7: Cannot apply styles to label object */
				float: left;
				width: 11em;
				margin: 0 0 0 -11.5em;
				text-align: right;
			}

			.addNewsForm .row .label abbr.required {
				border: 0;
			}

	/*-------------------------------*/
	/* Basic Form                    */


					.subscribeForm fieldset {
						padding-bottom: 5px;
						border: none;
					}

					.subscribeForm .error {
						color: red;
						background: inherit;
						font-weight: bold;
					}

					.subscribeForm .row {
						padding: 5px 0 0 11.5em;
						clear: both;
					}

					.subscribeForm .row .label { /* NS7: Cannot apply styles to label object */
						float: left;
						width: 17em;
						margin: 0 1em 0 -10.5em;
						text-align: right;
					}

					.subscribeForm .row .label abbr.required {
						border: 0;
					}
					
					.subscribeForm select {
						width:175px;
					}

					div.inputRadio {
						float: left;
						margin-right: 5px;
					}

					div.labelRadio {
						float: left;
						width: 420px;
						padding-bottom: 5px;
					}
					
					
		#contentBoxes {
			margin-top:10px;
			width: 602px;
			background: url('../../img/global/contentBoxes.jpg') repeat-y 0 0;
		}

		#newsBox{
			float: left;
			width: 330px;
			min-height:180px;
			border-top: 1px solid #dbdbdb;
			/*border-bottom: 1px solid #dbdbdb;*/
			padding: 5px 5px 4px 5px;
		}

		#eventsBox{
			float: right;
			width: 235px;
			min-height:180px;
			border-top: 1px solid #dbdbdb;
			/*border-bottom: 1px solid #dbdbdb;*/
			padding: 5px 5px 4px 5px;
		}

		.eventDates{
			text-align: center;
		}

		.eventDates span.dates{
			color:#00aeef;
			font-size: 1.2em;
			font-weight: normal;
			line-height: 30px;

		}
		.eventDates span.chevronLeft{
			float: left;
			width: 30px;
			margin: 5px 0 0 0;
		}

		.eventDates span.chevronRight{
			float: right;
			width: 30px;
			margin: 5px 0 0 0;
		}

		#eventNumber {
			clear:both;
			color: #00aeef;
			font-size: 1.1em;
			text-align: center;
			height:15px;
		}

		.eventDetail .eventImage{
			float: left;
			width: 115px;
		}

		.eventDetail .eventInfo{
			clear:both;
			width: 210px;
			border-bottom:1px solid #dbdbdb;
		}

		.eventDetail {	
			clear:both;	
			width:230px;
/*			height:103px;
			overflow:auto;*/
		}
		
		#newsEventsBottom {
			clear:both;
			height:14px;
			background: url('/a/img/global/newsEventsBottom.jpg') no-repeat 0 0;
		}

		#rolloverInfo{
			clear:both;
			width: 230px;
			padding:5px 2px 0 0;
		}  	

		#rolloverInfo .UK{
			float:left;
		}

		#rolloverInfo .US{
			float:right;
		}

		#rolloverInfo .UK a{
			color:#b21811;
			text-decoration: none;
		}

		#rolloverInfo .US a{
			color:#b21811;
			text-decoration: none;
		}
		
		#keepUpdated a {
			text-decoration:none;
			color:#000000;
		}
		
		#keepUpdated a:hover {
			color:#b21811;
		}
		
		#contentBoxes a {
			text-decoration:none;
			color:#b21811;
		}
		
		#contentBoxes a:hover {
			text-decoration:underline;
		}
		
		#keepUpdated{
			width: 175px;
			border: 1px solid #dbdbdb;
			background: url('../../img/global/boxBackgroundSm.gif') repeat-x;
			padding: 5px;	
		}

		#keepUpdated h2{
			color:#00aeef;	
		}

		#keepUpdated a{
			color:#b21811;	
		}
		
		.resourceText {
			clear:both;
		}
		
		#usefulResourceBox span.resourceTitle{
			float: left;
			color: #000;
			font-size: 1em;
			font-weight: normal;
			line-height: 20px;

		}

		#usefulResourceBox span.downloadLink{
			color:#b21811;
			float: right;
			width: 90px;
			line-height: 20px;	
		}

		#usefulResourceBox span.downloadLink a{
			text-decoration: none;
			color:#b21811;
		}

#topContent a.readMore {
	color:#b21811;
}

#topContent a.readMore:hover {
	text-decoration: underline;
}
		
#topContent a {
	text-decoration:none;
	color:#000;
}

#topContent a:hover {
	color:#b21811;
}	