body {
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	font-size:11px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/** Core **/
h1,h2,h3,h4,h5,h6,p,form,ul,ol,blockquote {
	margin:0;
	padding:0;
}
p {
	margin-bottom:18px;
}
img {
	border:none;
}
blockquote {
}
pre {
	border:3px dashed #FF0099;
	margin:18px 0;
	padding:18px;
	text-indent:none;
	text-align:left;
	white-space:normal;
}
ol {
	margin-left:20px;
	margin-bottom:18px;
}
h1 {
	color:#ea7125;
	font-size:21px;
	font-weight:normal;
	line-height:30px;
	padding-bottom:8px;
}
h1 span {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}
h2 {
	font-size:15px;
	line-height:18px;
	padding-bottom:10px;
}
h3 {
	font-size:11px;
	padding-bottom:4px;
}


a:focus {
	outline:none;
}
a {
	color:#333333;	
	text-decoration:underline;
}
a:hover, a:active {
	color:#ea7125;
	text-decoration:underline;
}

/** Text Styles **/
.intro {
	font-size:13px;
	line-height:18px;
}
.altcolor {
	color:#ea7125;
}
p.top {
	font-weight:bold;
	text-align:right;
	margin-bottom:8px;
}
p.top a {
	color:#ea7125;
}
.tentative {
	color:#990000;
}

/** Layout Styles **/
.bottom {
	padding-bottom:18px;
}
.contain {
	width:100%;
}
.two-col {
	float:left;
	margin-right:68px;
}
.contain-lower {
	background-color:#d8d8d8;
}
.register-buttons {
	padding:10px 0;
}
.register-buttons a {
	display:inline-block;
	padding-right:20px;
}

table.common {
	border:none;
	border-collapse:collapse;
}
table.common td {
	padding:0;
}
/** Layout Elements **/
#wrapper {
	width:1022px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:129px;
	position:relative;
	background:transparent url(../images/wrapper_cap.gif) no-repeat 0 bottom;
}
	#logospace {
		position:absolute;
		top:30px;
		left:43px;
	}
	#tagline {
		position:absolute;
		top:61px;
		right:39px;
	}
	
#main {
	padding-left:10px;
	padding-right:12px;
	background:transparent url(../images/wrapper_repeat.gif) repeat-y 0 0;
}
#content {
	width:1000px;
	background:#fff url(../images/sidebar_divider.gif) repeat-y 756px 0;
}
body.full #content {
	background-image:none;
}

#content-left {
	float:left;
	width:662px;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:59px;
	z-index:1;
}
* html #content-left {
	display:inline;
}
body.landing #content-left {
	width:737px;
	margin-left:14px;
}
body.full #content-left {
	float:left;
	width:882px;
	margin-left:59px;
	margin-right:59px;
}
body.full #content-right {
	display:none;
}
#content-left ul {
	padding-left:18px;
	margin-bottom:18px;
}
#content-left ul li {
	line-height:14px;
	padding-bottom:6px;
}
#content-right {
	float:right;
	width:242px;
	padding-top:15px;
	background-color:#fff;
	z-index:1;
}

#sidebar-quote-text {
	font-size:10px;
	font-style:italic;
	font-family: Helvetica, Arial, sans-serif;
	line-height:13px;
	padding:12px 48px 12px 12px;
	min-height:120px;
}
#sidebar-quote-text blockquote {
	padding-bottom:8px;
}

#footer {
	color:#333333;
	font-size:9px;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	padding-top:36px;
	padding-bottom:20px;
	background:transparent url(../images/wrapper_base.gif) no-repeat 0 0;
}

	#footer a:link, #footer a:visited {
		color:#333333;
		text-decoration:underline;
	}
	#footer a:hover, #footer a:active {
		text-decoration:none;
	}
	
	#quotespace {
		color:#f07b05;
		font-size:13px;
		font-style:italic;
		padding-bottom:20px;
	}
	
/** Primary Navigation **/
#sitenav {
	z-index:100;
	height:36px;
	position:relative;
	background-color:#616265;
}	
	ul.nav {
		width:100%;
		list-style-type:none;
	}
		ul.nav a, ul.nav a:hover, ul.nav a:active {
			text-decoration:none;
		}
		ul.nav li {
			width:171px;
			text-align:center;
			font-size:11px;
			float:left;
			position: relative;
			border-right:1px solid #f17b05;
		}

		ul.nav li.last {
			width:140px;
			border:none;
		}
			ul.nav li a {
				color:#fff;
				font-weight:bold;
				display:block;
			}
			ul.nav li a {
				height:36px;
				line-height:36px;
				text-transform:uppercase;
			}
			* html ul.nav li a {
				width:100%;
			}
			ul.nav li a:hover, ul.nav li a.active {
				color:#fff;
				background-color:#f17b05;
			}
			ul.nav li.last a {
				color:#98999b;
			}
			ul.nav li.last a:hover {
				color:#98999b;
				background-color:#616265;
			}
			
			ul.nav li:hover {
				background-color:#f17b05;
			}
			ul.nav li:hover ul {
				display:block;
			}
			ul.nav li ul {
				display:none;
				max-width:171px;
				width:171px;
				left:0;
				position:absolute;
				list-style-type:none;
				background-color:#8c8d8e;
			}
				ul.nav li ul li {
					border:none;
					font-size:10px;
					/*display:inline;*/
					float:none;
					text-align:left;
				}
					ul.nav li ul li a {
						height:auto;
						padding:0 10px;
						line-height:20px;
						font-weight:normal;
						text-transform:none;
					}
					ul.nav li ul li a:hover, ul.nav li ul li:hover {
						color:#4d4e53;
						background-color:#b3b3b3;
					}
					
