
@charset "UTF-8";
/* CSS Document */

/*
colors: 
663300 brown 
ffe6f0 pink

header background

950 x 80

navigation font - trebuchet MS
size 30pt

sign-up background
226 x 93

store hours background
522 x 93

footer bar
950 x 7

*/

/* begin normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* end normalize */

body {
 font-family:'Trebuchet MS', 'lucida sans',  Helvetica, Arial, Sans-Serif;
 font-size: 62.5%;
 text-align: left;
 color: #630;
}
#container {
	position: relative;
	width: 950px;
	height: auto;
	min-height: 612px;
	max-height: 2600px;		
	margin: 20px 0 0 0;
	padding: 2px;
	background: #fff;
}


#header {
	width: 950px;
	height: 77px;
	background-color: #630;
}

#header img {
	margin: 10px 0 0 20px;
}

/* begin sidebar */

#sidebar {
	float: left;
	width: 317px;
	margin: 20px;
}

#sidebar ul {
	font-size: 3.0em;
	color: #630; 
	line-height: 1.575em;
	
}
#sidebar #sign-up {
	width: 226px;
	background-color: #ffe6f0;
	font-size: 1.2em;
	color: #630;
}
#sidebar #sign-up a:link {
	text-decoration: underline;
}
#sidebar p {
	font-size: 1.2em;
	padding-top: 10px;
}

#sidebar #sign-up p {
	padding: 10px;
}

#sidebar a:link, a:visited {
	color: #630;
	text-decoration: none;
}

#sidebar a:hover {
	color: #ffe6f0;
	text-decoration: none;
}

/* end sidebar */

/* begin content */

#content {
	float: right;
	width: 583px;
	margin-top: 20px;
	
}

#content #dashedBorder {
	width: 522px;
	padding-top: 5px;
	border-top: dashed #630 thin;
	border-bottom: dashed #630 thin;
}

#content .mainImages {
	margin: 0 2px 5px 0;
}

#content .mainImages2 {
	margin: 0 0 5px 0;
}

#content #copyArea {
	background-color: #ffe6f0;
	width: 502px;
	height: auto;
	margin-top: 20px;
	padding: 10px;
}

#content #copyArea h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #630;
	padding-bottom: 5px;
}

#content #copyArea h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #630;
}

#content #copyArea p {
	font-size: 1.2em; 
	line-height: 1.4em;
	color: #630;	
}

#content #copyArea .dashedBorder {
	width: 482px;
	border-bottom: dashed #630 thin;
}

#content #copyArea .col {
	float: left;
	width: 150px;
	padding-right: 10px;
}

#content #copyArea .paddingBottom {
	padding-bottom: 10px;
}

#content #copyArea ul {
	padding: 10px;
}

#content #copyArea li {
	font-size: 1.2em;
	list-style: disc;
	list-style-position: inside;
	
}

#content #copyArea .directions {
	list-style: none;
}

#content #copyArea .publication1 {
	font-style: italic;

}

#content #copyArea .publication {
	font-style: italic;
	padding-top: 10px;

}

#content #copyArea p a:link, a:visited {
	color: #630;
	text-decoration: underline;
}

#content #copyArea p a:hover {
	color: #fff;
}

#content #copyArea li a:link, a:visited {
	color: #630;
	text-decoration: underline;
}

#content #copyArea li a:hover {
	color: #fff;
}

/* end content */

.clearFloat {
	clear: both;
}

.clearLeft {
	clear: left;
}

#footer {
	width: 950px;
	height: 7px;
	background-color: #630;
}


