
/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Styles */
div#Top {
  height: 2516px;
  background: #fff url(../images/background-top.jpg) center top no-repeat;
}
div#Bottom {
  height: 628px;
  background: #fff url(../images/background-bottom-one.jpg) center top no-repeat;
}
div#ContactUs {
  height: 628px;
  background: #fff url(../images/background-bottom-two.jpg) center top no-repeat;
}
div#SubmitOK {
  height: 628px;
  background: #fff url(../images/background-bottom-two-thanks.jpg) center top no-repeat;
}
div#SubmitFail {
  height: 628px;
  background: #fff url(../images/background-bottom-two-oops.jpg) center top no-repeat;
}
.hidden-text {
  text-indent: -9999em;
  display: block;
}
.quote-link {
  opacity: 0;
  display: block;
  position: absolute;
  text-indent: -9999em;
}
a.link-button {
  text-indent: -9999em;
  display: block;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat !important;
}
a.link-button:hover {
  padding-top: 2px;
  background-position: 0 2px !important;
}
div.container {
  margin: 0 auto;
  width: 960px;
  position: relative;
}
form#Contact input, form#Contact textarea {
  margin: 0;
  padding: 10px;
  border: 1px solid #000;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  position: absolute;
}
form#Contact input.button {
  padding: 0;
  border: 0;
}
div#FolioShot {
  background: #fff;
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

div#FolioShot img {
  display: block;
}