@charset "UTF-8";
body  {
	background: #666666;
	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: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	letter-spacing: 0.1em;
	text-align: left;
}
.BodyTextDarker {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	line-height: 18px;
	color: #333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	letter-spacing: 0.2em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	letter-spacing: .2em;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000;
} 
.thrColFixHdr #header {
	padding-left: 55px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin-top: 100px;
	border-right-width: 1px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 700px; /* padding keeps the content of the div away from the edges */
	margin-top: 25px;
	margin-bottom: 55px;
}
#DevelopmentBoxMain {
	width: 575px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: 1px double #999;
	float: left;
	background-color: #FCFCFC;
	margin-bottom: 35px;
}
.bookcredits {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #666;
	text-align: left;
	letter-spacing: 0.1em;
}
#CaseStudyIntro {
	width: 532px;
	float: none;
	background-color: #D3ECE9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 24px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
	margin-top: 35px;
	color: #666;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #333;
}
#CaseStudyOne {
	width: 540px;
	float: left;
	background-color: #FEFFF9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 20px;
	color: #666;
	border: 1px solid #333;
}
#CaseStudyTwo {
	width: 540px;
	border: 1px solid #333;
	float: left;
	background-color: #FAFFF8;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 25px;
	color: #666;
}
#CaseStudyThree {
	width: 540px;
	border: 1px solid #666;
	float: left;
	background-color: #FFFCF6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 25px;
	color: #666;
}
#CaseStudyFour {
	width: 540px;
	float: left;
	background-color: #FFF8EC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 25px;
	color: #666;
	border: 1px solid #333;
}
#CaseStudyFive {
	width: 540px;
	float: left;
	background-color: #FFEFE7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 25px;
	color: #666;
	border: 1px solid #333;
}
#CaseStudyOthers {
	width: 540px;
	float: left;
	background-color: #E8F4F4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 15px;
	margin-top: 25px;
	color: #666;
	border: 1px solid #333;
}
.CaseStudiesPicLeft {
	float: left;
	margin-right: 20px;
	border: 3px double #999;
}
.CaseStudiesTitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 22px;
	color: #414141;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer {
	height: 34px;
	background-image: url(footer_wood.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
} 
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: center;
}
.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;
    font-size: 1px;
    line-height: 0px;
}
#ResearchIntro {
	width: 532px;
	float: none;
	background-color: #CAE2F2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 24px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
	margin-top: 35px;
	color: #666;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #333;
}
#AboutBox {
	width: 512px;
	float: none;
	background-color: #F3EAC1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	margin-top: 35px;
	color: #666;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	border: 1px solid #333;
}
.smallfontabout {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 22px;
	color: #333;
	text-align: center;
}
.aboutLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #666;
	text-align: justify;
}
#EditingBox {
	width: 540px;
	float: left;
	background-color: #FFE5CA;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 25px;
	color: #666;
	margin-bottom: 35px;
	border: 1px solid #333;
}
.PicLeftSingle {
	float: left;
	margin-right: 20px;
	border: 1px solid #333;
}
#BookSampleBox {
	width: 536px;
	float: left;
	background-color: #FDEBD5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 20px;
	color: #666;
	border: 1px solid #333;
}
.bookcreditsCentered {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666;
	text-align: center;
}
#HomeBoxMain {
	width: 600px;
	float: left;
	background-color: #FCFCFC;
	margin-bottom: 250px;
}
