/**********************
 OVERALL LAYOUT
***********************/

* { border: none; margin: 0; padding: 0; }

body {
	font-family:  arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 16px;
	background-color: #0079B5;
	color: #000;
}

	* html body { font-size: medium; }

a { color: #005783; }
a:hover { color: #00A6E5; }
form { display:inline; }
.inline { display:inline; }

p { margin: 10px 0 0 0; }
p.fivespace { margin: 5px 0 0 0; }
p.tenspace { margin: 10px 0 0 0; }
p.fifteenspace { margin: 15px 0 0 0; }
p.twentyspace { margin: 20px 0 0 0; }
p.bottom { margin: 0 0 5px 0; }

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

ul { list-style: none; margin-left: 12px; padding-left: 12px; }
ul li { list-style: none; padding: 2px 0; }

.point7 { font-size: 0.7em; }
.point8 { font-size: 0.8em; line-height: 1.4em; }
.point9 { font-size: 0.9em; }
.one-point0 { font-size: 1.0em; }
.one-point1 { font-size: 1.1em; }
.one-point2 { font-size: 1.2em; }
.one-point3 { font-size: 1.3em; }
.one-point4 { font-size: 1.4em; }
.one-point5 { font-size: 1.5em; }
.one-point6 { font-size: 1.6em; }
.one-point7 { font-size: 1.7em; }
.one-point8 { font-size: 1.8em; }
.one-point9 { font-size: 1.9em; margin: 10px 0px 0px 0px; }

.gold1 { color:  #D99B00;}
.orange1 { color:  #DB6400;}
.burgundy1 { color:  #951C2E;}
.purple1 { color:  #6A1945;}
.blue1 { color:  #3D47BB;}
.turquoise1 { color:  #00839C;}
.green1 { color:  #007F4E;}
.puce1 { color:  #667B00;}

.bg-gold1 { background-color:  #D99B00;}
.bg-orange1 { background-color:  #DB6400;}
.bg-burgundy1 { background-color:  #951C2E;}
.bg-purple1 { background-color:  #6A1945;}
.bg-blue1 { background-color:  #3D47BB;}
.bg-turquoise1 { background-color:  #00839C;}
.bg-green1 { background-color:  #007F4E;}
.bg-puce1 { background-color:  #667B00;}

#skiptomain { display: none; }

#wrapper {
	width: 900px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 840px;
	height: 100px;
	padding: 10px 30px;
}

	#header-lft {
		width: 225px;
		float: left;
		height: 100px;
	}

	#header-rgt {
		width: 250px;
		height: 100px;
		float: right;
	}

		#hr-search {
			width: 200px;
			height: 26px;
			position: relative;
		}

			#hr-search input#txtSearch {
				width: 100px;
				height: 13px;
				border: 1px solid #737373;
				color: #0079B5;
				font-size: 0.7em;
				padding: 1px;
				position: absolute;
				right: 40px;
				top: 0;
			}

			#hr-search input#txtButton {
				width: 38px;
				height: 17px;
				position: absolute;
				right: 0;
				top: 0;
			}

		#hr-links {
			width: 200px;
			color: #000;
			font-size: 0.7em;
			text-align: right;
			margin-bottom: 10px;
		}

			#hr-links a { color: #000; }
			#hr-links a:hover { color: #0079B5; }
			

#nav {
	background-color: #00A6E5;
	height: 30px;
	width: 886px;
	padding:0 0 0 6px;
}

	#nav ul {
		height: 30px;
		margin: 0;
		padding: 0;
	}

		#nav ul li {
			list-style: none;
			float: left;
			padding:0px;
			margin: 0;
			position: relative;
		}

			#nav ul li:last-child { background: none; }

			#nav ul li a {
				font-weight: bold;
				font-size: 13px;
				color: #fff;
				line-height: 30px;				
				display: block;
				height: 30px;
				padding: 0px 12px 0 12px;
				background: #00A6E5 url(/images/topnav-slide-lft.gif) no-repeat left center;
				text-decoration: none;
				text-transform: uppercase;
			}

				#nav ul li a:link, #nav ul li a:visited { color: #fff; text-decoration: none; }
				#nav ul li a:hover, #nav ul li a:active { color: #005783; }
				#nav ul li:hover a { color: #005783; }

				#nav ul li.active a:link, #nav ul li.active a:visited { color: #005783; }
				#nav ul li.active a:hover, #nav ul li.active a:active { color: #fff; }

				#nav ul li:last-child a { padding: 0 13px 0 16px; }

			#nav ul li .sub {
				position: absolute; /*--Important--*/
				top: 30px; left: 0;
				z-index: 999;
				padding: 0px 0px 0px 0px;
				float: left;
				display: none;
				background: #005783;
				width: 240px;
			}

			#nav ul li:last-child .sub { left: auto; right: 0; }

			#nav ul li .sub ul { height: auto; float: none; display: block; width: 240px; border: 0; }

				#nav ul li .sub li {
					float: none;
					display: block;
					padding: 0px;
					margin: 0;
					height: auto;
					border: 0;
					text-align: left;
					background: none;
				}

					#nav ul li .sub li a {
						padding: 0px 0px 0px 15px;
						line-height: 30px;
						height: auto;
						background: #00A6E5 url(/images/topnav-slide-lft.gif) no-repeat 5px center;
					}

					#nav ul li .sub li a:link, #nav ul li .sub li a:visited { color: #fff; }
					#nav ul li .sub li a:hover, #nav ul li .sub li a:active { color: #005783; }	
					
					#nav ul li li:last-child a { padding: 0 0px 0 15px; }
			

#topnav {
	width: 880px;
	height: 30px;
	background-color: #00A6E5;
	color: #fff;
	padding: 0 6px;
}

	#topnav ul {
		width: 880px;
		height: 30px;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#topnav ul li {
		height: 16px;
		list-style-type: none;
		display: inline;
		float: left;
		font-size: 0.8em;
		font-weight: bold;
		margin: 0 4px 0 0;
		padding: 8px 0;
		text-align: center;
	}

		#topnav ul li a {
			width: 100%;
			background: #00A6E5 url(/images/topnav-slide-lft.gif) no-repeat left center;
			color: #fff;
			line-height: 14px;
			padding: 0 0 0 10px;
			text-decoration: none;
			text-transform: uppercase;
		}

		#topnav ul li a:hover { color: #005783; }

			#topnav ul li a span {
				width: 100%;
				background: transparent url(/images/topnav-slide-rgt.gif) no-repeat right center;
				padding-right: 11px;
			}

	#topnav ul li.last { margin: 0; }


