/* Structural DIVs */

body {
	background: #fff;
	font-size: 11px;
	line-height: 17px;
}

div#wrap {
	width: 576px;
	background: transparent;
}

div#topBar {
	height: 46px;
	width: 576px;
	overflow: hidden;
	background: #fff;
}

div#banner {
	height: 168px;
	width: 576px;
	overflow: hidden;
	background: transparent;
}

div#content {
	float: left;
	background: transparent;
	width: 516px;
	padding: 0 30px 0 30px;
}

div#footer {
	color: #fff;
	font-size: 11px;
	clear: both;
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	width: 567px;
}

div#preFooterOuter {
	background: #fff;
	float: left;
	width: 567px;
}

div#preFooter {
	margin: 0;
	padding: 30px 45px 30px 30px;
	border: 0;
	overflow: hidden;
	line-height: 11px;
	vertical-align: middle;
	color: #000;
	font-size: 9px;
	width: 489px;
	background: #fff;
}


/* Other DIVs */

div#topBarRight {
	float: right;
	margin: 27px 10px 0 0;
	font-size: 10px;
}

ul#subNav {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 12px;
}

ul#subNav li {
	padding: 0;
	margin: 0;
	list-style: none;
	background: url("../../handouts/images/backgrounds/subNav.gif") no-repeat bottom left;
	padding: 2px 0 2px 10px;
	line-height: 15px;
}

ul#subNav ul.child {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 5px 0;
}

ul#subNav ul.child li {
	margin: 0;
	padding: 0;
	background: url("../../handouts/images/arrows/subNavChild.gif") no-repeat 0 5px;
	padding: 0 0 0 10px;
}

div#text {
	padding: 0 25px 15px 15px;
	font-size: 11px;
	line-height: 17px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	}
	
ul li {
	background: url("../../site/designs/content/images/arrows/greenBullet.gif") no-repeat 2px 6px;
	padding: 0 0 6px 12px;
	line-height: 17px;
	}
	
ol {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 20px;
	padding-right: 10px;
}

ol li {
	margin: 0;
	padding: 0;
	padding: 0 0 6px 0;
	line-height: 17px;
}

ol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	}
	
ol ul li {
	background: url("http://images.fastcompany.com/nav/tabs/left_bull.gif") no-repeat 0 3px;
	padding: 0 0 6px 16px;
	line-height: 17px;
	}


/* Typography */

h1 {
	font-family: georgia, 'Times New Roman', times, serif;
	font-size: 24px;
	border-bottom: 3px solid #69B445;
	color: #69B445;
	padding-bottom: 6px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin: 15px 0 0 0;
	padding-bottom: 1px;
	font-family: georgia, 'Times New Roman', times, serif;
	display: block;
	color: #69B445;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin: 15px 0 0 0;
	padding-bottom: 1px;
	display: block;
	color: #69B445;
}

p {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	padding: 5px 0;
}


/* Links */

div#topBarRight a:link, div#topBarRight a:active, div#topBarRight a:visited { 
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

div#topBarRight a:hover {
	text-decoration: underline;
}

ul#subNav li a:link, ul#subNav li a:active, ul#subNav li a:visited {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

ul#subNav li a:hover {
	color: #fff;
}

div#text a:link, div#text a:active, div#text a:visited {
	color: #1C9DC7;
	border-bottom: 1px dashed #1C9DC7;
	padding-bottom: 1px;
	text-decoration: none;
}

div#text a:visited {
	color: #533571;
	border-bottom: 1px dashed #533571;	
}

div#text a:hover {
	border: 0;
}

/* Image Styles */

div.headshot {
	float: left;
	width: 90px;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}

