@charset "UTF-8";
/* CSS Document */	
	
	/* Define all main values for the web site
----------------------------------------------------*/
	body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #008bd0;
	}
	
/* Turn off all decoration on link images
----------------------------------------------------*/
	img {
	border: none;
	}
		
/* Turn off all browser links outlines that appear in FF
----------------------------------------------------*/
	a {
	outline: none;
	}
	
 /* Default styling for paragraphs
----------------------------------------------------*/
	p {
	color: #313232;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
	p a:link, p a:visited {
	color: #262727;
	}
		
	p a:hover {
	color: #008bd0;
	text-decoration: underline;
	}
	
/* Default styling for heading elements
----------------------------------------------------*/
	h1 {
	font-size: 1.05em;
	color: #0069aa;
	padding-bottom: 15px;
	margin: 0;
	}
	
	h2 {
	padding: 0 0 2px 0;
	margin: 0;
	color: #008bd0;
	font-size: 0.8em;
	}
	
	.missionStatement {
	color:  #008bd0;
	}
	
	/* Header elements
----------------------------------------------------*/
	#wrapperHeader {
	width: 100%;
	height: 160px;
	padding: 0;
	border-top: solid 10px #00498B;
	background: #fff;
	}	

	#internalHeader {
	width: 900px;
	height: 130px;
	margin: auto;
	padding: 0;
	background: url(images/clyde-controls-logo.gif) no-repeat 0 30px;
	}

	#headerText {
	width: 290px;
	height: 75px;
	float: right;
	margin-top: 25px;
	text-align: left;
	}
	
	.accreditationLogos {
	float: right;
	margin: 45px 10px 0 0;
	}
	
	#headerLogo {
	width: 350px;
	height: 93px;
	margin: 30px 0 0 0;
	float: left;
	}
	
	#headerText p {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #626464;
	}
	
	#headerText a:link, #headerText a:visited {
	color: #262727;
	text-decoration: none;
	font-weight: bold;
	}
		
	#headerText a:hover {
	color: #008bd0;
	text-decoration: underline;
	}
	
	/* Navigation Bar
----------------------------------------------------*/
	#nav {
	width: 470px;
	margin: 5px 0 0 0;
	float: right;
	}
	
	ul#mainNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
	ul#mainNav li {
	float: left;
	display: block;
	height: 15px;
	font-size: 0.75em;
	margin: 0 2px 0 5px;
	border-left: 1px solid #9BD5E9;
	padding: 0 5px;
	}
	
	ul#mainNav li a:link {
	color: #46A1CF;
	text-decoration: none;
	}
	
	ul#mainNav li a:visited {
	color: #262727;
	text-decoration: none;
	}
	
	ul#mainNav li a:hover, ul#mainNav li a.selected {
	color: #262727;
	border-bottom: 4px solid #008bd0;
	padding-bottom: 2px;
	}
	
	/* Main body elements
----------------------------------------------------*/
	#wrapperMain {
	width: 100%;
	padding: 0;
	background: #fff;
	}	

	#internalMain {
	width: 900px;
	margin: auto;
	padding: 0;
	}
	
	.leftCopy {
	width: 350px;
	float: left;
	margin-bottom: 10px;
	}
	
	.leftCopyServices {
	width: 536px;
	float: left;
	margin-bottom: 10px;
	}
	
	.rightCopy {
	width: 536px;
	float: right;
	margin-bottom: 10px;
	}
	
	.rightCopyServices {
	width: 350px;
	float: right;
	margin-bottom: 10px;
	}
	
	.clearer {
	clear: both;
	}
	
	.nicImg {
	float: left;
	margin: 0 15px 20px 0;
	}
	
	.nicCopy {
	color: #626464;
	margin: 0 0 5px 0;
	padding: 8px 0 10px 0;
	font-size: 0.7em;
	line-height: 1.3em;
	border-top: #dddcda solid 1px;
	}
	
	.nicCopy a:link, .nicCopy a:visited {
	color: #262727;
	}
		
	.nicCopy a:hover {
	color: #008bd0;
	text-decoration: underline;
	}
	
	#map {
	width: 530px;
	height: 350px;
	margin: 20px 0 20px 0;
	}
	
	ul#sitemap {
	font-size: 0.8em;
	padding-left: 20px;
	margin: 0;
	font-weight: bold;
	}
	
	li a:link, li a:visited {
	color: #262727;
	text-decoration: none;
	}
	
	li a:hover {
	color: #008bd0;
	text-decoration: underline;
	}
	
	.required {
	font-size: 80%;
	color: #CC0000;
	font-style: italic;
	}
	
	/* Quicklinks
----------------------------------------------------*/
	#smallLinkPanels {
	width: 900px;
	height: 139px;
	overflow: hidden;
	}
	
	.aboutUs, .ourServices, .controlsBMS, .ourTeam, .getInTouch {
	display: block;
	float: left;
	width: 172px;
	height: 139px;
	}

	.aboutUs {
	background: url(images/navImg-about-us.jpg) no-repeat;
	margin-right: 10px;
	}

	a.aboutUs:link, a.aboutUs:visited, a.aboutUs:active {
	background: url(images/navImg-about-us.jpg) no-repeat;
	}
	
	a.aboutUs:hover {
	background-position: 0 -139px;
	}
	
	.ourServices {
	background: url(images/navImg-our-services.jpg) no-repeat;
	margin-right: 10px;
	}

	a.ourServices:link, a.ourServices:visited, a.ourServices:active {
	background: url(images/navImg-our-services.jpg) no-repeat;
	}
	
	a.ourServices:hover {
	background-position: 0 -139px;
	}
	
	.controlsBMS {
	background: url(images/navImg-controls-bms.jpg) no-repeat;
	margin-right: 10px;
	}

	a.controlsBMS:link, a.controlsBMS:visited, a.controlsBMS:active {
	background: url(images/navImg-controls-bms.jpg) no-repeat;
	}
	
	a.controlsBMS:hover {
	background-position: 0 -139px;
	}
	
	.ourTeam {
	background: url(images/navImg-our-team.jpg) no-repeat;
	margin-right: 10px;
	}

	a.ourTeam:link, a.ourTeam:visited, a.ourTeam:active {
	background: url(images/navImg-our-team.jpg) no-repeat;
	}
	
	a.ourTeam:hover {
	background-position: 0 -139px;
	}
	
	.getInTouch {
	background: url(images/navImg-get-in-touch.jpg) no-repeat;
	}

	a.getInTouch:link, a.getInTouch:visited, a.getInTouch:active {
	background: url(images/navImg-get-in-touch.jpg) no-repeat;
	}
	
	a.getInTouch:hover {
	background-position: 0 -139px;
	}
	
	#selected {
	background-position: 0 -139px;
	}
		
	/* Footer elements
----------------------------------------------------*/
	#wrapperFooter {
	width: 100%;
	padding: 0;
	background: url(images/footer-wallpaper.gif) repeat-x #008bd0;
	}	

	#internalFooter {
	width: 900px;
	margin: auto;
	}
	
	#finalFooter {
	margin-top: 20px;
	width: 900px;
	height: 50px;
	border-top: 1px solid #9BD5E9;
	padding-top: 10px;
	}
	
	#copyright {
	width: 500px;
	float: left;
	}
	
	#copyright p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	text-align: left;
	}

	#rootFooter {
	float: right;
	width: 350px;
	}

	#rootFooter p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	text-align: right;
	}
	
	div#wrapperFooter a:link, div#wrapperFooter a:visited { 
	color: #9BD5E9;
	}

	div#wrapperFooter a:hover, div#wrapperFooter a:visited:hover { 
	color: #fff;
	}
	
	/* CSS for PHP email form
----------------------------------------------------*/
	fieldset {
	border: none;
	position: relative;
	margin: 0;
	padding: 0;
	}

	input {
	width: 350px;
	height: 25px;
	border: 1px solid #9BD5E9;
	color: #262727;
	}

	textarea {
	width: 350px;
	height: 100px;
	border: 1px solid #9BD5E9;
	color: #262727;
	}

	input.submit {
	width: auto;
	color: #262727;
	background: #fff;
	}
	input.reset {
	width: auto;
	color: #262727;
	background: #fff;
	}
	
	label {
	color: #262727;
	}