/*---------------------------------------------------------------------
Tags - Page defaults

Blue background: #0000FF
Gold text: #FFCC33

*/
body, h1, h2, h3, h4, p, th, td, input, a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body, table {
	font-size : 12px;
	border : none;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color : Black;
	text-align: left;
}
table {
}
tr {
	text-align: left;
	vertical-align: top;
}
th {
}
td {
}
img {
	border: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1.6em;
	font-weight: bold;
	color : #FFCC33;
	background: #0000FF;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-decoration : none;
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 0px 6px;
	/* background-image: url(images/olivefade.jpg); */
	/* background-repeat: repeat-x; */
	/*border-top: 4px solid #666633;
	border-right: 1px dotted #666633;
	border-left: 1px dotted #666633; 
	border-bottom: 4px solid #666633; */
	/* font-variant : small-caps; */
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	color: black;
	font-style: none;
	text-decoration: underline;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	margin: 1em 0 0 0;
	font-style: italic;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: gray;
}
p {
	margin: .8em 0 0 0;
	line-height: 1.4em;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}

/*
IDs ---------------------------------------------------
*/
#page {
	width: 780px;
	background: #0000FF;
	margin: auto;
	border: 1px solid black;
}
#header {
	color: white;
	text-align: left;
}
#logo img {
	border: 1px solid black; 
	margin: 5px;
}
#headpics img {
	border: 1px solid black;
	margin: 5px 9px;
}
#body {
	/* this border overcomes a Mozilla bug - the side float interjects some weird margin 
	unless we put a border on the body (same color as background) */
	border: 1px solid #0000FF;
}
#side {
	float: right;
	width: 190px;	/* change #content left margin to accommodate this */
	font-weight: bold;
	font-size: .8em;
	letter-spacing: 0px;
	margin: 0px 0px 20px 0px;
	padding: 5px;
}
#side a, #side a:active, #side a:focus, #side a:link, #side a:visited {
	color: #FFCC33;
}
#side, #side p, #side h1, #side h2, #side h3, #side h4 {
	color: white;
}
#side h2 {
	text-decoration: none;
}
#side h3 {
	font-size: 1.1em;
	margin-bottom: .5em;
}
#links {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#links a, #links a:active, #links a:focus, #links a:link, #links a:visited {
	color: #FFCC33;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 1em;
}
#links a:HOVER {
	text-decoration: none;
	color: white;
}
#links div {
	border-top: 1px solid gray;
}
#links .reddot, #links .orangedot, #links .yellowdot, #links .greendot, #links .purpledot,
#links .whitedot, #links .cyandot, #links .blackdot, 
#links .redsplat, #links .orangesplat, #links .yellowsplat, #links .greensplat, #links .purplesplat,
#links .whitesplat, #links .cyansplat, #links .blacksplat {
	background-repeat: no-repeat;
	padding: 5px 0px 7px 34px;
}
#links .reddot {
	background-image: url(/graphics/bulletreddot.gif);
}
#links .orangedot {
	background-image: url(/graphics/bulletorangedot.gif);
}
#links .yellowdot {
	background-image: url(/graphics/bulletyellowdot.gif);
}
#links .greendot {
	background-image: url(/graphics/bulletgreendot.gif);
}
#links .purpledot {
	background-image: url(/graphics/bulletpurpledot.gif);
}
#links .whitedot {
	background-image: url(/graphics/bulletwhitedot.gif);
}
#links .cyandot {
	background-image: url(/graphics/bulletcyandot.gif);
}
#links .blackdot {
	background-image: url(/graphics/bulletblackdot.gif);
}
#links .redsplat {
	background-image: url(/graphics/bulletredsplat.gif);
}
#links .orangesplat {
	background-image: url(/graphics/bulletorangesplat.gif);
}
#links .yellowsplat {
	background-image: url(/graphics/bulletyellowsplat.gif);
}
#links .greensplat {
	background-image: url(/graphics/bulletgreensplat.gif);
}
#links .purplesplat {
	background-image: url(/graphics/bulletpurplesplat.gif);
}
#links .whitesplat {
	background-image: url(/graphics/bulletwhitesplat.gif);
}
#links .cyansplat {
	background-image: url(/graphics/bulletcyansplat.gif);
}
#links .blacksplat {
	background-image: url(/graphics/bulletblacksplat.gif);
}
#content {
	width: 540px;		/* width needed or IE will push some content below the sidebar float */
	margin: 0px 0px 10px 5px;	/* no right margin if width is used */
	padding: 10px;
	border: none;
	background: white;
	border: 1px solid black;
}

#photos {
	text-align: center;
}
#photos img {
}
#photos th, #photos td {
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
	font-size: .8em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #0000FF;
	background: white;
	border-top: 4px solid #FFCC33;
}
#footcopyright {
	float: left;	
}
#foothosting {
	text-align: right;
}


/*
Classes ------------------------------------------------
*/
.autofile a, .autofile a:active, .autofile a:focus, .autofile a:link, .autofile a:visited {
	line-height: 1.5em;
	text-decoration: none;
}
.autofile a:HOVER {
	color: black;
	border-bottom: 2px dotted #0000FF;
}

.contentblock {
	color: black;
	text-align: left;
	text-decoration : none;
	/*border-right: 1px dotted #666633;
	border-left: 1px dotted #666633; */
	background-image: url(/images/backfade.jpg);
	background-repeat: repeat-y;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
}
.contentblock ul li { 
	line-height: 1.2em; 
	margin: 0px 0px 0px -20px;
}

/* Group of paragraphs forming a flow of information - change first letter */
.parablock p:first-letter { 
	font-size: 1.3em; 
	font-weight: bold; 
	font-family: "Times New Roman", Times, serif;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-right: 2px;	/* doesn't work in Mozilla, but does in IE */
	padding: 2px 4px;
	background: #EEEEEE;
	color: blue;
}
.parablock p {
	padding: 5px 10px;
}

.usaddr h2 {}
.usaddr p {font-size: 1.2em;}
.usaddr {text-align: center; margin: 20px 20px;}


/* For Ink Listing (product) pages */
.inklogo { 
	float: right; 
	margin: 0;
	padding: 0;
}

.inklist {
	padding-top: 10px;
}
.inklist ul {
	padding-left: 0;
	margin: 0;
}
.inklist li {
	font-size: 1.0em;
	line-height: 1.4em;
	list-style-type: dot;
	list-style-position: inside;
	white-space: normal;
}















/* Old autofile classes for PDF links */
.autofile {
	
}
.afpar {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	color: #CC3333; 
}
.affile a {
	font-size: 1.2em;
	padding-left: 10px;
	margin-left: 20px;
}
.affile a:hover {
	background: url(/graphics/reqfield.gif) no-repeat;
}