/* footer v1 */
#footer {
	width: 870px;
	height: 89px;
	background: transparent url(/images/footer-umbrella.gif) no-repeat right bottom;
	padding: 35px 0 0 30px;
	margin: 0;
}

	#footer-lft {
		width: 350px;
		height: 80px;
		color: #000;
		float: left;
		font-size: 0.7em;
		line-height: 17px;
		margin-right: 10px;
	}

	#footer-mid {
		width: 280px;
		height: 60px;
		float: left;
		font-size: 0.7em;
		margin: 10px 10px 0 0;
		line-height: 1.4em;
		position: relative;
	}

		#footer-mid strong { color: #fff; }

			#footer-mid input#NlSignup {
				width: 140px;
				height: 13px;
				border: 1px solid #737373;
				color: #0079B5;
				font-size: 0.7em;
				padding: 1px;
				position: absolute;
				left: 0px;
				bottom: 5px;
			}

			#footer-mid input#NlsButtn {
				width: 38px;
				height: 17px;
				position: absolute;
				left: 146px;
				bottom: 5px;
			}

	#footer-rgt {
		width: 190px;
		height: 70px;
		float: right;
	}

	#footer a { color: #000; }
	#footer a:hover { color: #fff; }

/** footer v2 **/
#site-footer {
	width: 900px;
	height: 135px;
	background: transparent url(/images/bg-site-footer.gif) no-repeat right bottom;
	color: #fff;
	font-size: 0.7em;
	padding: 0;
	margin: 0;
}

	#site-footer a { color: #fff; }
	#site-footer a:hover { color: #000; }

	#site-footer-lft {
		width: 235px;
		height: 30px;
		float: left;
		padding: 105px 0 0 28px;
		margin: 0;
	}

	#site-footer-rgt {
		width: 360px;
		height: 95px;
		float: right;
		padding: 40px 0 0 118px;
		margin: 0;
	}

		#site-footer-rgt p {
			margin: 0 0 7px 0;
		}

		#footer-tech {
			width: 360px;
			height: 30px;
		}

			#footer-tech-ll {
				width: 40px;
				height: 30px;
				float: left;
			}

			#footer-tech-lr {
				width: 120px;
				height: 30px;
				float: left;
				line-height: 30px;
			}

			#footer-tech-rl {
				width: 70px;
				height: 30px;
				float: left;
			}

			#footer-tech-rr {
				width: 130px;
				height: 30px;
				line-height: 30px;
				float: left;
			}

