html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
	}

img, a img {
	margin: 0;
	padding: 0;
	border: none;
	}

/* end reset */

html, body {
	height: 100%;
	}

body {
	text-align: center;
	background: #0C0C0C url('images/body-background.jpg') no-repeat scroll top center;
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	color: #F4F4F4;
	}

/*------------------------------
				TYPE
*********************************/

p {
	margin-bottom: 1.5em;
	font: normal normal 0.8em/1.6 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	}

.regfont {
	font: normal normal 0.8em/1.6 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	}

a:link {
	text-decoration: none;
	color: #FFD800;
	}

a:visited {
	text-decoration: none;
	color: #FFD800;
	}

a:hover {
	text-decoration: none;
	color: #FFEB7F;
	}

a:active {
	text-decoration: none;
	color: #B0000B;
	}

strong {
	font-weight: 600;
	color: #B1A577;
	}


/*------------------------------
				LAYOUT
*********************************/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
	text-align: center;
	}

#headerWrapper {
	width: 960px;
	height: 270px;
	margin: 0 auto;
	text-align: left;
	}

#headerWrapper img {
	margin: 102px 0 0 15px;
	}

#bodyWrapper { /* type */
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}

	#bodyContainerLCol {
		width: 120px;
		margin-right: 30px;
		float: left;
		}

/* navigation */

		#bodyContainerLCol ul { /* type */
			text-align: right;
			font: normal bold 1.0em/1.6 'Arial Narrow', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
			letter-spacing: -0.03em;
			text-transform: uppercase;
			color: #FFD800;
			}

		#bodyContainerLCol ul li.mainnav {
			margin-bottom: 1.6em;
			}

		#bodyContainerLCol ul li.currentPage {
			font: normal bold 1.3em/1 'Arial Narrow', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
			margin-bottom: 1.5em;
			color: #F4F4F4;
			}

		#bodyContainerLCol ul li a:link {
			text-decoration: none;
			color: #FFD800;
			}

		#bodyContainerLCol ul li a:visited {
			text-decoration: none;
			color: #FFD800;
			}

		#bodyContainerLCol ul li a:hover {
			text-decoration: none;
			color: #FFEB7F;
			}

		#bodyContainerLCol ul li a:active {
			text-decoration: none;
			color: #F4F4F4;
			}

		#bodyContainerLCol ul li.currentPage a:link {
			text-decoration: none;
			color: #F4F4F4;
			}

		#bodyContainerLCol ul li.currentPage a:visited {
			text-decoration: none;
			color: #F4F4F4;
			}

		#bodyContainerLCol ul li.currentPage a:hover {
			text-decoration: none;
			color: #FFF;
			}

		#bodyContainerLCol ul li.currentPage a:active {
			text-decoration: none;
			color: #F4F4F4;
			}

	#bodyContainer {
		width: 660px;
		margin-right: 30px;
		float: left;
		}

		#bodyContainerLG {
			width: 795px;
			float: left;
		}

		.bodyContainerSP {
			width: 210px;
			margin-right: 15px;
			float: left;
			}

		.bodyContainerMM {
			width: 435px;
			}

	#bodyContainerRCol {
		width: 120px;
		float: left;
		}

#pushFooter {
	height: 215px;
	}

#footerWrapper { /* change for ie */
	height: 200px;
	background: #FFD800 url('images/footer-bg.jpg') repeat-x scroll top center;
	text-align: center;
	}

#footerContainer {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
	}

#footerContent {
	margin-left: 150px;
	}

	.footerColumnXSP {
		width: 120px;
		float: right;
		}

	.footerColumnXSP img {
		float: left;
		margin-left: -5px;
		}

	.footerColumnSP {
		width: 210px;
		margin-right: 15px;
		float: left;
		}

	.footerColumnMM {
		width: 360px;
		margin-right: 15px;
		float: left;
		}

	.footerColumnLG {
		width: 435px;
		margin-right: 15px;
		float: left;
		}

	h2 { /* type IE FIX: font: normal normal 1em/1.1 'Franklin Gothic Medium','Arial Narrow', sans-serif;  */
		color: #B0000B;
		font: normal bold 0.95em/1.1 'Arial Narrow', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
		letter-spacing: -0.02em;
		text-transform: uppercase;
		margin-bottom: 0.5em;
		}

	h3 { /* type IE FIX: font: normal normal 1em/1.1 'Franklin Gothic Medium','Arial Narrow', sans-serif;  */
		color: #B0000B;
		font: normal bold 0.95em/1 'Arial Narrow', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
		letter-spacing: -0.02em;
		text-transform: uppercase;
		margin-bottom: -0.6em;
		text-align: right;
		}

	#footerContent p { /* type */
		color: #000000;
		font-size: 0.7em;
		margin: 0;
		}

	#footerContent .footerColumnXSP p {
		font-size: 0.6em;
		}

	#footerContent a:link {
		text-decoration: none;
		color: #B0000B;
		}

	#footerContent a:visited {
		text-decoration: none;
		color: #B0000B;
		}

	#footerContent a:hover {
		text-decoration: none;
		color: #E0000E;
		}

	#footerContent a:active {
		text-decoration: none;
		color: #B0000B;
		}

