/*  css style sheet */

/* all pages basic */

body {
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	background-color:#000099; 
	} /* from original */

* {
	margin: 0;
	padding: 0; } /* from original */

#wrapper {width:750px; 
	padding: 0; margin:0;
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #FFFFFF;
	margin-left: -375px;
	
	} /* from original */

#wrapper2 {
	width: 750px;
	margin: 0; 
	padding: 2px 0 10px 0;
	position: absolute;
	top: 110px;
    border: 1px solid #000099;
	}/* from original */

#header {
	width: 750px;
	margin: 0;
	padding: 0;
	height: 110px;
	position: absolute top left;
	border-bottom: 1px solid #eee;
	background: #ffffff url(images/head_bg2b.gif) repeat-x left top; 
	} /* from original */

#leftcolumn {
	float:left; width:145px; 
	margin-right: 10px;
	background-color: #EEE;
	padding-bottom: 2em;
	} /* from original */

#maincolumn {
	float:left; 
	width:450px;
	background-color: #FFFFFF;
	padding: 0 0 10px 0;
 	} /* from original */
	
#maincolumn2{
	float: right;
    padding: 0 0 10px 0;
	margin-right: 10px;
	width: 575px;
		} /* from original */
 
#rightcolumn {
	float: right;
	width: 125px;
	margin-left: 10px;
	background: #FFF url(images/header_bg3.gif) repeat-x top left;
	text-align: center;
	} /* from original */
	
#footer {
	clear: both;
 	background-color: #0033FF;
	color: #FFFFFF;
	font: italic .90em Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /*important */
	padding: 0.1em 0 0.3em 0; 
	} /* from original */
	
#logo {
	position: absolute;
	right: 4px;
	vertical-align: middle;
	margin: 0;
	top: 6px;
	} /* from original */

/* main column */

/* possible use anywhere so keep in */
.hide {
	visibility:hidden;} /* used on original */
	
/************** index page ***************/

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 1em;
	}/* from original */

.feature h3{
	color: #36f;
	padding: 10px 0px 5px 0px;
	text-align: left;
	}/* from original */
	

.feature #center h3 {
	text-align: center;
	} /* from original */ /*not sure used but on both */
	
.space05 {
	letter-spacing: .05px;
	} /* not on original*/
.space083 {
	letter-spacing: .83px;
	}	/* not on original*/
.space1 {
    letter-spacing: 1px;
	} /* on original */
	
.space2 {
	letter-spacing: 2px;
	} /* on orginal */

.space4 {
	letter-spacing: 4px;
	} /* on original */

.feature img, story img{
	float: right;
	padding: 0 0 0 0;
	}  /* on original */ /* ck story img */


a.img {
	list-style-type: none;
	text-decoration: none;
	}	/* on original */ /* probably used -- put on other after new a.join*/
	
/************** .story styles *****************/
.story-1 {
    clear: both;
	padding: 0;
	font-size: 1em;
	}   /* on original */
.story-1 p {
	padding-bottom: 0px; } /* on original  used*/

.story-1 p.last {
	padding-bottom: 2em; } /* added to this file as tested it to fix issues with valkr history */
.story-1 p.both-f-l {
	padding: 1em 0 2em 0; } /* added to this file as tested it to fix issues with valkr history */


.story{
	clear: both;
	padding: 10px 0 0 0;
	font-size: 1em;
	} /* on original */
	
.story p{
	padding: 0px 0px 10px 0px;
	} /* on original */
	

.story_contact {
	padding: 0, 0, 10px 0;
	font-size: 1em;
	} /* on original */

.story_contact p {
	padding: 0 3em;
		} /* on original */
		
 .story h3, .story_contact h3, .story-1 h3{
   	color: #0033FF;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEE;
	padding: 0.5em 0;
	text-align: left;
	font-variant: small-caps;
	} /* on original */

/* end story style */

/* begin contact stuff - some div .story_contact above for forms*/
	
#web_box {
    font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	background-color: #99CCFF;
	padding: 5px 30px 10px 30px;
	border: #000 solid 2px;
	position: absolute;
	right: -19em;
			}		 /* on original */	

#email-box {
	position: relative;
	height:3em;
	width: 200px;
	padding-bottom: 3em;
	} /* used on original */
/* end main contact stuff */
	
/* recipe area */
.contribute {
  color:#666666;
  padding-bottom: 2em;
    } /* used on original */

#instruct {
padding-top: 1.5em;
} /*used on original */ /* note duplicate on line 1600 deleted that and brought up here all */and others should also be moved up here from there */ /* used */
 
.recipe_lfcolb {
    font-size: 0.98em;
	font-style: italic;
	}  /* used on original with other items .recipe_rtcol, .recipe_lfcolb added */
	/* need to add side by side 2  in recipe area  */ 
   /* end recipe area */
	    
.recipe_lfcolb {
    float: left;
	width: 250px;
	padding-left: 10px;
	padding-right: 20px; } /*from orginal */
	
.side-by-side2 {
	width: 97%;
	margin: 0 0 0 2em;} /*from orginal */ /* used */


.contribute {
  color:#666666;
  padding-bottom: 2em;
    } /* used */
             
.ingredients {
width: 95%;
margin: 0 0 0 2em;} /* used on orignal*/ /* recipe area */

/* ends recipe stuff */

/* other side by side column work */ 
.spint, .programs_lfcol, .programs_rtcol, .sp-int-grp  {
	color:#000099;
	font-size: 0.98em;
	font-style: italic;
	
	} /* used on original except sp-int-grp and didn't use the original .ul-lfcol,.ul-rtcol /* take out ul coding change to either programs and also on line 194--spint used2 again -- can't see where .spint is listed as code but did it in something somewhere said to change to .sp_int-grps but this wasn't done issues below with lf-rt columns*/
	
.side-by-side {
     margin: 0 0 2em 2em;} /* used in  lodge general */
	 
	 
	
.programs_lfcol, .sp-int-grp {	
	float: left;
	width: 50%;
	}  /* used on original for .programs_lfcol and didn't have .sp-int-grp but instead .ul-lfcol */ /* this is confusing!!!! if have it float both lf/rt with same name */

