/*-------
// global reset
//-----*/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; color: #000000; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; color: #000000; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited { 
	color: #0064ba;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #FFFFFF;
}
#page {
	font-size: 1.4em;
	color: #000000;
}
.wrap {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}

.wrap h1 {width: 600px; line-height: 1.2em}

.wrap  {line-height: 1.4em}

#top {
	color: #FFFFFF;
	background: url(/img/top-bg.gif) repeat-x 0 0;
}
	#top .wrap {
		height: 119px;
		position: relative;
	}
	#logo {
		float: left;
		padding: 36px 0 0 0;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 173px;
			height: 72px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(/img/logo-1.png) no-repeat 0 0;
			}
	#motto {
		float: right;
		width: 247px;
		height: 20px;
		margin: 5px 0 0;
	}
		#motto span {
			background: url(/img/motto-1.png) no-repeat 0 0;
		}
	#menu {
		position: absolute;
		left: 210px;
		bottom: 1px;
	}
		#menu ul {
		}
			#menu li {
				float: left;
				margin: 0 3px 0 0;
			}
			#menu #b6 {
				margin: 0;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					height: 62px;
					width: 135px;
					position: relative;
				}
					#menu li a:link span, #menu li a:visited span {
						position: absolute;
						left: 0;
						top: 0;
						width: 100%;
						height: 100%;
						background: url(/img/menu.gif) no-repeat 0 0;
					}
				#menu li a:link:hover, #menu li a:visited:hover,
				#menu li a.active:link, #menu li a.active:visited {
				}
					#menu li a:link:hover span, #menu li a:visited:hover span,
					#menu li a.active:link span, #menu li a.active:visited span {
					}
				
				#menu #b1 a:link span, #menu #b1 a:visited span { background-position: 0 0; }
				#menu #b1 a:link:hover span, #menu #b1 a:visited:hover span { background-position: 0 -62px; }
				#menu #b1.active a:link span, #menu #b1.active a:visited span { background-position: 0 -62px; }
				#menu #b2 a:link span, #menu #b2 a:visited span { background-position: -138px 0; }
				#menu #b2 a:link:hover span, #menu #b2 a:visited:hover span { background-position: -138px -62px; }
				#menu #b2.active a:link span, #menu #b2.active a:visited span { background-position: -138px -62px; }
				#menu #b3 a:link span, #menu #b3 a:visited span { background-position: -276px 0; }
				#menu #b3 a:link:hover span, #menu #b3 a:visited:hover span { background-position: -276px -62px; }
				#menu #b3.active a:link span, #menu #b3.active a:visited span { background-position: -276px -62px; }
				#menu #b4 a:link span, #menu #b4 a:visited span { background-position: -414px 0; }
				#menu #b4 a:link:hover span, #menu #b4 a:visited:hover span { background-position: -414px -62px; }
				#menu #b4.active a:link span, #menu #b4.active a:visited span { background-position: -414px -62px; }

	#menu2 {
		position: absolute;
		right: 0;
		bottom: 10px;
		font-size: 78.57%;
	}
		#menu2 ul {
		}
			#menu2 li {
				text-align: right;
				line-height: 1.6;
			}
				#menu2 li a:link, #menu2 li a:visited {
					color: #0064ba;
					text-decoration: underline;
				}
				#menu2 li a:link:hover, #menu2 li a:visited:hover {
					text-decoration: none;
				}

