




/* CSS - plum.ca */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	/* border-collapse:collapse; 11/5/2009 */
	border-collapse: separate;
	border-spacing:0;
}
fieldset, img { 
	border:0;
}
address, caption, cite, code, dfn, em, th,var {
	font-style:normal;
	font-weight:normal;
}


caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/* // CSS Reset */


html, body  {
	margin:0px;	
	height: 100%;	
	
}


body, textarea, input, select, td, p, a, a:active, a:hover, a:visited, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
}


body {	color: black; 
		background: white url(/img/plum-conversation.jpg); 
		background-repeat: repeat;
		font-size:10pt; 
		text-align: justify; 
		line-height: 130%;}

input {
	padding: 2px;
}


ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ol, ul, li {
	margin-left: 15px;
}

strong {
	font-weight: bold;
	font-style:normal;
}

em { 
	font-style:italic;
}

a, a:active, a:hover, a:visited {
	color: #4516b7; text-decoration: none; 
	font-size:10pt; 
}

a:active	{color: #404040;}
a:hover		{color: #C0C0C0;}

textarea, input, select {font-size:10pt;}

td {
	font-size:10pt; text-align:left; 
}

p {
	font-size:10pt; 
	line-height: 140%; 
	margin-top:4px; margin-bottom:16px;
	text-align: justify;
}

/* for footers and stuff */
.smaller, .smaller a, .smaller p {
	font-size: 8pt; 
}

.light, .light a, .light p {
	color: darkgray;
}

.lightgray, .lightgray a {color: #666666;}
.gray	{color: gray;}
.orange {color:orange;}
.purple {color:#673F9E;}


.thin {
	border: 1px solid #DAE0E6;
}


.pad5 { padding: 5px;} 

.inline { display: inline;}


.user_msg {
	font-size: 13pt; color: red;
	padding:10px;
	margin: 10px;
	border: 1px solid lightgrey;
	background-color: #c1ecfa;
}


.note_blue {
	font-size: 11pt; 
	color: black;
	padding:10px;
	border: 1px solid lightgrey;
	background-color: #c1ecfa;
	text-align:center;	
	line-height:140%;
	
}

.note_blue a {
	font-size: 11pt; 
}


	.r, .r p { text-align:right; }
	.l, .l p { text-align:left; }
	.c, .c p { text-align:center;}
	.j, .j p { text-align:justify;}



.hanging-indent { 
	text-indent: -25px;
	padding-left: 25px; 
}


li, ol	{ margin-top:4px; margin-bottom:4px; line-height:140%}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	clear: none;
	display:block;
	font-weight:normal; 
}

h1, h1.h1sifr {
	font-size: 25px;
	line-height: 30px;
}

h1.h1sifr {
	margin-left:20px;  
}

h2, h2.h2sifr { 
	font-size: 23px;
	line-height: 27px;
}

h2.h2sifrgreen { 
	font-size: 23px;
	line-height: 27px;
}


h3 { 
	font-size:14pt; line-height: 110%; margin-bottom:8px; margin-top:5px; 
}

h3.h3sifrgreen { 
	font-size: 19px;
	line-height: 23px;
	font-family: Arial;
}

h3.h3sifr { 
	font-size: 19px;
	line-height: 23px;
	font-family: Arial;
}

.bold2sifr { 
	font-size: 18px;
}

div.greyLine { width:1px; height: 90%; background-color: #efefef; border: 0px;}

.tdborder	{border: 1px solid #000000; }





.linkBox {
	border: 1px solid #dddddd;
	padding: 3px;
}

.linkBox > a, .linkBox div > a {
	font-size:8pt;
	color:royalblue;
}

.linkBox > a > img, .linkBox div > a > img {
	margin-right:5px;
	vertical-align:middle;
}







.tableGrey {
	border: 1px solid #dddddd;
	border-collapse: collapse;
}

.tableGrey td, .tableGrey th {
	border: 1px solid #dddddd;
	padding: 3px;
}


.tablePad5 td {
	padding: 5px;
}


.tableData {
	border: 1px solid darkgrey;
}
.tableData td, .tableData th {
	vertical-align:text-top;
	padding: 3px;
}
.tableData th {
	font-weight:bold;
	font-size:9pt;
	border-bottom: 1px solid black;
	vertical-align:text-top;
	background-color: #efdfbd;
}



table.grid {
	border: 1px solid #dddddd;
	border-collapse: collapse;
}

table.grid td, table.grid th, td.grid {
	border: 1px solid #dddddd;
	margin: 2px;
}











#logoDiv {
	z-index:100;
	
	position:relative;
	width:1050px; 
	margin-top: 5px;
	margin-left: auto; margin-right:auto;

}

#marginDiv {
	z-index:50;
	width:982px;
	margin-left: auto; margin-right:auto;
	margin-bottom: 30px;
}

#outerDiv {
	z-index:50;
	position:absolute;

	width:982px; 
	margin-top: -29px;
	*margin-top: 0px; 
	
	
	background: url(/img/layout-grey-at-100.png); 
	background-repeat: repeat-y;
}


#leftDiv {
	float:left;

	width:100px; margin:0px; 
	background-color:#ffffff; 

	border-top: 1px solid #aaaaaa; 
	border-bottom: 1px solid #aaaaaa; 
	border-left: 1px solid #aaaaaa; 

	position:absolute;
	
}

#rightDiv { 
	float:right;
	width: 880px; margin:0px; background-color:#ffffff; 
	min-height: 500px; 

	border-top: 1px solid #aaaaaa; 
	border-bottom: 1px solid #aaaaaa; 
	border-right: 1px solid #aaaaaa; 

	
}




	