.programs_rtcol, .sp-int-grp{
	float: right;
	width: 50%;
		} /* used on original for .programs_rtcol and didn't have .sp-int-grp (which makes some sense but instead .ul-lfcol */ /* this is confusing!!!! if have it float both lf/rt with same name */
		


.spint, .sp-int-grp {
	text-transform: uppercase;
	padding-left: 4em;
	} /* think can take out .spint which was on original and not sure used .spint now and added the .sp-int-grp here but not on original */ /*/but check later  why not but sp-int-grp separately*/
/* ends other side-by side column work */	
	
/* images */
       /* clearing issues  for floats perhaps still */
     .clear {clear: both;} /*used on original */

         /* ends clearing */

/* images continued */

.rtpixmain {
	float: right;
	padding: 0 0 2px 2px;
	} /* from original */
	
.rtpixmain p {
	text-align: center;
	font: italic .94em Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
 	}	/* from original --not sure used*/
	
.lfpixmain
	{
	float: left;
	width: 133px;
	padding: 0 2px 2px 0;
		} /* from original */ /* used */
		
.lfpixmain3 {
	float: left;
	 padding: 0 2px 2px 0; } /*from original */
	 		
.lfpixmain3b {
        float: left;
		padding-right: 4px;
		padding-bottom: 4px; } /*from original used*/
	 
 .lfpixmain p {
	color: #666666;
	font: italic .94em Geneva, Arial, Helvetica, sans-serif;
    margin-right: 2px;
	text-align: center;
	float: left;}  /*from original not sure used */

    /* image widths set */

#blk-w90 {width: 90px;} /* from original */  /*used */

#blk-w92 {width: 92px;} /* used on original */ /*used */
	
#blk-w125 {
	width:125px } /* from original */  /*used */
	
#blk-w127, #blk_w127 {width:127px; } /*from original */ /*used */

#blk-w129 {width: 129px; } /* from original */ /*used */
	
		
#blk-w129-lf {
	width: 129px;
	padding-right: 2px;
	padding-bottom: 2px; } /* from original */
	
#blk-w131_lf {
	width: 131px;
	margin-left: 2px; } /*from original*/
	
#blk-w133_lf, #blk_lf-w133 {
	width: 133px;
	padding-right: 2px;
	padding-bottom: 2px; } /* from original */
	
#blk-w133, #blk_w133 {width: 133px;} /*from original--didn't use all in that category */ /*used */
	
#blk-w135, #blk-w_135 {width: 135px;} /*from original*/  /*used */
#blk-w137 {	width: 137px;} /*from original*/ /*used */

#blk-w137rt{
	width:137px;
	padding-right: 10px;
	padding-bottom: 2px; 	}  /*from original */  /*used */
	
#blk-w135_lf{
	width: 135px;
	padding-right: 2px;
	padding-bottom: 2px; 	} /*from original */

#blk-w147 { 	width: 147px;	} /*from original */
	
#blk-w152, #blk_w152  {	width: 152px; 	}  /*from original */ /*used */

	
#blk-w155, #blk-w155a, #blk-w155b,  #blk-w155c, #blk-w155d, #blk-w155e, #blk-w155f, blk_w155, #blk_w155a   {width:155px;} /*from origninal--need to change blk-155a to blk w155a incorrectly input into this file and original file but not actual html pages */  /*used */

#blk-w157 {	width: 157px; }  /*from original */ /*used */

#blk-w157lf {
	width: 157px;
	padding-right: 4px;
	padding-bottom: 2px; 	}/*from original */	 /*used */
	
#blk-w182 {	width:182px; } /* from orignianl */ /*used */
			
#blk-w202, #blk_w202    {width: 202px;  } /* from original but added _ because it was used in logo file *//*used */

#blk-w204_lf{
	width: 204px;
	padding-left: 2px;
	padding-bottom: 2px; } /* from original */ /*used */
	
#blk-w208, #blk_w208  {
    width: 208px; } /*from original with -w couldn't find the _w */ /*used */
	
	
#blk-w216_lf  {
	width: 216px;
	padding-left: 2px;
	padding-bottom: 2px;	} /* used on other */
	
#blk-w218  {    width: 218px; } /*used */
	
#blk-w227  { width:227px; } /* used on other */ /*used */

#blk-w-227_lf {
	width: 227px;
	padding-left:2px;
	padding-bottom:2px;
	background-color:#FFFFFF;	} /* used on other */
	
#blk_w228, #blk-w228, #blk-w228b{
	width: 228px;      }	/*from original--think used instead of _w238 but not sure where  blk-w228 used in food*/

	
#blk-w238,  #blk_w238  { width: 238px; } /*from original but added _w it looks like --mistake was listed this was _w228 originally so added that one above now*/ /*used */

#blk-w231  {width: 231px; 	} /* from original*/
 
#blk-w232  { width: 232px; 	}  /*from original */ /*used */

#blk-w252, #blk_w252, #blk-w252b, #blk_w252b   {width: 252px;} /*from original*/  /*used */

#blk-w286 { width: 286px;} /* from original */
	
#blk-w302 {	width: 302px; }/* from original */ /*used */	



    /* ends image widths  */
	
.lfmargin {
	margin-left: 5px;
} /* from original */  /* doesn't show used but could be helpful*/
	


   
 /* global navigation  left column*/
 
.dropdown, .nodrop {
	display:block; 
    position:relative; 
	color: #000099;  
	font-variant: small-caps;
	} /* from original */
		
.dropdown dt, .nodrop ul {
	width:131px; 
	border:2px solid #CCC; 
	padding:5px; 
	font-weight:bold; 
	cursor: pointer; 
	background: url(images/navon2.gif) repeat-x center left;
	} /*from original*/
	
.dropdown .upperdd, .nodrop ul{
	border-bottom:none;
	} /*from orignal*/
	
.dropdown dt:hover, .nodrop li:hover {
	background: url(images/navovr2.gif) repeat-x center left;
	} /* from orginal*/
	
.dropdown dd {
	position:absolute; 
	top:0; 
	overflow:hidden; 
	width:145px; 
	display:none; 
	background:#FFF; 
	opacity: 0;
	} /* from original */
	
.nodrop ul  {width: inherit;
		border: 2px solid #ccc;
		list-style: none;} /*from original */
		
.nodrop li {display: inline;
	line-height: 2em;} /* from original */
	
