body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", "Lucida Grande CE", Verdana, Arial;
	font-size:100%;
	background-color: #FFFFFF;
	background-image: url(images/bkgrd.jpg);
	background-repeat: repeat;
}
html {
   height: 100%;
   width: auto;
}
#wrapper {
	text-align: left;
	padding: 0px;
	border:0;
	width: 960px;
	background-image: url(images/dropshadow.jpg);
	background-repeat: repeat-y;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	text-align: right;
	background-color: #ECE2B6;
	width: 920px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
}
#container {
	padding: 0px;
	margin: 0px;
	float: left;
}
a:link {
	cursor:pointer;  /* Turn cursor to hand */
	color: #B18248;
	text-decoration: none;
	font-weight: bold;
}
a:visited { 
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	cursor:pointer;  /* Turn cursor to hand */
	text-decoration: underline;
	color: #815828;
}
a:active {
	cursor:pointer;  /* Turn cursor to hand */
	color: #CC0000;
	text-decoration: underline;
}
#samplelist {
	background-color: #F2F0DF;
	border: 1px dotted #BBAA8E;
	margin-top: 18px;
	margin-right: 6%;
	margin-bottom: 12px;
	margin-left: 6%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 560px;
	height: 165px;
	clear: left;
}
#samplelist a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
#samplelist  ul {
	list-style: none;
	padding: 0;
	width: 575px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#samplelist  li {
	width: 12.5em;
	background-image: url(images/red-bullet.gif);
	background-position: 0 4px;
	background-repeat: no-repeat; /* left padding moves the text away from the bullet */
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 1.25em;
	font-size: 0.85em;
	line-height: 1.4em;
	text-align: left;
	font-weight: normal;
	display: table-cell;
	margin: 0px;
	float: left;
}
.footer {
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 940px;
	background-position: center top;
	text-align: center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footerbox  {
	font-weight: normal;
	width: 900px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	background-position: center;
}
.footer  p {
	font-size: 1em;
	color: #6B0305;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	display: inline;
}
.footer  a {
	font-size: 0.7em;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
.footer    a:hover {
	color: #F1E7C2;
	text-decoration: underline;
}
.footer .on     {
	font-size: 0.7em;
	color: #980000;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
#description    {
	font-size: 0.7em;
	line-height: 1.1em;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	width: 710px;
}

DIV
{
	padding: 0px;
	margin: 0px;
	width: 100%;
}
TD
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size:1.4em;
	line-height: 1.35em;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 0px;
}
h2 {
	font-size:0.9em;
	line-height: 1em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-size:0.75em;
	line-height: 1.3em;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 7px;
}
h3 {
	font-size:0.8em;
	line-height: 2em;
	font-weight: normal;
	margin: 0px;
}
h4 {
	font-size:0.75em;
	line-height: 1em;
	font-weight: normal;
	padding-top: 10px;
	margin:  0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF8D96;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size:0.65em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/*common styling*/
/*menu container*/
.menucontainer{
	background-color: #FFFFFF;
	background-image: url(images/menu_bkgrd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	top: 88px;
	clear: both;
	clip: rect(auto,0px,37px,0px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	z-index: 5;
	width: 940px;
}
.input {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", "Lucida Grande CE", Verdana, Arial;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E31717;
	padding: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px dotted #BBAA8E;
	line-height: 1.5em;
}
#dropshadowb {
	background-image: url(images/dropshadow-b.jpg);
	height: 13px;
	width: 960px;
	clear: both;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: -5px;
	padding-bottom: 2px;
}
#content {
	width: 940px;
	background-image: url(images/curl.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.samples {
	width: 940px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 295px;
	clear: both;
	margin: 0px;
	padding: 0px;
	z-index: 4;
	background-image: url(images/MainSamples/photo-collage1.jpg);
}
.BottomSamples {
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 30px;
	padding-right: 20px;
	float: left;
}
.BottomSample1 {
	width: 280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	height: 376px;
	background-image: url(images/BottomSamples/Collage1-reflection.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.BottomSample2 {
	width: 360px;
	margin-top: 27px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	height: 350px;
	background-image: url(images/BottomSamples/Collage2-reflection.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
DIV.main {
	width: 660px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
DIV.sidebar {
	width: 240px;
	float: right;
}
#s1 {
	font-size: 0.7em;
	color: #A37134;
	line-height: 1.75em;
	text-align: left;
	padding-left: 3px;
}
#disclaimer {
	font-size: 0.65em;
	text-align: center;
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	line-height: 1em;
}
.sidesection {
	background-image: url(images/red-sidebars.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	padding: 0px;
	margin-top: 5px;
}
.bar  {
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	display: block;
	padding-top: 6px;
	margin: 0px;
}
.sidesection p {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	display: block;
	text-align: center;
	font-size: 0.75em;
	line-height: 1.35em;
}
.main p {
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.GiftCert {
	font-size: 1em;
	line-height: 1.3em;
	margin-right: 20px;
	margin-left: 30px;
	text-align: justify;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #990000;
	border-bottom-color: #990000;
	border-bottom-style: dotted;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 650px;
	clear: left;
}
form { margin:0px; padding:0px; }
.centered-table {
   margin-left: auto;
   margin-right: auto;
}
a img {border: none;
}
.instructions {
	font-size: .95em;
	line-height: 1.4em;
	width: 650px;
	text-align: center;
	padding: 3px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
.main-centered  {
	font-size: 0.875em;
	line-height: 2em;
	letter-spacing: .1em;
}
.main  ol {
	list-style-position: outside;
	font-size: .875em;
	line-height: 1.5em;
	text-align: justify;
}
.answer  {
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-align: center;
}
.answerbox {
	padding-top: 25px;
	padding-bottom: 100px;
}
.button {
	background-color: #CF9F64;
	font-weight: bold;
	color: #5C3D23;
	cursor:pointer;
	font-size: .9em;
	border: 1px ridge #FFECC6;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.button:hover {
	background-color: #382515;
	font-weight: bold;
	color: #957348;
	border: 1px groove #BDAC90;
}
.caption {
	font-size: 0.75em;
	font-style: italic;
	line-height: 2em;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	display: block;
}
.main h2 {
	font-size: 0.875em;
	line-height: 1.6em;
	font-weight: normal;
}
#giftcert  {
	height: 71px;
	width: 97px;
	padding-top: 3px;
	padding-left: 12px;
	float: right;
}
.spotlight {
	font-size: 1em;
	color: #990000;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	margin-right: -8px;
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
hr {
	color: #fff;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	clear: both;
}
#sponsors {
	background-image: url(images/white-bar.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 938px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	padding-top: 6px;
}
.submit  {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding: 2;
	background-color: #C7B796;
	color: #000000;
	cursor:pointer;  /* Turn cursor to hand */
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
	height: 22px;
}
.submit:hover {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding: 2;
	background-color: #785631;
	color: #FFFFFF;
	filter: Invert;
	cursor:pointer;  /* Turn cursor to hand */
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
	height: 22px;
}
.collage-options {
	margin-right: 0px;
	margin-left: 25px;
	border: 1px dotted #BDAC90;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: justify;
	margin-top: 1px;
	margin-bottom: 10px;
	float: left;
	width: 590px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	background-color: #FCF8E3;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-style: italic;
}
a:focus, a:active {
	background-color : #f7f2de;
	color: #000;
 }
#hours {
	line-height: 1em;
	display: inline;
	font-size: .65em;
}
#phone {
	font-size: .95em;
	line-height: 1em;
	font-weight: bold;
	display: inline;
}