/* nav links */
.topNav {
	margin:0px; color:white; 
	font-family: Verdana, Arial, Helvetica, sans-serif ; font-size:12px; 
	text-align:right; 
}

#navEnews { margin-top: 165px; margin-left: auto; margin-right:auto; left: 0px; position: relative; }


#navHead a, #navHead a:active, #navHead a:hover, #navHead a:visited {
	margin: 10px; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	font-size:10pt;
}
#navHead a:hover {
	color: #4516b7; text-decoration: underline;
}

#navFoot { margin-top: 5px; margin-bottom: 5px; }

#navFoot a, #navFoot a:active, #navFoot a:hover, #navFoot a:visited {
	margin: 10px; color:black; 
	font-family: Verdana, Arial, Helvetica, sans-serif ; font-size:10pt;
}
#navFoot a:hover {
	color:#4516b7; text-decoration: underline;
}


#navFootnote { 
	margin-top: 5px; margin-bottom: 5px;
	margin-left:10px;
}
#navFootnote a { 
	margin: 3px; color: darkgray; 
	font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 9pt; 
}


#contentTop	{border:0px; border-color:#ffffff; background-color:#ffffff;}


#contentSpacer {
	width: 100px; 
}


#contentContent {
	padding: 5px; 
}


#contentDiv {
	margin-left: 10px; 
	margin-right: 10px;
	margin-top: 10px; 

	
	min-height:350px;
	height:auto !important;
	height:350px;
}

/* contentDiv with less whitespace. */
#contentDivWide {
	margin-left: 50px;

	
	min-height:350px;
	height:auto !important;
	height:350px;
}

/* for nav links inside the content area (webstore) */
.contentNav {
	display:block;
	float:left;
	border: 1px solid lightgrey;
	width:auto; 
	padding:5px;
}





div.iButton{
	vertical-align: middle;
	color: black;
	border: 1px solid #cac3cc;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	background-color: white; /* #dfecff */
	display: block; 
	text-decoration: none;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	margin-left: 4px; margin-right:4px; 
}
div.iButton:hover{
	color: #c53ef1;
	font-weight: normal;
	background-color: #f8f8f8;
	text-decoration: none;
}
div.iButton > img{
	vertical-align: middle;
	border: none;
	padding: 2px 5px 2px 2px;
}
div.iButton > div.iButtonText {
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	display: inline;
	text-align: left;
}
div.iButtonActive{ /* stack w/iButton class */
	background-color: #D9C8DD;
}



span.iButton{
	vertical-align: middle;
	color: black;
	border: 1px solid #cac3cc;
	border-bottom: 2px solid #777777;
	border-right: 2px solid #777777;
	background-color: white; /* #dfecff */
	padding: 3px 5px 6px 2px; /* was 5,10,7,5 */
	margin-right:5px;
	display-block;

	text-decoration: none;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
}
span.iButton:hover{
	color: #c53ef1;
	font-weight: normal;
	background-color: #f8f8f8;
	text-decoration: none;
}
span.iButton > img{
	vertical-align: middle;
	border: none;
	padding: 2px 5px 2px 2px;
}
span.iButton > span.iButtonText {
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	display: inline;
	text-align: left;
}
span.iButtonActive{
	background-color: #D9C8DD;
}




	.button {
		font-size:12px; 
		background: #eeeeee; 
		border-bottom: 1px solid #808080;	border-right: 1px solid #808080;
		border-left: 1px solid #808080;		border-top:1px solid #808080;
		color:#000000;
		height:19px; 
		text-decoration:none; 
		cursor: pointer;
	}


	.paging {
		
	}
	.paging a {
		font-size:12px; 
		padding:5px;
		background: #eeeeee; 
		border-bottom: 1px solid #808080;	border-right: 1px solid #808080;
		border-left: 1px solid #808080;		border-top:1px solid #808080;
		color:#000000;
		height:19px; 
		text-decoration:none; 
		cursor: pointer;
		line-height: 30px; 
	}

	.paging .active {
		color: red;
		font-weight:normal;
		font-size: 18px;
	}




