@charset "utf-8";

@import url("reset.css");
@import url("nav.css");


html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333;  
	line-height: 1.5em;
}

.homeBody, .largeFlash {
	background: url(/images/bodybg1.jpg) repeat-x #f6f6f6;
}

.smallFlash {
	background: url(/images/bodybg2.jpg) repeat-x #f6f6f6;
}

.default {
	background: url(/images/bodybg3.jpg) repeat-x #f6f6f6;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 2em;
	color: #00a2b2;
	padding: 0;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
}

#homeLeft h1 {
	margin: 20px 0 0 0 ;
}

	
h2 {
	font-size: 1.17em;
	color: #666;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

h2.whiteSifrH2 {
	color: #fff;
}

h3.blueSifrH3 {
	color: #00A2B2
}

h1 + p, .paragraph1 {
	color: #00a2b2	
}

a {
	text-decoration: none;
	color: #00a2b2
}

a:hover {
	text-decoration: underline;
}

.clear {
	line-height: 0.01em;
	height: 1px;
	clear: both;
}

.form label {
	display: inline-block;
	width: 140px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.form input {
	margin: 0 0 10px 0;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #666;
	border: 2px solid #ccc;
	padding: 2px 5px;
}

.form .submit {
	margin-left: 140px;
	background: #fff;
	font-weight: bold;
	cursor: pointer
}

.styledLink {
	display: inline-block;
	height: 25px;
	background: url(/images/styledLinkBG.jpg) no-repeat top left;
}

	.styledLink b, .styledLink strong {
		display: block;
		height: 22px;
		margin: 0 0 0 20px;
		padding: 3px 28px 0 0;
		background: url(/images/styledLinkBG.jpg) no-repeat top right;
		font-weight: normal;
		cursor: pointer;
		color: #333;
		position: relative;
	}
	
.styledLink:hover {
	text-decoration: none;
}

a img {
	border: none;
}

strong {
	color: #00a2b2
}

#container, #footer {
	width: 969px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background: url(/Images/containerBG.png) repeat-y;
}

	#header {
		height: 150px;
		padding: 0 27px;
		background: url(/images/headerBG.jpg);
	}
	
		#OCS {
			float: left;
			width: 170px;
			height: 125px;
			text-indent: -10001px;
			background: url(/Images/logo.png);
			margin: 0;
			padding: 0;
			overflow: hidden;
		}
		
		#topControls {
			float: right;
			height: 67px;
			width: 680px;
			padding: 20px 0 0 0;
			position: relative;
			color: #fff;
		}
		
			#topControls img {
				vertical-align: middle;
				margin: 0 5px 0 0;
				cursor: pointer;
			}
			
			#topControls img#ifs {
				cursor: default;
				float: right;
				position: relative;
				top: 30px;
			}
			
			#topControls a {
				color: #fff;
			}
			
			.headerSearchField {
				width: 155px;
				height: 25px;
				background: url(/Images/headerSearchField.jpg) top right no-repeat;
				border: none;
				font-family: Arial, Helvetica, Sans-Serif;
				font-size: 11px;
				color: #666;
				padding: 5px;
				margin: 3px 0 0 20px;
				vertical-align: middle;
				position: absolute;
				top: 15px;
				right:30px;
			}
			
			.headerSearchInp {
				width: 30px;
				height: 25px;
				border: none;
				margin: 0;
				padding: 0;
				position: absolute;
				top: 18px;
				right: 0px;
			}
	
	#topNav {
		height: 25px;
		width: 715px;
		float: right;
		margin: 0;
		padding: 0 0 0 0;
		list-style: none;
		clear: both;
	}
		
		.further #topNav {	
			border-bottom: 1px solid #e5e5e5;
			margin: 0 0 20px 0;
		}
	
	#newsTicker {
		height: 37px;
		margin: -20px 0 0 0;
		position: relative;
		padding: 13px 27px 0 37px;
	}
	
		#newsTicker .styledLink {
			position: absolute;
			top: 13px;
			right: 10px;
		}
		
		#newsTicker span, #newsTicker strong {
			font-weight: bold;
			display: inline-block;
			margin-right: 20px;
		}
		 
	#sideNav {
		width: 175px;
		float: left;
		margin: 0 19px 20px 0px;
		background: url(/images/ctaDisplayBG.jpg) no-repeat;
		min-height: 400px;
	}
	
	#flash, #largeFurtherFlash {
		margin: 0;
		padding: 0 27px;
		height: 410px;
		background: url(/images/bigFlashBG.jpg);
	}
	
	#smallFurtherFlash {
		height: 320px;
		background:url(/images/smallFurtherFlashBG.jpg);
		padding: 0 27px;
	}
	
	#homeContent, #furtherContent {
		background: url(/images/homeContentBG.jpg) repeat-y #fff;
		overflow: hidden;
		padding: 0 27px 20px 27px;
	}
	
	#defaultContentBG {
		background: url(/images/homeContentBG.jpg) repeat-y #fff;
		overflow: hidden;
	}
	
	.default #furtherContent {
		background: url(/images/defaultContentBG.jpg) no-repeat;
	}
	
	#furtherContent {
		padding-top: 20px;
	}
	
		#caseStudiesWrap {
			clear: both;
		}
		
		.caseStudyBG {
			background: url(/images/furtherCaseStudyBG.jpg) no-repeat;
			float: left;
			width: 448px;
			position: relative;
		}
	
		.caseStudy {
			padding: 20px 130px 20px 20px;
			width: 297px;
		}
		
		.bgMask {
			position: absolute;
			right: 1px;
			top: 20px;
			z-index: 1;
			width: 177px;
			height: 119px;
			overflow: hidden;
		}
		
			.caseStudy p {
				margin: 10px 0;
				position: relative;
				z-index: 100;
			}
			
			.caseStudy img {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
			}
					
			.caseStudy img.bgMaskPng {
				z-index: 100;
			}
						
		
		.caseStudyBG:first-child {
			margin-right: 19px;
		}
			
			.caseStudy h2 {
				color: #00A2B2;
				width: 330px;
			}
			
			.caseStudyBG h2 {
				width: 330px;
			}
			
			.botCSh2 {
				position: relative;
				z-index: 100;
			}
	
		#right {
			float: left;
			width: 721px;
			margin: 0 0 20px 0;
		}
		
			#contentWrap {
				width: 526px;
				float: left
			}
				
			
			#contentWrap h1 {
				width: 526px;
			}
			
			* html #contentWrap {
				width: 496px;
			}
			
			* html #contentWrap h1 {
				width: 496px;
			}
			
			#contentWrap h2 {
				font-size: 18px;
			}
			
			#affiliations {
				padding-left: 37px;
			}
			
			#affiliations img {
				float: left;
				border: 1px solid #ccc;
				margin: 3px;
				width: 140px;
			}
		
	
		#homeLeft {
			width: 604px;
			float: left;
			margin: 0 17px 0 0;
		}
		
			#homeLeft p {
				line-height: 1.7em;
			}
		
			#homeNewsArea {
				background: url(/images/homeNewsAreaBG.jpg) no-repeat;
				min-height: 114px;
				padding: 40px 0 0 20px;
				margin: 29px 0 0 0;
				position: relative;
			}
			
				#homeNewsArea h2 {
					margin: 0 0 10px 0;
					padding: 0;
					color: #00a2b2;
					background: url(/images/yellowArrow.gif) no-repeat 90px 6px;
				}
				
				#homeNewsArea h2 {
					position: absolute;
					top: 0px;
					left: 0px;
					background: url(/images/yellowArrow.gif) no-repeat 110px 9px;
				}
				
				#homeNewsArea h2.homeAreaOtherLink {
					left: 302px;
					margin: 0;
					background: url(/images/yellowArrow.gif) no-repeat 240px 9px;
				}
				
					#homeNewsArea h2 a {
						color:#00A2B2;
						font-weight: bold;
						width: 282px;
						display: block;
						height: 22px;
						padding: 3px 0 0 20px;
						background-image: url(/images/latestNewsTab1-off.jpg);
						background-position:1px top;
					}
					
					#homeNewsArea h2.homeAreaOtherLink a {
						padding: 3px 0 0 30px;
						width: 272px;
						background-image: url(/images/latestNewsTab2-on.jpg);
						background-position:top right;
					}
					
					#latestNewsTab1Btn, #latestNewsTab2Btn {	
						 background-repeat: no-repeat;
					}
					
					#latestNewsTab1, #sectorsTab2 {
						display: none;
					}
				
				#homeNewsArea p {
					margin: 0 0 3px 0;
					background: url(/images/yellowArrow.gif) no-repeat right 4px;
					padding: 0 15px 0 0;
					display: inline;
				}
				
				#homeNewsArea .styledLink {
					margin-top: 10px;
					
				}
				
		/*	.leftHomeBox {
				width: 252px;
				float: left;
				background: url(/images/curvedGradBG.jpg) no-repeat;
				padding: 20px;
			}
			
				.leftHomeBox h2 {
					margin: 0 0 10px 0;
					padding: 0;
					color: #00a2b2;
				}
			
			#onlinePoll {
				margin-right: 20px;
			}
			
				#onlinePoll table {
					width: 100%;
				}
				
					#onlinePoll td {
						width: 33%;
						font-weight: bold;
					}
					
					#onlinePoll td input {
						vertical-align: middle;
					}
					
				#onlinePoll h3 {
					color: #00A2B2;
					font-size: 13px;
					margin: 12px 0;
				}
				
		*/
		
		#homeRight {
			width: 292px;
			float: right;
		}
		
			#sectorsServices {
				background: url(/images/sectorsServicesBG.jpg) no-repeat;
				padding: 35px 20px 4px 20px;
				margin: 20px 0 0 0;
				position:relative;
				min-height: 124px; 
			}
				
				#sectorsServices .homeAreaOtherLink {
					left:146px;
				}
				
				#sectorsServices .homeAreaOtherLink a {
					background: url(/images/yellowArrow.gif) no-repeat 120px 9px;
				}
				
				#sectorsServices img {
					margin: 10px 0 0 0;
				}
				
				#sectorsServices h2 {
					position: absolute;
					top: 0px;
					left: 0px;
					width: 146px;
					height: 25px;
					background-position: top left;
				}
				
				#sectorsServices h2 a {
					display: inline-block;
					padding: 4px 0 0 20px;
					width: 126px;
					height: 21px;
					background: url(/images/yellowArrow.gif) no-repeat 110px 9px;
				}
				
				#sectorsTab1, #sectorsTab2 {
					text-align: center;
					padding: 10px 0;
				}
				
				#sectorsTab1 a.styledLink, #sectorsTab2 a.styledLink {
					margin: 7px 0 8px 0;
				}
				
			#getInTouch {
				background: url(/images/curvedGradBG.jpg) no-repeat;
				padding: 20px 20px 0 20px;
				margin: 0 0 10px 0;
			}
				#getInTouch h2 {
					margin: 0 0 10px 0;
					*margin: 0;
					padding: 0;
					color: #00a2b2;
					float: left;
				}
				
				#getInTouch input {
					font-size: 10px;
					color: #333;
					font-family: Arial, Sans-Serif;
					border: 1px solid #ccc;
					width: 73px;
					padding: 3px;
					margin: 0 5px 0 0;
				}
				
				#getInTouch input.homeCallbackSubmit {
					width: auto;
					height: auto;
					padding: 0;
					border: none;
					margin: 0;
					position: relative;
					top: 3px;
				}
				
				#homeCallback {
					background: url(/images/letUsCall.jpg) no-repeat;
					width: 230px;
					height: 40px;
					margin: 0 0 15px 0;
					padding: 45px 0 0 20px;
					clear: both;
				}
				
				#sendYourEnquiry, #careers {	
					background: url(/images/sendYourEnquiry.jpg) no-repeat;
					position: relative;
					margin: 0 0 15px 0;
					height: 85px;
				}
				
				#sendYourEnquiry {
					clear: both;
				}

				
					#sendYourEnquiry a, #careers a {
						display: block;
						width: 46px;
						height: 23px;
						position: absolute;
						right: 25px;
						bottom: 15px;
						color: #333;
						text-align: center;
					}
					
					#sendYourEnquiry a:hover, #careers a:hover {
						text-decoration: none;
					}
					
				/* #careers {
					background: url(/images/careersAtOcs.jpg) no-repeat;
					margin: 0;
				}
				
					#careers a {
						bottom: 13px;
					}
		
		 #content {
			width: 526px;
			float: left;
			margin: 0 20px 20px 0;
			padding: 0 27px;
		}
		
			* html #content {	
				height: 500px;
			} 
			
			
			#caseStudy {
				height: 276px;
				padding:  15px 20px;
				position: relative;
			}
			
				#homeCaseStudyMask {
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1;
				}
			
				#caseStudy h2, #caseStudy h3 {
					font-size: 24px;
					line-height: normal;
					margin: 0 0 10px 0;
					padding: 0;
					height: 24px;
					z-index: 100;
					position: relative;
				}
				
				#caseStudy p {
					margin: 0 0 20px 0;
					z-index: 100;
					position: relative;
				}*/
				
				#caseStudyImgs {
					position: relative;
					height: 403px;
					overflow: hidden;
					float: right;
					width: 250px;
				}
				
					.caseStudyImg {
						position: absolute;
						width: 250px;
						height: 199px;
						overflow: hidden;
					}
					
					#csImg1 {
						top: 0;
						left: 0;
					}
					
					#csImg2 {
						top: 204px;
						left: 21px;
					}
					
					
						.caseStudyImg img {
							position: absolute;
							top: 0;
						}
						
						.caseStudyImg img.newsImageMask
						{
							left:0;
						}
						
						.caseStudyImg img.newsImageImage
						{
							right:0;
						}

				
				.furtherRight .caseStudyBG {
					padding: 20px;
					width: 486px;
					background: url(/images/furtherCaseStudyBG-wide.jpg) no-repeat top left;
					margin: 10px 0;
				}
				
					.furtherRight .caseStudyBG h2 {
						color: #00A2B2;
					}
			
			#breadcrumb, #inlineFlash {
				margin: 0 0 10px 0;
				color: #666;
			}
			
				#breadcrumb a {
					color: #666;
				}
			
		#latestNews {
			width: 162px;
			float: left;
		}
		
		#CTAdisplay {
			float: right;
			width: 155px;
			min-height: 370px;
			padding:10px;
			background: url(/images/ctaDisplayBG.jpg) no-repeat;
			margin-left: 20px;
		}
		
			#CTAdisplay h2 {
				margin-bottom: 10px;
				vertical-align: top;
				clear: both;
				font-size: 12px;
			}
			
			#CTAdisplay img {
				max-width: 155px;
			}
			
				.ctaCaseStudy, .ctaNews {
					padding: 10px;
					margin: 0 0 10px 0;
					background: url(/images/ctaCaseStudyBG.jpg) no-repeat;
					width: 135px;
				}		

				.ctaCaseStudy h3, .ctaNews h3 {
					color: #00A2B2;
					margin: 0 0 5px 0;
					font-size: 12px;
					background: none;
					vertical-align: top;
				}
				
				.ctaCaseStudy p, .ctaNews p {
					margin: 5px 0;
				}
				
				.ctaNews h2 {
					color: #00A2B2;
				}
				
	.newsContent h2 {
		width: 276px;
	}

	.newsContent #caseStudyImgs {
		height: 199px;
	}

		
	#footerWrap {
		text-align: center;
	}

	#footer {
		height: 384px;
		clear: both;
		background: url(/Images/footerBG.jpg);
		position: relative;
	}
	
		#footerImgs {
			clear: both;
			margin: 0 0 0 100px
		}
	
		.footerImg {
			float: left;
		}
		
		.footerLastImg {
			margin: 0 0 0 25px;
			position:relative;
			top: -20px;
		}
	
		#footer ul {	
			width: 215px;
			float: left;
			margin: 15px 0 50px 20px;
			padding: 0;
			list-style: none;
		}
		
		#footer ul#firstUL {
			margin: 15px 0 0 27px;
		}
		
		#footer li {	
			display: block;
			padding: 0 0 0 72px;
			background: url(/Images/whiteArrow.gif) no-repeat 60px 5px;
			margin: 0 0 2px 0;
		}
		
			#footer a {
				color: #333;
			}
		
		#footer .firstLiChild {
			padding: 0 0 15px 60px;
			margin: 0 0 15px 0;
			color: #00a2b2;
			font-size: 1.17em;
			font-weight: bold;
			border-bottom: 1px solid #fff;
			background: none;
		}
		
		#copyright {
			text-align: center;
			clear: both;
			width: 100%;
			position: absolute;
			bottom: 20px;
			left: 0;
		}
	
	#ceremoniesPage p {
		text-align: center;
		width: 33%;
		float: left;
	}

	/* NEWS ARCHIVE PAGE */

