@charset "utf-8";
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
}
/*neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}
/*General Styles */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #330000;
	background-image: url(../images/perk_bckgrnd.jpg);
}
.twoColFixLtHdr #container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #660000;
}

/* ----------------Layout Generic Styles-----------*/
.twoColFixLtHdr #container {
	background-color: #996600;
	width: 900px;
	margin: 0 auto;
	border: 1px solid #300;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0 0 0 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	background: #FFF;
	padding: 10px 10px 15px 10px;
	margin-top: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background-color: #CC9900;
	padding: 0.5em;
}
#sidebar1 p {
	font-size: 0.85em;
	line-height: 1.2;
}
#mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.6;
	padding-right: 1.6em;
	padding-left: 1.6em;
	color: #330000;
	margin-top: .5em;
}

#navigation {
	background-color: #330000;
	padding: 0 auto;
	
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 2px 20px;
	background-color: #FFF;
	font-size: 1em;
	letter-spacing: 0.1em;
} 
/*mainContent table styles start here.*/
#mainContent table#coffeeshop{
	width:600px;
	margin:0 auto;
	background-color:#FFFFCC;
	border: 1px solid #CC0000;
	border-collapse: collapse;
}
#mainContent #coffeeshop thead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #330000;
	border: 1px solid #CC0000;
	border-collapse: collapse;
	}
#mainContent #coffeeshop tbody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .625em;
	color:#330000;
	text-align: left;
	}
#mainContent #coffeeshop caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #663300;
	text-align: left;
	padding-bottom: .5em;
	}
#mainContent #coffeeshop th {
	background: #C90;
	height: .86em;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	bottom-padding: .25em;
	border: 1px solid #C00;
	border-collapse: collapse;
	 }
#mainContent #coffeeshop td {
	padding: .5em .5em;
	border: 1px solid #C00;
}
#mainContent #coffeeshop td.location {
	text-align: center;
	font-weight: bold;
	}

#mainContent #coffeeshop tr.odd {
	background: #FFFF66;
	}
/* --------End of Coffeeshop Table Styles-----------*/
#mainContent1col {
	margin: 20px auto;
	padding: 10px;
	width: 850px;
	background-color: #FFF;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
	list-style-type: none;
	top: 10px;
	right: 10px;
}
#mainContent1col img {
	float: left;
}

#mainContent1col ul {
	margin: 0;
	padding: 0 0 0 75px;
	list-style: none;
}
#mainContent1col ul li {
	margin: 0 0 0 10px;
	background-image: url(../images/coffee-cup-bllt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
}
/*#col1tbl table styles start here.*/
#mainContent1col table#col1Tbl{
	width: 750px;
	margin: 0 auto;
	background: #FFFFCC;
	border: 1px solid #CC0000;
	border-collapse: collapse;
	vertical-align: top;
}
#mainContent1col #col1Tbl thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #330000;
	border: 1px solid #CC0000;
	border-collapse: collapse;
	}
#mainContent1col #col1Tbl tbody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .625em;
	color:#330000;
	text-align: left;
	}
#mainContent1col #col1Tbl caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #663300;
	text-align: left;
	padding-bottom: .5em;
	}
#mainContent1col #col1Tbl th {
	background: #C90;
	height: .86em;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	bottom-padding: .25em;
	border: 1px solid #C00;
	border-collapse: collapse;
	 }
#mainContent1col #col1Tbl td {
	padding: .5em .5em;
	border: 1px solid #C00;
	vertical-align: top;
}
/* --------End of #col1tbl Table Styles-----------*/
.twoColFixLtHdr #footer {
	padding: 5px 10px 5px 10px;
	margin: 10px;
	background-image: url(../images/footer_bckgrnd.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	font-size: 0.7em;
	letter-spacing: .2em;
	color: #330000;
	text-align: center;
	line-height: 1em;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tblCaptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 20px;
	background-color: #FFCC33;
}
.tblContent {
	padding: 5px;
	top: auto;
}
.location {
	font-weight: bold;
	color: #990000;
	font-size: 1.2em;
	background: #FFFF99;
}
.top {
	vertical-align: top;
}

	
a:link {
	color: #CC3300;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #660000;
}
a:active {
	color: #660000;
}
.imgLeft {
	background-color: #330000;
	padding: 5px;
	margin: 5px;
	border: 1px solid #CC9900;
}
.margin {
	margin: 5px;
}

