@charset "UTF-8";
/* CSS Document */

/*	---------------- General */

		body,td,th {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #666666;
			}
		body {
			background: #666666 url(../images/construct/bg-gradient-rpt.jpg) repeat-x;
			margin: 0 0 30px 0;
			}
		a { color: #4b88be; text-decoration: none;}
		a:hover { color: #c1d8ec; }
		h1, h2, h3, h4, h5, h6, h7 {
			margin: 10px 0 20px 0;
			/* color: #4b88be; */
			color: #436992;
			font-weight: bold;
			}
		h1 {
			margin: 0 0 20px 0;
			font-size: 20px;
			font-style: normal;
			font-weight: normal;
			}
		h2 { font-size: 14px; }
		h3 { font-size: 13px; margin-bottom: 10px; }
		p {
			margin: 0 0 15px 0;
			padding: 0;
			line-height: 1.3em;
			}
		a img { border: none; }
		hr {
			margin: 35px 0 10px 0;
			border: none;
			border-top: 1px dotted #d9d9d9;
			border-bottom: 1px solid #ffffff;
			background-color: #ffffff;
			}
		ul, ol {
			margin: 0 0 20px 35px;
			padding: 0;
			}
			ul li, ol li {
				margin: 0;
				padding: 1px 0 2px 0;
				line-height: 1.2em;
				}


/*	---------------- Tables */

		table.richTable {
			margin: 0 0 20px 0;
			padding: 0;
			border-collapse: collapse;
			}
			table.richTable th {
				background-image: url(../images/construct/nav-item-rollover.jpg);
				background-repeat: repeat-x;
				background-color: #e0eaf4;
				padding: 7px 5px;
				border-left: 1px solid #d5d6cc;
				border-right: 1px solid #f4f4f1;
				font-size: 11px;
				font-weight: bold;
				color: #666666;
				text-align: left;
				}
			table.richTable td {
				padding: 6px 5px;
				border-bottom: 1px dotted #dadad8;
				font-size: 11px;
				color: #666666;
				}
			table.richTable td.tableFooter {
				background-color: #f5f6ea;
				}
			table.richTable td.blankrow {
				padding: 0;
				border: 0;
				font-size: 9px;
				}
				
				
/*	---------------- Lists */

		ul.linedList {
			margin: 10px 0 20px 0;
			padding: 0;
			list-style: none;
			border-top: 1px solid #efefef;
			}
			ul.linedList li {
				list-style-type: none;
				margin: 0;
				border-bottom: 1px solid #efefef;
				}
				ul.linedList li a {
					display: block;
					padding: 3px 2px;
					background: none;
					}
				ul.linedList li a:hover {
					background-color: #f8f9fd;
					color: #3a84b7;
					}
	
	
/*	---------------- Misc styles */

		p.intropara {
			font-size: 14px;
			color: #4b88be;
			}
		
		a.download-pdf {
			background-image: url(../images/construct/icon-pdf.gif);
			background-repeat: no-repeat;
			background-position: top left;
			padding-left: 20px;
			}
		a.download-zip {
			background-image: url(../images/construct/icon-zip.gif);
			background-repeat: no-repeat;
			background-position: top left;
			padding-left: 20px;
			}
		a.new-window {
			background-image: url(../images/construct/icon-newwindow.gif);
			background-repeat: no-repeat;
			background-position: top left;
			padding-left: 20px;
			}
			
		h1 img.teardrop {
			margin: 0 20px 0 0;
			vertical-align: middle;
			}
		
		img.teardrop {
			margin: 0 0 10px 0;
			}
		
		div.teardrop-heading {
			height: 82px;
			background-repeat: no-repeat;
			vertical-align: middle;
			}
			div.teardrop-heading h1 {
				padding-left: 80px;
				}
			
		div.quote {
			margin: 10px 0;
			padding-top: 10px;
			/* background: url(../images/construct/quotation-open.gif) no-repeat; */
			}
			div.quote p {
				/* padding: 0 60px; */
				font-style: italic;
				line-height: 1.5em;
				color: #7f7f7f;
				}
			div.quote p.quote-sig {
				padding: 0;
				font-style: normal;
				color: #666666;
				}
		
		div.thumb-download {
			float: left;
			padding-right: 20px;
			}
			div.thumb-download a {
				display: block;
				padding: 9px;
				border: 1px solid #d4dee8;
				background-color: #ffffff;
				}
				div.thumb-download a:hover {
					border: 1px solid #b9cadb;
					background-color: #f3f6fb;
					}
			div.thumb-download p {
				margin: 0;
				padding: 8px 0;
				text-align: center;
				color: #999999;
				}
		
		div.pcol-main {
			float: left;
			width: 410px;
			padding-top: 30px;
			}
		
		div.pcol-rhs {
			float: right;
			width: 180px;
			padding-top: 30px;
			}
		
			div.pcol-main h3, div.pcol-rhs h3 {
				margin: 0 0 10px 0;
				color: #666;
				}
		
		.clear-b { clear: both; }
		
			
/*  ---------------- Page specific */

		#subnavigation ul#pg-home-navigation {
			list-style: none;
			margin: 20px 0 0 20px;
			padding: 0;
			border-top: 1px solid #c9dcec;
			}
			#subnavigation ul#pg-home-navigation li {
				list-style-type: none;
				margin: 0;
				padding: 0;
				border-bottom: 1px solid #c9dcec;
				color: #666666;
				font-size: 13px;
				font-weight: bold;
				}
				#subnavigation ul#pg-home-navigation li a {
					display: block;
					margin: 0;
					padding: 5px 10px 5px 20px;
					text-decoration: none;
					color: #4b88be;
					background: none;
					cursor: pointer;
					}
					#subnavigation ul#pg-home-navigation li a:hover {
						color: #4b88be;
						background-color: #d4dee8;
						}
					#subnavigation ul#pg-home-navigation li a.activeItem { color: #ffffff; background: #4b88be url(../images/construct/subnav-master-gradient.png) no-repeat; }
					#subnavigation ul#pg-home-navigation li a.activeItem:hover { color: #efefef; background: #4b88be url(../images/construct/subnav-master-gradient.png) no-repeat; }
		
		#map {
			position: relative;
			margin: 0 0 15px 0;
			width: 620px;
			height: 220px;
			border: 3px solid #d4dee8;
			}
		
		ul.vidthumbs {
			margin: 0 0 15px 0;
			padding: 0;
			list-style: none;
			}
			ul.vidthumbs li {
				margin: 0;
				padding: 0 0 5px 0;
				list-style-type: none;
				}
		
		a.vidthumb {
			display: block;
			width: 180px;
			height: 76px;
			background: #999 url(../images/construct/vidthumb-bg.png) no-repeat;
			font-size: 10px;
			text-align: center;
			color: #fff;
			text-transform: uppercase;
			}
			a.vidthumb img { padding: 8px 2px 0 2px; }
			a.vidthumb span { clear: left; }
			a.vidthumb:hover { background-color: #666; }
			a.vidthumb.active { background-color: #5287b2; }
		
		
/*	---------------- Layout */

		#wrapper {
			width: 940px;
			margin: 0 auto;
			border-top: none;
			background-color: #ffffff;
			}
		
		#website-margin {
			width: auto;
			padding: 0 10px;
			}
		
		#header {
			width: 920px;
			height: 125px;
			background: url(../images/banners/banner-swirly-072007.jpg) no-repeat;
			}
			#header img {
				padding: 25px 0 22px 30px;
				}
	
	/*	Main navigation */

			#navigation {
				width: 920px;
				height: 30px;
				background: url(../images/construct/nav-root-bg.jpg) repeat-x;
				}
				#navigation ul {
					list-style: none;
					margin: 0 0 0 20px;
					padding: 0;
					border-left: 1px solid #c9ddee;
					}
					#navigation ul.pg-home-tabs { margin-left: 459px; }
					#navigation ul li {
						float: left;
						list-style-type: none;
						margin: 0;
						padding: 0;
						font-size: 12px;
						font-weight: bold;
						border-right: 1px solid #c9ddee;
						}
						#navigation ul li a {
							display: block;
							padding: 0 11px;
							line-height: 30px;
							color: #376289;
							text-decoration: none;
							}
							#navigation ul li a:hover {
								background: url(../images/construct/nav-item-rollover.jpg) repeat-x;
								}
						#navigation ul li a.activeItem {
							color: #376289;
							background: #3a84b7 url(../images/construct/nav-item-active-alpha.gif) repeat-x;
							/* ORANGE background: #eda700 url(../images/construct/nav-item-active-alpha.gif) repeat-x; */
							/* BLUE background: #4b88be url(../images/construct/nav-item-active-alpha.gif) repeat-x; */
							}
							#navigation ul li a.activeItem:hover {
								color: #4b88be;
								}
	
	/*	Page */

			#page {
				float: left;
				width: 920px;
				margin: 5px 0 0 0;
				background: url(../images/construct/page-side-bg.jpg) repeat-y;
				}
				#page-top {
					width: 920px;
					height: 20px;
					background: url(../images/construct/page-top-bg.jpg) no-repeat;
					}
				#page-base {
					clear: both;
					width: 920px;
					height: 20px;
					background: url(../images/construct/page-base-bg.jpg) no-repeat;
					}
	
	/*	Sub navigation */

			#subnavigation {
				float: left;
				margin: 10px 0 20px 0;
				width: 230px;
				}
				#subnavigation h2 {
					margin: 0;
					padding: 20px 15px 10px 30px;
					font-size: 12px;
					font-weight: bold;
					color: #436992;
					}
				#subnavigation p {
					margin: 0;
					padding: 0 15px 10px 30px;
					font-size: 11px;
					}
				#subnavigation ul {
					list-style: none;
					margin: 0 0 0 20px;
					padding: 0;
					border-top: 1px solid #c9dcec;
					}
					#subnavigation ul li {
						list-style-type: none;
						margin: 0;
						padding: 0;
						border-bottom: 1px solid #c9dcec;
						color: #666666;
						}
						#subnavigation ul li a {
							display: block;
							margin: 0;
							padding: 3px 10px;
							text-decoration: none;
							color: #666666;
							background: none;
							cursor: pointer;
							}
							#subnavigation ul li a:hover {
								color: #436992;
								background-color: #d4dee8;
								}
			
	/*	Sub navigation generic - Blue #4b88be */
		
			#subnavigation ul li.activeItem { font-weight: bold; border-bottom: 5px solid #d4dee8; }
			#subnavigation ul li.activeItem a { color: #ffffff; padding: 5px 10px; background: #4b88be url(../images/construct/subnav-master-gradient.png) no-repeat; }
			#subnavigation ul li.activeItem a:hover { color: #efefef; background: #4b88be url(../images/construct/subnav-master-gradient.png) no-repeat; }
			#subnavigation ul li.activeItem ul li a { padding: 3px 10px 3px 25px; }
			#subnavigation ul li.activeItem ul li { border-top: 1px solid #ffffff; }
			
			#subnavigation ul li ul {
				list-style: none;
				margin: 0;
				padding: 0;
				border-top: none;
				}
			#subnavigation ul li ul li {
				list-style-type: none;
				margin: 0;
				padding: 0;
				border-bottom: none;
				border-top: 1px solid #c9dcec;
				border-right: 6px solid #d4dee8;
				}
			#subnavigation ul li ul li a {
				padding: 3px 10px 3px 25px;
				font-weight: normal;
				color: #999999;
				}
			
	/*	Sub navigation colour - Red #f20011 */
			#subnavigation ul.sub-red li.activeItem a { background-color: #f20011; }
			#subnavigation ul.sub-red li.activeItem ul li a { color: #444444; background: #ec99a8 url(../images/construct/subnav-sub-gradient.png) repeat-x; }
			#subnavigation ul.sub-red li.activeItem ul li a:hover { color: #f20011; }

	/*	Sub navigation colour - Blue #3779af */
			#subnavigation ul.sub-blue li.activeItem a { background-color: #3779af; }
			#subnavigation ul.sub-blue li.activeItem ul li a { color: #444444; background: #a4c7da url(../images/construct/subnav-sub-gradient.png) repeat-x; }
			#subnavigation ul.sub-blue li.activeItem ul li a:hover { color: #3779af; }

	/*	Sub navigation colour - Orange #e14f11 */
			#subnavigation ul.sub-orange li.activeItem a { background-color: #e14f11; }
			#subnavigation ul.sub-orange li.activeItem ul li a { color: #444444; background: #f9bb89 url(../images/construct/subnav-sub-gradient.png) repeat-x; }
			#subnavigation ul.sub-orange li.activeItem ul li a:hover { color: #e14f11; }
			
	/*	Sub navigation colour - Green #85b114 */
			#subnavigation ul.sub-green li.activeItem a { background-color: #85b114; }
			#subnavigation ul.sub-green li.activeItem ul li a { color: #444444; background: #d5e98c url(../images/construct/subnav-sub-gradient.png) repeat-x; }
			#subnavigation ul.sub-green li.activeItem ul li a:hover { color: #85b114; }
	
	
	/*	Page area */
	
			#pagearea {
				float: right;
				width: 690px;
				background-color: #ffffff;
				}
				#content {
					padding: 30px 30px 40px 30px;
					}
	
	/*	Footer */

			#footer {
				clear: both;
				width: 920px;
				background: #bbd2e7 url(../images/construct/footer-bg.jpg) no-repeat;
				border-top: 1px solid #acc8e1;
				border-bottom: 10px solid #4b88be;
				font-size: 11px;
				}
				#footer ul {
					float: left;
					list-style: none;
					margin: 20px 0 0 260px;
					padding: 0;
					}
					#footer ul li {
						float: left;
						list-style-type: none;
						margin: 0;
						padding: 0 6px;
						border-left: 1px solid #4b88be;
						}
						#footer ul li a { color: #4b88be; text-decoration: none; }
						#footer ul li a:hover { color: #91bfe8; }
						#footer ul li.firstItem {
							padding-left: 0;
							border-left: none;
							}
				#footer p {
					clear: left;
					margin: 0;
					padding: 8px 0 20px 260px;
					}
				#footer p a { color: #666666; font-weight: bold; }
				#footer p a:hover { color: #4b88be; }