#archiveYearButtons {
	width: 100%;
	float: left;
	height: 30px;
	background: #d0d0d0;
}

	#archiveYearButtons a {
		height: 26px;
		width: 8.3%;
		display: inline-block;
		float: left;
		text-align: center;
		padding-top: 4px;
	}

	#archiveYearButtons a:hover {
		text-decoration: none;
		background: #eee;
	}
	
	#archiveYearButtons a.directorySubmitSelected {
		background: #eee;
	}

#archiveMonthButtons {
	width: 100%;
	float: left;
	height: 30px;
	background: #eee;
	margin-bottom: 20px;
}

	#archiveMonthButtons a {
		height: 26px;
		width: 8.3%;
		display: inline-block;
		float: left;
		text-align: center;
		padding-top: 4px;
		color: #666;
		font-size: 10px;
	}
	
	.ie #archiveMonthButtons a {
		width: 8.27%;
	}
	
	#archiveMonthButtons a.directorySubmitSelected {
		color: #e31b24;
		font-size: 12px;
		text-transform: uppercase;
	}

	#archiveMonthButtons a:hover {
		text-decoration: none;
		background: #e0e0e0;
	}

.newsList {
	width: 100%;
	padding: 0 0 40px 0;
}

.newsRepeater {
	border-bottom: 1px solid #cdcdcd;
}
	