#site-footer-two {
	width: 844px;
	background-color: #00a6e5;
	color: #fff;
	font-size: 0.7em;
	padding: 5px 28px;
	margin: 0;
}

	#site-footer-two a:link, #site-footer-two a:visited { color: #fff; text-decoration: underline; }
	#site-footer-two a:hover, #site-footer-two a:active { color: #000; text-decoration: underline; }

#middle {
	width: 840px;
	padding: 30px;
}

	#hp-cols {
		width: 840px;
		font-size: 0.7em;
	}

		#hpc-lft {
			width: 470px;
			float: left;
			margin: 10px 25px 0 0;
		}

			#hpc-lft h1 {
				color: #007F4E;
				font-family: "Century Gothic";
				font-size: 1.4em;
			}

			#hpc-lft h2 {
				color: #000;
				font-family: "Century Gothic";
				font-size: 1.2em;
				margin-top: 5px;
			}

		#hpc-rgt {
			width: 305px;
			float: left;
			margin: 10px 0px 0 0;
		}

			#hpc-rgt h1 {
				color: #0079B5;
				font-family: "Century Gothic";
				font-size: 1.4em;
			}

			#hpc-rgt ul {
				margin: 10px 0 0 0;
				padding: 0;
			}

				#hpc-rgt ul li {
					background: #ffffff url(/images/bg-hp-li.gif) no-repeat 4px 6px;
					padding: 0 0 15px 15px;
				}

					#hpc-rgt ul li a { color: #00A6E5; }
					#hpc-rgt ul li a:hover { color: #000; }

					#hpc-rgt ul li strong a { text-decoration: none; }
					#hpc-rgt ul li strong a:hover { text-decoration: underline; }

	#threecolpage1 {
		width: 840px;
	}

		#threecp1-lhsnav {
			width: 160px;
			font-size: 0.8em;
			float: left;
			margin-right: 20px;
		}

			#threecp1-lhsnav ul {
				margin: 0;
				padding: 0;
			}

				#threecp1-lhsnav ul li.gold1 { background: #fff url(/images/bg-li-gold1lhn.gif) no-repeat 3px 8px; }
				#threecp1-lhsnav ul li.orange1 { background: #fff url(/images/bg-li-orange1lhn.gif) no-repeat 3px 8px; }
				#threecp1-lhsnav ul li.burgundy1 { background: #fff url(/images/bg-li-burgundy1lhn.gif) no-repeat 3px 8px; }
				#threecp1-lhsnav ul li.purple1 { background: #fff url(/images/bg-li-purple1lhn.gif) no-repeat 3px 8px; }
				#threecp1-lhsnav ul li.blue1 { background: #fff url(/images/bg-li-blue1lhn.gif) no-repeat 3px 8px; }
				#threecp1-lhsnav ul li.turquoise1 { background: #fff url(/images/bg-li-turquoise1lhn.gif) no-repeat 3px 8px; }
				#threecp1-lhsnav ul li.green1 { background: #fff url(/images/bg-li-green1lhn.gif) no-repeat 3px 8px; }
				#threecp1-lhsnav ul li.puce1 { background: #fff url(/images/bg-li-puce1lhn.gif) no-repeat 3px 8px; }

				#threecp1-lhsnav ul li {
					padding: 5px 0 5px 20px;
				}

					#threecp1-lhsnav ul li a { color: #000; text-decoration: none; }
					#threecp1-lhsnav ul li a:hover { color: #000; text-decoration: underline; }

		#threecp1-lftcol {
			width: 340px;
			float: left;
			font-size: 0.8em;
			line-height: 1.4em;
			margin-right: 20px;
		}

			#threecp1-lftcol h1 {
				font-size: 1.7em;
			}

			#threecp1-lftcol ul {
				margin: 10px 0 0 0;
				padding: 0;
			}

		#twocp1-lftcol {
			width: 500px;
			float: left;
			font-size: 0.8em;
			line-height: 1.4em;
			margin-right: 20px;
		}

			#twocp1-lftcol h1 {
				font-size: 1.7em;
			}

			#twocp1-lftcol h2 {
				font-size: 1.2em;
				margin: 10px 0px 0px 0px;
			}

			#twocp1-lftcol ul {
				margin: 10px 0 0 0;
				padding: 0;
			}

				div.gold1div ul li { background: #fff url(/images/bg-li-gold1.gif) no-repeat 10px 10px; color: #000; padding: 3px 0 3px 20px;}
				div.orange1div ul li { background: #fff url(/images/bg-li-orange1.gif) no-repeat 10px 10px; color: #000; padding: 3px 0 3px 20px;}
				div.burgundy1div ul li { background: #fff url(/images/bg-li-burgundy1.gif) no-repeat 10px 10px; color: #000; padding: 3px 0 3px 20px;}
				div.purple1div ul li { background: #fff url(/images/bg-li-purple1.gif) no-repeat 10px 10px; color: #000; padding: 3px 0 3px 20px;}
				div.blue1div ul li { background: #fff url(/images/bg-li-blue1.gif) no-repeat 10px 10px; color: #000; padding: 3px 0 3px 20px;}
				div.turquoise1div ul li { background: #fff url(/images/bg-li-turquoise1.gif) no-repeat 10px 10px; color: #000; padding: 3px 0 3px 20px;}
				div.green1div ul li { background: #fff url(/images/bg-li-green1.gif) no-repeat 10px 10px; color: #000; padding: 3px 0 3px 20px;}
				div.puce1div ul li { background: #fff url(/images/bg-li-puce1.gif) no-repeat 10px 10px; color: #000; padding: 3px 0 3px 20px;}

		#threecp1-rgtcol {
			width: 300px;
			float: left;
		}

			#threecp1-rgtcol img.gold1 {border-bottom: 13px solid #D99B00;}
			#threecp1-rgtcol img.orange1 {border-bottom: 13px solid #DB6400;}
			#threecp1-rgtcol img.burgundy1 {border-bottom: 13px solid #951C2E;}
			#threecp1-rgtcol img.purple1 {border-bottom: 13px solid #6A1945;}
			#threecp1-rgtcol img.blue1 {border-bottom: 13px solid #3D47BB;}
			#threecp1-rgtcol img.turquoise1 {border-bottom: 13px solid #00839C;}
			#threecp1-rgtcol img.green1 {border-bottom: 13px solid #007F4E;}
			#threecp1-rgtcol img.puce1 {border-bottom: 13px solid #667B00;}

			.contactpics {
				float:left;
				width: 500px;
				height: 42px;
				/* font-size: 0.8em; */
				margin-bottom: 5px;
			}

				.contpic-lft {
					width: 42px;
					float: left;
					margin-right: 10px;
				}

				.contpic-rgt {
					width: 358px;
					float: left;
				}

					.contpic-rgt-name a:link, .contpic-rgt-name a:visited {
						font-weight: bold;
						text-decoration: none;
					}

					.contpic-rgt-name a:hover, .contpic-rgt-name a:active {
						text-decoration: underline;
					}

			.archive {
				width: 300px;
				font-size: 0.8em;
			}

				.contpic-lft {
					width: 42px;
					float: left;
					margin-right: 10px;
				}

				.archive-rgt {
					width: 158px;
					float: left;
				}

			.whoswho {
				width: 200px;
				float: left;
				margin-right: 20px;
				padding: 0 0 20px 0;
			}

				.whoswhoend { margin-right: 0; }

				.whoswhopic-lft {
					width: 95px;
					float: left;
				}

				.whoswhopic-rgt {
					float: left;
					width: 105px;
				}

			.whoswho-wide  {
				width: 640px;
			}

			.whoswho-wide-rgt {
					float: left;
					width: 545px;
				}

		#threecp1-dualright {
			width: 640px;
			float: right;
			font-size: 0.8em;
			line-height: 1.8em;
			margin-right: 20px;
		}

			#threecp1-dualright h1 {
				font-size: 1.7em;
			}

			#threecp1-dualright h2 {
				font-size: 1.2em;
				margin: 10px 0px 0px 0px;
			}

			#threecp1-dualright ul {
				margin: 10px 0 0 0;
				padding: 0;
			}

				#threecp1-dualright ul.nlarchive {
					margin: 15px 0 0 10px;
					padding: 0;
				}

					#threecp1-dualright ul.nlarchive li.gold1 { background: #fff url(/images/bg-li-gold1lhn.gif) no-repeat 3px 8px; }
					#threecp1-dualright ul.nlarchive li.orange1 { background: #fff url(/images/bg-li-orange1lhn.gif) no-repeat 3px 8px; }
					#threecp1-dualright ul.nlarchive li.burgundy1 { background: #fff url(/images/bg-li-burgundy1lhn.gif) no-repeat 3px 8px; }
					#threecp1-dualright ul.nlarchive li.purple1 { background: #fff url(/images/bg-li-purple1lhn.gif) no-repeat 3px 8px; }
					#threecp1-dualright ul.nlarchive li.blue1 { background: #fff url(/images/bg-li-blue1lhn.gif) no-repeat 3px 8px; }
					#threecp1-dualright ul.nlarchive li.turquoise1 { background: #fff url(/images/bg-li-turquoise1lhn.gif) no-repeat 3px 8px; }
					#threecp1-dualright ul.nlarchive li.green1 { background: #fff url(/images/bg-li-green1lhn.gif) no-repeat 3px 8px; }
					#threecp1-dualright ul.nlarchive li.puce1 { background: #fff url(/images/bg-li-puce1lhn.gif) no-repeat 3px 8px; }

					#threecp1-dualright ul.nlarchive li {
						padding: 3px 0 0 20px;
					}

			#threecp1-dualright img.newsimage {
				float: right;
				margin: 0 0 10px 10px;
			}

			#threecp1-dualright img.gold1 {border-bottom: 13px solid #D99B00;}
			#threecp1-dualright img.orange1 {border-bottom: 13px solid #DB6400;}
			#threecp1-dualright img.burgundy1 {border-bottom: 13px solid #951C2E;}
			#threecp1-dualright img.purple1 {border-bottom: 13px solid #6A1945;}
			#threecp1-dualright img.blue1 {border-bottom: 13px solid #3D47BB;}
			#threecp1-dualright img.turquoise1 {border-bottom: 13px solid #00839C;}
			#threecp1-dualright img.green1 {border-bottom: 13px solid #007F4E;}
			#threecp1-dualright img.puce1 {border-bottom: 13px solid #667B00;}