hr.floatclear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

div.hideThisStuff {
	background: none;
	border: 0;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

.floatRight {
	float: right;
	}

.floatLeft {
	float: left;
	}

.talignRight {
	text-align: right;
	}

/*------------------------------
				PAGES
*********************************/

/* profile */

div.pageProfile {
	margin-left: 15px;
	width: 330px;
	float: left;
	}

div.pageProfile ul.pageProfileProficiencies {
	font: normal normal 75%/1.6 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	display: inline;
	list-style: disc inside;
	margin: 0 0 2em 2em;
	float: left;
	width: 100px;
	}

img.pageProfilePortrait {
	position: relative;
	z-index: -2;
	margin-left: -165px;
	margin-top: -80px;
	float: left;
	}

img.pageProfileDownload {
	position: relative;
	z-index: 1;
	margin-top: -200px;
	margin-left: -75px;
	float: left;
	}

div.pageProfile dl {
	font: normal normal 0.8em/1.6 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	margin-bottom: 2em;
	}

div.pageProfile dt { /* parent question */
	font-size: 0.8em;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #B1A577;
	}

div.pageProfile dd { /* child answer */
	text-transform: none;
	letter-spacing: 0;
	color: #F4F4F4;
	}

/* showcase coda slider */

#slider {
	width: 675px;
	margin-left: -15px;
	position: relative;
}

.scroll {
/*	height: 250px;*/
	width: 675px;
	overflow: auto;
/*	overflow-x: hidden;*/
	position: relative;
	clear: left;
	}

.scrollContainer div.panel {
	padding: 0 15px;
	height: 100%;
	width: 670px;
	}

.scrollContainer div.panel .showcaseM15 {
	margin-right: 15px;
	}

.scrollContainer div.panel .showcaseTitle {
	width: 210px;
	margin-top: 19px;
	margin-right: 15px;
	text-align: right;
	float: left;
	}

.scrollContainer div.panel .showcaseDescription {
	width: 435px;
	margin: 15px 0 3em;
	float: left;
	}

.scrollContainer div.panel .showcaseDescription strong {
	display: block;
	margin-bottom: 0;
	}

#bodyContainerLCol ul li.currentPage ul.navigation {
	padding-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 1.6em;
	list-style: none;
	font-size: 0.7em;
	border-right: solid 1px #700007;
	}

#bodyContainerLCol ul li.currentPage ul.navigation li {
	line-height: 1.2;
	display: block;
	}

#bodyContainerLCol ul li.currentPage ul.navigation a {
	color: #C2A400;
	text-decoration: none;
	}

#bodyContainerLCol ul li.currentPage ul.navigation a.selected {
	color: #F4F4F4;
	}

#bodyContainerLCol ul li.currentPage ul.navigation a:focus {
    outline: none;
	}

.scrollButtons {
	cursor: pointer;
	float: right;
	}

.scrollButtons.right {
	margin-left: 15px;
	}

/*------------------------------
				CREDITS

	Website design, XHTML, CSS, PHP, WordPress Theme built and designed by Daryl Claudio
		www.definitelypotent.com
		mail[at]darylclaudio.com

	Sticky Footer by Ryan Fait
		http://ryanfait.com/

	CSS Reset by Eric Meyer
		http://meyerweb.com/eric/tools/css/reset/

	Layout inspired by the 960 Grid System by Nathan Smith
		http://960.gs/

	Supersleight IE PNG Fix by Drew McLellan (based on Aaron Boodman's Sleight)
		http://24ways.org/2007/supersleight-transparent-png-in-ie6

	sIFR Type Replacement Mike Davidson & Mark Wubben (inital development by Shaun Inman)
		http://wiki.novemberborn.net/sifr3

	Coda Slider Effect with jQuery
		http://jqueryfordesigners.com/coda-slider-effect/

*********************************/