/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* @group Structure */

body, html {
	background: #4e4541 url(../deadtree-images/deadtree-bg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Verdana, Helvetica, Swiss, sans-serif;
}

#masthead {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 60px;
	float: left;
	clear: both;
}

#slideshow {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 300px;
	float: left;
	clear: both;
}

#mainphoto {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 213px;
	float: left;
	clear: both;
}

#nav {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 960px;
	height: 60px;
	float: left;
	clear: both;
}


.content {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	clear: both;
}

#feature {
	padding: 0px 0px 20px 0px;
	float: left;
	clear: both;
}

#feature img.feature1 {
	margin-left: 5px;
}

#feature img.feature3 {
	margin-left: -5px;
}

#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	width: 960px;
	text-align: left;
	clear:both;
	background: #f1e3c5 url(../deadtree-images/footer-top.gif) repeat-x center top;
}

.postcards {
	height: 350px;
}

.thumbnails ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.thumbnails li {
    float: left;
    margin-right: 20px;
    width: 150px;
}

.thumbnails a:link, .thumbnails a:visited, .thumbnails a:hover {
    font-size: 12px;
}

.first {
	padding-left: 10px;
}

.last {
	margin-right: 0px;
}

.thumbnails img {
	float: left;
}

.clearl {
	clear: left;
}

/* @end */

/* @group Typography */

.content h1, .content h2, .content h3 {
	color: #663300;
	font-family: Arial, Verdana, Helvetica, Swiss, sans-serif;
	padding: 10px 20px 10px 10px;
}

.content h1 {
	font-size: 18px;
}

.content h2 {
	font-size: 16px;
}

.content h3 {
	font-size: 14px;
}

.content p {
	color: #000000;
	font: normal 14px/20px Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px 10px 10px;
}

.content p:first-child {
	font-size: 16px;
	line-height: 22px;
}

.content h2 + p {
	padding-top: 0px;
}

.content h3 + p {
	padding-top: 0px;
}

.content p + p {
	padding-top: 5px;
}

.content p.caption {
	color: #222222;
	font: 12px/18px Arial, Verdana, Helvetica, Swiss, sans-serif;
}

.content ul, .content li, .content ol {
	color: #004433;
	font: normal 16px/22px Georgia, "Times New Roman", Times, serif;
}

.content hr {
	border: none 0;
	border-top: 1px solid #004433;
	float: left;
	clear: both;
	width: 95%;
	height: 1px;
	margin: 5px 0px 10px 10px;
	padding: 0px;
	/* left align in IE, Opera */
	text-align: left;
}

hr.xpad {
	border: none 0;
	border-top: 1px solid #004433;	
	width: 920px;
	height: 1px;
	margin: 15px 0px 15px 20px;
	padding: 0px;
	/* left align in IE, Opera */
	text-align: left;
}

#footer p {
	color: #222222;
	font: 12px/18px Arial, Verdana, Helvetica, Swiss, sans-serif;
	padding-top: 20px;
	
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 10px 10px 15px 25px;
}

ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 5px 5px;
}

li {
	padding: 3px 0px;
}

.sml {
	color: #000000;
	font: normal 10px/12px Verdana, Arial, Helvetica, Swiss, sans-serif;
	padding: 10px 20px 10px 20px;
}

.ovrstrk {text-decoration:line-through;
}

/* @end */

/* @group Links */

a:link {
	color: #004433;
}

a:visited {
	color: #222222;
}

a:hover {
	color: #663300;
}

a:active {
	color: #663300;
}

#footer a:link {
	color: #663300;
}

#footer a:visited {
	color: #222222;
}

#footer a:hover {
	color: #004433;
}

#footer a:active {
	color: #004433;
}



/* @end */

/* @group Backgrounds */

.bg-57 {
	background: url(../deadtree-images/content-bg-57.gif) repeat-y center top;
}

.bg-84 {
	background: url(../deadtree-images/content-bg-84.gif) repeat-y center top;
}

.bg-93 {
	background: url(../deadtree-images/content-bg-93.gif) repeat-y center top;
}

/* @end */

/* @group Elements */

img.mat {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 4px;
}

.icon {
	float: left;
	padding: 0px 15px 0px 0px;
}

.pad-10{
	padding-left: 10px;
}

.pad-20{
	padding-left: 20px;
}

.bak2top {
	font-family: Verdana, Arial, Helvetica, Swiss, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	padding: 4px;
	z-index: 1200
}

.wr_fieldset {
width: 96%; 
margin: 0px 0px 12px 10px;
padding: 0; }

.wr_fieldset fieldset {
border: 1px solid #f1e3c5; }

.wr_fieldset legend {
margin: 0 10px 0 10px;
padding: 0 5px 0 5px;
color: #000000;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif; }

.wr_fieldset_pad {
margin: 0;
padding: 8px; }

table {
	border-collapse: collapse;
}

tr.shaded td {
	background-color: #f1e3c5;
	border-top: 1px solid #d6cbb0;
	border-bottom: 1px solid #d6cbb0;
	
}

.quotebox {
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
}

/* Floating boxes, good for photos with captions or similar */


div.floatl {
  float: left;
  }
  
div.floatl p {
   text-align: left;
   width: 265px;
   }

div.floatr {
  float: right;
  }
  
div.floatr p {
   text-align: center;
   width: 265px;
   }
   
#scrollbox {
width:400px;
height:300px;
overflow: auto
}

/* @end */


/* @group E-comm */

/* Styles for Mal's e-commerce tables currently in most of my Excel TDF masters; probably should revisit these on site-by-site basis */

.ptcol {border-bottom: 1px solid #000; text-align: center; font-size: 11px; font-family: Verdana, Arial, Helvetica, Swiss, sans-serif}

.ptfrm {border-bottom: 1px solid #cccccc; text-align: left; font-size: 11px; font-family: Verdana, Arial, Helvetica, Swiss, sans-serif;}

.pthdr1 .pthdr {font-size: 14px; font-family: Verdana, Arial, Helvetica, Swiss, sans-serif}


/* @end */

/* @group Tables */

/* Applies global padding and paragraph styles to entire table. Normally used for forms or tabular data within the main layout table so you do not need to add paragraph or other styles to each td */

table.frm td {
	padding: 1px; 
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, Swiss, sans-serif;}
	
.tblborder {
	border: 1px solid #000000;
	border-collapse: collapse;
}

	
/* Add following as a table class="cellbkgrnd" for applying table cell backgrounds using tablestyle name="Alt Background By Style w/o formatting */

.cellbkgrnd {background-color: #cccccc;}

/* Adding bkground images to table cells or divs for announcement boxes or similar; commented out below until needed */

/* .bg1 {background: white url(images/divheader.gif) no-repeat top left; width: 236px; padding: 48px 10 10 10; border: 1px solid #548dab; border-collapse: collapse; text-align: left;} */

/* @end */

