/* -------------------------------------------------------------- 
  
   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, em, 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: #591902 url(../leek-images/leek-bg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, Verdana, Swiss, sans-serif;
}

#container {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	overflow: auto;
}

#nav {
	width: 800px;
	margin: 0px;
	z-index: 1500;
	float: left;
}

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

#masthead-sub {
	width: 800px;
	height: 236px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* Logo link thru CSS -- make sure heigh and width match the dimensions of your logo file. Use <a> in masthead div in the HTML file to call up the logo. 

#masthead a {
	background: url(../generic-images/logo.jpg) no-repeat;
	text-indent: -9000px;
	width: 323px;
	height: 75px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}*/

#srch {
    float: right;
    width: 200px;
    padding: 5px 0px 5px 0px;
}

#elevator {
	float: left;
	clear: both;
	margin: 15px 0px 0px 18px;
	width: 760px;
}

.address {
	float: left;
	clear: both;
	margin: 10px 0px 10px 18px;
	padding: 0px 0px 10px 0px;
	width: 760px;
	text-align: center;
	color: #591902;
	border-bottom: 1px solid #591902;
}

#content {
	margin: 0px 0px 18px 18px;
	width: 760px;
	float: left;
	clear: both;
}

#footer {
	position: relative;
	text-align: left;
	clear: both;
	width: 800px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 10px 0px 0px 20px;
	background: #591902 url(../leek-images/leek-footer.gif) no-repeat center top;
}

.clearl {
	clear: left;
}

/* 2-column layout */

.col-305 {
	float: left;
	width: 305px;
}

.col-495 {
	float: left;
	width: 495px;
}


/* 3-column layouts */

.col3-1 {
    float: left;
    width: 253px;
}

.col3-2 {
    float: left;
    width: 506px;
}

.col3-3 {
    float: left;
    width: 760px;
}

/* 4-column layouts */

.col4-1 {
    float: left;
    width: 190px;
}

.col4-2 {
    float: left;
    width: 380px;
}

.col4-3 {
    float: left;
    width: 570px;
}

.col4-4 {
    float: left;
    width: 760px;
    clear: both;
}

/* @end */

/* @group Typography */

#content h1, #content h2, #content h3 {
	color: #261c14;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 20px 10px 20px;
}

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

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

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

#content p {
	color: #261c14;
	font: normal 14px/21px Arial, Helvetica, Verdana, Swiss, sans-serif;
	padding: 10px 20px 10px 20px;
}

#content p + h1 {
	padding-top: 15px;
}

#content h1 + p {
	padding-top: 3px;
}

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

#content hr {
	border: none 0;
	border-top: 1px solid #591902;	
	width: 97%;
	height: 1px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	/* left align in IE, Opera */
	text-align: left;
	clear: both;
}

.backlinks {
	float: left;
	clear:  both;
	font: normal 12px Arial, Helvetica, Verdana, Swiss, sans-serif;
	margin: 8px 0px 0px 18px;
}

.dropcap {
	float:left;
	color:#261c14;
	font-size:96px;
	line-height: 80px;
	padding: 0px 15px 0px 0px;
	margin-top: -18px;
}

#elevator h1 {
	color: #591902;
	padding: 0px 20px 0px 20px;
	font: 18px/26px Georgia, "Times New Roman", Times, serif;
}

#elevator p {
	color: #591902;
	padding: 0px 20px 0px 20px;
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
}

#elevator hr {
	border: none 0;
	border-top: 1px solid #591902;	
	width: 760px;
	height: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	/* left align in IE, Opera */
	text-align: left;
}

#footer p {
	color: #ffffff;
	font: normal 11px/18px Arial, Helvetica, Verdana, Swiss, sans-serif;
	padding: 10px;
}

#content ul, #content ol {
	color: #261c14;
	font: normal 14px/21px Arial, Helvetica, Verdana, Swiss, sans-serif;
	padding: 0px 20px 10px 30px;
}

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

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

li {
	padding-top: 8px;
	padding-left: 3px;
}

.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: #591902;
}

a:visited {
	color: #594936;
}

a:hover {
	color: #8C693E;
}

a:active {
	color: #8C693E;
}

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

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

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

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



/* @end */


/* @group Elements */

/* Slideshows */

#workshop {
	height: 180px;
}

#muncc {
	height: 380px;
}


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

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

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

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

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

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

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

.wr_fieldset {
width: 95%; 
margin: 12px 0px 12px 20px;
padding: 0px; }

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

.wr_fieldset legend {
margin: 0 10px 0 10px;
padding: 0 5px 0 5px;
color: #591902;
font-size: 14px;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif; }

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

table {
	border-collapse: collapse;
}

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

.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 */

