/* CSS Reset */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, table, tr, td, ul, ol, li, blockquote
{
   margin: 0;
   padding: 0;
   border: 0;
}

ul, ol
{
   list-style: none;
}

input, select, textarea
{
   font-size: inherit;
   font-family: inherit;
}

html
{
   font: 100.01% Verdana, Tahoma, Arial, Helvetica, sans-serif;
   line-height: 1;
}

a
{
   text-decoration: none;
   color: black;
}

a img
{
   border: none;
}

sup {
	font-size: 65%;
	line-height: 0;
	padding-top: 8px;
}

sub { 
	bottom: -5px; 
	vertical-align: baseline;
}


/* layout */
body
{
   background-color: #2a2a2a;
}
#page-bg
{
   background-color: #ffffff;
}
#head-bg
{
   height: 82px;
   background: url("../images/nav-bg.png") repeat-x;
}
#head, #container, #foot-panels, #footer
{
	width: 980px;
	margin: 0 auto;
}

/* nav bar */
#head h1, #head img
{
	display: block;
	float: right;
	width: 296px;
	height: 90px;
	padding-top: 0px;
	margin-top: 15px;
}
#head h1
{
   
   text-align: center;
   text-transform: lowercase;
   letter-spacing: .25em;
   font-size: .9em;
   line-height: 1.4;
   color: #ffffff;
}
#head h1 span
{
   letter-spacing: .7em;
   font-weight: lighter;
}
#head ul
{
	float: left;
	margin: 30px;
	margin-left: 0px;
}
#head ul li
{
	display: inline;
}
#head ul li a
{
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
}
#head ul li a.active, #head ul li a:hover
{
	background-color: #ddc06a;
	color: #fff;
}

a.noCurve, a:hover.noCurve
{
	min-width: 13em;
}

/* content area */
#container img.side-image
{
   clear: both;
   float: right;
}
#quote
{
   display: block;
   background-color: #fcf6cc;
   width: 563px;
   min-height: 58px;
   padding: 16px 35px 20px 40px;
   margin-top: 24px;
   text-align: justify;
   line-height: 1.6;
}
#quote h2, h3
{
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.5em;
	text-align: left;
}
#quote span.start-quote, #quote span.end-quote
{
   font-size: 2.6em;
   font-family: Georgia, Times, Serif;
   line-height: 0;
}
#quote span.start-quote
{
   margin-left: -30px;
   margin-right: -6px;
   position: relative;
   top: 18px;
}
#quote span.end-quote
{
   position: relative;
   top: 18px;
   z-index: 100;
}
#quote span.quote-by
{
   font-size: .7em;
   color: #c0a562;
}
#container p
{
   font-size: .77em;
   line-height: 2;
   width: 640px;
   text-align: justify;
   margin-top: 32px;
   padding-bottom: 40px;
}
#container a
{
   text-decoration: none;
   color: #a88214;
}
#container a:hover
{
   text-decoration: underline;
}

/* gallery styles */
#side-showcase
{
   clear: both;
   float: right;
   width: 250px;
   padding-left: 46px;
   margin: 20px 0;
   background-color: #d4d4d4;
}
#side-showcase ul li
{
   display: inline-block;
   float: left;
   margin: 10px;
   height: 75px;
   width: 75px;
   cursor: pointer;
   opacity: .6;
}
#side-showcase ul li img
{
   height: 75px;
   width: 75px;
}
#showcase-text
{
   clear: both;
   margin-left: -45px;
   background-color: #a6a6a6;
   color: #ffffff;
   padding: 20px;
   font-size:.8em;
}
#image-stage
{
   height: 480px;
   width: 640px;
   margin: 20px 0;
   background-color: #d4d4d4;
}
#gallery-count
{
   text-align: right;
   vertical-align: middle;
   height: 36px;
   padding-right: 45px;
}
#next
{
   width: 45px;
   vertical-align: middle;
   text-align: center;
   cursor: pointer;
}
#prev
{
   width: 43px;
   vertical-align: middle;
   text-align: center;
   cursor: pointer;
}
#image-container
{
   height: 427px;
   width: 545px;
   vertical-align: middle;
   text-align: center;
}