#middle2 {
	width: 860px;
	padding: 0px 0px 0px 30px;
}

			
		#threecp2-dualright {
			width: 600px;
			float: left;
			font-size: 0.8em;
			line-height: 1.8em;
			margin-right: 20px;
		}

			#threecp2-dualright h1 {
				font-size: 1.7em;
			}

			#threecp2-dualright h2 {
				font-size: 1.2em;
				margin: 10px 0px 0px 0px;
			}

			#threecp2-dualright ul {
				margin: 10px 0 0 0;
				padding: 0;
			}

				#threecp2-dualright ul.nlarchive {
					margin: 15px 0 0 10px;
					padding: 0;
				}

					#threecp2-dualright ul.nlarchive li.gold1 { background: #fff url(/images/bg-li-gold1lhn.gif) no-repeat 3px 8px; }
					#threecp2-dualright ul.nlarchive li.orange1 { background: #fff url(/images/bg-li-orange1lhn.gif) no-repeat 3px 8px; }
					#threecp2-dualright ul.nlarchive li.burgundy1 { background: #fff url(/images/bg-li-burgundy1lhn.gif) no-repeat 3px 8px; }
					#threecp2-dualright ul.nlarchive li.purple1 { background: #fff url(/images/bg-li-purple1lhn.gif) no-repeat 3px 8px; }
					#threecp2-dualright ul.nlarchive li.blue1 { background: #fff url(/images/bg-li-blue1lhn.gif) no-repeat 3px 8px; }
					#threecp2-dualright ul.nlarchive li.turquoise1 { background: #fff url(/images/bg-li-turquoise1lhn.gif) no-repeat 3px 8px; }
					#threecp2-dualright ul.nlarchive li.green1 { background: #fff url(/images/bg-li-green1lhn.gif) no-repeat 3px 8px; }
					#threecp2-dualright ul.nlarchive li.puce1 { background: #fff url(/images/bg-li-puce1lhn.gif) no-repeat 3px 8px; }

					#threecp2-dualright ul.nlarchive li {
						padding: 3px 0 0 20px;
					}

			#threecp2-dualright img.newsimage {
				float: right;
				margin: 0 0 10px 10px;
			}

			#threecp2-dualright img.gold1 {border-bottom: 13px solid #D99B00;}
			#threecp2-dualright img.orange1 {border-bottom: 13px solid #DB6400;}
			#threecp2-dualright img.burgundy1 {border-bottom: 13px solid #951C2E;}
			#threecp2-dualright img.purple1 {border-bottom: 13px solid #6A1945;}
			#threecp2-dualright img.blue1 {border-bottom: 13px solid #3D47BB;}
			#threecp2-dualright img.turquoise1 {border-bottom: 13px solid #00839C;}
			#threecp2-dualright img.green1 {border-bottom: 13px solid #007F4E;}
			#threecp2-dualright img.puce1 {border-bottom: 13px solid #667B00;}			

	#gmap {
		width: 838px;
		height: 398px;
		background: #eee;
		border: 1px solid #000;
		font-size: 0.8em;
		margin: 20px 0 0 0px;
	}
	
	



