@charset "UTF-8";
/* CSS Document: styles for David Bennett Thomas */
/* Site design 2010 by Danny N. Schweers, www.w2mw.com */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Candara, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #000;
}
h3 {
	font-size: 1.6em;
	color: #369;
}
h4 {
	font-size: 1.3em;
	color: #666;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		color: #000; background: #FFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
a:link, a:visited {
	color: #43311C;
}
a:hover, a:focus, a:active {
	color: #C00;
}

.twoColFixLtHdr #header {
	padding: 0 0 50px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header ul { /* this and following header styles affect the horizontal navigation */
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
}
#header li {
	background-color: #FFF;
	float: left;
}
#header a:link, #header a:visited {
	display: block;
	color: #946D3F;
	text-decoration: none;
	padding: 0px 8px;
	font-family: Candara, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#header a:hover, #header a:focus, #header a:active {
	color: #FFFFFF;
	background-color: #600;
}
.twoColFixLtHdr #singleColumn {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666;
	color: #CCC;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
tr #rightColumn {
	font-size: 0.88em;
	line-height: 1.2em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}
.quoteLarge {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #9F7274;
}
.photoCredit {
	font-size: 0.8em;
	color: #666;
	text-align: right;
	padding-right: 20px;
}
.creditLineRt {	text-align: right;
	color: #999;
	margin-top: -0.5em;
}
.title {
	margin-top: 0em;
}
.title strong {
	font-family: Verdana, Geneva, sans-serif;
	color: #373;
}
.titleExtraLead {
	padding-top: 1.5em;
}
.titleExtraLead strong {
	font-family: Verdana, Geneva, sans-serif;
	color: #373;
}
.indent4em {
	padding-left: 3em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.darkgreen {
	color: #060;
}
#rightColumn {}