/** Splash Page Specific **/
body.splash #content {
	position:relative;
	border-top:8px solid #616365;
	border-bottom:8px solid #616365;
	background-image:none;
}	
body.splash #footer {
	padding-top:70px;
}
#launcher {
	position:absolute;
	right:44px;
	top:144px;
	z-index:100;
}
	#launcher span {
		width:190px;
		height:103px;
		float:left;
		display:block;
		background:transparent url(../images/splash_button_bg.png) no-repeat 0 0;
	}
	#launcher a {
		display:block;
		width:164px;
		height:77px;
		margin-top:13px;
		margin-left:13px;
		text-indent:-8000px;
		background-image:url(../images/splash_button_sprite.gif);
		background-repeat:no-repeat;
	}
	a#btn-microsoft {
		background-position:0 0;
	}
	a#btn-microsoft:hover {
		background-position:0 -77px;
	}
	a#btn-aerospace {
		background-position:-164px 0;
	}
	a#btn-aerospace:hover {
		background-position:-164px -77px;
	}
	a#btn-public {
		background-position:-328px 0;
	}
	a#btn-public:hover {
		background-position:-328px -77px;
	}
	
	
#hero {
	margin-bottom:10px;
}

#splash {
	height:365px;
	background:#f07b04 url(../images/splash_watermark.gif) no-repeat 0 35px;
}	
#splashquote {
	float:right;
	padding-top:120px;
	padding-right:54px;
}

/** Sidebar Styles **/
.sidebar {
	border-bottom:2px solid #fff;
}
.sidebar-last {
	border:none;
}


#sidebar-quote img.quote {
	border-bottom:8px solid #73ae57;
}

#quotebox-wrapper {
	padding:11px;
	line-height:14px;
	background:transparent url(../images/sidebar_quote_bg.gif) repeat-y 0 0;
}
#quotebox-text {
	padding:6px 15px;
	background:transparent url(../images/sidebar_quote_box_repeat.gif) repeat-y 0 0;
}
/** Success Drivers List **/
ul#drivers-list {
	padding-left:0;
	list-style-type:none;
}
ul#drivers-list li {
	clear:left;
	font-size:13px;
	font-weight:bold;
	padding-bottom:4px;
}
ul#drivers-list li a {
	line-height:28px;
	text-decoration:none;
}
ul#drivers-list li a:hover, ul#drivers-list li a:active {
	text-decoration:underline;
}
ul#drivers-list li span {
	width:28px;
	height:28px;
	float:left;
	margin-right:10px;
	text-align:center;
	list-style-type:none;
	background:transparent url(../images/five_drivers/circle_small_off.png) no-repeat 0 0;
}
ul#drivers-list li.current span {
	background:transparent url(../images/five_drivers/circle_small_on.png) no-repeat 0 0;
}
ul#drivers-list li span img {
	margin-top:5px;
}

/** Success Drivers - Landing Pages **/
#driver-core {
	/*position:absolute;
	z-index:1;*/
}
#success-drivers {
	position:relative;
	margin-top:65px;
	margin-bottom:95px;
	/*width:737px;*/
}
#success-drivers .drivers {
	top:-48px;
	left:297px;
	position:absolute;
	/*z-index:2;*/
}
.driver {
	height:79px;
	overflow:visible;
}
* html .driver {
	position:relative;
}
.driver a.circle {
	float:left;
	width:72px;
	height:72px;
	display:block;
	text-align:center;
	background:transparent url(../images/five_drivers/circle_large_off.png) no-repeat 0 0;
}
.driver .circle, .driver a.circle:hover {
	background:transparent url(../images/five_drivers/circle_large_on.png) no-repeat 0 0;
}
.driver .circle img {
	margin-top:17px;
}
.driver div {
	position:relative;
	padding-top:23px;
	margin-left:76px; /*82*/
	/*border:10px solid #cc0000;*/
}
* html .driver div {
	margin-left:8px;
	position:absolute;
	width:340px;
}
.driver ul {
	display:none;
	color:#333;
	font-size:10px;
	line-height:13px;
	margin-left:14px;
}
#content-left .driver ul li {
	padding-bottom:0;
}
/*
.driver:hover ul {
	display:block;
}
*/
.driver strong {
	font-size:14px;
	line-height:20px;
}


/** Scheduling Tables **/
table.schedule {
	border-top:2px solid #9a9b9d;
	border-left:2px solid #9a9b9d;
	border-right:2px solid #9a9b9d;
	border-bottom:2px solid #9a9b9d;
}
table.schedule thead tr {
	background-color:#9a9b9d;
}
table.schedule tbody tr {
	background-color:#fafafa;
}
table.schedule th, table.schedule td {
	font-size:10px;
}
table.schedule th {
	color:#fff;
	line-height:14px;
	text-align:center;
	padding:2px 6px;
	vertical-align:bottom;
	
}
table.schedule td {
	padding:6px 6px;
	line-height:14px;
	border-bottom:1px solid #9a9b9d;
}
table.schedule td.location {
	font-size:15px;
}

/** Contact Bios **/
.bio-overview {
	width:344px;
	margin-left:-59px;
	margin-bottom:18px;
}
.bio-inner {
	padding-left:59px;
	position:relative;
	height:140px;
	border-bottom:8px solid #ea7125;
}
.bio-inner img {
	position:absolute;
	left:59px;
	bottom:0;
}
.bio-inner p {
	position:absolute;
	left:165px;
	bottom:0;
}

/* Clearfixins */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}