/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 20px 0px 10px 0px;
}

/********** MOVIES **********/

#movie-wrapper {
	width: 320px;

	height: 326px;

	float: right;
	margin: 10px 0 0 20px;
}

	#movie-wrapper p {
		margin: 0;
		padding: 0 10px;
	}

	#movie-outer {
		width: 320px;
		height: 240px;
		border: 1px solid #0079b5;
		margin: 0;
		padding: 0;
	}

	#movie-outer.movie-gold1		{ border: 1px solid #D99B00; border-bottom: 15px solid #D99B00; }
	#movie-outer.movie-orange1		{ border: 1px solid #DB6400; border-bottom: 15px solid #DB6400; }
	#movie-outer.movie-burgundy1	{ border: 1px solid #951C2E; border-bottom: 15px solid #951C2E; }
	#movie-outer.movie-purple1		{ border: 1px solid #6A1945; border-bottom: 15px solid #6A1945; }
	#movie-outer.movie-blue1		{ border: 1px solid #3D47BB; border-bottom: 15px solid #3D47BB; }
	#movie-outer.movie-turquoise1 	{ border: 1px solid #00839C; border-bottom: 15px solid #00839C; }
	#movie-outer.movie-green1		{ border: 1px solid #007F4E; border-bottom: 15px solid #007F4E; }
	#movie-outer.movie-puce1		{ border: 1px solid #667B00; border-bottom: 15px solid #667B00; }