#bar {
	background: #0064ba url(/img/bar-bg.gif) repeat-x 0 100%;
	padding: 15px 0 30px;
	color: #FFFFFF;
	margin: 0 0 20px;
	font-size: 93%;
}
	#bar .wrap {
		position: relative;
	}
	#bar .min {
		min-height: 202px;
	}
	#bar h1 {
		font-size: 207%;
		font-weight: normal;
		color: #FFFFFF;
		padding: 25px 0 .1em;
	}
	#bar h2 {
		font-size: 114%;
		font-weight: bold;
		color: #90c212;
		padding: 0 0 25px;
	}
	#contact {
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
		width: 220px;
	}
		#contact h3 {
			font-size: 100%;
			margin: 0 0 .2em;
		}
		#contact p {
			font-size: 92%;
		}
			#contact p span {
				color: #b8e24f;
				font-weight: bold;
			}
			#contact p a:link, #contact p a:visited {
				font-weight: bold;
				color: #FFFFFF;
				text-decoration: underline;
			}
	#bar .menu {
		float: left;
		padding: 0 20px 0 10px;
		min-height: 115px;
		background: url(/img/menu-sep.png) no-repeat 100% 10px;
	}
	#bar .menu1 {
		width: 220px;
	}
	#bar .menu2 {
		width: 360px;
	}
	#bar .menu3 {
		padding: 0 0 0 10px;
		width: 265px;
		background: none;
	}
	#bar .menu4 {
		padding: 0 0 0 10px;
		width: 600px;
		background: none;
	}
		#bar .menu h2 {
			font-size: 92%;
			color: #76baf4;
			padding: 0 0 10px;
			text-transform: uppercase;
		}
		#bar .menu ul {
			float: left;
			width: 49.9%;
		}
		#bar .menu1 ul {
			width: 64.9%;
		}
		#bar .menu1 ul.ul2 {
			width: 35%;
		}
		#bar .menu3 ul {
			float: none;
			width: auto;
		}
		#bar .menu4 ul {
			width: 50.9%;
		}
		#bar .menu4 ul.ul2 {
			width: 49%;
		}
			#bar .menu li {
				line-height: 1.4;
			}
				#bar .menu li a:link, #bar .menu li a:visited {
					color: #FFFFFF;
					text-decoration: underline;
				}
				#bar .menu li a:link:hover, #bar .menu li a:visited:hover {
					text-decoration: none;;
				}
				#bar .menu li a.active:link, #bar .menu li a.active:visited {
					font-weight: bold;
					color: #90c212;
					text-decoration: none;
				}
	#bar img.header {
		position: absolute; 
		z-index: 400;
		width: 943px;
		height: 315px;
	}
	#bar #slide {
		width: 943px;
		height: 315px;
	}

#wrap {
	margin: 0 auto 30px;
}
	#content {
		float: left;
	}
	#side {
		float: right;
	}

#content p {
	margin: 0 0 1.25em;
	line-height: 1.35;
}
#content ul {
	margin: 0 0 1.25em 2em;
	list-style: disc;
	line-height: 1.35;
}

#content h1 {
	color: #0064ba;
	font-size: 214%;
	font-weight: normal;
	margin: 0 0 .75em;
}
	#content h1 span {
		color: #272727;
	}
#content h2 {
	font-size: 114%;
	font-weight: bold;
	color: #272727;
	margin: 0 0 1em;
}
#content h3 {
	font-size: 100%;
	font-weight: bold;
	color: #0064ba;
	margin: 0 0 .2em;
}
#content h3.sep {
	font-size: 92%;
	letter-spacing: 0.075em;
	padding: .75em 0 0;
	margin: 0 0 1em;
	text-transform: uppercase;
	border-top: solid 1px #0064ba;
}
#content h3.normal {
	color: #000000;
	margin: 0 0 .3em;
}
#content h3.bordertop {
	border-top: solid 1px #0064ba;
	color: #000000;
	margin: 0 0 .3em;
	padding-top: .75em;
}

#wrap a:link, #wrap a:visited {
	text-decoration: underline;
}
	#wrap a:link:hover, #wrap a:visited:hover {
		text-decoration: none;
	}

#side h3 {
	font-size: 100%;
	font-weight: bold;
	color: #0064ba;
	margin: 0 0 .2em;
}

div.img {
	margin: 10px 0 30px;
	border: solid 1px #428db0;
}

fieldset {
	border: none;
}
	fieldset ul {
		list-style-type: none !important;
		list-style-image: none !important;
	}
	fieldset li {
		margin: 0 0 10px;
	}
		#side fieldset li label {
			display: block;
			font-size: 78%;
			margin: 0 0 .3em;
		}
		#content fieldset li label {
			display: block;
			margin: 0 0 .3em;
		}

.img-wrap {
	margin-bottom: 10px;
	border-bottom: 1px solid #d0e69a;
}
	.img-wrap.left {
		padding: 2px;
		float: left;
		margin: 0 5px 10px 0;
		border-bottom: 0;
	}
	.img-wrap img {
		border: 1px solid #ccc;
		padding: 2px;
	}
	.img-wrap .caption {
		font-size: 78%;
		padding: 3px;
		font-style: italic;
	}
	
#why-aturf .img-wrap {
	width: 133px;
	margin-right:0;
}
	#why-aturf .img-wrap img {
		padding: 1px;
	}
	#why-aturf h2 {
		clear:both;
	}
	#why-aturf ul {
		float:left;
		padding-left: 20px;
		margin-left: 10px;
		width: 400px;
	}
	
