html { background: #000 url(images/bg.gif) no-repeat center top; }
body { position: relative; text-align: center; color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 16px; margin: 0; padding: 0; }
p { text-align: left; margin: 0 0 1em; }
ul { padding: 1em 2em; list-style: square; line-height: normal; }
li {
	margin: 0 0 0.5em 0;
}
a:link { color: #ccc; font-weight: bold; text-decoration: none; letter-spacing: normal; }
a:visited { color: #ccc; font-weight: bold; text-decoration: none; letter-spacing: normal; }
a:hover { /* text-shadow: #fff 0px 0px 4px; */ color: #fff; }
a:active { color: #fff; outline: none; }
a img { border: none; }
/* :focus { -moz-outline-style: none; } +++ doesn't w3c validate +++ */
.container { /* background: url(images/topbg.jpg) no-repeat; */ text-align: left; width: 960px; margin: 0 auto; height: 100%; padding: 32px /* 32px 32px */ 0; }
.header { margin-bottom: 32px; }
.header a { font-size: 9px; }
.headerContactInfo { height: 80px; line-height: 21px; color: #888; }


.headNav { position: relative; text-align: center; width: 960px; height: auto; margin-top: 16px; }
.headNav a:link, .headNav a:visited { text-align: center; float: left; display: block; line-height: 24px; height: 24px; background: url(images/headnav.jpg) repeat-x; width: 126px; margin: 0 2px 0 0; }
.headNav a:hover { background: url(images/headnavOver.jpg); }
.headNav a:active { background: url(images/headnavDown.jpg); }

.headNav .drop_down {
	display: none;
	width: 126px;
	position: absolute;
	left: 130px;
	top: 0;
	height: 96px;
}

.headNav .drop_down a.sub:link, .headNav .drop_down a.sub:visited { background: #111; font-weight: normal; line-height: 24px; height: 24px; text-align: left; padding-left: 4px; letter-spacing: normal; width: 122px; }
.headNav .drop_down a.sub:hover, .headNav .drop_down a.sub:active { background: #333; }


.footer { font-size: 9px; letter-spacing: 1px; font-weight: bold; clear: both; }
.footer a:link, .footer a:visited { margin: 0 2px 0 0; color: #666; }
.footer a:hover { color: #fff; }
.footer a:active { color: #fff; }
.footer span { margin: 0 4px; }
.logo { background-repeat: no-repeat; float: left; padding-right: 32px; }
.content { margin: 0; padding-top: 0; padding-bottom: 16px; }
.nav { font-weight: bold; font-size: 9px; line-height: 28px; text-align: right; width: 128px; float: left; letter-spacing: 1px; }
.nav a:link, .nav a:visited { color: #444; }
.nav a:hover { color: #fff; }
.nav a:active { color: #fff; }
.textbody { margin-left: 160px; }
/* Hide from IE5-Mac \*/
* html .textbody { margin-left: 157px; }
/* End hide from IE5/Mac */
.floatclear { clear: both; float: none; position: relative; }
.highlight:link { color: #fff; }
.highlight:visited { color: #fff; }

h1 { /* text-shadow: #000 4px 4px 12px; */ font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 24px; margin: 0 0 8px 0; padding: 0; }
.logoprint { display: none; }
h2 { border-bottom: 1px solid #222; font-size: 14px; line-height: normal; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; padding-bottom: 0.2em; margin: 0em 0 1em; }
h3 { font-size: 12px; line-height: normal; margin: 0 0 0.5em; }
h4 { font-family: Georgia, "Times New Roman", Times, serif; margin-top: 0; font-weight: normal; color: #fff; font-size: 14px; line-height: 1.6em; }
h5 { float: left; text-transform: uppercase; letter-spacing: 0.2em; font-size: 10px; margin: 0 1em 0 0; line-height: inherit; }
.bwa { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; }
ul { font-size: 10px; }
span { }
div { }

dt { font-size: 14px; color: #fff; font-weight: bold; padding-bottom: 4px; border-bottom: 1px solid #fff; margin: 4em 0 1em; clear: both; }
dd { line-height: 1.8em; font-size: 12px; margin-bottom: 2em; }

dd>div,
.notes {
	border-top: 1px solid #444;
	padding: 1em 0;
	margin: 1em 0;
}

p.valid {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 8px;
}

p.valid a:link, p.valid a:visited {
	font-weight: normal;
	padding: 2px 4px;
	background: #000;
	color: #444;
}

p.valid a:hover { background: #282828; color: #fff; }
p.valid a:active { background: #484848; color: #fff; }

/* corners */

.corners { position: relative; }
.corners .cornerTL,
.corners .cornerTR,
.corners .cornerBL,
.corners .cornerBR { width: 4px; height: 4px; position: absolute; background-image: url(images/corners.gif); }
.corners img { display: block; }
.cornerTL { top: 0; left: 0; background-position: top left; }
.cornerTR { top: 0; right: 0; background-position: top right; }
.cornerBL { bottom: 0; left: 0; background-position: bottom left; }
.cornerBR { bottom: 0; right: 0; background-position: bottom right; }

.column-container { clear: both; padding-top: 32px; position: relative; }
.column { float: left; width: 212px; padding: 0 8px; margin: 0 16px 0 0; }
.column p { color: #999; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.4em; }
.column h2 { color: #aaa; font-size: 12px; letter-spacing: 0.05em; margin-bottom: 2em; }

.floatright { float: right; margin: 0 0 8px 8px; padding: 0 8px 0 0; }
.active { border-bottom: 8px solid #fff; }

.thumbox {
	position: relative;
	margin: 0 0 48px 0;
}
.thumb {
	float: left;
	width: 88px;
	height: 88px;
	background-position: center;
	border: none;
	margin: 0 8px 8px 0;
}
/*.thumb:hover {
	border: 1px solid #fff;
	margin: -1px 7px 7px -1px;
}*/
.thumb:hover {
	width: 96px;
	height: 96px;
	border: 1px solid #fff;
	margin: -5px 3px 3px -5px;
}

.thumb:link .info,
.thumb:visited .info {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: url(images/whitegradient.gif) repeat-x #fff;
	padding: 4px 8px;
	color: #666;
}

.thumb:hover .info {
	display: block;
}

.thumb:hover .info span { float: left; padding: 0; margin: 0 0.2em 0.2em; clear: both; }
.thumb:hover .info span.property { display: none; color: #666; font-size: 9px; float: left; text-align: right; width: 80px; margin-right: 8px; font-weight: bold; }
.thumb:hover .info span.title { color: #000; font-size: 12px; font-weight: bold; font-style: italic; }

.samplenumber {
	font-size: 12px;
}

.invisible { display: none; }

p.button {
	margin: 2em 0;
}

.button a:link,
.button a:visited {
	color: #aaa;
	padding: 0.5em 1em;
	margin: 0 1em 2em 0;
	background: #222;
}
.button a:hover {
	background: #333;
}
.button a:active {
	background: #888;
	color: #fff;
}

.fullwidthcontent {
	width: 960px;
	color: #fff;
	margin: 16px 0;
}

.slogan {
	margin: 2em 0 2em;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.kudos p {
	font-size: 12px;
	line-height: 1.4em;
	color: #fff;
}

.kudos h2 { border-color: #888; margin-bottom: 1em; }

.kudos .first-letter { margin-right: 0.2em; }

.kudos .byline {
	text-align: right;
	font-style: italic;
	font-size: 9px;
	margin: 0 2em 4em 40%;
}
.kudos .byline em { font-style: normal; }

.col2 {
	float: left;
	width: 432px;
	margin: 0 16px 3em;
	padding: 0 0 8px;
	position: relative;
}
.col3 {
	float: left;
	width: 288px;
	margin: 0 16px 3em;
	padding: 0 0 8px;
	position: relative;
}

.col4 {
	float: left;
	width: 208px;
	margin: 0 16px;
}

.bio { margin-bottom: 50px; }
.bio img { float: left; margin: 0 8px 8px 0; }

.title { /* main title bars */
	padding: 12px 8px;
	margin-bottom: 16px;
}
.title * { color: #fff; margin: 0; }

.first-letter { font-family: "Times New Roman", Times, serif; font-size: 400%; float: left; margin: 0.05em 0.1em 0 0; line-height: 0.6em; color: #fff; }
.column .first-letter { font-size: 350%; color: #333; }

.address p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.4em;
}
.address p span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	font-weight: bold;
	text-align: right;
	margin-right: 1em;
	font-size: 10px;
	float: left;
	clear: left;
	width: 8em;
	height: 4em;
}

/* for rollover captions */
.caption:link,
.caption:visited { overflow: visible; position: absolute; clear: both; font-size: 9px; }
.caption:link span,
.caption:visited span { display: none; padding: 2px 4px; white-space: nowrap; position: relative; top: -40px; background: #000; }
.caption:hover { border: 1px solid #fff; }
.caption:hover span { display: inline-block; }


/* inline links */

.inline_links {
	margin: 0 0 1em;
	line-height: 20px;
}

dd .inline_links {
	padding: 0;
}

span.inline_links {
	margin: 0 0 0 2em;
}

/*.right, p.right {
	text-align: right;
	float: right;
	margin: 0;
}*/

.inline_links li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

/*.right li, p.right li { float: right; }*/

.inline_links a:link,
.inline_links a:visited {
	margin: 0 1em 0 0;
	padding: 0.4em 0.8em;
	background: #222;
	color: #fff;
	font-size: 12px;
}

.inline_links a:hover {
	background: #444;
	color: #aaa;
}
.inline_links a:active {
	background: #fff;
	color: #000;
}


/* before and after stuff */

.before_and_after,
.before_and_after_over {
	margin:0 0 3em;
	cursor: pointer;
}

.before_and_after .after,
.before_and_after_over .before {
	display: none;
}

.before_and_after .before
.before_and_after_over .after {
	display: block;
}

/* for lightbox2 */

#lightboxImage {
	border: 1px solid #aaa;
}