#image-container noscript p
{
   color: #d22121;
   font-style: italic;
   text-align:center;
}

#image-container a
{
   display: block;
}
#image-container a img
{
   max-height: 427px;
   max-width: 545px;
}
#side-content
{
	clear: both;
	float: right;
	width: 276px;
	background-color: #d4d4d4;
	line-height: 1.4;
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
	padding-top: 32px;
	padding-right: 20px;
	padding-bottom: 32px;
	padding-left: 0px;
}
#side-content ul
{
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
#side-content ul li
{
	margin-bottom: 20px;
	font-size: 1em;
	list-style-type: none;
	text-indent: 0px;
}
#foot-panels
{
   clear: both;
}
#foot-panels div
{
   width: 214px;
   height: 135px;
   background-color: #faf6d8;
   text-align: left;
   padding: 15px 22px 0 60px;
}
#panel-1, #foot-1
{
   float: left;
}
#panel-2, #foot-2
{
   margin: 0 auto;
}
#panel-3, #foot-3
{
   float: right;
}
#foot-panels div h3
{
   float: left;
   position: relative;
   margin-left: -50px;
   margin-top: 65px;
   font-size: 2.9em;
   color: #e7cc7b;
}
#foot-panels div h4
{
   font-size: 1.0em;
   font-weight: lighter;
   margin-bottom: 20px;
}
#foot-panels div span
{
   font-size: .67em;
}
#closing-footer
{
   background-image: url("../images/footer-bg.png");
   height: 115px;
   clear: both;
}

#closing-footer.no-panel
{
   margin-top:30px;
}

#closing-footer.no-panel #footer
{
   padding: 0;
   padding-top: 20px;
}
#footer div.panel-foot
{
   width: 296px;
   height: 21px;
   background-color: #faeba2;
   opacity: .44;
}
#footer h1
{
   float: right;
   height: 56px;
   font-size: 2.9em;
   opacity: .08;
}
#footer a
{
   color: #fff;
   text-decoration: none;
   font-weight: bold;
}
#footer a:hover
{
   text-decoration: underline;
}
#copyright
{
   clear: both;
   color: #ffffff;
   font-size: .65em;
   background-image: url("../images/copyright-bg.png");
   padding: 14px 20px;
}

/* Minutia and miscellany */

#stampcreteLogo {
	margin-right: 10px;
	width: 263px;
	float: left;
	margin-bottom: 30px;
}
#regdSymbol {
	font-size: 70%;
}
#duganEml {
	vertical-align: text-top;
}
#submit {
	padding: 3px;
	float: right;
	height: 60px;
	width: 200px;
}
#contact {
	width: 563px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 10px dashed #FCF6CC;
	line-height: 34px;
	vertical-align: top;
	min-height: 21em;
}
#foil-bots {
	height: 130px;
	width: 320px;
}
/*
#page-bg #container ul {
	list-style-type: disc;
}
*/

#page-bg #container ul li {
	/*
	list-style-type: disc;
	*/
	text-align: left;
	display: list-item;
	margin-left: 15px;
	margin-top: 10px;
	font-size: 0.77em;
}

#page-bg #container {
	font-size: 1em;
	list-style-type: none;
}

.bullets {
	list-style-type: disc;
	margin-bottom: 25px;
}
#container #quote .social {
	float: right;
}
#testimony {
	font-size: 77%;
	line-height: 24px;
	margin-top: 7px;
	margin-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #917217;
}

#container ul #testimony {
	left: -13px;
	position: relative;
}
#quote h2 {
	line-height: 22px;
	display: inline;
}
#note {
	font-size: 65%;
}

#MenuBar1 li #curvRt {
	border-top-right-radius: 24px;
}

#MenuBar1 li ul li .noCurve {
	font-size: 80%;
	font-weight:500;
	min-width: 13em;
	border-top-right-radius: 0px;
}