.embed-nav {
	clear:both; 
	border-top: 1px solid #d0e69a; 
	padding-top:5px
}
	
#ticker {
	background: #80b900;
	color: #1a1718;
	font-size: 92%;
	font-weight: bold;
}
	#ticker .wrap  {
		padding: 5px 0pt 5px 0pt;
		height: 34px;
	}

		#ticker p {
			float: left;
			color: #FFFFFF;
			width: 170px;
			line-height: 34px;
		}
		#ticker span {
			color: #000000;
		}
		
#ticker-box {height: 76px; background: url('/images/ticker-area-background.gif') no-repeat #80b900; overflow: hidden;}
#ticker-mask {padding: 9px 0 0 0; margin: 0; overflow: hidden; position: relative; height: 25px; width: 767px;}
#ticker-row {white-space: nowrap; font-size: 13px; font-weight: bold; color:#deebbd;  position: relative; visibility: hidden;}

#footer {
	background: #0550ae;
}
	#footer .wrap {
		overflow: hidden;
		padding: 0 0 150px;
		color: #FFFFFF;
		position: relative;
	}
	#info {
		text-align: center;
		font-size: 92%;
		padding: 10px 0;
		line-height: 1.55;
	}
		#info span {
			color: #d0ff68;
			font-size: 128%;
			font-weight: bold;
		}
		#info a:link, #info a:visited {
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: underline;
		}
	#boxes {
		height: 150px;
		float: left;
		margin: 0 5px 0 0;
	}
		#boxes .box {
			float: left;
			width: 231px;
			height: 90px;
			position: relative;
		}
				#boxes .box a {
					color:#fff;
					text-decoration:underline;
				}
				#boxes .box p.title {
					padding-left: 80px;
					padding-right: 5px;
					font-weight: bold;
					letter-spacing: -0.01em;
				}
				#boxes #box1 p.title {
					background: #2264b8 url(/img/icon-1.png) no-repeat 20px 50%;
					padding-top: 20px;
					height: 70px;
				}
				#boxes #box2 p.title {
					background: #2264b8 url(/img/icon-2.png) no-repeat 20px 50%;
					padding-top: 20px;
					height: 70px;
				}
				#boxes #box3 p.title {
					background: #2264b8 url(/img/icon-3.png) no-repeat 20px 50%;
					padding-top: 20px;
					height: 70px;
				}
			#boxes .box .content {
				font-size: 85%;
				display: none;
				padding: 0 15px 15px;
				background: #2264b8;
			}
			#boxes .box p.more {
			}
				#boxes .box p.more a:link, #boxes .box p.more a:visited {
					display: block;
					margin: 0 auto;
					width: 129px;
					height: 24px;
					line-height: 22px;
					padding: 0 20px 0 0;
					color: #79c1ff;
					font-size: 78%;
					font-weight: bold;
					text-align: center;
					background: url(/img/box1-b.png) no-repeat 0 0;
				}
				#boxes .box p.more a.active:link, #boxes .box p.more a.active:visited {
					background-position: 0 -24px;
				}
	#logos {
		float: left;
		width: 664px;
		height: 120px;
		padding: 20px 20px 10px;
		background: url(/img/footer-bg.png) repeat-x 0 0;
	}
		#logos img {
			padding: 0 7px;
			vertical-align: middle;
		}
	#copyright {
		clear: both;
		border-top: solid 1px #79c1ff;
		padding: 5px 0;
		font-size: 78%;
		font-style: italic;
		color: #79c1ff;
	}
	#scheffey {
		position: absolute;
		right: 0;
		bottom: 95px;
	}
		#scheffey a:link, #scheffey a:visited {
			display: block;
			width: 129px;
			height: 20px;
		}
			#scheffey a:link span, #scheffey a:visited span {
				background: url(/img/scheffey.png) no-repeat 0 0;
			}


/*-------
// article
//-----*/

.article #content {
	width: 690px;
}
.article #side {
	width: 200px;
	padding: 15px 15px;
	border-top: solid 10px #80b900;
	background: #d0e69a;
}
.article #side .quote {
	margin: 15px 0 5px 0;
	display: block;
	font-size: 85%;
}
.article #side .attrib {
	padding: 0 0 10px 25px;
	border-bottom: 1px dotted #80b900; 
	display: block;
	font-style: italic;
	font-size: 85%;
}
.article #side .address {
	margin: 0 0 15px 0;
	display: block;
	font-size: 85%;
}
.article .date {
	margin:0;
	font-style:italic;
}
.article .writer {
	margin:0;
}
.article .publication {
	font-weight:bold;
}
.article .back {
	margin: 20px 0;
}


