
@font-face {
		font-family: 'Avenir, 'Avenir-Book'-Book';
		src: url('Avenir, 'Avenir-Book'.eot');
		src: url('Avenir, 'Avenir-Book'.eot?#iefix') format('embedded-opentype'),
				 url('Avenir, 'Avenir-Book'.woff') format('woff'),
				 url('Avenir, 'Avenir-Book'.ttf') format('truetype'),
				 url('Avenir, 'Avenir-Book'.svg#Avenir, 'Avenir-Book'') format('svg');
		font-weight: normal;
		font-style: normal;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

:focus {
/* remember to define focus styles! */
	outline:0;
}

body {
	background:#fff;
	line-height:1;
}

ol,ul {
	list-style:none;
}

table {
/* tables still need 'cellspacing="0"' in the markup */
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	font-weight:400;
	text-align:left;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:"" "";
}

a img {
	border:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

strong {
	font-weight:700;
}

em {
	font-style:italic;
}

.clearfix {
	clear:both;
	height:1px;
}

/* STYLES */
body {
	background: #3e7d6a url(/images/bg.png) repeat;
	font-family: Avenir, 'Avenir-Book', Arial;
	font-size:13px;
	line-height:17px;
	color:#000;
}

#main {
	width: 1040px;
	margin: 6px auto 0 auto;
	background-color: #fff;
	box-shadow: 0px 20px 64px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 20px 64px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 20px 64px rgba(0, 0, 0, 0.80);
    behavior: url(/css/PIE.htc);
}
	#main #top {
		height: 170px;
		position: relative;
		overflow: hidden;
	}
		#main #top #logo {
			position: absolute;
			left: 48px;
			top: 48px;
		}
		#main #top #headerimg {
			position: absolute;
			right: 48px;
			top: 48px;
			width: 730px;
			height: 88px;
			background-color: #ededed;
			overflow: hidden;
		}
		#main #top #serviceNavigation {
			position: absolute;
			right: 48px;
			top: 25px;
		}
			#main #top #serviceNavigation li {
				display: inline-block;
				vertical-align: top;
				border: 1px solid transparent;
				zoom: 1;
				*display: inline;
			}
				#main #top #serviceNavigation li .sep {
					margin: 0 5px;
					color: #465e76;
				}
			#main #top #serviceNavigation li:first-child .sep {
				display: none;
			}
				#main #top #serviceNavigation li a {
					color: #ad1009;
					text-decoration: none;
					font-size: 11px;
					line-height: 12px;
				}
				
				#main #top #serviceNavigation .addthis_button {
					margin-left: 5px;
					margin-top: -5px;
					display: inline-block;
					zoom: 1;
					*display: inline;
				}
		#main #top #topNavigation {
			position: absolute;
			right: 48px;
			bottom: -5px;
		}
			#main #top #topNavigation li {
				display: inline-block;
				position: relative;
				box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.40);
			    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.40);
			    border-radius: 5px;
			    -webkit-border-radius: 5px;
			    margin: 0 1px;
			    background-color: #fff;
			    zoom: 1;
			    *display: inline;
			    behavior: url(/css/PIE.htc);		
			}
				#main #top #topNavigation li a {
					color: #b7b1b1;
					text-decoration: none;
					font-size: 14px;
					line-height: 30px;
					padding: 0 13px;
					display: block;
					font-weight: bold;
				}
				#main #top #topNavigation li.current a {
					color: #55a850;
				}
		#main #content {
			width: 944px;
			margin: 0 auto;
		}
		#main #content.frontPage {
			padding-top: 30px;
		}
		#main #content #slideshowwrapper {
			width: 944px;
			height: 315px;
			position: relative;
			overflow: hidden;
		}
		#main #content #slideshow {
			width: 958px;
			height: 315px;
			position: absolute;
			left: -8px;
			box-shadow: inset 1px 1px 5px 3px rgba(0, 0, 0, .2);
			-webkit-box-shadow: inset 1px 1px 5px 3px rgba(0, 0, 0, .2);
			behavior: url(/css/PIE.htc);

		}
			#main #content #slideshow .slideshowItem {
				width: 944px;
				height: 288px;
				overflow: hidden;
				position: absolute;
				left: 8px;
				top: 0;
				z-index: 1;
			}
				#main #content #slideshow .slideshowItem a {
					display: block;
					width: 944px;
					height: 288px;
					position: relative;
					text-decoration: none;
				}
					#main #content #slideshow .slideshowItem a .caption {
						display: block;
						position: absolute;
						top: 20px;
						left: 0;
						width: 270px;
						background-color: #fff;
						padding: 7px 10px 7px 30px;
						font-size: 26px;
						line-height: 30px;
						z-index: 2;
						color: #535554;
						text-decoration: none;
					}
					#main #content #slideshow .slideshowItem a .caption .arrow {
						position: absolute;
						right: 74px;
						bottom: -12px;
						width: 0; 
						height: 0; 
						border-left: 12px solid transparent;
						border-right: 12px solid transparent;
						border-top: 12px solid #fff;
					}

					#main #content #slideshow .slideshowItem a img {
						display: block;
						position: absolute;
						left: 0;
						top: 50%;
						z-index: 1;
						width: 944px;
					}
						#main #content #slideshow .slideshowItem.loading {
							display: none;
						}
					#main #content #slideshow #slideindicator {
						position: absolute;
						right: 14px;
						bottom: 12px;
						z-index: 3;
					}
						#main #content #slideshow #slideindicator li {
							display: block;
							float: left;
							width: 30px;
							height: 30px;
							background-color: #fff;
							border-radius: 15px;
							-webkit-border-radius: 15px;
							position: relative;
							margin-right: 8px;
							cursor: pointer;
							box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.20);
						    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.20);
						    behavior: url(/css/PIE.htc);
						}
							#main #content #slideshow #slideindicator li span {
								position: absolute;
								display: block;
								background-color: #bfb5b3;
								width: 16px;
								height: 16px;
								border-radius: 8px;
								-webkit-border-radius: 8px;
								behavior: url(/css/PIE.htc);
								left: 7px;
								top: 7px;
							}
							#main #content #slideshow #slideindicator li.current span {
								background-color: #086c86;
								behavior: url(/css/PIE.htc);
							}
		#main .frontPage {
			position: relative;
		}
			#main .frontPage h1 {
				position: absolute;
				top: -22px;
				left: 8px;
				color: #55a850;
				font-size: 32px;
				line-height: 34px;
				font-weight: normal;
			}
		#main h3 {
			color: #bcb8b5;
			font-size: 14px;
			font-weight: bold;
			line-height: 18px;
		}
		#main .frontPage h3 {
			margin: 8px 8px 8px 337px;
		}
		#main #content #newsSummary {
			width: 972px;
			position: relative;
		}
			#main #content #newsSummary li {
				display: block;
				float: left;
				margin-right: 22px;
				background-color: #f1f1f1;
				border-radius: 10px;
				-webkit-border-radius: 10px;
				position: relative;
				box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
			    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
			    behavior: url(/css/PIE.htc);
			}
				#main #content #newsSummary li .newsItem {
					width: 276px;
					padding: 12px;
					border-radius: 10px;
					-webkit-border-radius: 10px;
					box-shadow: inset -1px -5px 7px 0px rgba(0, 0, 0, 0.2);
					-webkit-box-shadow: inset -1px -5px 7px 0px rgba(0, 0, 0, 0.2);
					behavior: url(/css/PIE.htc);
					font-size: 11px;
					line-height: 13px;
				}
				#main #content #newsSummary li a.newsimage {
					display: block;
					width: 277px;
					height: 106px;
					position: relative;
					overflow: hidden;
					margin: 0;
				}
				#main #content #newsSummary li h2 {
					color: #55a850;
					font-size: 14px;
					line-height: 16px;
					font-weight: bold;
					margin: 12px 0 3px 0;
				}
				#main #content h3{
					font-weight:bold;
				}
				#main #content #newsSummary li h4 {
					font-size: 14px;
					font-weight: bold;
					line-height: 16px;
					margin: 3px 0 3px 0;
					color: #086c86;
					display: block;
				}
				#main #content #newsSummary li .newsItemDepartment h4 {
					color: #AD1009;
					font-weight: normal;
					font-size: 16px;
					line-height: 18px;
				}
				#main #content #newsSummary li a {
					font-size: 13px;
					line-height: 15px;
					margin: 8px 0 0 0;
					color: #086c86;
					display: inline-block;
				}
					#main #content #newsSummary li h4 a {
						color: #086c86;
						text-decoration: none;
						font-size: 14px;
					}
				#main #content #newsSummary li p {
					width: 200px;
				}
				#main #content #newsSummary li a.readmore {
					display: block;
					position: absolute;
					bottom: 12px;
					right: 12px;
					color: #55a850;
					font-size: 16px;
					line-height: 18px;
					font-weight: bold;
					margin: 0;
				}
		#main #content.newspage,
		#main #content.textpage {
			padding-top: 17px;
		}
		#main #content #leftSidebar {
			width: 200px;
			float: left;
			margin-bottom: 30px;
		}
			#main #content #leftSidebar .sidebar {
				background-color: #f1f1f1;
				border-radius: 10px;
				-webkit-border-radius: 10px;
				position: relative;
				box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
			    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
			    behavior: url(/css/PIE.htc);
			    margin-top: 30px;
			}
				#main #content #leftSidebar .sidebarContent {
					padding: 12px;
					border-radius: 10px;
					-webkit-border-radius: 10px;
					box-shadow: inset -1px -5px 7px 0px rgba(0, 0, 0, 0.2);
					-webkit-box-shadow: inset -1px -5px 7px 0px rgba(0, 0, 0, 0.2);
					behavior: url(/css/PIE.htc);
					font-size: 12px;
					line-height: 14px;
				}
					#main #content #leftSidebar .sidebarContent h2,
					#main #content #leftSidebar .sidebarContent h3  {
						margin: 0;
						padding: 0;
						color: #AD1009;
						font-weight: normal;
						font-size: 16px;
						line-height: 20px;
						
					}
					#main #content #leftSidebar .sidebarContent h2 img {
						margin-bottom: -1px;
					}
					#main #content #leftSidebar .sidebarContent h3 {
						padding-bottom: 7px;
					}
					#main #content #leftSidebar .sidebarContent hr {
						border: none;
						border-top: 1px solid #bfb6b1;
						margin: 9px 0;
					}
					#main #content #leftSidebar .sidebarContent #contactBox a {
						text-decoration:underline;
						color: #55A850;
						font-weight: bold;
					}
						#main #content #leftSidebar .sidebarContent li {
							display: block;
							padding: 8px 0;
							border-bottom: 1px solid #bfb6b1;
						}
							#main #content #leftSidebar .sidebarContent li:last-child {
								border-bottom: none;
							}
							#main #content #leftSidebar .sidebarContent li a {
								color: #096b88;
								font-weight: bold;
								text-decoration: none;
								font-size: 12px;
								display: block;
							}
								#main #content #leftSidebar .sidebarContent li a span {
									display: block;
									color: #000;
									font-weight: normal;
								}
									#main #content #leftSidebar .sidebarContent li a span span {
										display: inline-block;
										font-weight: bold;
										color: #55A850;
										text-decoration: underline;
										zoom: 1;
										*display: inline;
									}
		#main #content #contentArea {
			width: 730px;
			float: right;
			border-bottom: 1px solid #bfb6b1;
			padding-bottom: 14px;
		}
		#main #content.newspage #contentArea {
			padding: 0;
			border-bottom: none;
		}
			#main #content #contentArea #breadcrumb {
				border-bottom: 1px solid #bfb6b1;
				padding-left: 10px;
				margin-bottom: 17px;	
			}
				#main #content #contentArea #breadcrumb li {
					display: inline-block;
					color: #AD1009;
					font-size: 16px;
					line-height: 22px;
					zoom: 1;
					*display: inline;
				}
					#main #content #contentArea #breadcrumb li a {
						color: #AD1009;
						text-decoration: none;
					}
					#main #content #contentArea #breadcrumb li span {
						display: inline-block;
						padding: 0 4px;
						letter-spacing: -1px;
						zoom: 1;
						*display: inline;
					}
			#main #content #contentArea #newsImages {
				position: relative;
				padding-left: 10px;
			}
			#main #content #contentArea #mainimage {
				max-height: 315px;
				overflow: hidden;
			}
			#main #content #contentArea #sideimage1,
			#main #content #contentArea #sideimage2 {
				position: absolute;
				right: 0;
				top: 0;
				max-height: 152px;
				overflow: hidden;
			}
			#main #content #contentArea #sideimage2 {
				top: auto;
				bottom: 0;
			}
			
			#main #content #contentArea #newsLinks {
				float: right;
				margin-top: 28px;
				width: 132px;
				position: relative;
				padding-top: 17px;
			}
				#main #content #contentArea #newsLinks h4 {
					position: absolute;
					right: 7px;
					top: 0;
					z-index: 1;
					box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.40);
				    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.40);
				    border-radius: 5px;
				    -webkit-border-radius: 5px;
				    padding: 2px 14px 10px 14px;
				    color: #AD1009;
				    behavior: url(/css/PIE.htc);
				}
				#main #content #contentArea #newsLinks ul {
					position: relative;
					z-index: 2;
					background: #efefef;
					background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(252,252,252,1) 88%, rgba(255,255,255,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,237,237,1)), color-stop(88%,rgba(252,252,252,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(252,252,252,1) 88%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(252,252,252,1) 88%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(252,252,252,1) 88%,rgba(255,255,255,1) 100%); /* IE10+ */
					background: linear-gradient(to right, rgba(237,237,237,1) 0%,rgba(252,252,252,1) 88%,rgba(255,255,255,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
					padding: 15px 12px 0 12px;
					border-top: 1px solid #fff;
					min-height: 170px;
					behavior: url(/css/PIE.htc);
				}
					#main #content #contentArea #newsLinks ul li {
						display: block;
						padding-bottom: 15px;
						line-height: 14px;
						font-size: 12px;
					}
						#main #content #contentArea #newsLinks ul li a {
							color: #55A850;
						}	
			#main #content #contentArea #bodyContent {
				width: 520px;
				padding-left: 10px;
				font-size: 12px;
				line-height: 15px;
			}
			#main #content #contentArea #bodyContent h1 {
				color: #535554;
				font-size: 28px;
				line-height: 32px;
				padding-top: 12px;
			}
			#main #content #contentArea #bodyContent h2 {
				color: #AD1009;
				font-size: 16px;
				line-height: 22px;
				padding-top: 8px;
			}
			#main #content #contentArea #bodyContent p {
				padding-top: 8px;
			}
			
			#main #content #contentArea #bodyContent .field .label {
				float: left;
				width: 90px;
				clear: left;
				font-size: 14px;
				color: #AD1009;
				padding: 5px 0;
			}
			#main #content #contentArea #bodyContent .field .description {
				float: left;
				width: 400px;
				padding: 5px 0;
			}
			
			#main #content #contentArea #bodyContent .eventlinks {
				position: relative;
				float: right;
				clear: both;
				margin-top: -100px;
			}
			#main #content #contentArea #bodyContent .facebook,
			#main #content #contentArea #bodyContent .subscribe {
				position: relative;
				margin-right: -50px;
				margin-top: 10px;
				width: 132px;
				padding-top: 17px;
				height: 0;
				overflow: hidden;
				
			}
			
				#main #content #contentArea #bodyContent .facebook a,
				#main #content #contentArea #bodyContent .subscribe a {
					position: absolute;
					right: 7px;
					display: block;
					width: 50px;
					text-align: center;
					top: 0;
					z-index: 1;
					box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.40);
				    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.40);
				    border-radius: 5px;
				    -webkit-border-radius: 5px;
				    padding: 2px 0 10px 0;
				    color: #AD1009;
				    text-decoration: none;
				    behavior: url(/css/PIE.htc);
				}
					#main #content #contentArea #bodyContent .facebook a span {
						display: block;
						padding-left: 20px;
						background: url(../images/facebook.png) 5px 40% no-repeat;
					}
	
			#main #content #contentArea .newsList {
				
			}
				#main #content #contentArea .newsList .newsItem {
					border-bottom: 1px solid #bfb6b1;
					padding-bottom: 10px;
					margin-bottom: 10px;
					clear: both;
					font-size: 12px;
					line-height: 15px;
				}
					#main #content #contentArea .newsList .newsItem:last-child {
						border-bottom: none;
						padding: 0;
						margin: 0;
					}
					#main #content #contentArea .newsList .newsItem .newsImage {
						float: left;
						width: 183px;
						overflow: hidden;
						height: 87px;
					}
					#main #content #contentArea .newsList .newsItem .newsText {
						float: left;
						width: 470px;
						padding-left: 8px;
					}
					#main #content #contentArea .newsList .personItem .newsText {
						width: 312px;
					}
						#main #content #contentArea .newsList .newsItem .newsText h3,
						#main #content #contentArea .newsList .newsItem .newsText h3 a {
							padding: 0;
							margin: 0;
							color: #096b86;
							text-decoration: none;
							font-size: 16px;
							line-height: 20px;
						}
						#main #content #contentArea .newsList .personItem .newsText h3 {
							display: inline-block;
							margin-right: 5px;
							*display: inline;
						}
						#main #content #contentArea .newsList .newsItem .newsText .introduction {
							padding-bottom: 3px;
						}
						#main #content #contentArea .newsList .personItem .newsText .introduction {
							padding-top: 8px;
						}
						#main #content #contentArea .newsList .newsItem .newsText .readmore,
						#main #content #contentArea .newsList .newsItem .newsText span {
							display: block;
							color: #55A850;
							font-weight: bold;
						}
						#main #content #contentArea .newsList .personItem .newsText span {
							display: inline-block;
							*display: inline;
						}
					#main #content #contentArea .newsList .personItem .personInfo {
						float: right;
						width: 165px;
					}
						#main #content #contentArea .newsList .personItem .personInfo p {
							padding-bottom: 5px;
						}
						#main #content #contentArea .newsList .personItem .personInfo span {
							display: inline-block;
							margin-right: 5px;
							color: #AD1009;
							font-size: 14px;
							line-height: 16px;
							*display: inline;
						}
					#main #content #contentArea .newsNavigation {
						border-top: 1px solid #bfb6b1;
						margin-top: 10px;
						padding-left: 10px;
					}
						#main #content #contentArea .newsNavigation ul,
						#main #content #contentArea .newsNavigation li {
							display: inline-block;
							line-height: 25px;
							font-size: 11px;
							zoom: 1;
							*display: inline;
						}
							#main #content #contentArea .newsNavigation li:first-child {
								margin-right: 15px;
							}
							#main #content #contentArea .newsNavigation li:last-child {
								margin-left: 15px;
							}
							#main #content #contentArea .newsNavigation li a {
								display: block;
								padding: 0 6px;
								color: #55A850;
								text-decoration: none;
							}
					#main #content #contentArea #localeList {
						list-style: none;
						margin: 0;
						padding: 20px 0 0 0;
					}
						#main #content #contentArea #localeList h3 {
							display: inline-block;
							margin-right: 5px;
							color: #086C86;
							*display: inline;
						}
						#main #content #contentArea #localeList li {
							display: block;
							padding: 10px 0;
							border-top: 1px solid #bfb6b2;
						}
	
	#main #footer-wrapper {
		width: 944px;
		margin: 20px auto 0 auto;
		position: relative;
		overflow: hidden;
	}
		#main #footer-wrapper h3 {
			margin: 0;
			padding: 0 8px;
			background-color: #fff;
			position: relative;
			z-index: 2;
		}
		#main #footer-wrapper #localeNavigation {
			z-index: 1;
			width: 952px;
			padding: 15px 8px;
			position: relative;
			left: -8px;
			top: -8px;
			box-shadow: inset 1px 1px 5px 3px rgba(0, 0, 0, .2);
			-webkit-box-shadow: inset 1px 1px 5px 3px rgba(0, 0, 0, .2);
			behavior: url(/css/PIE.htc);
		}
			#main #footer-wrapper #localeNavigation li {
				display: inline-block;
				width: 145px;
				margin-left: 8px;
				zoom: 1;
				*display: inline;
			}
				#main #footer-wrapper #localeNavigation li a {
					color: #AD1009;
					text-decoration: underline;
					font-size: 13px;
					line-height: 17px;
				}
		#main #footer-wrapper #footer {
			text-align: center;
			line-height: 12px;
			font-size: 11px;
			padding-bottom: 10px;
			color: #475f79;
		}
			#main #footer-wrapper #footer a {
				color: #475f79;
				text-decoration: none;
			}