.dropdown ul {
	width:141px; 
	border:2px solid #ccc; 
	list-style: none;
	} /* from original */
	
.dropdown li {
	display: inline;
	
	} /* from original */
	
.dropdown a:link, .nodrop a:link, ul .nodrop a:link  {
	color:#000099;
	} /*from original */
	

.dropdown a:visited, .nodrop a:visited {
	color:#3366FF;
	} /*from original */
	
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:4px; 
	text-decoration:none; 
	background: #F6F8fB url(images/navon2.gif) repeat-x center left; 
	width:133px;
	} /*from original */
	
.nodrop a, .nodrop a:active, .nodrop a:visited {
	display:block; 
	padding:0 5px; 
	text-decoration:none; 
	background: #F6F8fB url(images/navon2.gif) repeat-x center left; 
	width: inherit;
	} /*from original */
	
.dropdown a:hover, .nodrop a:hover  {
	background:#d9E1E4 url(images/navovr2.gif); 
	color:#000fff;} /*from original */
	
.dropdown a:active, .nodrop a:active {
	color:#FF0000;
	} /*from original */
	
.dropdown .underline, .nodrop .underline {
	border-bottom:1px solid #E0E0E4;
	}  /*from original */
	
	
	
/* text styles left column other index page shown used for */

p.lfnotes {
	font-size: .94em;
	color: #666666;
	padding: 0.5em 0 0.5em 7px;
	} /* from original */  /* used where is ? but used */



/* links left column */

h3.lflink {
    color: #3366FF;
		background-color:#EEE;
	font-size: 1.1em;
	padding: 1.5em 0 0.5em 7px;
	} /* from original but not the #lflink */


ul.left, ul.addl_lnks {
	background-color:#EEE;
	padding-bottom: 2em;
	} /*from original */  /*used addl_lnks to replace id left and class left uls */
	
li.other {
	color: #999999;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	display: block;
	list-style-type: none;
	line-height: 1.4em;
	padding: 6px 0 4px 6px;
	}
	

li.other {
	color: #999999;
	} /* original one separated color this one has it listed in above and this one--try without */ /* ck if can use without being part of above and work */
	
#dkblue_sm{
	 color: #000099;
	 font-size: .98em;
	 }	/* from original but listed without smaller font--made this one a bit smaller and separately listed on this style -- see below note */
	 
#dkblue {
	color: #000099; } /*from orgiinal it had dkblue as having the font size of .98 also but that one also had others such as #dkblue_sm (above this used, #editor,#lod-email but didn't add in here because dkblue_sm2 listed separately and smaller than*/
	 

p.imgtag  {
	font: italic 0.94em Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#666666;
	padding: 0;
	margin: 0;
	} /* used original with .imgtag on orgingal with .96 em and padding of .25em and italic and no centered no margin listed /*no #imgtag so that deleted but imgtag may conflict with another one just .imgtag */	

			
/* right column boxes */

.rtempty_top {
	padding: 1em 0;
	text-align: center; } /*from original */ /* used */
	
.rtempty_top h3, .rtempty h3 {
	color: #000099;
	line-height: 1.4em;
	font-size: 1em;
	text-transform:capitalize;
	padding: 0 2px; 
	} /*from original */ /* used */
.rtempty_top p {
	color: #FFFFFF;
	font-size: .94em;
	padding: 1em 2px;
	} /* from original */ /* used */


.rtbox {
	background-color: #FEDC00;  /* color matches lion  */
	padding: 1em 0;
	text-align: center;
	margin: 2em 0;
	} /* from original */ /* used */
	
.rtbox h3{
	color: #FF0000;
	line-height: 1.4em;
	font-size: 1em;
	text-transform:capitalize; 
	} /* from original */
	
.rtbox p {
	color: #000000; 
	font: .94em;
	padding: 4px 0;
	} /* from original although that had a duplicate with text of .96em */  /* used - but duplicate had text size was .96em */
	


.rtbox2 {
	background-color: #FF0000;
	padding: 1em 0;
	text-align: center;
	margin: 2em 0;
	}/*from original */  /* used */


.rtbox2 h3 {
	color: #000000;
	line-height: 1.4em;
	font-size: 1em; 
	}  /*from original *//* used */
	
.rtbox2 p{
	color: #FFFFFF;
	font: .94em;
	padding: 4px 2px; 
	} /*from original */ /* used dup had text at .96em  and now adding a 2px padding as sides need some space 1-11-10*/
	
.rtbox_empty {
	
	margin: 1em 0; }  /*from original but is also used this for .cushion */
	 /* this one used */
	 
.rtbox_empty p{
	color:#666666;
	font-size: 92%;
	font-style:italic;
	padding: 1em .35em;
	}   /*from original */ /*  still needed the imgtag to make sizing correct...why not working in Solheim bottom picture...this was not used before...is their any similiar details for rtbox_empty anywhere else? saw this in solheim also*/
	
.rtempty {
	padding: 1em 0;
	text-align: center;
	margin: 0.5em 0 1em 0;
	}/*from original */  /* used */

.rtempty p {
	color: #66666;
	font-size: 0.94em;
	padding: 1em 2px;
	font-style:italic;
	}/* from original */ /* used */
	
.rtempty ul {
	color: #000099;
	font-size: 0.94em;
	padding: 1em 2px;
		}/* from original */  /* used ? */
.rtempty li {
	padding: 1em 2px;
	}  /*from original */ /* used ? */
.rtempty h4 {
	text-align: center;
	}  /*from original */ /* used ? */
	



.cd {
    padding: 0 1px;} /* from original */ /* used */
	
.box {
	border-color:#000000;
	border: 1px solid;
	}	/*from original */ /* used  in newsz for paper box*/

	
a#rightcolumn {
	color:#0000FF;
	font-style:italic;
	} /* from original */  /* used */
div#rightcolumn a {text-decoration:none;} /* from original this one and above -- why not combine?  */  /* used */



/* type general */

