/*design*/body {	background-image:url(images/paper.jpg);	font-family:"Times New Roman", Times, serif;	font-size:15px;	line-height:18px;}#container{	width:760px;	margin:0 auto;	background-image:url(images/cropTop.gif);	background-repeat:no-repeat;	background-position:top;	}#header{	padding:50px 0 0 25px; 	height:70px;	float:left;	}#content{	width:400px; 	margin: 0 180px; 	text-align:justify;	clear:none;	}#content a{color:#990000;}#content a:hover{color:#330000;}#content a:visited{color:#330000;}img {border:0px;}#icon{margin:0;padding:0;float:left;}#nav{margin:32px 0 0 6px; padding:0;float:left;}#header ul { list-style:none;}#header ul li{display:inline; line-height:normal;}#header ul li a{overflow:visible;padding:10px 0 0 0; margin:0; }#header ul li a:hover{background-image:url(images/nav/highlight.gif); background-repeat:no-repeat; background-position:0 1px ;}#footer{	background-image:url(images/cropBottom.gif);	background-repeat:no-repeat;	margin-top:100px;	height:70px;	}	#woodEng{clear:both;float:none;}#woodEng img{float:left;}#theText{clear:both;}	/* general text layout*/	.dropCap{float:left; padding:10px 0 0 0; font-size:44px;}	.pullQuote{	float:left;	width:120px;	border:1px solid black;	border-width: 1px 0;	margin:10px 8px 2px 0;	padding:6px 0;	font-size:18px;	font-style:italic;	font-weight:bold;	color:#990000;	text-align:left;}.pullQuote a{	font-size:12px;	font-style:normal;	font-weight:bold;	color:#990000;	text-decoration:none;}.pullQuote a:hover{	text-decoration:underline;}.pullQuote ul{	margin:0;	padding:0;	list-style:none;}.pullQuote ul li{	line-height:13px;	margin-bottom:6px;}.smallCaps{font-size:11px; font-weight:bold;text-transform:uppercase;}h1 {color:#000; font-size:18px; text-transform:capitalize; padding:0; margin: 0 0 6px 0px ;}h2 {color:#990000; font-size:15px;text-transform:uppercase;padding:0; margin: 0 0 6px 0px ;}h3 {color:#000; font-size:12px;text-transform:uppercase;padding:0; margin: 0 0 6px 0px ;}.red{color:#990000;}p { padding:0; margin:0px 0 12px 0px;}.previewImg a{float:left;margin-right:4px; border:1px black solid;}.previewImg a:hover{border:1px red solid;}.imageCaption{text-align:center; font-size:12px;}/* contact  */#formcontent{clear:both;padding-top:30px;}form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */   margin: 0 0 0 14px;  padding: 0;  min-width: 400px;  max-width: 400px;  width: 400px;}form fieldset {  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */  border-color: #000;  border-width: 0px;  border-style: solid;  padding: 10px;        /* padding in fieldset support spotty in IE */  margin: 0;}form label { 	display: block;  /* block float the labels to left column, set a width */	float: left; 	width: 150px; 	padding: 0; 	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */	text-align: left; }form input, form textarea {	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of                             label aligns textarea better in IE */    float:left;    }form input#reset {	margin-left:0px; /* set margin-left back to zero on reset button (set above) */}textarea { overflow: auto; }form small {	display: block;	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */	padding: 1px 3px;	font-size: 88%;}form .required{font-weight:bold;} /* uses class instead of div, more efficient */form br {	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */}#submit{margin-left:160px;}