#services-page {
	width: 840px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#services-page h1 {
	font-size: 1.7em;
}

#services-page h2 {
	font-size: 1.2em;
	margin: 10px 0px 0px 0px;
}

	.services-page-row {
		width: 840px;
		padding: 10px 0;
	}

		.services-page-cell {
			width: 270px;
			margin-right: 15px;
			float: left;
		}

		.services-page-cell-end { margin-right: 0; }

			.services-page-cell ul li.gold1 { background: #fff url(/images/bg-li-gold1lhn.gif) no-repeat 3px 8px; }
			.services-page-cell ul li.orange1 { background: #fff url(/images/bg-li-orange1lhn.gif) no-repeat 3px 8px; }
			.services-page-cell ul li.burgundy1 { background: #fff url(/images/bg-li-burgundy1lhn.gif) no-repeat 3px 8px; }
			.services-page-cell ul li.purple1 { background: #fff url(/images/bg-li-purple1lhn.gif) no-repeat 3px 8px; }
			.services-page-cell ul li.blue1 { background: #fff url(/images/bg-li-blue1lhn.gif) no-repeat 3px 8px; }
			.services-page-cell ul li.turquoise1 { background: #fff url(/images/bg-li-turquoise1lhn.gif) no-repeat 3px 8px; }
			.services-page-cell ul li.green1 { background: #fff url(/images/bg-li-green1lhn.gif) no-repeat 3px 8px; }
			.services-page-cell ul li.puce1 { background: #fff url(/images/bg-li-puce1lhn.gif) no-repeat 3px 8px; }

			.services-page-cell ul li {
				padding-left: 20px;
			}
			
	#services-container {
		width:840px;
		float:left;
	}
	
		.service {
			float:left;
			width:245px;
			margin:0px 0px 20px 0px;
			padding:10px 10px 10px 25px;
			line-height:1.6em;
		}
		
			.service-title a {
				font-weight:bold;
			}
			
			.service.title1 { background: url(/images/bg-li-gold1lhn.gif) no-repeat 9px 13px; }
			.service.title2 { background: url(/images/bg-li-orange1lhn.gif) no-repeat 9px 13px; }
			.service.title3 { background: url(/images/bg-li-burgundy1lhn.gif) no-repeat 9px 13px; }
			.service.title4 { background: url(/images/bg-li-purple1lhn.gif) no-repeat 9px 13px; }
			.service.title5 { background: url(/images/bg-li-blue1lhn.gif) no-repeat 9px 13px; }
			.service.title6 { background: url(/images/bg-li-turquoise1lhn.gif) no-repeat 9px 13px; }
			.service.title7 { background: url(/images/bg-li-green1lhn.gif) no-repeat 9px 13px; }
			.service.title8 { background: url(/images/bg-li-puce1lhn.gif) no-repeat 9px 13px; }
			
/* BLOG */
#blog-cols {
	width: 840px;
}

	#blog-lft {
		float: left;
		width: 600px;
		padding-right: 20px;
		margin-top: 10px;
	}
	
		#blog-lft h1 {
			font-size: 1.7em;
			color: #00839C;
		}
	
		#blog-lft h2 {
			font-size: 1.2em;
			color: #000000;
			margin-top: 15px;
		}
	
		#blog-lft p {
			font-size: 0.8em;
			line-height: 1.4em;
			color: #000000;
			margin-top: 15px;
		}
		
	#blog-rgt {
		float: right;
		width: 220px;
		margin-top: 10px;
	}
		
		#blog-rgt h2 {
			font-size: 1.2em;
			color: #00839C;
			margin-bottom: 5px;
		}
		
		#blog-rgt ul {
			font-size: 1em;
			margin: 0 0 20px 0;
		}
		
			#blog-rgt ul li {
				padding-left: 14px;
				background: url(/images/topnav-slide-lft.gif) no-repeat 0px -4px;
			}
			