.field {
	padding-top: 8px;
}		
	.field label {
		display: inline-block;
		width: 60px;
		vertical-align: top;
		padding: 4px 0;
		line-height: 14px;
		zoom: 1;
		*display: inline;
	}
		.field label span {
			color: #AD1009;
		}
	.field input[type=text],
	.field textarea {
		width: 440px;
		resize: none;
		font-family: Avenir, 'Avenir-Book', Arial;
		font-size: 12px;
		line-height: 14px;
		padding: 3px;
		border: 1px solid #e8e4e1;
		display: inline-block;
		margin: 0;
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
		behavior: url(/css/PIE.htc);
		zoom: 1;
		*display: inline;
	}
	.field textarea {
		height: 400px;
	}
.fieldbutton {
	position: relative;
	width: 510px;
	height: 30px;
	overflow: hidden;
	border-top: 1px solid #fff;
}
	.fieldbutton input[type=submit] {
		position: absolute;
		right: 8px;
		top: -8px;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.40);
	    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.40);
	    border-radius: 5px;
	    -webkit-border-radius: 5px;
	    padding: 10px 14px 2px 14px;
	    color: #AD1009;
	    background: #fff none;
	    border: none;
	    behavior: url(/css/PIE.htc);
	}
#fieldError {
	font-weight: bold;
	padding-top: 8px;
}

