

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;
}


:focus {
	outline: 0;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}.highslide-container div {
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
	cursor: url('../images/highslide/zoomin.cur'), url('images/highslide/zoomin.cur'), pointer;
}
.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.cur'), url('images/highslide/zoomout.cur'), pointer;
}
.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: -19px;
	left: 19px;
	width: 33px;
	height: 33px;
	cursor: pointer;
	background: url(../images/highslide/close.png);
	
}
	.closebutton:hover { background-position: 0 -33px; }





.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;
	}



@font-face {
    font-family: 'GothamBoldRegular';
    src: url('gotham-bold_0-webfont.eot');
    src: url('gotham-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-bold_0-webfont.woff') format('woff'),
         url('gotham-bold_0-webfont.ttf') format('truetype'),
         url('gotham-bold_0-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBoldItalic';
    src: url('gotham-bolditalic_0-webfont.eot');
    src: url('gotham-bolditalic_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-bolditalic_0-webfont.woff') format('woff'),
         url('gotham-bolditalic_0-webfont.ttf') format('truetype'),
         url('gotham-bolditalic_0-webfont.svg#GothamBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamLightRegular';
    src: url('gotham-light_0-webfont.eot');
    src: url('gotham-light_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-light_0-webfont.woff') format('woff'),
         url('gotham-light_0-webfont.ttf') format('truetype'),
         url('gotham-light_0-webfont.svg#GothamLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamLightItalic';
    src: url('gotham-lightitalic-webfont.eot');
    src: url('gotham-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-lightitalic-webfont.woff') format('woff'),
         url('gotham-lightitalic-webfont.ttf') format('truetype'),
         url('gotham-lightitalic-webfont.svg#GothamLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamMediumRegular';
    src: url('gotham-medium_0-webfont.eot');
    src: url('gotham-medium_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-medium_0-webfont.woff') format('woff'),
         url('gotham-medium_0-webfont.ttf') format('truetype'),
         url('gotham-medium_0-webfont.svg#GothamMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamMediumItalic';
    src: url('gotham-mediumitalic_0-webfont.eot');
    src: url('gotham-mediumitalic_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-mediumitalic_0-webfont.woff') format('woff'),
         url('gotham-mediumitalic_0-webfont.ttf') format('truetype'),
         url('gotham-mediumitalic_0-webfont.svg#GothamMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBookRegular';
    src: url('gotham-book_0-webfont.eot');
    src: url('gotham-book_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-book_0-webfont.woff') format('woff'),
         url('gotham-book_0-webfont.ttf') format('truetype'),
         url('gotham-book_0-webfont.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBookItalic';
    src: url('gotham-bookitalic-webfont.eot');
    src: url('gotham-bookitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-bookitalic-webfont.woff') format('woff'),
         url('gotham-bookitalic-webfont.ttf') format('truetype'),
         url('gotham-bookitalic-webfont.svg#GothamBookItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url('reset.css');
@import url('highslide.css');
@import url('../fonts/gotham/stylesheet.css');

html {
	overflow:hidden;
}

body, input, textarea { font: 15px/23px GothamBookRegular, Helvetica, Arial, sans-serif; }
body {
	margin: 0;
	padding: 0;
	width: 22500px;
	height: 1000px;
	overflow: hidden;
	color: #fff;
	position: relative;
	z-index: 0 !important;
	background-color: #FFF;
	text-shadow: 1px 1px 0 #000;
	-moz-text-shadow: 1px 1px 0 #000;
	-webkit-text-shadow: 1px 1px 0 #000;
}

#overwrap {
	min-width: 19347px;
	height: 100%;
	overflow: hidden;
	background: #025 url('../images/background.gif') no-repeat top left;
}
::selection { background: #000 !important;  }
::-moz-selection { background: #000 !important;  }


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

.highslide-wrapper { border: 5px solid #000 !important; }

.highslide-caption { text-shadow: none; color: #666; }

.singleimg .highslide-controls, .highslide-wrapper.no-controls .highslide-controls { display: none; }

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

a:hover { border-bottom: 1px dotted #07D; color: #0AF; }

h1, h2, h3, h4, strong {
	font-weight: normal;
	font-family: GothamBoldRegular, inherit;
}

h1, h2 {
	font-size: 18pt;
	line-height: 24pt;
}

#header {
	width: 100%;
	height: 40px;
	
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	
}

.nav {
	margin: 0 0 0 131px;
	position: fixed;
}
		.nav li {
			float: left;
			list-style: none;
		}
			.nav li.backLava {
				background-color: #07D;
				width: 9px;
				height: 30px;
				padding-top: 10px !important;
				z-index: 8;
				position: absolute;
			}
			.nav li a {
				font-size: 14px;
				padding-top: 10px !important;
				font-family: GothamBoldRegular, inherit;
				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;
				text-shadow: none;
				-moz-text-shadow: none;
				-webkit-text-shadow: none;
			}
			.nav li a:hover { border-bottom: 0; }
			.nav li a:active { padding: 11px 0 1px 0 !important; }

#valid {
	position: fixed;
	bottom: 15px;
	right: 20px;
	font-size: 8pt;
	font-family: GothamBoldRegular, inherit;
	text-transform: uppercase;
	text-shadow: none;
}
	#valid li { display: inline; margin: 0 10px; }

#arrows { display: none; }

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

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

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



#contact .interior { top: 130px; }
#print .interior { text-align: center; }

#home h2 {
	font-size: 15px;
	line-height: 23px;
	font-weight: normal !important;
}

#home img {
	float: left;
	border: 10px solid #fff;
	margin-right: 10px;
}

.webjob {
	float: left;
	margin-bottom: 16px;
	width: 850px;
}

.webjob .go {
	float: right;
	background-color: #07D;
	display: block;
	font-size: 8pt;
	text-transform: uppercase;
	font-family: GothamBoldRegular, inherit;
	padding: 0 10px;
	color: #fff;
	border: none;
	position: relative;
	top: 0;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}
	.webjob .go:hover { background-color: #0AF; }
	.webjob a.highslide {
		display: block;
		width: 230px;
		height: 117px;
		float: left;
		margin-right: 10px;
		padding: 5px;
		border: 5px solid #07D;
	}
		.webjob a.highslide:hover { border-color: #0AF; }
.tasks {
	display: block;
	float: left;
	width: 590px;
	font-size: 8pt;
	font-style: italic;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#print .interior { width: 770px; }

	.print_row { margin-bottom: -2px; }
	#print a {
		display: block;
		float: left;
		border: 3px solid #07D;
		height: 120px;
		margin: 0 -3px -3px 0;
		position: relative;
		z-index: 10;
	}
	#print a:hover { border-color: #0AF; z-index: 50; outline: 3px solid #0AF; }
	
	#print .hidden { display: none !important; }
	
	#contactform {
		width: 418px;
		float: left;
		margin-right: 20px;
	}
		
		#contactform p { clear: both; margin-top: 10px; overflow: hidden; }
		
		#contactform label {
			text-align: right;
			float: left;
			width: 90px;
			padding: 4px 10px 0 0;
		}
			#contactform p.textarea label { padding-top: 6px; }
		
		#contactform .input, #contactform textarea {
			width: 300px;
			border: 5px solid #fff;
			padding: 1px;
			margin-left: 5px;
			float: right;
		}
	
		#contactform .input {
			height: 20px;
		}
		
		#contactform #add {
			clear: both;
		}
		#contactform #add label {
			width: 315px;
		}
		#contactform #add .input {
			width: 75px;
		}
		
		#contactform textarea {
			height: 175px;
		}
		
		#contactform input:focus, #contactform textarea:focus { border-color: #07D; }
		
		#contactform .submit {
			float: right;
			border: 0;
			height: 32px;
			color: #fff;
			font: 16px/24px 'QuicksandBook', Helvetica, Arial, sans-serif;
			font-family: GothamBoldRegular, inherit;
			background-color: #07D;
			width: 87px;
		}
		#contactform .submit:hover {
			border: none;
			background-color: #0AF;
		}
		#contactinfo {
			margin-top: 10px;
		}
		
		.return { width: 349px; padding: 20px; text-shadow: none; -moz-text-shadow: none; -webkit-text-shadow: none;  }
	


@media handheld {

#header { display: none;

}
