@charset "UTF-8";
/* CSS Document */

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;
	font-size: 12px;
	color: #4d4b3e;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	background-color: #BF7955; /* #fcebbc */
	background-attachment: fixed;
	background-image: url('images/acc_stucco.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
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;
}



/* ------ now the meat ------ */
#wrap {
	width: 760px;
	text-align: left;
	margin: 20px auto;
	position: relative;
	padding: 0;
	background-color: #fcebbc;
	border: 1px solid #959596;
}
#wrap p {
	font-size: 1em;
}
#header {
	height: 200px;
	width: 760px;
	background-image: url(images/acc_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#rightcol {
	width: 175px;
	margin: 0;
	background-color: #faf2d8;
	padding: 20px;
	line-height: 1.2;
	position: absolute;
	left: 525px;
	top: 201px;
}
.widgettitle {
	font-size: 1.2em;
	padding: 5px 0;
}
#widget li {
	margin: 0 0 5px 0;
}
#pickup-wrap {
	width: 480px;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
}
#pickup-fields {
	padding: 20px 0;
}
#pickup-fields p {
	display: block;
	margin: 0 0 10px 0;
}
.label {
	display: block;
	padding: 5px 0 3px;
	color: #333333;
}
#pickup-fields input {
	background-color: #FFFFFF !important;
	width: 270px;
	padding: 4px;
	border: 1px solid #bf6042;
	color: #000000;
}
#pickup-fields select {
	width: 280px;
	background-color: #FFFFFF !important;
	padding: 4px;
	border: 1px solid #bf6042;
	color: #000000;
}
#pickup-fields div input {
	display: block;
	width: 145px;
	padding: 0;
	height: 47px;
	border: none;
	background: transparent !important;
}
.send-pickup  {
	float: left;
	padding: 12px 0 0 0;
}
#need-help-pickup a:link, #need-help-pickup a:visited {
	color: #4d4b3e;
	text-decoration: underline;
	font-size: 11px;
	line-height: 59px;
	margin: 0 0 0 75px;
}
#need-help-pickup a:hover, #need-help-pickup a:active {
	text-decoration: none;
	color: #4d4b3e;
}
#video {
	padding: 0 0 20px 0;
}
#warning-wrap {
	line-height: 1.2;
	padding: 0;
}
.warning {
	color: #80190A;
	font-weight: bold;
}
#warning-wrap a:link, #warning-wrap a:visited, 
#contactsheet a:link, #contactsheet a:visited,
#survey-wrap a:link, #survey-wrap a:visited {
	color: #4d4b3e;
	text-decoration: underline;
}
#warning-wrap a:hover, #warning-wrap a:active, 
#contactsheet a:hover, #contactsheet a:active,
#survey-wrap a:hover, #survey-wrap a:active {
	color: #4d4b3e;
	text-decoration: none;
}
h1 {
	font-weight: bold;
	font-size: 25px;
	color: #7A181D;
	padding: 0 0 7px 0;
}
h2 {
	font-size: 1.3em;
	padding: 0 0 5px 0;
}
h3 {
	color: #7A181D;
	font-size: 1.2em;
}
.need-help  {
	font-size: 0.9em;
	margin-top: 10px;
}
#contactsheet {
	text-align: left;
}
#contactsheet td {
	padding: 0 7px 25px 0;
}
#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px;
	background-color: #FFFFFF;
}
#footer img {
	float: right;
}
#footer-inner {
	height: 37px;
	padding: 10px 0 0 0;
}
#footer a:link, #footer a:visited {
	color: #4d4b3e;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #4d4b3e;
	text-decoration: none;
}
#survey-wrap {
	padding: 20px 0;
}
#survey-wrap p {
	padding: 0 0 20px;
}
.tdsurvey   {
	padding: 10px 0 10px 0;
	margin: 0;
	color: #7A181D;
	font-weight: bold;
}
.tddetail {
	margin: 0px;
	padding: 0 0 2px 0;
	color: #4d4b3e;
}
.tdsurvey input  {
	color: #000000;
	margin: 5px 2px 1px;
	padding: 3px;
}
.tdsurvey select  {
	color: #000000;
	margin: 5px 0;
}
#photo-wrap {
	width: 510px;
	margin: 0;
	padding: 0 0 0 10px;
	position: relative;
}
#photo {
	height: 360px;
	width: 480px;
	background-image: url(images/photo-back.jpg);
	padding: 10px;
}
#resendwrap {
	position: relative;
	padding: 20px 0 0 0;
	margin: 0 0 0 10px;
}
#resendwrap input {
	padding: 4px;
	border: 1px solid #bf6042;
	color: #000000;
	background-color: #FFFFFF !important;
}
#resendwrap div input {
	width: 145px;
	border: none;
	padding: 0;
	background: transparent !important;
}
#resendwrap a:link, #resendwrap a:visited {
	color: #4d4b3e;
	text-decoration: underline;
}
#resendwrap a:hover, #resendwrap a:active {
	color: #4d4b3e;
	text-decoration: none;
}
#from, #to {
	text-align: left;
	display: block;
}
.label-photo {
	display: block;
	padding-bottom: 4px;
}
#from {
	padding: 0;
	position: relative;
	width: 240px;
	float: left;
}
#from   input  {
	width: 220px;
}
#from   li   {
	display: block;
	margin: 0 0 15px 0;
}
#to {
	position: relative;
	width: 240px;
	margin: 0 0 0 260px;
}
#to li {
	display: block;
	margin: 0 20px 10px 0;
}
#to input  {
	width: 220px;
}
.upto6emails {
	padding: 0 0 4px 0;
	display: block;
}
#send {
	background-image: url(images/send.gif);
	height: 23px;
	width: 53px;
	cursor: pointer;
	display: block;
}
#send-confirm {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #9C462C;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 0;
}
#sendnow {
	width: 145px;
	cursor: pointer;
	height: 47px;
	margin: 0;
	float: left;
}
#need-help-photo {
	height: 47px;
	line-height: 47px;
	margin: 0 0 0 20px;
}
#ppa {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #bf6042;
	margin: 15px 20px 0 10px;
	padding: 10px;
}
#ppalist{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#ppalist li {
	display: inline;
}
#ppalist a:link, #ppalist a:visited {
	text-decoration: underline;
	padding: 6px 20px;
	color: #333333;
}

#ppalist a:hover, #ppalist a:active {
	text-decoration: none;
}