#locationTextContainer {
	margin-left: 30px;
	margin-right: 30px;
}
#locationTextName h2#locationTextName {
	margin: 4px;
	margin-top: 20px;
	position:relative;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12pt;
}
#locationTextAddress {	
	margin: 4px;
	margin-top: 20px;
	line-height: 16px;}
#locationTextHours {
	margin: 4px;
	margin-top: 20px;}
#locationHoursNote, #locationNote {
	margin: 4px;
	margin-top: 8px;
	line-height: 16px;}
#locationMap {
	margin-bottom: 40px;
}

#locationCurrent{
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid grey;
	text-decoration: none;
	font-size: 12pt;
	color: #102587;
	font-weight: normal;
}

/* location button code - based on: http://www.projectseven.com/tutorials/css/uberlinks/ */
.locationButtonsContainer {
	margin-top: 5px;
	margin-left: 10px;
	width: 165px;
}

.locationButtons a, .locationButtons a:hover, .locationButtons a:visited{
	color: black;
	padding: 2px;
	padding-left: 3px;
	font: 15px Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-color: grey black black grey;
	display: block;
	margin: 0px;
	margin-top: 5px;
	width: 100%;
	text-align: left;
}

.locationButtons a:hover {
	color: royalblue;
	text-decoration: underline;
}


/* manage overflow of some pages */

div.emp_jobposting {
    width: 700px;
    overflow: auto;
}

div.news_posting {
    
	width: 860px; 
    overflow: auto;
}
div.enews_posting  img {
	display: block; /* fixes whitespace issues in HTML Strict mode */
}

div.dreamContainer{
	background: transparent url(/img/quotemark-left.jpg) left top no-repeat;
	float:left; 
	margin-left: 15px;
}

div.dreamText{
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 40px;
	background: transparent url(/img/quotemark-right.jpg) right bottom no-repeat; 
	width: 190px; 	/* overridden in html */
	min-height: 30px;
	line-height: 140%;
	text-align: left;
}


div.quoteContainer{
	background: transparent url(/img/quotemark-left-25w.jpg) left top no-repeat;
	float:left; 
	margin-left: 15px;
}

div.quoteText{
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	background: transparent url(/img/quotemark-right-25w.jpg) right bottom no-repeat; 
	width: 190px; 
	min-height: 15px;
	line-height: 140%;
	text-align: left;
}



	table#storeCartTable		{ border-spacing:3px;}
	table#storeRegisterTable	{ vertical-align:top;}
	td tr.td_white { background-color: white; vertical-align:top; }



	.invDept	{	color:#32371E; font-weight:600; font-size:11pt; margin-top:16px; margin-bottom:6px;}
	.merchName	{	color:#656E3C; font-weight:600; font-size:10pt; vertical-align:middle; margin-bottom:4px;}

	img.imgSale {border:1px solid red;}
	img.imgNew	{border:1px solid #2b92ec;}
	img.imgNorm {border:1px solid gray;}

	img.padded {border:0px; margin: 10px;}




body.private { 
	font-size:9pt;
	background:white;
}


body.private td{
	padding: 2px;
}


.sidenavtitle { 
	font-weight: normal;
	color: #006699;
}


#priv_menu a {
	font-size: 9pt;
	color: black;
	text-align: left;
	line-height:110%;
}


.pagehead {  
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #4682B4;
	text-decoration: none;
}



	body#fb_tab{
	 background: none;
	 width: 740px;
	}

	#fb_tab>#outerDiv{
	 width: 100%;
	 margin-top: 0px; 
	 margin-left: 0px; 
	 margin-right: 0px;
	 margin-bottom: 0px;
	}

	/* no apparent effect? */
	#fb_tab>#contentDiv {
	 margin: 0px 0px 0px 0px;
	}

	#fb_tab #rightDiv { 
	 width: 100%;
	 margin:0px; 
	 border:none;
	}




	body#emb{
		background: none;
		/* width: 500px; */
		margin:0px;
	}

	#emb #contentDiv{
		margin:0px;
	}

	#emb .news_posting {
		/* width: 500px; */
		width:auto;
	}

	#emb #welcome {display:none;} 