#homepagetext {
	font-size:14px;
	color:#666;
}

#homepagecyclewrapper {
	position:relative;
}

#homepagecycle{
	float:left;
	overflow:hidden;
		width:840px;
	height:279px;
}	

.home-cycle {
	float:left;
	width:840px;
	height:279px;
}

	.home-cycle a {
		display: block;
		float: left;
		width:840px;
		height:279px;
	}

#prod-pager {
	float:left;
	font-size:16px;
}

	#prod-pager a {
		float:left;
		font-size:19px;
		color:#fff;
		text-decoration:none;
		text-align:center;
		padding:5px 0px 0px 0px;
	}



	.sliderlink0 {		
		background: transparent url(/images-home/link1.png) no-repeat left top;
		width:208px;
		height:33px;
		float:left;
		
	}	

	.sliderlink1 {
		margin:0px 0px 0px 3px;
		background: transparent url(/images-home/link2.png) no-repeat left top;
		width:208px;
		height:33px;
		float:left;
	}

	.sliderlink2 {
		margin:0px 0px 0px 3px;
		background: transparent url(/images-home/link3.png) no-repeat left top;
		width:208px;
		height:33px;
		float:left;
	}

	.sliderlink3 {
		margin:0px 0px 0px 2px;
		background: transparent url(/images-home/link4.png) no-repeat left top;
		width:208px;
		height:33px;
		float:left;
	}
	
	