/*-------
// categ
//-----*/
.categ #bar {
	margin: 0 0 10px;
}
.categ #content {
	width: 690px;
	font-size: 107%;
}
.categ #side {
	width: 230px;
}

#title-4 {
	width: 493px;
	height: 41px;
}
	#title-4 span {
		background: url(/img/title-4.png) no-repeat 0 0;
	}

.categ #content h2 {
	font-size: 126.66%;
}


.products {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}
	.products .product {
		float: left;
		width: 230px;
		min-height: 150px;
		padding: 15px 13px 10px 100px;
		background: #e6eed1;
		font-size: 86.66%;
		margin: 0 0 4px;
		position: relative;
	}
	.products .product2 {
		width: 175px;
		min-height: 200px;
		padding-left: 155px;
	}
	.products .last {
		float: right;
	}
		.products .product1 img {
			position: absolute;
			left: 15px;
			top: 15px;
		}
		.products .product2 .frame5 {
			position: absolute;
			left: 15px;
			top: 15px;
			padding: 5px 5px;
			background: url(/img/frame-5.png) no-repeat 0 0;
		}
		#page .products p {
			margin: 0 0 .2em;
		}
		#page .products ul {
			margin-bottom: .2em;
		}
		.products p.title {
			font-size: 115%;
			color: #0064ba;
		}
		.products p.title2 {
			font-style: italic;
			font-size: 92%;
			color: #6b6b6b;
		}
	.products .footer {
		background: #e6eed1;
		color: #0064ba;
		clear: both;
		padding: 12px 20px;
		font-size: 86.66%;
	}

	.products .product3 {
		width: auto;
		float: none;
		margin: 0 0 20px;
		padding: 5px 0 0 165px;
		background: none;
	}
		.products .product3 .frame6 {
			position: absolute;
			left: 0;
			top: 0;
			padding: 5px 5px;
			background: url(/img/frame-6.png) no-repeat 0 0;
		}
			#content .products .product3 p {
				font-size: 100%;
			}

.specs {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
	font-size: 86.66%;
}
	#content .specs ul {
		list-style: none;
		margin: 0;
		float: left;
		width: 315px;
		padding: 8px 13px 8px 15px;
		background: #e6eed1;
	}
	#content .specs ul.last {
		float: right;
	}
		.specs li {
			padding: .3em 0;
		}
			.specs li a:link, .specs li a:visited {
				display: block;
				padding: 0 0 0 30px;
				background: url(/img/icon-specs2.png) no-repeat 0 55%;
			}



.box3 {
	background: #90c212;
	padding: 4px;
	margin: 0 0 6px;
}
	.box3 .in {
		padding: 12px 15px;
		border: solid 1px #abd14b;
	}

.box8 {
	background: #0064ba;
	padding: 4px;
	margin: 0 0 6px;
}
	.box8 .in {
		padding: 12px 15px;
		border: solid 1px #abd14b;
	}

#specs {
}
	#specs .in {
	}
	#specs form {
		float: left;
		width: 245px;
	}
		#specs h2 {
			padding: 0 0 0 32px;
			font-size: 153%;
			font-weight: normal;
			letter-spacing: -0.05em;
			line-height: 35px;
			background: url(/img/icon-specs.png) no-repeat 0 50%;
			margin: 0 0 10px;
		}
		#specs select {
			width: 98%;
		}
	#specs .other {
		float: right;
		width: 155px;
		padding: 10px 0px 10px 20px;
		border-left: solid 1px #abd14b;
		font-size: 92%;
	}
		#specs .other p {
			font-weight: bold;
			color: #0064ba;
		}
		#specs .other a:link, #specs .other a:visited {
			color: #1a1818;
		}
	#specs.box8 form {
		float: none;
		width: auto;
	}
		#specs.box8 h2 {
			padding: 0;
			font-size: 128%;
			color: #b8e548;
			line-height: 1.1;
			background: none;
		}

.categ #description {
	padding: 10px 10px;
}
	.categ #description .img1 {
		margin-left: -5px;
		margin-right: -5px;
	}


