body.taft {
	font: .8em/1.5em "trebuchet MS", "myriad pro", arial, sans-serif;
	background: url(../img/wood_dark2.gif) repeat top left;
	text-align: left;
	color: #fff;
	overflow-y: scroll; /* to keep page from jumping upon first div expansion */
}
body.taft a {
	text-decoration: none;
}
div.header {
	border-bottom: 1px dotted #999;
	background: url(../img/taft_logo.png) no-repeat left top;
	padding: 8px 0 10px 80px;
	overflow: hidden;
}
	div.header h1 {
		font-size: 24px;
		font-weight: normal;
		
	}
		div.header h1 > span {
			color: #CCC;
			font-size: 14px;
		}
	div.nav {
		float: right;
		font-size: 16px;
		margin-top: -40px;
	}
		div.nav a {
			display: block;
			float: left;
			margin-right: 20px;
		}
		div.nav a.on {
			color: #fff;
		}
		div.nav a.off {
			color: #999;
		}
div#container {
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
}
div.main-content h2 {
	margin-bottom: 21px;
}
div.main-content h2, div.side-info h2, div.contact h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-top: 0;
}
div.main-content {
	float: right;
	width: 587px;
}
a.wd, a.pd, a.gd, a.pw {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.showList {
	display: block;
	color: #fff;
	letter-spacing: .05em;
	padding: 11px 0 10px 20px;
}
a.showList span {
	font-size: 11px;
	color: #999; 
}
div.arrow{
	width: 21px; height: 30px;
	float: right;
	margin-top: -35px;
	margin-right: 10px;
}
a.wd {
	background: url(../img/bkg-wd.gif) repeat-x left top;
	border: 1px solid #072d55;
}
	a.wd div.arrow {
		background: url(../img/gfx-arrow-blue.png) no-repeat left top;
	}
a.pw { /* web dev */
	background: url(../img/bkg-gd.gif) repeat-x left top;
	border: 1px solid #8b3104;
}
	a.pw div.arrow {
		background: url(../img/gfx-arrow-orange.png) no-repeat left top;
	}
a.pd {
	background: url(../img/bkg-pw.gif) repeat-x left top;
	border: 1px solid #520307;
}
	a.pd div.arrow {
		background: url(../img/gfx-arrow-red.png) no-repeat left top;
	}
a.gd {
	background: url(../img/bkg-pd.gif) repeat-x left top;
	border: 1px solid #0d5304;
}
	a.gd div.arrow {
		background: url(../img/gfx-arrow-green.png) no-repeat left top;
	}
div.list {
	font: 13px Georgia, "Times New Roman", Times, serif;
	display: none;
	width: 570spx;
	padding: 15px 5px 5px 10px;
}
div.list-container {
	overflow: hidden;
	border-bottom: 1px dotted #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	div.list-container:last-child {
		border-bottom: none;
	}
div.wd, div.pw, div.pd, div.gd {
	background: url(../img/bkg-content-shade.png) repeat-y left top;
}
div.wd {
	border: 1px solid #072d55;
}
div.pw { /* web dev */
	border: 1px solid #8b3104;
}
div.pd {
	border: 1px solid #520307;
}
div.gd {
	border: 1px solid #0d5304;
}

	div.image {
		float: left;
		min-width: 200px;
		border: 1px solid #fff;
	}
		div.image img {
			height: auto;
			width: 276px;
		}
	div.desc {
		float: right;
		width: 287px;
		font-weight: normal;
		font-variant: normal;
	}
		div.desc h3 {
			margin: -7px 0 15px 0;
			font-size: 30px;
			font-weight: normal;
		}
			div.desc h3 > span {
				font-size: 12px;
				color: #999;
			}
		div.desc p {
			font-family: "myriad pro", Arial, Helvetica, sans-serif;
			line-height: 18px;
			margin-top: 2px;
			margin-bottom: 0;
		}
		div.desc p > span {
			font-style: italic;
			color: #999;
		}
		div.desc p > a {
			color: #FFF;
			text-decoration: underline;
		}
div.side-info {
	float: left;
	width: 270px;
	padding-right: 40px;
}
	div.side-info p {
		font-size: 18px;
		color: #999;
	}
	div.side-info p.subhead {
		font-size: 20px;
		color: #99ccff;
	}
	
div.contact h3 {
	border-top: 1px dotted #999;
}
div.contact p.email {
	text-decoration: underline;
	color: #9cf;
}
div.contact p.number, div.contact p.addy {
	color: #ccc;
}
/* ----------------------------------- CONTACT FORM -----------------------*/
form > p {
	color: #666666;
	font-size: .8em;
}
p.thanks {
	color: #666666;
}
/* ----------------------------------- GENERIC REUSABLE CLASSES ------------- */
.bold { 
	font-weight: bold; 
}
.normal {
	font-weight: normal;
}
.first {
	background-color: #FFFF00;
}
.red {
	color: #ff0000;
}
/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */

	#overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 10000;
		width: 100%;
	}

	.prettyPopin {
		display: none;
		position: absolute; z-index: 11000;
		top: 50%; left: 50%;
		background: url(../images/prettyPopin/popinLeft.gif) bottom left no-repeat;
	}
	
		.prettyPopin a#b_close {
			display: none;
			position: absolute; z-index: 2;
			top: 10px; right: 13px;
			width: 41px; height: 9px;
			text-indent: -10000px;
			background: url(../images/prettyPopin/b_close.gif) bottom left no-repeat;
		}
	
		.prettyPopin .prettyContent {
			position: relative;
			width: 100%; height: 100%;
			font-size: 1.2em;
			background: url(../images/prettyPopin/popinRight.gif) bottom right no-repeat;
		}
		
			.prettyPopin .prettyContent .prettyContent-container {
				display: none;
				padding: 20px 15px 15px 15px;
			}
		
			.prettyPopin .prettyContent .loader {
				position: absolute;
				top: 50%; left: 50%;
				margin: -14px 0 0 -14px;
			}