.article-left {
	float:left;
	width:310px;
	margin:0px 20px 0px 0px;
}


.article-right {
	float:left;
	width:310px;
}	


/*********************
 ENQUIRY FORM
***********************/

#contact-form {
	float:right;
	font-size:12px;
	background:#00a6e5;
	width:220px;
	color:#fff;
	padding:10px 0px 10px 14px;
}
	
form.inline {
	display:inline;
}

form.inline label {
	padding:1px 5px 3px 0px;
	width:111px;
	float:left;
	text-align:left;
}

form.inline input {
	padding:1px 1px 1px 1px;
	width:auto;
	height:24px;
}

form.inline select {
	font-weight:normal;
	
}

form.inline textarea {
	font-weight:normal;
}

form.inline input.adminsubmit {
	float:right;
	margin:8px 13px 0px 0px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 7px 10px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	background-image: linear-gradient(bottom, #FFFFFF 25%, #E5E5E5 63%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 25%, #E5E5E5 63%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 25%, #E5E5E5 63%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 25%, #E5E5E5 63%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 25%, #E5E5E5 63%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.25, #FFFFFF),
		color-stop(0.63, #E5E5E5)
	);	
	
	color: #00a6e5;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
	height:30px;
}

.adminerror {
	border: 1px solid #cc0000;
	color:#cc0000;
	padding:10px;
	margin-bottom:10px;
	font-weight: bold;
}

.adminsuccess {
	border: 2px solid #006600;
	background:#ccffcc;
	color:#006600;
	padding:10px;
	margin-bottom:20px;
	font-weight: bold;
}		