#imgs {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
	#imgs img {
		display: block;
		border: solid 2px #90c212;
		margin: 0 0 6px;
	}
	#imgs img.l {
		float: left;
		margin: 0;
	}
	#imgs img.r {
		float: right;
		margin: 0;
	}

.box4 {
	background: #79c1ff;
	padding: 4px;
	margin: 0 0 15px;
}
	.box4 .in {
		padding: 12px 15px;
		border: solid 1px #99d0ff;
	}
	.box4 h2 {
		font-size: 142%;
		font-weight: normal;
		line-height: 1;
		margin: 0 0 .5em;
	}
	.box4 ul {
		font-size: 92%;
	}
		.box4 li {
			padding: .2em 0;
		}
			.box4 li a:link, .box4 li a:visited {
				color: #1a1818;
			}


/*-------
// product
//-----*/

#page p.section {
	border-bottom: solid 1px #0064ba;
	color: #0064ba;
	font-size: 78%;
	letter-spacing: 0.33em;
	text-transform: uppercase;
	line-height: 22px;
	padding: 0 0 15px 35px;
	margin: 0 0 10px;
	background: url(/img/icon-camera.gif) no-repeat 0 0;
}

#thumbs {
	margin: 0 0 10px;
}
	#thumbs img.main {
		display: block;
		margin: 0 0 5px;
		border: solid 1px #1a1718;
	}
	#thumbs ul {
		width: 100%;
		overflow: hidden;
		margin: 0 0 5px;
	}
		#thumbs li {
			float: left;
			margin: 0 4px 0 0;
		}
		#thumbs li.last {
			margin: 0;
		}
			#thumbs li a:link, #thumbs li a:visited {
				display: block;
				float: left;
				padding: 12px 0 0;
			}
				#thumbs li a:link img, #thumbs li a:visited img {
					border: solid 1px #1a1818;
				}
			#thumbs li.active a:link, #thumbs li.active a:visited {
				background: url(/img/icon-active.gif) no-repeat 50% 0;
			}
	#thumbs p {
		font-style: italic;
		font-weight: bold;
		font-size: 85%;
		color: #0064ba;
	}

#infos {
}
	#infos ul {
		width: 100%;
		overflow: hidden;
	}
		#infos li {
			float: left;
			margin: 0 8px 0 0;
		}
			#infos li a:link, #infos li a:visited {
				float: left;
				display: block;
				padding: 70px 0 0;
				width: 102px;
				text-align: center;
				line-height: 1.5;
			}
			#infos li.i1 a:link, #infos li.i1 a:visited {
				background: url(/img/icon-11.png) no-repeat 0 0;
			}
			#infos li.i2 a:link, #infos li.i2 a:visited {
				background: url(/img/icon-12.png) no-repeat 0 0;
			}
			#infos li.i3 a:link, #infos li.i3 a:visited {
				background: url(/img/icon-13.png) no-repeat 0 0;
			}

#related {
	margin: 0 0 10px;
}
	#related h2 {
		font-size: 100%;
		font-weight: bold;
		margin: 0 0 .4em;
	}
	#related ul {
		margin: 0 0 0 2em;
		list-style: disc;
	}
		#related li {
			padding: .2em 0;
		}

#content .cols {
	width: 100%;
	overflow: hidden;
	font-size: 86%;
}
	#content .cols .col {
		float: left;
		width: 48.5%;
	}
	#content .cols .last {
		float: right;
	}
		#content .cols img {
			display: block;
			margin: 0 0 10px;
		}


/*-------
// homepage
//-----*/

.hp #bar {
	background: #0064ba;
	padding: 10px 0;
	margin: 0 0 10px;
}

.hp #content {
	width: 600px;
}
.hp #side {
	width: 340px;
}

#news {
}
	#news h2 {
		font-size: 100%;
		margin: 0 0 .3em;
	}
	#news li {
		padding: .1em 0;
	}


.box5 {
	float: left;
	width: 210px;
	height: 140px;
	padding: 10px 10px;
	background: #d6e6f4;
	margin: 0 0 5px;
}
	.box5 h2 {
		font-weight: normal;
		font-size: 142%;
		color: #0064ba;
		margin: 0 0 10px;
	}
	p.but2 {
	}
		#page p.but2 a:link, #page p.but2 a:visited {
			display: block;
			margin: 0 0 5px;
			width: 210px;
			height: 36px;
			line-height: 36px;
			font-weight: bold;
			font-size: 92%;
			background: url(/img/but-2.jpg) no-repeat 0 0;
			text-align: center;
			color: #FFFFFF;
			text-decoration: none;
		}
			p.but2 a:link span, p.but2 a:visited span {
				color: #90c212;
			}

