/* meprint.css  is the CSS for print media, Meli */

HTML {	margin-bottom:5px;	/* lifts stuff off bottom of page */
	}
body {font-family: Courier, 'Times New Roman', TimesNR, serif; 
	  font-style: normal ;
	  font-size: 10pt ;
	  color: black ;
	background-color: #FFF; 
}

#centeredcontainer { width: 100%; margin: auto; }

h1, h2	{ padding: 2px 3px ; margin-top: 5px; display: inline ;
		font-family: verdana, arial, helvetica, sans-serif ;
		}

h1	{  font-size: 14pt; background-color: #FFF ; color: #000; margin-top: 2em;
	}
h2	{  font-size: 12pt; background-color: #FFF ; color: #000
	}

h1, h2 { margin-left: 8px ; clear: left ;}
p {margin: 7px 8px ; }

.noprint { display: none; }
.printshow { font-size: 10pt ; color: #000; background-color: #FFF ;}

#footer {text-align: center; font-size: 10pt ;
		 background-color: #FFF; color: #000 ;
		 padding: 2px 0 ;
	}
#footer a { display: none; }
#chessman { font-size: 10pt ;}

#banner { width: 100%; background-color: #FFF ; color: #000 ;
	 border-bottom: 5px solid #000 ;  border-top: 2px solid #000 ;}

#logoimg {display: none ; }
#printlogo {display: inline; color: #000 ;  background-color: #FFF ;
			font-family: verdana, arial, helvetica, sans-serif ;
			font-size: 18pt ; font-weight: bold; margin-left: 20px; }

#topaddr { color: #000 ;  background-color: #FFF ; font-size: 11pt ;
	 text-align: right ; padding: 8px 20px 8px 0; line-height:18px ;
		 }

#content {
	width: 99% ;
	background-color: #FFF ;	/* white content background */
	color : #000 ;				/* black text */
	margin: 20px 0 10px 0 ;
	text-align: left;
	padding: 1px 5px ;
	border-top: 1px solid #000 ; 	border-bottom: 1px solid #000 ;
}


.screenonly { display: none ; }

a {text-decoration: none;}

#navlist ul{ display: none; }
#navlist li { display: none; }
#navlist a { display: none;	}
#secondnav1 { display: none;}

/* ******* Lower Navigation at bottom of web page******* */

#lowernav { display: none;	}
#lowercurrent {		display: none;		}
a.lowlink {	display: none;	}
#emph { display: none;	}

/* ******* end Navigation ******* */


/* Thumbs at right on shop_space pages */

#sepbar	{ width: 0 ;  float: left ; background-color: #FFF ; color:#FEE; }
#thumbstack	{ width: 10px ; margin: 0 ;			/* reduced width */
			  float: right ; clear: none ;
}
#thumbstack img	{ display: none ; }
.compress	{ display: none ; }

/* Backgrounds on shop_space pages */

#area305 { width: 570px ; margin: 0 ; padding: 100px 7px 5px 7px ; 	/* commerce 305 backgnd */
			float: left ; clear: none ;
			color: #000 ; /* black text */
			background-color: #FFF ;
}

#empire { width: 570px ; margin: 0 ; padding: 50px 7px 5px 7px ; 	/* empire blvd backgnd */
			float: left ; clear: none ;
			color: #000 ; /* black text */
			background-color: #FFF ;
}


/* ******* General positioning ******* */

div.anch	{	display: none;		}

.center {text-align: center;}
img.left	{ display: none;	 }
img.right	{ display: none;	 }

/* ******* end Positioning ******* */

#pixs4 img { display: none; }


ul.thin { margin: 0 0 1px 30px; }
li.dot { list-style-position: outside ; list-style-type: circle ; padding-bottom: 2px ; }

/* ****** Contact form ****** */

.officeinfo { margin: 5px 8px 5px 190px ;			/* office contact text */
			  background-color: #FFF ; color: #000;
			  width: 300px ;	
			  border-style: solid ; border-color: #222; border-width: 1px;
			  padding: 5px ;
			}

select,textarea { border-color: #450 ; border-style: solid ; border-width: 1px; } /* for dropdown in form */

.grnedge { border-color: #450 ; border-style: inset ; border-width: 1px;
			margin-left: 2px ; margin-right: 2px ;}					/* edges of checkboxes */
.grnradio {	border-width: 0px ; color: #050 ;
			background-color: inherit ; }
.grnbutton {border-color: #090 #030 #030 #090 ; border-style: solid ; border-width: 2px;
			color: black ; background-color: #8C6 ; }			/* SUBMIT button of form */

/* ******* end Contact form ******* */