h1 {color: #000099;
   	font: 1.8em Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;	
   	letter-spacing: 2px;
  	 word-spacing: 4px;
  	 text-transform: uppercase;
   	padding: 5px 0 0 10px;
	} /*original used */  /*used */
	

	
   h2 {
 	color: #0000FF;
    font: 1.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
    letter-spacing: 2px;
	word-spacing: 4px;
	position: absolute;
	left: 79px;
	top: 78px;
    padding-bottom: 0.25em;
	width: 70%;
 	} /*from original */ /*used */
	
   h2.long {
    color: #0000FF;
    font: 1.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
    letter-spacing: -1px;
	word-spacing: 4px;
	position: absolute;
	left: 79px;
	top: 78px;
    padding-bottom: 0.25em;
	width: 70%;
 	} /*from original */ /*used */

.mail-ctr, .center {
	text-align: center;
	}  /*from original */ 	
.size-down {
	font-size: .94em;
	} /*from original */  /*  used with an em will work like one below  but didn't work in blockquote for anna k when used as class so deleted the span.size-down here*/ 
	
.size-down-italic {
	color:#000099;
	font: italic 94em;
	text-align: center;
	padding: 0.25em;
	} /*from original */  /* not used but maybe can make work .. didn't work in blockquote for anna k */ /*gave trouble and things quit... */


h4 {
 	color: #000099;
 	text-align: left;
 	font: 1.2em italic Geneva, Arial, Helvetica, sans-serif;
 	background-color: #EEE;
 	padding: 0.5em 0;
	} /*from original */ /*used */

  h5 {
	 color: #000;
 	text-align: left;
 	font-size: 1em;
 	font-variant: small-caps;
 	background-color: #EEE;
	 padding:0.5em 0; 
 	border-top: 1px solid #666666;
	 border-bottom: 1px solid #666666;
 	} /*from original */
	
.altbkgrd {
 	background-color:#f4f5f6;
	
		}  /*from original without padding but needed that added as below*/ /*used */
p.altfirst1 {
padding-top: 1em;
} /*added padding needed for altbkgrd --added to original*/
p.altfirst2 {
padding-top: 1.5em; 
padding-bottom: 1.5em;} /*added padding needed for altbkgrd --added to original*/

p.altlast {
padding-bottom: 1em;} /*added padding needed for altbkgrd --added to original*/
		
#alternate {
 	color: #000099;
 	text-align: left;
 	font: 1.2em italic Geneva, Arial, Helvetica, sans-serif;
  	padding: 0.5em;
  	background-color: #FFFFFF;
	} /* used on original but also had a .alternate/* note # for alternate but .altbkdrd for class used but . not used but both ok...perhaps change title for class to alt if used as class took out .alternate as didn't show used, but can add back*/
  
 #tagline {
 	color: #FF0000;
    font: italic  bold 1em, Geneva, Arial, Helvetica, sans-serif;
 	padding-bottom: 1em;
	vertical-align: middle;
 	position: absolute;
   	 top: 44px;
	 left: 40px;
     width: 60%;
  	}/*from original */  /*used */
 
  
/* re:blockquote: could change blockquote to message or anotherword div since used padding etc. and could make it that way stand out and be placed properly in Anna K blockquote not working in italic on web*/
	
blockquote {  
	color: #000099; 
	background-color: #EEE;
	padding: 1em 3em 2em 1.5em;
	font: italic  .98em;
	text-align: center;
	border-width: 1px;
	border-style:dotted;
	border-color: #000099;
	} /*from original */

p {
	padding: 5px 0px 5px 0px;
	line-height:1.4em;
	} /*from original */
	
/* lists */

ul, ul ul, ul ul ul{	
 	display: block;
 	} /*from original */  /* think used */

ul ul{
 	list-style: square  url(images/button2.png) outside;
 	} /* changes all uls within ul to no dot  */  /* used */
ul ul ul {
	list-style-type: none;}  /*from original */ /*  this sets the fact that ul ul ul has no dot  */  /* used */
		
ol  { 
    list-style-type: decimal;
	display: block;
    padding: 0.5em 0 2em 2em;
	list-style-position: inside;
	} /*from original */ /* used */
	

	
ol ol {
	padding: 0 0 0 2em; 
	}  /*from original */
	
li {
	padding: 0.25em 0;
	} /*from original */ /* used */

 
li.names_inline{
	padding: 4px 8px;
		}  /*from original */ /* dont't think this was used */
		

ul.inline, ul.sameline  {
	display: block;
	margin: 0;
	list-style-type: none;
	} /*from original */ /* used on other but not with other names used such as  sameline--used sameline in events lodcontactslist/other inline invalid name /* used */
	
ul.inline li, ul.sameline li
{ display: inline;
 } /*from original */ /* from roginal but not with sameline used sameline in events */ /* used */
 
 #indent {
	padding-left: 2em;
	
	}   /*from original  used in dnlogo2 as .indent but changed that to .tb-cushion now so not sued there...and in hislodg_time as # originally changed to tab2-bsp2 so not used now*/
	
#tab2-bsp2 {
	padding-left: 2em;
	padding-bottom: 2em;
	}   /*new used now in hislodg_time as # used originally as #indent but changed to tab2-bsp2  */
	
	
/* ___________this area a problem due to changing things and groupings...must work on all with ul and ol.none or equivilaent  think should go to files to see when used and correct coding again have sheet with both and when inheritance would work change codes back if needed __________*/



ul.none, ul.level-2, ul.no-dot, ol.nomarks-site
   {display: block; /* this should be inherited from ul, ul ul, ul ul ul line */
   list-style: none;
   padding-left: 2em;} /* padding was shown like next line ul.none had instead of what used here ... wonder if only ol.nomarks-stie affected */  /* from original .none only but display was separate line should inherit it and not be needed here */ /*from original the .none and ol.nonmarks-site but not the .no-dot */  /*test no effect on join issues*/
 

.nomarks
	{list-style: none;
		}	/*from original */	 /* used */
		  
ul.no-dot, ul.none , ul.level-2 {

	padding: 0 0 2em 2em;
	list-style-type: none;
 	} /*from original .none but this is messed up and may have to redo all */ /*  change none to no-dot this name  was  ul.none so need to fix again--so long as stands alone nodot comes up  another place had ul.none with just padding listed and another place same...also same for ol.none listing */
	
ol.no-dot, ol.none {
    list-style-type: none;
 	padding-right: 1.5em;
 	font-size: .92em;
 	color: #333333;
	} /*  this name  was ol.none take away if find it--fixed name works if stands alone  */ 