.box6 {
	float: right;
	width: 228px;
	height: 160px;
	background: #d0e69a;
	margin: 0 0 5px;
}
	.box6 img {
		display: block;
		border-bottom: solid 1px #FFFFFF;
		margin: 0 0 10px;
	}

	p.but3 {
	}
		#page p.but3 a:link, #page p.but3 a:visited {
			display: block;
			margin: 0 auto 5px;
			width: 210px;
			height: 36px;
			line-height: 36px;
			font-weight: bold;
			font-size: 92%;
			text-align: center;
			color: #FFFFFF;
			text-decoration: none;
			background: url(/img/but-3.png) no-repeat 0 0;
		}


#content ul.fields {
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 0 0 1em;
	border-bottom: solid 1px #0064ba;
	margin: 0 0 1em;
}
	ul.fields li {
		float: left;
		width: 200px;
	}
		ul.fields li .frame7 {
			width: 179px;
			height: 165px;
			padding: 5px 5px;
			background: url(/img/frame-7.png) no-repeat 0 0;
			margin: 0 0 3px;
		}
		ul.fields li p {
			color: #0064ba;
			font-size: 78.57%;
			padding: 0 10px;
		}
			ul.fields li p a:link, ul.fields li p a:visited {
				display: block;
				font-size: 127%;
				font-weight: bold;
			}
		ul.fields li span {
		    display: block;
			color: #0064ba;
			font-size: 78.57%;
			text-decoration: none !important;
			font-weight: normal !important;
		}

.hp #side p {
	margin: 0 0 1em;
	line-height: 145%;
}

#video {
	background: #0064ba;
	color: #FFFFFF;
	padding: 15px 15px 10px;
}
	#video p {
		font-size: 92%;
		margin: 0 0 1em;
	}
		#video p span {
			display: block;
			font-size: 138%;
			font-weight: bold;
			/* letter-spacing: -0.05em; */
			margin: 0 0 .1em;
		}
	#video p.but {
		font-size: 100%;
		margin: 0;
	}
		#video p.but a:link, #video p.but a:visited {
			display: block;
			width: 178px;
			height: 63px;
			padding: 17px 100px 0 20px;
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			background: url(/img/but-video2.jpg) no-repeat 0 0;
			line-height: 110%;
		}

.hp #description {
	padding: 10px 10px;
	border-top: none;
}
	.hp #description h2 {
		width: 100%;
		overflow: hidden;
		font-size: 128%;
		font-weight: bold;
		color: #0064ba;
		padding: 5px 0 0;
	}
		.hp #description h2 img {
			float: left;
			margin: -5px 5px 0 0;
		}

/*-------
// listing
//-----*/

.listing {
}

.listing #content {
	width: 560px;
}
.listing #side {
	width: 340px;
}

#content #listing {
	list-style: none;
	margin: 0;
	font-size: 92%;
}
	#listing li {
		width: 100%;
		overflow: hidden;
		padding: 15px 0 10px;
		border-top: solid 1px #83b7e4;
	}
		#listing li .img-wrap {
			float: left;
			margin: -5px 15px 5px 0;
			width: 68px;
			height: 50px;
			padding: 5px 5px;
		}
		#listing li .frame1blank {
			float: left;
			margin: -5px 15px 5px 0;
			width: 68px;
			height: 50px;
			padding: 5px 5px;
		}
		#listing li .text {
			float: left;
			width: 225px;
			padding-left: 5px;
		}
		#listing.col2 li .text {
			width: 600px;
		}
			#listing li h2 {
				font-size: 100%;
				margin: 0 0 .2em;
			}
			#listing li .location {
				font-style: italic;
			}
		#listing li dl {
			color: #404040;
			float: left;
			width: 230px;
			line-height: 1.4;
			overflow: hidden;
		}
			#listing li dt {
				float: left;
				width: 70px;
			}
			#listing.col2 li dt {
				text-align: right;
				width: 67px;
				padding-right: 3px;
			}
			#listing li dd {
				float: left;
				width: 160px;
			}


