/**********************
 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: 200px;
		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; }

#topnav {
	width: 840px;
	height: 30px;
	background-color: #00A6E5;
	color: #fff;
	padding: 0 30px;
}

	#topnav ul {
		width: 840px;
		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 9px 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 118px;
		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: 664px;
	background-color: #00a6e5;
	color: #fff;
	font-size: 0.7em;
	padding: 5px 118px;
	margin: 0;
}

#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 {
				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.4em;
			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;}

	#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;
			}