ul.rts-lst2, ul.none2, ul.sub-level2 {
	padding: 0.5em 1.5em 0.5em 0;
 	 color: #666666;
	 font-size: .92em;
	 list-style-type: circle;
	 } /*from origianl the none2 but messed up */ /*  these names were none2--this one uses circle  so deleted ul.none2 as it was fixed in roots folder where used  */

ul.rts-lst3, ul.none3 , ul.sub-level3 {
	padding: 0.5em 1.5em 0.5em 0;
	color:#666666;
	font-size: .92em;
	list-style-type: circle;
	list-style: outside;
} /* from original the .none3 but messed up */ /*  used and changed name from ul.none3 to this as uses circle in roots (part of subgrouping) */ /* also looks like down below listed this: ul.center3, ul.rts-list3 {
	padding: 0.25em 0 2em 2em;
	list-style: square url(images/button2.png) outside;
	margin-left: 1em;
	} /*from original the ul.center 3 think changed it in some places and not others to other one--name should be changed */ /* used in roots one as ul.center 3 and changed roots folder to rts-list3 but could be center3 not used elsewhere .....and then I changed rts-lst3 to sub-level2 but that was not correct so changed it to sub-level3 instead in roots4..dn .... */

ul.sub-level3b {
	padding: 0.5em 1.5em .5em 1em;
	color:#666666;
	font-size: .92em;
	list-style-type: none;
	list-style:outside ; } /* new in this only trying to indent more for roots 4 worked so using not in original */
	
ul.center3, ul.rts-list3 {
	padding: 0.25em 0 2em 2em;
	list-style: square url(images/button2.png) outside;
	margin-left: 1em;
	} /*from original the ul.center 3 think changed it in some places and not others to other one--name should be changed */ /* used in roots one as ul.center 3 and changed roots folder to rts-list3 but could be center3 not used elsewhere .....and then I changed rts-lst3 to sub-level2 but that was not correct so changed it to sub-level3 instead in roots4..dn .... */	
	
ul.rts-lst4 {
	padding: 0.5em 1.5em 0.5em .5em;
	color:#666666;
	font-size: .92em;
	list-style-type: circle;
	list-style: outside;
	} /* not from orgiinal */ /* new */
	
.sublevel {
	width: 450px;
	margin: 1em 0 13m 4em; } /*from original */ /* used roots 3*/
	
ul ul.mini {
 list-style-type:none;
 list-style: outside;
 } /*from original */ /* used */
 
li ul ul.mini {
padding-left: 50px;} /*from original */ /* used */

span.inset-more {
	padding: 6em 0;}

#in-lf-2 {
	padding-left: 2em;} /*  may incorporate in sublevel3b */

ul.link-list li{padding:0.5em 0;} /*  this is new and works so can get rid of tb-cushion and edlink layers in links */

li.inset, li.tb-cushion {
  padding: 0.5em 0;
  } /* used but .indent and .pad deleted  but showed it was used as #inset  */ /*line 1162 original was li.inset and li.tb-cushion*/ /*from original but didn't use the li.pad or li.indent (but might have used li.indent actually in roots file ck over -- note in original dnlogo2 file it used inset but should have been tb-cushion works same and better description so changed there ... in hislodg_time.html took out .inset and changed to tb-cushion as better described it now -- last thing did was take out tb-cushion and used above for all link lists*/

.end_notes {
 	list-style-type: none;
	padding-right: 1.5em;
	color: #333333;
	font-size: .92em;
	background-color: #99CCFF;
	border-top: 2px solid #0033FF;
	border-bottom: 2px solid #0033FF;
	} 	 /* from original */  /* used */

ul.center2, .lod-goals, .lod-meets, ul.logo-info, ul.link-list {
	padding: 1em 0 2em 2em;
	list-style: square  url(images/button2.png) outside;
	
	} /*from original but added .lod-goals and deleted the  ul.meet-highlts -- added link-list for those pages so check all over again...did links_hist.html with this coding--took out ul.ed-list so deleted it here although still in orig.*/ /* used  */

ul.membrbeni {
	padding: 1em 0 2em 2em;
	list-style: square  url(images/button2.png) outside;
	border: 2px solid #eee;
	margin-right: 1.5em;
	margin-left: 1.5em;
	margin-top: 0.5em;
	line-height:1.6em;
	
	} /*not in original */ /* used  */
	
ul.simplelist {
	padding: 0.5em 0 2em 3em;
	list-style: square url(images/button2.png) outside;
	margin-top 1em;
	} /* from original */  /* used */
	
	
ul.center3, ul.rts-list3 {
	padding: 0.25em 0 2em 2em;
	list-style: square url(images/button2.png) outside;
	margin-left: 1em;
	} /*I kept center3 in one link listing (temperatures) from original the ul.center 3 think changed it in some places and not others to other one--name should be changed */ /* used in roots one as ul.center 3 and changed roots folder to rts-list3 but could be center3 not used elsewhere */
	
#goals {
	padding: 0 2em;
	} /*from original */
#goals ul, #goals ul li{
	padding: 0.5em;
	color:#333333;
	list-style: square outside url(images/button2.png);
	} /*from original */
	
ul.papr-crft-list {
	padding: 0.5em 0 1em 4em;
	list-style: square url(images/button2.png) outside;
	margin-left: 1em;
	} /*from original */ /* used */

ul.crft-list {
    padding: 0 0 1em 1.5em;
	list-style: square url(images/button2.png) outside;
	margin-left: 1em;
	} /* from original */ /* used */
 

/* text colors */

.lnklike, #linkish {
   color: #0000CC;
   } /*from original */ /* used but where ... should probably be lcolor #0000ff which also is royal blue above*/
   
 #link-colr {
 	color:#0000FF; } /* dont' think used -- not sure which is link color this or lnklike above  or --the link-colr in literary society works best with color #0000ff not 000099 which was originally coded... changed in original file too .color4 below which worked nicely*/
	
.color4, .color4-rblue, .send-colr{
	color:#0000FF;
	} /* from original but don't think used all these anymore did use color4-rblue in dnnewsz*/ /* all used */

.redhotstyle {
	color:#FF0000;
	font-style: italic;
	font-weight: bold;
	} /* used in original but not added the .color3 name here */ /* used */
	
.redstyle {
	color:#ff0000;
	font-style: italic;
	}  /* used in original for color 3b */ /* used */


			 	