#contactus {
}
	#contactus p.title {
		font-size: 128%;
		margin: 0 0 .5em;
	}
	#contactus p.email {
		font-size: 85.71%;
	}
		#contactus p.email a:link, #contactus p.email a:visited {
			display: block;
			padding: 0 0 0 40px;
			line-height: 31px;
			color: #1a1718;
			background: url(/img/icon-email.jpg) no-repeat 0 0;
		}
	#contactus .wide {
		width: 425px;
		overflow: hidden;
	}
		#contactus .wide p.title {
			float: left;
			width: 250px;
			padding: 0 10px 0 0;
			border-right: solid 1px #abd14b;
			margin: 0 15px 0 0;
		}
		#contactus .wide p.email {
			float: left;
			width: 140px;
			padding: 10px 0 0;
		}
			#contactus .wide p.email a:link, #contactus .wide p.email a:visited {
				line-height: 16px;
			}
	#contactus.box8 {
		color: #b8e548;
	}
		#contactus.box8 .in {
			padding: 10px 8px;
		}
		#contactus.box8 p strong {
			color: #FFFFFF;
		}
		#contactus.box8 p.email a:link, #contactus.box8 p.email a:visited {
			color: #FFFFFF;
			background: url(/img/icon-email2.jpg) no-repeat 0 0;
		}

.box7 {
	background: #d2e0b0;
	border: solid 2px #90c212;
	padding: 15px 18px;
	margin: 0 0 15px;
	font-size: 92%;
}

#testimonial {
	line-height: 1.4;
}
	#testimonial blockquote {
		margin: 0 0 15px;
	}
	#testimonial cite {
		font-style: normal;
		display: block;
	}
		#testimonial cite span {
			font-style: italic;
			display: block;
		}

/*-------
// wide
//-----*/

.wide {
}

.wide #content {
	width: 900px;
}

/*-------
// sport
//-----*/

.sport #content {
	width: 450px;
}
.sport #side {
	width: 465px;
}

#title-3 {
	width: 401px;
	height: 72px;
}
	#title-3 span {
		background: url(/img/title-3.png) no-repeat 0 0;
	}

.frame2 {
	width: 431px;
	height: 242px;
	padding: 5px 5px;
	background: url(/img/frame-2.png) no-repeat 0 0;
	margin: 0 0 10px;
}

.intro {
	font-size: 107%;
}

#content .locations {
	list-style: none;
	margin: 0 0 2em;
	font-size: 78.57%;
	width: 100%;
	overflow: hidden;
}
	.locations td.location {
		width: 121px;
		min-height: 140px;
		padding: 10px 12px 1px;
		margin: 0 7px 10px 0;
		background: #d2e0b0;
	}
		.locations td.location .frame4 {
			margin: -3px -5px 5px;
			padding: 5px 5px;
			background: url(/img/frame-4.png) no-repeat 0 0;
		}
		#content .locations td.location p {
			margin: 0 0 .6em;
		}
		.locations td.location p.title {
			font-size: 109.09%;
			font-weight: bold;
		}

.sport .box7 {
	width: 425px;
	overflow: hidden;
}

#description {	
}
	#description h2 {
		text-transform: uppercase;
		font-size: 107%;
		margin: 0 0 10px;
	}
		#description h2 span {
			display: block;
			text-transform: none;
			font-style: italic;
			color: #0064ba;
			font-weight: normal;
			font-size: 92%;
		}
	#description p {
		margin: 0 0 10px;
	}
	#description .img1 {
		float: right;
		width: 215px;
		margin: 0 0 0 12px;
	}
		#description .img1 img {
			display: block;
			margin: 0 0 15px;
		}
		#description .img1 span {
			display: block;
			margin: 0 10px 0 0;
			color: #5e6155;
			font-size: 64%;
			font-style: italic;
		}
	#description p {
		line-height: 1.4;
	}
	#description h3 {
		font-size: 84%;
		color: #000000;
		text-transform: uppercase;
		margin: 2em 0 1em;
	}
	#description ul {
	}
		#description li {
			padding: .75em 0;
		}

.sport .box4 .in {
	padding: 12px 10px;
}

.frames {
	width: 100%;
	overflow: hidden;
}
	.frame3 {
		float: left;
		width: 203px;
		height: 142px;
		padding: 5px 5px;
		margin: 0 4px 0 0;
		background: url(/img/frame-3.png) no-repeat 0 0;
	}