#contactBox .field input[type=text] {
	width: 100px;
	padding: 1px 3px;
}

#contactBox .fieldbutton {
	border: none;
	width: 173px;
	margin-top: 13px;
	height: 20px;
	margin-bottom: -4px;
}
.filterHeader {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.searchFilter .searchLabel .searchLabelTag {
	font-size: 16px;
	display: inline-block;
	padding-right: 12px;
	color: #000;
	text-decoration: none;
	margin: 7px 0 3px 0;
	zoom: 1;
	*display: inline;
}
.active .searchLabel .searchLabelTag {
	background: url(/images/filter.png) right 3px no-repeat;
}
.searchFilter > a {
	display: none;
	border-top: 1px solid #a0a0a0;
	line-height: 20px;
	font-size: 12px;
	color: #c7c0ba;
	margin-left: 35px;
	text-decoration: none;
	text-transform: capitalize;
}
.searchFilter.active > a {
	display: block;
}
	.searchFilter a.active {
		color: #55A850;
	}
.newsError {
	padding-left: 10px;
	font-size: 16px;
	line-height: 20px;
}

.bodyText ul,.bodyText ol {
	margin:0 0 18px 1.5em;
	padding:0;
	font-size:13px;
}

.bodyText ul {
	list-style:square;
}

.bodyText ol {
	list-style:decimal;
}

.bodyText ol ol {
	list-style:upper-alpha;
}

.bodyText ol ol ol {
	list-style:lower-roman;
}

.bodyText ol ol ol ol {
	list-style:lower-alpha;
}

.bodyText ul ul,.bodyText ol ol,.bodyText ul ol,.bodyText ol ul {
	margin-bottom:0;
}

.bodyText dl {
	margin:0 0 24px;
}

.bodyText dt {
	font-weight:700;
}

.bodyText dd {
	margin-bottom:18px;
}

.bodyText strong {
	font-weight:700;
}

.bodyText cite,.bodyText em,.bodyText i {
	border:none;
	font-style:italic;
}

.bodyText big {
	font-size:131.25%;
}

.bodyText ins {
	background:#ffc;
	border:none;
	color:#333;
}

.bodyText del {
	text-decoration:line-through;
	color:#555;
}

.bodyText blockquote {
	font-style:italic;
	padding:0 3em;
}

.bodyText blockquote cite,.bodyText blockquote em,.bodyText blockquote i {
	font-style:normal;
}

.bodyText pre {
	background:#f7f7f7;
	color:#222;
	line-height:18px;
	margin-bottom:18px;
	padding:1.5em;
}

.bodyText abbr,.bodyText acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

.bodyText ins {
	text-decoration:none;
}

.bodyText sup,.bodyText sub {
	font-size:10px;
	height:0;
	line-height:1;
	position:relative;
	vertical-align:baseline;
}

.bodyText sup {
	bottom:1ex;
}

.bodyText sub {
	top:.5ex;
}

.bodyText a {
	text-decoration:underline;
	color: #55A850;
}

.bodyText .subpageItem a,.bodyText .inlineFeatureWrapper a {
	text-decoration:none;
}

.bodyText ul ul,.bodyText ol ol,.bodyText ul ol,.bodyText ol ul {
	margin-bottom:0;
}

.bodyText pre,.bodyText kbd,.bodyText tt,.bodyText var {
	font-size:15px;
	line-height:21px;
}

.bodyText code {
	font-size:13px;
}