p.sitelevel1 {
	padding-left: 2em; 
	line-height: 1em;
	} /*from original */ /* used in sitemap*/
	
p.sitelevel_2 {
	padding-left: 4em;
	line-height: 1em;
	} /* from  original */ /* used in sitemap */

span.correct-linesp {
          line-height: 1.5em;
	}	 /* from  original */
		
div.indent, div.indented,.level-3 {
	width: 350px; 
	margin: 1em 0 1em 4em;
	} /* from original but had .indent separately I beliew *//* Note that used indent in dnlogo2 with li or center2 div above...used for roots3 for sure  used .indented on roots4use  but orign sitemap and took it out with latest version..so indented used in roots3 the class of div was indented and then the p was .indent so this could be issue */
	

 

	
.intro_note {
  	font: italic 0.98em Geneva, Arial, Helvetica, sans-serif; 	
	}/* from original but didn't bring the .id with it */ /*used but not .id used */
	

	 
p.first {
	padding-top: 0.5em;
	} /* used in original */  /* used */
	
p.list {
	padding-bottom: 0.5em;
	}/* used in original */	/*used */
	
p.list-first {
	padding: 0.5em 0;
	} /* used */
	
p.first-spacebot2 {
	padding-top: 0.5em;
	 padding-bottom: 2em;}	/* from original */

p.first-smaller {
	font: .98em italic;
	color:#666666;
	padding: 0.5em 5px;
	background-color: #ccc;
	padding-bottom: 1px solid #666666;
	 } /* from original */
	 
p.first-smaller1 {
	font: .98em italic;
	color: #000;
	padding: 0.5em 5px 1em 5px;
	background-color: #eee;
	padding-bottom: 1px solid #666666;
	
	 }	 /*from original */
.center-pad {
	text-align: center;
	padding: 1em 0.2em;	
	} /* from original perhaps change name */  /* used  but had on another line too but deleted it there noted it now...same code and name ... took out of ginak lodge as changed simplelist format looks fine without using it for pix center*/ 
	

	
.lod-name, .glpres-info {
     color: #000099;
	 } /* original file used */ /* originally on this file in another line also but duplicate--1652 deleted coding but noted it....in original but could also use .dkblue as its the same or combine the two 1056 */ /* used */ 
	  
.emphasis	{
	 	font-weight: bold;
		font-style: italic;
		} /* used in original line 1351 but note said it had to also have li span.emphasis to work not just span.empasis */ /* used emphasis  */ 



/* table styles */	

table {
      border: 1px solid #000099;
	  background-color:#99CCFF;
	  vertical-align: top;
	  border-collapse: collapse;
	   } /* used in original */
	
table.lod-universal {
	width: 100px;
	margin: 0;
	padding: 1px 15px;
	} /* used in original */ /* ? if used */
	
table#lod_calendar {
	width: 100px;
	margin: 0;
	padding: 1px 0;
	background-color:#eee;
	}/* used in original */  /* used */


table#due_dates, table#ad_rates {
	width: 410px;
	margin: 3px 15px 30px 15px;
	padding:0 15px;
		} /* used in original */ /* used */
		
 table#lod-cal-ctr {
 width: 560px;
 margin: 3px 15 px 30 px 15 px;
 padding: 0 15px 2em 15px;
  } /* new */

div.grp_table {
     margin-left: 53px;
	 } /* used in original */ /* used */
	 
table.lodge {
	width: 448px;
	margin: 3px 0 30px 0;
	padding:1px 15px;
		} /* used in original */  /* used */

		
table.lodge-contact {
	width: 575px;
	margin: 3px 0 30px 0;
	padding: 4px 15 px;
	} /* used in original */ /* used */

		
table.events {
	width:558px;
	margin: 3px 0 30px 0;
	padding: 1px 15px;
	} /* used in original */ /* used */
	
caption {
	color: #000099;
	font-size: 1.2em;
	padding-top: 2em;
	} /* used in original */ /* used */
	
caption.side {
	color: #000099;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1.5em 0 1em 0;
	border-top: solid 1px #666666;
	} /* used in original */ /* used */

span.meets {
	color:#999999;
	font-size: .92em;
	font-weight: normal;
	padding-top: 1em;
	} /* used in original */ /* used in table for lodges calendar */
	 
tr {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	vertical-align: top
	} /* used in original */ /* used */



td {
	margin: 0;
	text-align: left;
	padding: 10px;
	border-collapse: collapse;
	vertical-align: top;
	font-size: .96em;
	line-height: 1.2em;
	border: 1px solid #000099;
      } /* used in original */ /* used */
	  

.even{
	background-color: #CCC;
	} /* used in original */ /* used */

.odd {
	background-color: #EEE;
	} /* used in original */ /* used */
	
.odd_lodcal {
	background-color: #EEE;
	padding: 5px 2px;
	font-size: .92em;
	} /* used in original */ /* used */

.even_lodcal {
	background-color: #CCC;
	padding: 5px 2px;
	font-size: .92em;
	} /* used in original */ /* used */


td.dnevent
	{color:#FF0000;
	font-weight: bold;} /* used in original */ /* used */
	  
	