.attn h2 {font-size: 20px; margin: 0 0 5px 0px; background-image:url('/img/pa-keystone.gif');
background-repeat:no-repeat; padding: 5px 0 0 35px; height: 28px;}
#attn-inner {background-color: #b2d45a; padding: 10px; overflow: auto;}
#attn-inner .headline {font-size: 19px; line-height: 22px; margin: 0 0 10px 0;}
#attn-inner .headline span {color: #0064ba;}
#attn-inner .sub {font-size: 13px}
#attn-inner .small {font-size: 10px; color: #404040;}
#attn-inner a {float: right; width: 137px; padding: 15px 0 0 10px;}

#form-wrapper {overflow: hidden; width: 100%;}

#form-column-01 {width: 310px; float: left;}
#form-column-01 label,  #form-column-02 label  {width: 200px; display: block; font-size: 12px; margin: 15px 0 0 0;}
#form-column-01 input,  #form-column-02 input {padding: 3px; margin: 0; width: 250px;}

#form-column-02 {width: 310px; float: left;}
#form-column-base {width: 600px;}

.option-box {background-color: #e0e0e0; padding: 15px; width: 540px; margin: 0 0 5px 0; overflow: auto;}
.option-box u {cursor:pointer}
.option-box img {float: right; width: 179px; margin: 0 15px 0 0;}


/* GOOGLE CUSTOM SEARCH */

#googlesearch{
float: right;
position: relative;
width: 230px;
height: 25px;
padding: 2px;
}
#sidesearch #googlesearch{
float: right;
position: relative;
width: 230px;
height: 25px;
padding: 0;
margin: 2px 0;
}
table.gsc-search-box {
 border-style : none;
 border-width : 0;
 border-spacing : 0 0;
 width : 400px;
 margin-bottom : 2px;
}
.cse .gsc-control-cse,
.gsc-control-cse {
 padding: 0;
 width: 100px;
 margin: 0;
}
.cse .gsc-branding,
.gsc-branding {
 display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
 position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
 background-color: #fff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
 border:none;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
 font-family: inherit;
 color: #000000;
 text-shadow: 0 1px 2px #FFFFFF;
 background-color: #CECECE;
 border: 1px outset;
 border-color: #666666;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
 border-bottom: none;
 color: #666666;
 background-color: #e9e9e9;
 border: 1px solid;
 border-color: #e9e9e9;
 border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
 background-color: #FFFFFF;
 border: 1px solid;
 border-top: 2px solid;
 border-color: #e9e9e9;
 border-top-color: #a0ca13;
 border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
 margin-top: 1em;
 border-bottom: 1px solid #e9e9e9;
 width: 940px;
 margin:0 auto;
}

/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
 padding: .25em;
 border: 1px solid;
 border-color: #ffffff;
 margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
 border: 1px solid;
 border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
 background-color: #FFFFFF;
 border: 1px solid;
 border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
 color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
 color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
 color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
 color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
 color: #000000;
}

/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
 color: #008000;
}
/* Style for auto-completion table
* .gsc-completion-selected : styling for a suggested query which the user has moused-over
* .gsc-completion-container : styling for the table which contains the completions
*/
.gsc-completion-selected {
 background: #D5E2FF;
}
.gsc-completion-container {
 font-family: Arial, sans-serif;
 font-size: 13px;
 position: absolute;
 background: white;
 border: 1px solid #666666;
 margin-left: 0;
 margin-right: 0;
 /* The top, left, and width are set in JavaScript. */
}
form#cse-search-box div input{
   background: #80951b;
   border: none;
   float: right;
   font-size: 10px;
   color: #fff;
   height: 22px;
   padding: 5px;
   width: 45px;
}
form#cse-search-box div input#q{
   width: 170px;
   color: #000;
   background: #fff;
   height: 16px;
   float: left;
   font-size: 12px;
   padding: 2px 5px;
}
#sidesearch form#cse-search-box div input#q{
   width: 170px;
   color: #000;
   height: 16px;
   font-size: 12px;
   padding: 2px 5px;
   border: 1px solid #aaa;
   background: #fff;
}
#cse-search-results{
width: 690px;
float: left;    
}
#sidesearch{
   float: right;
   width: 230px;
}
#quicklinks{
   float: left;
   clear: both;
   width: 100%;
   margin-top: 20px;
}
#sidesearch ul li{
   padding: 3px 0;
}
iframe{
   overflow:hidden;
   display: block;
   float: left;
   height: 950px;
   }
















