@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: #666;  
	background: url(/images/bodybg.jpg) repeat-x #f6f6f6;
	line-height: 1.5em;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 2em;
	color: #00a2b2;
	padding: 0;
	font-weight: normal;
	margin: 20px 0 ;
	overflow: hidden;
}

	

h2 {
	font-size: 1.6em;
	color: #666;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

h2.newsH2 {

	clear: both;
}

h3 {
	font-size: 1.17em;	
}

a {
	text-decoration: none;
	color: #00a2b2
}

a:hover {
	text-decoration: underline;
}

form {
	display:inline;
	margin: 0;
	padding: 0;
}

.styledLink {
	display: inline-block;
	height: 25px;
	background: url(/images/styledLinkBG.jpg) no-repeat top left;
}

	.styledLink b, .styledLink strong {
		display: inline-block;
		height: 22px;
		margin: 0 0 0 13px;
		padding: 3px 21px 0 0;
		background: url(/images/styledLinkBG.jpg) no-repeat top right;
		font-weight: normal;
		cursor: pointer;
	}
	
	input[type="submit"]
{
		display: inline-block;
		height: 22px;
		margin: 0;
		padding: 3px 21px 0 0;
		background: url(/images/styledLinkBG2.jpg) no-repeat top right;
		font-weight: normal;
		cursor: pointer;
		border:none;
		width:158px;
		height:25px;
}
	
.styledLink:hover {
	text-decoration: none;
}

a img {
	border: none;
}

strong {
	color: #00a2b2
}

#container, #footer {
	width: 915px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background: url(/Images/containerBG.png) repeat-y;
	padding: 0 27px;
}

	#header {
		height: 125px;
	}
	
		#OCS {
			float: left;
			width: 170px;
			height: 125px;
			text-indent: -10001px;
			background: url(/Images/logo.jpg);
			margin: 0;
			padding: 0;
			overflow: hidden;
		}
		
		#topControls {
			float: right;
			height: 67px;
			width: 480px;
			padding: 20px 0 0 0;
			position: relative;
		}
		
			#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: #666;
			}
			
			.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;
		margin: 0;
		padding: 0 0 0 280px;
		list-style: none;
	}
		
		.further #topNav {	
			border-bottom: 1px solid #e5e5e5;
			margin: 0 0 20px 0;
		}
	
	#newsTicker {
		height: 37px;
		margin: -20px 0 0 0;
		position: relative;
		padding: 13px 0 0 10px;
	}
	
		/*#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 0;
		background: url(/images/ctaDisplayBG.jpg) no-repeat;
	}
	
	#flash {
		margin: 0 0 20px 0;
	}
	
	#homeCols {
		margin: 0 0 0 0;
		overflow: hidden;
	}
	
		.homeCol {
			width: 252px;
			min-height: 340px;
			float: left;
			margin: 0 0 0 19px;
			background: url(/Images/homeColBG.jpg) no-repeat;
			padding: 10px 20px 0 20px;
			position: relative;
		}
		
			* html .homeCol {
				height: 360px
			}
			
			.homeCol h2 {
				margin: 0 0 27px 0;
				font-size: 1.17em
			}
		
		.firstCol {
			margin: 0 0 0 1px;
			width: 252px;
		}
		
		#tabsCol {
			padding: 57px 20px 0 20px;
		}
		
			#homeColTab1, #homeColTab2 {
				height: 22px;
				top: 0px;
				position: absolute;
				font-size: 1.17em;
				color: #666;
				font-weight: bold;
				padding: 3px 0 0 0;
				text-align: center;
				cursor: pointer;
				overflow: hidden;
				background: #fff;
			}
			
			#homeColTab1 {
				width: 147px;
				left: 0px;
				background: url(/Images/homeColTab1.jpg);
			}
			
			#homeColTab2 {
				width: 145px;
				right: 0px;
				background: url(/Images/homeColTab2.jpg);
			}
			
			#homeColTab1Content, #homeColTab2Content {
				margin: 0 0 20px 0;
				overflow: hidden;
			}
			
				#homeColTab1Content ul, #homeColTab2Content ul {
					margin: 20px 0 0 0;
					padding: 0;
					list-style: none;
				}
				
				#homeColTab1Content li, #homeColTab2Content li {
					width: 45%;
					padding: 0 0 0 5%;
					float: left;
					background: url(/Images/yellowArrow.gif) no-repeat 0px 5px;
				}
			
			#homeColTab2Content {
				display: none;
			}
			
			h2.keyBenefitsH2 {
				margin: 0 0 20px 0 ;
				padding: 0;
			}
			
			#homeBotUl {
				margin: 0 0 20px 0 ;
				padding: 0;
				list-style: none;
			}
			
				#homeBotUl li {
					background: url(/Images/yellowArrow.gif) no-repeat 0px 5px;
					padding: 0 0 0 15px;
					position: relative;
				}
				
				#homeBotUl a {
					color: #666;
				}
				
				#homeBotUl a:hover {
					text-decoration: none;
				}
		
		#content {
			width: 526px;
			float: left;
			margin: 0 20px 20px 0;
		}
		
			* html #content {	
				height: 500px;
			}
			
			#content img {
				vertical-align: super;
			}
			
			#breadcrumb {
				margin: 10 0 
			}
			
				#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;
		}
		
			#CTAdisplay img {
				max-width: 155px;
				margin: 0 0 10px 0;
			}
			
			#ctaSwitchTabs {
				background: url(/images/ctaTabsBG.jpg) no-repeat;
				padding: 0 0 10px 0;
				margin: 0 0 20px 0;
			}
			
			.ctaTab {
				width: 77px;
				height: 23px;
				display: block;
				float: left;
				text-align: center;
				padding: 2px 0 0 0;
				color: #666;
				font-weight: bold;
				margin: 0 0 10px 0;
			}
			
			#ctaTab1 {
				background: url(/Images/ctaTab1.jpg);
			}
			
			#ctaTab2 {
				background: url(/Images/ctaTab2.jpg);
				width: 78px;
			}
			
			.ctaTabContent {
				padding: 10px;
			}
			
			#ctaTab2Content {
				display: none;
			}
			
			#ctaTab1Content ul, #ctaTab2Content ul {
				margin: 0 0 0 10px;
				padding: 0;
				list-style: none;
				clear: both;
			}
			
			#ctaTab1Content li, #ctaTab2Content li {
				padding: 0 0 0 15px;
				background: url(/Images/yellowArrow.gif) no-repeat 0px 5px;
			}
		
	#footerWrap {
		height: 140px;
		text-align: center;
	}

	#footer {
		height: 310px;
		clear: both;
		background: url(/Images/footerBG.jpg);
		position: relative;
	}
	
		#footer ul {	
			width: 291px;
			float: left;
			margin: 15px 0 50px 20px;
			padding: 0;
			list-style: none;
		}
		
		#footer ul#firstUL {
			margin: 15px 0 0 0;
		}
		
		#footer li {	
			display: block;
			padding: 0 0 0 0;
			margin: 0 0 2px 0;
			width: 49%;
			float: left;
		}
		
		/*#footer #lastUL li {
			width: auto;
			float: none;
			margin-left:20px;
		}*/
		
		#footer li.right {
			float: right;
			width: 42%;
		}
		
			#footer a {
				color: #666;
			}
			
			#footer li a {
				display: inline-block;
				padding: 0 0 0 10px;
				background: url(/Images/yellowArrow.gif) no-repeat left 5px;
			}
		
		#footer .firstLiChild {
			padding: 0 0 15px 60px;
			margin: 0 0 15px 0;
			color: #666;
			font-size: 1.17em;
			font-weight: bold;
			border-bottom: 1px solid #fff;
			background: none;
			width: auto;
			float: none;
		}
		
		#copyright {
			text-align: center;
			clear: both;
			width: 100%;
			position: absolute;
			bottom: 20px;
			left: 0;
		}

	/* 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;
		font-weight: bold;
	}

	#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: 43px;
		display: inline-block;
		float: left;
		text-align: center;
		padding-top: 4px;
		color: #666;
		font-size: 11px;
		font-weight: bold;
	}
	
	#archiveMonthButtons a:first-child {
		width: 53px;
	}
	
	.ie #archiveMonthButtons a {
		width: 8.27%;
	}
	
	#archiveMonthButtons a.directorySubmitSelected {
		color: #FCBD0D;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
	}

	#archiveMonthButtons a:hover {
		text-decoration: none;
		background: #e0e0e0;
	}

.newsList {
	width: 100%;
	padding: 0 0 20px 0;
}

.newsRepeater {
	border-bottom: 1px solid #cdcdcd;
}
	
.newsListImage {
	float: right;
	margin-bottom: 10px;
}

.readMoreBtn {
	margin-top: 10px;
	display: block;
}

/* 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 {
	display: inline-block;
	height: 22px;
	margin: 0;
	padding: 3px 21px 0 0;
	background: url(/images/styledLinkBG2.jpg) no-repeat top right;
	font-weight: normal;
	cursor: pointer;
	border:none;
	width:158px;
	height:25px;	
	}


	.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;
	}
	.contactDDInput {
		width: 141px;
		/*height: 25px;
		background: url(../images/inputBG.jpg) top right;*/
		border: 1px solid #ccc;
		color: #666;
		font-size: 11px;
		padding: 4px 5px;
	}
	.contactDDInputError {
		width: 141px;
		/*height: 25px;
		background: url(../images/inputBG.jpg) top right;*/
		border: 1px solid #d43434;
		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;
	}