.thead {
	background-color: #999999;
	padding: 0.5em 0;
	font-size: 12px;
	color: #FFFFFF; } /* used in original */ /* used */

	   
td.thead_odd, td.thead_even {  
 	color: #0033FF;
    border: 1px solid #666666;
    font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-left: 10px;
	vertical-align: middle;
	} /* used in original */ /* used */
	
td.thead_odd {
	background-color: #eee;
	} /* used in original */ /* used */
	
td.thead_even {
	background-color: #ccc;
	} /* used in original */ /* used */
	
	   /*  ck out hoover and visited color changes  */
	
table a:link
    {
	color: #0000FF;
	font-weight: bold;
	} /* used in original */ /* used */
table a:visited {
 	color: #0000FF;}  /* used in original */ /* used */
	
table a:hoover 	{
	color:#FF0000;
	border-left: 1em solid #0000FF;} /* used in original */ /* used */
	



	
	/*  end table area question */
	


 /* positioning  */
 
 
		

#bot_space, #sp-bot1, #bot-sp1{
	padding-bottom: 1em;} /* from original all but not sure if only last one used */  /* bot-sp1 used */

#ingr-bot-sp
     {
	padding-bottom: 1.5em;
	} /* used in original */ /*  used  however #bottom-pad and #pad-bottom changed to #bot_sp1_05 and more */
		     
#bot-sp1_05, #bot_sp1_05, #bot_sp1_05b {
	padding-bottom: 1.5em;
	} /* from original others deleted from that listing */ /* used all */
#bot-sp2, #bot_sp2, #bot_sp2b, #pad_bottom, #pad_bot2, #sp-bot2, .sp_bot2   {
	padding-bottom: 2em;
	} /* used in original two places or more and second place had first and last 2 items in there */ /* used all but a few from this #pad_bigbot, #pad_bot1 in green to see if can reduce another place they used a .sp_bot2  or .bottom-space2 in original but didn't see in this one so not transfered */  /* used these (1st and last 2) ... but  check on this tried to replace pad-bigbot with this--didn't use in conv alb so not sure if ever used...tried to change for abl-conv2c2 and it didn't make difference either no pad-bigbot in css sheet--think added it to gallery bot padding....think can delete it ... took out pad_bot2 from emblap2 and used sp-bot2 */


#bot_sp3, #bot-sp3 {
	padding-bottom: 1.5em; 
	} /* didn't see in original_ but did find the - but could have been something else */  /*  used  */
#bot-sp4 {
	padding-bottom: 4em;
	}  /* used in original */ /* used not sure if duplicate*/ 
.bot-space5 {
	padding-bottom: 5em;
	} /* used in original as both a . and # but only show . here...all same as these from original file but didn't use these: p.bottom-space, .bottom-space, #bot-space5 */
.sp-bot6 {
	padding-bottom: 6em;} /* replaced bot-space5 in valkr history added to original file */
	
/* end positioning */


p.top_anchor {
	padding-bottom: 3em;
	}/* used in original */ /* ck table for use used in lodcontacthtml in a p below table*/
	
#topline1{
	border-top: 1px solid #000099;
	} /* found in original */ /*  this used to be just #top but that used as anchor--don't show used it similiar to top_line on line  1134 */
/*  end tables  */ /* review tables with links to top */



/* used for float  clearing */

.clearall, #bothclear { 
	clear: both;
	}	/* from original only used .clearall and #bothclear --this one separated originally but now together--but not .clear */ /* used .clearall not .clear (same thing) or .clfloat*/
	

	
#lf-clear, .lfclear {
	clear: left;} /* both from original */  /* used both #lfclear and .lfclear deleted #clear as it had nothing to do with both clearing */

	
	
.rtclear {
	clear: right; } /* used in original */  /* used */
	
	
#rtpix_clr, #rtpix1_clr, #rtpix2_clr, #rtpix3_clr {
	clear: right;
	}	/* from original */  /* used  all but 3 that I know of */
	


/* picture gallery */

div.gallery {
	margin: 10px;
	padding-bottom: 2em;
		} /* from orignal */
div.figure {
	float: left;
	width: 155px;
	margin: 5px 10px 10px 15px;

	} /*from original*/

.photo {
	background: url(images/drop_shadow.gif) no-repeat right bottom;
	padding-bottom: 4px;
	} /*from original */
.photo img {
	position: relative;
	top: -3px;
	left:-3px;
} /* from original*/

div.desc 
{
text-align: center;
font-weight: normal;
width: 125px;
margin: 2px;
} /* from original */ /* taken out from gallery of albbun...test only delete this now --used in some sort of table it sounded like in original--said used it for rows fixing but also that I didn't use it so need to check */

.rtimg
{text-align: center;} /* from original not sure where used */

div.img, div.pix   /* changed to pix on abthis3--used 1 time for nosons but also used for gallery somewhere else */
{
  margin: 2px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
} /* from original but think not really used */

div.ctr-pix
    {
	margin: 3px;
	height:auto;
	width: auto;
	
	} /*from original but not sure used */

.text_line {
clear:both;
margin-bottom: 2px;
} /* not from original */
	

/* must decide if # or . used for corrections..on original the # was used but since didn't work added the . */

/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
	} /*from original */

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
	
} /* from original */

/* IE 5/6 border erase bug */
    * html .gallery{
	width: 100%;
	} /* added as gallery was a # not a . */

/* IE 5 placement bug */
* html .gallery img{
	width: 100%;
	} /* added as gallery was a # not a . #/
	
/* ends gallery  */ 


src {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	}  /*from original */ /* not sure about this one used on all pages or what but didn't work in bunad page without it*/

div.ctr-pix
    {
	margin: 3px;
	height:auto;
	width: auto;
	} /* from original */ /* used */

/* .center pad combined from this line to 1049  note:span.center used in albbun-dn-use.html */

		
	/* join page */
#membenif, #memqual  {
	border: 2px solid #eee;
	margin-right: 1.5em;
	margin-left: 1.5em;
	margin-top: 0.5em;
	line-height:1.6em;
	} /* from original */ /*used */


	
.membrcat {
   	border: 2px solid #eee;
	margin-right: 1.5em;
	margin-top: 0.5em;
	line-height:1.6em;
	} /* new not in original */  /*used */

#boxed-in {
	width: 430px;
	border: 1px solid #FF0000;
	margin: 10px 10px 0px 10px;
	padding: 0;
	} /*from original */
	
#small_96 {
	font-size: .96em;
		} /* from original */ /* used */
		


.underline {
	text-decoration: underline;
	font-weight: bold;} /* from original */ 
		
 
#pad_topbot, #tb-pad2, #tb-sp2
	{padding: 2em 0;
	}	/* from original  note there line 1890*/ /*used one and tb-sp2 in lod-contact.html and ck others ck if others work instead combine--note #bt-pad and #bottop-pad didn't work neither did #pad-topbot2 work in index page text 0415  had it as a class in sh29f2 file--but deleted it--see if used at all could call it space-tb2 if wanted*/
	
	
.noline {
	text-decoration: none;} /* from original */ /*used */

		
/* new names to use */	


		
/* placement  */

.center, .mail-ctr {
	text-align: center;
	}  /* used in original and here for albbun in span.center */

li.names_inline{
	padding: 4px 8px;
		} /* used in original with other names deleted like pad8 /* used */
		
