@charset "UTF-8";
/* ------ best 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-style: inherit;
	font-size: 1em;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
a:link, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #99D6F2;
}
a:active {
	text-decoration: none;
	color: #fff;
}
/*------ now the meat ------ */

body {
	background-color: #1b1718;
	text-align: center;
	font: 80% Arial, Helvetica, sans-serif;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrap {
	width: 960px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
}
#header {
	height: 113px;
	width: 960px;
	position: relative;
}

img {
	border: none;
}
#pickup-wrap {
	padding: 0;
	vertical-align: left;
}
.banner {
	position: absolute;
	left: 45px;
	top: 41px;
	width: 263px;
	height: 128px;
}
.banner img {
	display: block;
	padding: 0;
	margin: 0;
}
#pickup-fields   {
	padding: 80px 0 0 0;
	margin: 0;
	text-align: left;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#inner {
	text-align: left;
	padding: 50px 40px 40px;
	background-image: url(images/pickup.gif);
	background-repeat: no-repeat;
	width: 360px;
	background-position: center top;
	background-color: #314637;
}
img.cardinfo {
	position: absolute;
	left: 530px;
	top: 240px;
}
#inner  p {
	padding: 0;
}
#inner ul {
	display: block;
	padding: 23px 0 0 0;
	margin: 0;
	width: 360px;
}
#inner li {
	padding: 0 0 15px 0;
	margin: 0;	/*display: block;*/
	display: block;
}
.label {
	color: #d8aa30;
	padding: 0 5px 0 0;
	display: inline;
	float: left;
	width: 130px;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
}
#inner li input, #inner li select {
	padding: 2px;
	color: #000000;
	font-weight: normal;
	width: 210px;
	background-color: #fff !important;
	font-size: 14px;
}
#inner li select {
	width: 217px;
	font-size: 14px;
	padding: 2px;
}
#inner li div input {
	width: 136px;
	background: transparent !important;
	border: none !important;
	padding: 0;
	height: 36px;
	margin: 0;
}
#inner li#send-pickup   {
	height:36px;
	margin:9px 0 0 0;
	width:136px;
	background: none !important;
	display: inline;
	float: left;
	padding: 0 0 0 133px;
}
#inner li#help-pickup   {
	margin: 0;
	text-align: right;
	line-height: 36px;
	padding: 10px 10px 0 0;
}
.small    {
	font-size: 10px;
}
#warning-wrap  {
	padding: 10px;
}
#warning-wrap p, #contactsheet p {
	padding: 5px 0;
}
.warning {
	color: #FFCC33;
	font-weight: bold;
	line-height: 1.3;
}
#contactsheet  {
	padding: 10px;
}
#contactsheet td {
	padding: 10px 10px 10px 0;
}
#survey-wrap {
	text-align: left;
	padding: 25px;
	background-image: url(images/survey.gif);
	background-repeat: no-repeat;
	width: 600px;
	background-position: center top;
	margin: 0 0 0 150px;
	background-color: #314637;
}
#survey-inner {
	padding: 0 10px 0 0;
}
.tdsurvey {
	padding-bottom: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.tddetail {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}
#survey-inner td input {
	padding: 3px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin: 5px 5px 0 0;
}
.helpsurvey {
	display: block;
	margin-top: 10px;
}
#survey-inner select {
	color: #000;
}
#survey-inner ul {
	display: block;
	padding: 0;
	text-decoration: none;
}
#survey-inner li.surveyErrorMsg {
	display: block;
	padding: 5px;
	color: #FFCC33;
	font-weight: normal;
}
a.surveyErrorMsg {
	display: block;
	padding: 5px;
	color: #FFFF33;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#wrap-photo {
	width: 996px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
	padding: 0;
	background-image: url(images/back-photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1000px;
}
#photo-wrap {
	text-align: center;
	padding: 80px 0 0 0;
	width: 534px;
	margin: 0 0 0 425px;
}
#photo {
	height: 360px;
	width: 480px;
	padding: 26px 20px 0;
	position: absolute;
	left: 439px;
	top: 192px;
	background-image: url(images/photo.gif);
	background-repeat: no-repeat;
}
#resend-wrap {
	text-align: left;
	margin: 0;
	padding: 25px;
	width: 350px;
	background-image: url(images/ressend.gif);
	background-repeat: no-repeat;
	background-color: #314637;
}
#wrap-photo #photo-wrap #resend-wrap .heading {
	display: block;
	margin: 0 auto;
	padding: 5px 0 10px 0;
}
#ppa-wrap {
	width: 480px;
	text-align: left;
	margin: 0;
	display: block;
	height: 30px;
	padding: 0;
	position: absolute;
	left: 438px;
	top: 589px;
}
#ppa-wrap ul {
	display: block;
	margin: 0;
	width: 450px;
}
#ppa-wrap li {
}
#ppa-wrap    li.first {
	margin: 0;
	padding: 0 25px 0 35px;
}
#from {
	padding: 0;
}
.heading {
	padding-bottom: 25px;
}
#from li {
	display: inline;
	margin: 0 0 10px 0;
	float: left;
	width: 175px;
}
#from  li input, #to input   {
	padding: 2px;
	color: #000000;
	font-weight: normal;
	background-color: #fff !important;
	width: 160px;
	font-size: 14px;
}
.label-photo, .upto6emails {
	display: block;
	padding: 0;
	color: #d8aa30;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#to {
	display: block;
	clear: left;
	padding-top: 25px;
}
#to li {
	display: inline;
	float: left;
	margin: 0 0 10px 0;
	width: 175px;
}
.upto6emails {
	display: block;
	padding: 0;
}
#to  li#send-confirm {
	color: #CBA231;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	clear: left;
	width: 350px;
}
#to  li#sendnow {
}
#resend-wrap  div  input {
	margin: 0px;
	padding: 0px;
	width: 160px;
	background: transparent !important;
	border: none;
	height: 36px;
}
#to  li#need-help-photo {
	font-size: 10px;
	line-height: 36px;
	text-align: right;
	width: 165px;
}

/* ---------- sticky footer -------------- */

* {margin:0;padding:0;}
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#content {padding-bottom: 130px;}  /* must be same height as the footer 
#footer-home, #footer {position:relative;margin-top:-140px;}*/

/* CLEAR FIX*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#footer {
	margin: -130px 0 0 0;
	padding: 0;
	clear: both;
	color: #b7c0ad;
	font-size: 11px;
	text-align: center;
	width: 100%;
	height: 130px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	position: relative;
}
#footer-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 50px 0 0 0;
}
#footer a {
	color: #b7c0ad;
	text-decoration: none;
}
#footer  p, #footer-photo p {
	padding: 0 30px 12px 0;
	display: block;
	margin: 0;
}
