/* Start of CMSMS style sheet 'DC Stylesheet' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

*
{
	margin: 0;
	padding: 0;
}

/*
Set initial font styles
*/

body
{
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

/*
set font size for all divs,
this overrides some body rules
*/

div { font-size: 1em; }

/*
if img is inside "a" it would have 
borders, we don't want that
*/

img { border: 0; }
a img { border: 0; }

/*
default link styles
*/

/* set all links to have underline and bluish color */
a,
a:link 
a:active
{
	text-decoration: none;
	/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #7EA8A3;
}

a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: #577572;
text-decoration: none;
	/* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover {text-decoration: underline; }

.clearBoth { clear: both; }

/*****************
basic layout 
*****************/

body
{
	background: #ffffff url(images/gradientbg.gif) repeat-x left top; 
	color: #8D8E8E;
	margin: 0 0 0.25em 0;
}

/* center wrapper, min max width */
div#pagewrapper
{
	margin: 0 auto;
	width: 1024px;
	height: 1%;
	min-height: 56em;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

#header
{
	height: 155px;
	clear: both;
}


div#headerLogo
{
	height: 155px;
	/* adjust according your image size */
	width: 946px;
	margin: 0;
	font-family: garamond, times, serif;
	border: 0;
	padding: 0;
	float: left;
}

div#header h1 a
{
	/* you can set your own image here */
	background: url(images/logo.jpg) no-repeat center top;
	height: 155px;
	/* adjust according your image size */
	text-indent: -999em;
	/* this hides the text */
	text-decoration: none;
	/* old firefox would show underline for the link, this explicitly hides it */
	display: block;
}
#topLeftCurve
{
	background: url(images/hdrLeftCurve.gif) no-repeat top left;
	height: 155px;
	width: 39px;
	float: left;
}
#topRightCurve
{
	background: url(images/hdrRightCurve.gif) no-repeat top left;
	height: 155px;
	width: 38px;
	float: left;
}

table#content
{
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 946px;
	background-color: #050706;
	height: 1%;
	font-family: verdana, arial, sans-serif;
	clear: both;
	border-collapse: collapse;
}

#sidebarL
{
	width: 155px;
	vertical-align: top;
}

#topLeftCorner
{
	width: 155px;
	height: 152px;
	background: url(images/topLeftCorner.gif) no-repeat left top;
}

#btmLeftCorner
{
	width: 155px;
	height: 173px;
	background: url(images/btmLeftCorner.gif) no-repeat left bottom;
}

#sidebarR
{
	width: 155px;
	vertical-align: top;
}

#topRightCorner
{
	width: 155px;
	height: 152px;
	background: url(images/topRightCorner.gif) no-repeat right top;
}

#btmRightCorner
{
	position: relative;
	bottom: 0;
	right: 0;
	width: 155px;
	height: 173px;
	background: url(images/btmRightCorner.gif) no-repeat right bottom;
}

/* #ticker
{
	position: absolute;
	top: 140px;
	left: 23%;
	font-size: 1.2em;
	z-index: 100;
	color: #E8E8E8;
	width: 150px;
	height: 200px;
} */

#main
{
	width: 636px;
	padding: 0 1.5em;
	margin: 0;
	border: 0;
	background: url(images/gradientftrbg.gif) repeat-x left bottom;
	vertical-align: top;
}

#footer
{
	background: url(images/footerRedCurve.jpg) no-repeat left top;
	width: 946px;
	height: 125px;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-family: garamond, times, serif;
}

#copy
{
	font-size: 0.8em;
	color: #444;
	font-family: verdana, aral, sans-serif;
	width: 946px;
	margin: 0 auto;
height: 20px;
line-height: 20px;
vertical-align: middle;
}

#copy a
{
	color: #606161;
	text-decoration: none;
}
#copy a:hover
{
	text-decoration: underline;
}

/* relational links under content */
#contentLinks { clear: both; 
vertical-align: top; 
margin-top: 0.5em; 
border-top: 1px solid black; }

div.left49
{
	float: left;
	width: 49%;
	/* 50% for both left and right might lead to rounding error on some browser */
}

div.right49
{
	float: right;
	width: 49%;
	text-align: right;
}

.red { color: #a82113; }

.slide
{
	height: 265px;
        clear: both;
}

.maintxt
{
	clear: both;
	text-align: justify;
	color: #E8E8E8;
clear: both; 
height: 1%;
margin: 0 0 10px 0;
}

div.storeimg
{
	width: 40%;
	float: right;
	text-align: center;
	color: #E8E8E8;
	margin: 0 0 0 10px;
}

div.storeimg img { margin: 0 5px 5px 0; }

.imgleft {float: left;
margin: 0 10px 5px 0; }
.imgright {float: right;
margin: 0 0 5px 10px; }

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1
{
	font-size: 1.5em;
	/* font size for h1 */
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 1.3em;
	line-height: 1.7em;
	text-align: center;
	margin: 2em 0;
	padding: 0;
	font-family: garamond, times, georgia, serif;
	background: url(images/lineTitle.gif) no-repeat center bottom;
	color: white;
}
h2.been-green
{
	font-size: 1.3em;
	line-height: 1.7em;
	text-align: center;
	margin: 2em;
	padding: 0;
	font-family: garamond, times, georgia, serif;
	background: url(images/lineTitleRecycle.gif) no-repeat center bottom;
	color: white;
}

h3
{
	color: #BBBBBB;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	font-family: garamond, times, serif;
	text-align: center;
}

/* END HEADINGS */
/* TEXT */
.maintxt p, .maintx blockquote, .maintx li
{
	font-size: 1em;
	margin: 0 0 1.5em 0;
	/* some air around p elements */
	line-height: 1.4em;
	padding: 0;
}

.maintx blockquote
{
	border-left: 10px solid #ddd;
	margin-left: 10px;
}


.phonetxt
{
	font-size: 2.5em;
	margin: .3em 0 0.25em 0;
padding-bottom: 0.25em;
	background: url(images/lineLrg.png) no-repeat center bottom;
text-align: center;
font-family: garamond, times, serif;
color: white;
font-weight: bold;
}

.addrs
{
	font-size: 1.18em;
margin: 0;
	background: url(images/lineSml.png) no-repeat center bottom;
	font-weight: bold;
padding-bottom: 0.25em;
}

.hours
{
	font-size: 1.15em;
	background: url(images/lineMed.png) no-repeat center bottom;
	margin: .5em 0 0.25em 0;
	padding-bottom: .25em;

}
strong, b
{
	/* explicit setting for these */
	font-weight: bold;
}

em, i
{
	/* explicit setting for these */
	font-style: italic;
}

table.rates
{
	border: 0;
	width: 70%;
	margin: 0 auto;
}

*html table.rates { width: 96%; }

.rates th
{
	background-color: #400E0A;
	/* or lighter a82113 */
	color: #fff;
	padding: 4px;
	font-size: 1.2em;
	font-weight: normal;
}

.rates td
{
	background-color: #1C1E1D;
	color: #BBBBBB;
	padding: 4px;
	text-align: left;
}

td.small { font-size: 94%; }

.large
{
	font-size: 110%;
	font-weight: bold;
	color: white;
}

div#tipDiv
{
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: #61130F;
	border: 1px solid #BBBBBB;
	width: 200px;
	padding: 4px;
	color: #E8E8E8;
	font-size: 1.0em;
	line-height: 1.2;
}

table.rates a:link, table.rates a:visited
{
	color: #BBBBBB;
	text-decoration: underline;
	font-size: inherit;
}

table.rates a:hover { text-decoration: none; }

table.mail
{
	border: 0;
	text-align: left;
	width: 52%;
	float: left;
}

td.labelcell
{
	font-size: 0.96em;
	color: #BBBBBB;
	background-color: #1C1E1D;
	padding: 3px;
	border-bottom: 1px solid black;
	width: 28%;
}

td.fieldcell
{
	font-size: 0.96em;
	color: white;
	padding: 3px;
}

input, textarea, select
{
	background-color: #000;
	color: #ffffff;
	border: 1px solid #7a2012;
	font-size: inherit;
	font-family: inherit;
}

select option
{
	background-color: #2f302f;
	color: white;
	border-bottom: 1px dotted black;
}

.button
{
	background-color: #61130F;
	color: white;
	border: 1px solid #400E0A;
	padding: 3px;
	cursor: hand;
width: auto;
}

div.thanks
{
	width: 52%;
	float: left;
}

div#map
{
width: 280px;	
float: right;
	margin: 0;
	padding: 0;
}

table.suppliers
{
	border-collapse: collapse;
	margin: 10px auto;
}

.suppliers td
{
	padding: 10px;
	border: 1px solid #000;
}

.suppliers img a { border: 0; }

#video, #pano
{
width: 480px;
height: 376px;
visibility: visible;
margin: 0 auto;
}
.liquidate
{
clear: both;
margin: 1em 0;
padding: 0.5em;
}
.item { text-transform: uppercase; }
/* END TEXT */
/* LISTS */
div#main ul,
div#main ol,
div#main dl
{
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li { margin: 0 0 0.25em 3em; }

div#dl dt
{
	font-weight: bold;
	margin: 0 0 0.25em 3em;
}

div#dl dd { margin: 0 0 0 3em; }

/* END LISTS */

/* End of 'DC Stylesheet' */