.rtpad {
	padding-right: 5px;
	} /*from orignal used in roots.heml */ /*  makes image padded  */
.lfpad  {
	padding-left: 5px;
	} /*from original */ /* not sure if used either rt or lf on this */
			
#down-bit, .bit-down {
	padding-top: 0.5em; } /*used in orginal */ /* used */	

.down1 {padding-top: 1em;} /* from orignal */ /* used */		 

#down-1, #down_1 {
	padding-top: 1em; } /*from orginal - see above for class used too elsewhere */ /* used both in food.html */
	
#down-2, #down_2, #down-2b, #down_2b, #down-2c, #down_2c, .sp-down2 {
	padding-top: 2em;
		} /*from original  */ /* not sure used the alternates to #down-2/b/c used */
		
#down-4 {
	padding-top: 4em;
	} /*from orignal*/  /* used */
	
#down-5 {
	padding-top: 5em;}/* from original */ /*  used */
	
#down-6 {
	padding-top: 6em;
	    } /* from original */ /* used */
#down-7 {
	padding-top: 7em;
	       } /* from original */ /* used */
		   
#down-8 {
	padding-top: 8em;
	} /* from original */ /* used */
	
#down-10, #down_10 {
	padding-top: 10em;
	} /*from original */ /* used  - not the _*/
	
#down-12, #down_12{
	padding-top: 12em;
	} /* from original */ /* used_ not the - */
#pad-top14, #down-14 {
	padding-top: 14em;
	}  /* from original */ /* used  - not the _*/
	
#down-16{
	padding-top: 16em;} /*from orignal */ 	/* not used */
	
#down-18, #down_18	{
	padding-top: 18em;
	 } /* from original * / /* used  - not the _*/

#down-20 {
	padding-top: 20em; }/*from original */  /* used */

#down-22 {
	padding-top: 22em; } /*from original */  /* used */
	
#down-24 {
	padding-top:24em; } /* from original */ /* used */

#down-28 {
	padding-top: 28em; } /* from original */ /* used */

#down-32
  {padding-top: 32em; } /* from original */ /* used */
  
 #down-36
  {padding-top: 36em; } /*new used in link hist */

#down-37
  {padding-top: 37em; } /*from original */ /* used */
  
#down_40  {
	padding-top: 40em; }/* from orginal */   /* not used */
#down-41 {
	padding-top: 41em; } /*new not in original */ /* used in anne g final */	
#down-42 {
	padding-top: 42em; }  /* not used */
	
#down-45 {
	padding-top: 45em; } /* from orginal */  /* used */
#down-46 {
	padding-top: 46em; }  /* from orginal */  /* used */

#down-50 {
	padding-top: 50em; } /* from orginal */  /* used */
	
#down-56 {
	padding-top: 56em; } /* from orginal */ /* used */
	
#down-59 {
	padding-top: 59em; }  /* from orginal */ 	/* used */
	
#down-62 {
       padding-top: 62em; } /* from orginal */  /* used */
	
#down-64 {
       padding-top: 64em;
	   }   /* from orginal */  /* no used */
	   
#down-66 {
	padding-top: 66em; }  /* from orginal */ /* used */


#down-72 {
	padding-top: 72em; } /* from orginal */  /*not used */
	

	
#down-79 {
    padding-top: 79em;} /* from orginal */   /*used */
	
#down-83 {
	padding-top: 83em; }  /* from orginal */  /* used for crafts */

#down-100 {
  padding-top: 100em;}  /* from orginal */  /* old pad top was set for 160 instead of 100 so change it on site to 160id  */
  
#down-130 {
   padding-top: 130em;} /* from orginal */  /*used */
   
#down-160 {
	padding-top: 160em;
	} /* from orginal */ /* not used */
 /* recipe files used to be here on line 1600 but moved up top including .recipe_lfcolb (2nd part to it), side-by-side2, instruct, contribute */

	
.article_note, .articlenote {
	  color: #0033ff;
	  font: italic 0.98em Geneva, Arial, Helvetica, sans-serif;
	  padding: 1em 0 3em 0;
	 	   } /* used article_note only on original/* used in tvltrnk*/

   #dkblue_sm2 {
	 color: #000099;
	 font-size: .96em;
	 }	/*from orignal *//*smaller than plain dkblue it appears */ /* didn't use */

.crtmem_name {
	color: #3366FF;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	padding-top: 1em; } /*from original */  /* used */
 
.boxupdate {
	font: italic 0.94em Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	padding: 0; /* important */
	margin: 0;   /* important */
	border-bottom: 2px solid #0033FF;
	background-color: #99CCFF;
	border-top: 2px solid #0033FF;	
	}  /*from original */ /* used all links */
	
#lodaddr {
	font: italic  lighter .94em Arial, Helvetica, sans-serif;} /*from original */  /* used */

 	
.date  {
	color: #3366FF;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	} /*from original*/
	
/* originally had .lod-name here too but duplicate to line 1056 used that line instead both from original */ 

ul.form, ol.form
{list-style-type:
list-style-type: none;
 color: #0000FF;
 font-size: 1em;
 font-style: italic;
 padding: 0 1em 1em 0;

 } /*from original but deleted the list-style type outside as it does show as dot in monzella*/
 
 legend {
  color:#FF0000;
  font-size: 1.1em;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 1em 0;
  margin: 1em 0;
  } /*from original*/
  /* the name, email, city , state need to be floated to right at fixed point renders differently on different browsers using ems  */
 
#name  {
   margin-left: .25em;
	}  /*from original*/
#email {
	margin-left: 4.6em;
	} /*from original*/
#state {
	margin-left: 4.7em;
	} /*from original*/
#city {
	margin-left: 5.4em;
	} /*from original*/
.label-pad {
	padding-left: 0.5em;
	} /*from original*/
#inquiry{
	font-style: italic;
	color: #333333;
	font: Lucida, Georgia, "Times New Roman", Times, Serif;
	line-height: 1.4em;
	margin-top: 1em;
	} /*from original*/
 	
 li ul.form, li ol.form
 {list-style-type: none;
  padding: 1em 0;
  }	   /*from original*/
li.form-indent {
	padding-left: 1em;
	padding-bottom: 0.5em;
	} /*from original*/
/* end of area used for contact form to be used */


/* CSS Document */



