

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}.highslide-container div {
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
	cursor: url('../images/highslide/zoomin.png'), -moz-zoom-in;
}
.hs, .hs:hover { cursor: -moz-zoom-in; }

.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
	cursor: url('../images/highslide/zoomout.png'), -moz-zoom-out;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(../images/highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: #026;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/highslide/loader.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 5px 5px;
}
	.highslide-loading:hover { border: none !important; }
	
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}

.closebutton {
	position: relative;
	top: -20px;
	left: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/highslide/close.png);
	
}
	.closebutton:hover { background-position: 0 -30px; }





.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../images/highslide/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/highslide/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(../images/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	
	display: none;
}



.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}





.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
	color: #fff;
}
.highslide-html-content {
	display: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
	.highslide_poster {
		width: 550px;
	}
.highslide-header {
	display: none;
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	display: none;
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../images/highslide/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}







.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: #ddd;
	color: #666;
	min-width: 225px;
}
	.highslide-caption p {
		clear: both;
	}
	
.hidden-container { display: none; }

	.highslide img { border: none !important; }
	
	.highslide-controls { width: 95px; }
	.highslide-play, .highslide-move, .highslide-full-expand { display: none; }
	
	.highslide-caption { min-width: 0 !important; }
	.highslide-caption .prevnext { background-color: #aaa; }
	.highslide-caption .prevnext:hover { background-color: #888; }
	
	.highslide-html-content { overflow: hidden; width: 600px; }
	
	.highslide-controls, .highslide-controls ul, .highslide-controls a { background-image: url('../images/highslide/controlbar-custom.png'); left: 4px; }
	.highslide-controls a:hover { border: none; }
	.highslide-controls { background-position: 0 -90px no-repeat; }
	.highslide-controls ul { background-position: right -90px no-repeat; }
	
	.highslide-number {
		font-size: 7.5pt !important;
		text-transform: uppercase;
		font-weight: bold;
		height: 15px;
		padding: 0;
		position: relative;
		top: -4px;
	}html {
	overflow:hidden;
}

body {
	font: 16px/24px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 27000px;
	height: 1000px;
	overflow: hidden;
	color: #fff;
	position: relative;
	z-index: 0 !important;
	background: #05b url('../images/background.png') no-repeat top left;
}

::selection { background: #000;  }
::-moz-selection { background: #000;  }


.hidden { display: none; color: #05b; }

a {
	color: #0c8;
	text-decoration: none;
	padding-top: 0;
}

a:hover { border-bottom: 1px solid #0c8; }

h2 {
	font-weight: bold;
	font-size: 18pt;
	line-height: 24pt;
}

#header {
	width: 100%;
	height: 45px;
	background: url('../images/navbg.png') top left repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#nav {
	margin: 10px 0 0 30px;
	position: fixed;
}
		#nav li {
			float: left;
			list-style: none;
		}
			#nav li.back {
				background-color: #0c8;
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
				width: 9px;
				height: 30px;
				z-index: 8;
				position: absolute;
			}
			#nav li a {
				font-size: 14px;
				font-weight: bold;
				color: #fff;
				text-align: center;
				top: 5px;
				text-transform: uppercase;
				z-index: 10 !important;
				display: block;
				float: left;
				height: 30px;
				position: relative;
				overflow: hidden;
				margin: auto 20px;
				border: none;
			}
			#nav li a:active { padding: 1px 0 1px 0; }

#valid {
	position: fixed;
	top: 15px;
	right: 20px;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
}
	#valid li { display: inline; margin: 0 10px; }
		#valid li a { color: #fff; }

#arrows { display: none; }

.container {
	display: block;
	float: left;
	height: 1000px;
	width: 6000px;
	position: relative;
	z-index: 0 !important;
	overflow: hidden;
}	#contact.container { width: 3000px; }

	.interior {
		position: absolute;
		z-index: 1;
		height: 500px;
		width: 850px;
		left: 100px;
		top: 80px;
	}
	.cycle, .cycle div { background-color: transparent !important; }

		.cyclenav a{
			display: block;
			width: 60px;
			height: 60px;
			text-indent: -9999px;
			position: relative;
			top: 159px;
			margin-bottom: -60px;
			z-index: 100;
		}
			.cyclenav a.next { background-image: url('../images/arrow-next.png'); float: right; right: -30px; }
			.cyclenav a.prev { background-image: url('../images/arrow-prev.png'); float: left; left: -30px; }
			.cyclenav.web a { top: 210px; }
			.cyclenav.web a.next { right: -50px; }
			.cyclenav a:hover { background-position: 0 -60px !important; border: none; }
			
			.rightalign { float: left; }



	#home .interior { left: 150px; }
	#web .interior { left: 120px; }
	#contact .interior { left: 120px; top: 130px; }
	#identity .interior { left: 130px; }
	#print .interior { text-align: center; left: 130px; }
	
	#home img {
		float: left;
		border: 10px solid #fff;
		margin-right: 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.webjob {
		float: left;
		margin-bottom: 16px;
		width: 850px;
	}
	
	.webjob .go {
		float: right;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		background-color: #0c8;
		display: block;
		font-size: 8pt;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0 10px;
		color: #fff;
		border: none;
		position: relative;
		top: 1px;
	}
		.webjob .go:hover { background-color: #0a6; }
		.webjob a.highslide {
			display: block;
			width: 230px;
			height: 117px;
			float: left;
			margin-right: 10px;
			padding: 5px;
			border: 5px solid #0c8;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
			.webjob a.highslide:hover { border-color: #0a6; }
	.tasks {
		display: block;
		float: left;
		width: 590px;
		font-size: 8pt;
		font-style: italic;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	
	#identity .slidingnav a.prevnext {
		float: left;
	}
	
	#identity .slidingnav a.logothumb{
		border: 1px solid #0c8;
		width: 23px;
		height: 23px;
		margin: 0px;
		padding: 0px;
		display: block;
		float: left;
		margin-left: 16px;
	}
		#identity .slidingnav a.first {
			margin-left: 18px;
		}
		#identity .slidingnav a.last {
			margin-right: 18px;
		}
		#identity .slidingnav a.logothumb:hover {
			border: 1px solid #0a6;
			border-bottom: 5px solid #0a6;
		}

	.print_row { margin-bottom: -2px; }
	#print a {
		display: block;
		float: left;
		padding: 2px;
		border: 3px solid #0c8;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		height: 120px;
		margin: 0 4px 4px 0;
	}
	#print a:hover { border-color: #0a6; }
	
	#print .hidden { display: none !important; }
	
	

	#contactform {
		text-align: right;
		float: left;
		margin-right: 20px;
	}
		
		#contactform .input, #contactform textarea {
			font: 16px/24px Helvetica, Arial, sans-serif;
			width: 300px;
			border: 5px solid #fff;
			margin-top: 10px;
			padding: 1px;
			margin-left: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		
		#contactform .input {
			height: 20px;
		}
		
		#contactform textarea {
			height: 175px;
			position: relative;
			top: 165px;
			margin-top: -155px;
		}
		
		#contactform input:focus, #contactform textarea:focus { border-color: #0c8; }
		
		#contactform .submit {
			margin-top: 171px;
			padding: 0;
			border: 0;
			height: 26px;
			color: #fff;
			font: 16px/24px Helvetica, Arial, sans-serif;
			font-weight: bold;
			padding-bottom: 1px;
			background-color: #0c8;
			width: 107px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		#contactform .submit:hover {
			border: none;
			background-color: #0a6;
		}
		#contactinfo {
			margin-top: 10px;
		}
		
		.return { width: 349px; padding: 20px; }