.newsListImage {
	float: right;
	margin-bottom: 10px;
}

.readMoreBtn {
	margin-top: 10px;
	display: block;
}

.listPagination {
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
}

.listDropdown {
	width: 50%;
	border: 2px solid #ccc;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #666;
}

.listImage {
	float: right;
	margin: 0 10px 10px 0;
}

/* search results */

.searchResult {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
}

	.searchResult h3 {
		margin-bottom: 10px;
	}

/* NEWS ARTICLE PAGE */

.newsBackLinkTop {
	float: right;
}

/* ENQUIRY PAGE */
#contactForm {
	width: 490px;
	border-bottom: 7px solid #f6f6f6;
}

	#contactForm label {
		display: inline-block;
		width: 125px;
		vertical-align: top
	}
	
	#contactForm .buttoninput {
		color: #fff;
		background: #676767;
		border: none;
		font-size: 12px;
		font-weight: bold;
		padding: 5px;
		vertical-align: middle;
		margin: 0 10px 5px 0;
		font-family: Tahoma, Helvetica, sans-serif
	}


	.contactSpacer1, .contactSpacer2 {
		padding: 10px;
	}
	
	.contactSpacer1 {
		background: #f6f6f6;
	}
	
	.contactTextInput {
		width: 141px;
		height: 15px;
		/*background: url(../images/inputBG.jpg) top right;*/
		border: 1px solid #ccc;
		color: #666;
		font-size: 11px;
		padding: 4px 5px;
	}
	
	.contactTextInputError {
		width: 141px;
		height: 15px;
		/*background-image: url(../images/inputBG-active.jpg) top right;*/
		border: 1px solid #d43434;
		color: #666;
		font-size: 11px;
		padding: 4px 5px;
	}
	
	.contactTextarea {
		width: 218px;
		height: 71px;
		/*background: url(../images/textarea-BG.jpg) bottom left;*/
		border: 1px solid #ccc;
		color: #666;
		font-size: 11px;
		padding: 4px 5px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.contactTextareaError {
		width: 218px;
		height: 71px;
		/*background: url(../images/textarea-BG-active.jpg) bottom left;*/
		border: 1px solid #d43434;
		color: #666;
		font-size: 11px;
		padding: 4px 5px;
		font-family: Arial, Helvetica, sans-serif;
	}

/*poll results*/

#pollResults {
	margin: 20px 0;
}

	#pollResults strong {
		display: inline-block;
		width: 150px;
		vertical-align: middle;
	}

	#pollResults span {
		display: inline-block;
		width: 250px;
		vertical-align: middle;
	}

	#pollResults em {
		display: inline-block;
		width: 40px;
		font-style: normal;
		vertical-align: middle;
	}

	#pollResults p {
		margin: 0;
		padding: 10px;
		background: #eee;
		border: none;
	}

	#pollResults p.alternate {
		background: #fff;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	/* button style */
	
	.passwordButton 
	{
	    background: url(../images/styledLinkBG.jpg) no-repeat scroll top right;
	    height:22px;
        padding:3px 28px 0 0;
        padding-left:10px;
        position:relative;
	    border:none;
	    cursor:pointer;
	}
	.downloadButton 
	{
	    float:right;
	    margin-left:60px;
	    margin-top:10px;
	    margin-bottom:20px;
	}
	.indent 
	{
	    margin-left:101px;
	}
	
	.fieldName 
	{
	    width:100px;
	    display:block;
	    float:left;
	    
	}

	
	span.itemsDownload 
	{
	    padding:10px;
	    background:#ededed;
	     width:95%;
	    display:block;
	    	}
	    	
	    	span.itemsDownload2 
	{
	    padding:10px;
	    background:#EFF9FA;
	     width:95%;
	    display:block;
	   
	   	}
	   	span.tableHeadings 
	   	{
	   	   padding:10px;
	   	    background:#d4d7d6;
	   	    width:95%;
	    display:block;
	   	}
	   	
	   	.fileCol 
	   	{
	   	   
	   	    display:inline-block;
	   	}
	   	.dateCol 
	   	{
	   	   margin-left:306px;
	   	    display:inline-block;
	   	    
	   	}
	   	.fileNameField 
	   	{
	   	    width:360px;
	   	    display:inline-block;
	   	    word-wrap:break-word;
	   	}
	   	
	   		.dateField 
	   	{
	   	    margin-right:5px;
	   	    display:inline-block;
	   	}

/* user created forms*/


#formTemplate label {
	color: #00A2B2;
	font-weight: bold;
	display: block;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin:10px 0;
}

#formTemplate input[type="text"] {
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:11px;
	height:15px;
	padding:4px 5px;
	width:141px;
}

#formTemplate input[type="submit"] {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #6cc9d3 #006670 #00444b #36b6c2;
	color: #666;
	font-size: 11px;
	padding: 4px 15px;
	cursor: pointer;
}