/*************
Home Styles
*************/

div#WelcomeHeader {
}

div#WelcomeHeader img {
	float: right;
	margin-bottom: 50px;
}


div#WelcomeHeader h1 {
	border-bottom: 1px solid #9e9e9e;
}


div#WelcomeHeader div.introText {
	margin-bottom: 24px;
}

div#WelcomeHeader div.startText {
	font-size: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #9e9e9e;
	color: #3266cc;
}
div#WelcomeHeader div.startTextLink {
	margin-top: 6px;
	margin-bottom: 28px;
}
div#WelcomeHeader div.startTextLink a {
	color: #3266cc;
	text-decoration: none;
}
div#WelcomeHeader div.startTextLink a:hover {
	text-decoration: underline;
}



div#HomeChooser {
	position: relative;
}

div#HomeChooser div.intro {
	position: absolute;
	font: 9px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height: 10px;

	cursor: pointer; cursor: hand;
}

div#HomeChooser div.intro h3 {
	font-size: 9px;
	line-height: 10px;
	font-style: italic;
	font-weight: bold;
	margin: 0;

	padding: 4px 4px 2px 8px;
}

div#HomeChooser div.intro div {
	padding: 0;
	padding: 2px 4px 2px 8px;
}

div#HomeChooser div.orange h3 {
	color: #fcba63;
}

div#HomeChooser div.orange-highlighted {
	background-color: #fcba63;
}
div#HomeChooser div.orange-highlighted h3 {
	color: black;
}
div#HomeChooser div.orange-highlighted div {
	color: black;
}

div#HomeChooser div.green h3 {
	color: #006a72;
}
div#HomeChooser div.green-highlighted {
	background-color: #006a72;
}
div#HomeChooser div.green-highlighted h3 {
	color: white;
}
div#HomeChooser div.green-highlighted div {
	color: white;
}

div#Resilient {
	top: 33px; left: 354px;
	width: 218px;	height: 73px;
}

div#Military_Precision {
	top: 149px; left: 296px;
	width: 217px;	height: 60px;
}

div#Just-In-Time {
	top: 245px; left: 64px;
	width: 225px;	height: 69px;
}


div#Passive_Aggressive {
	top: 471px; left: 83px;
	width: 198px;	height: 75px;
}

div#Fits-and-Starts {
	top: 472px; left: 315px;
	width: 199px;	height: 76px;
}

div#Overmanaged {
	top: 359px; left: 344px;
	width: 232px;	height: 75px;
}

div#Outgrown {
	top: 253px; left: 583px;
	width: 228px;	height: 64px;
}





/*************
Section Styles
*************/

#profilerSection {
	background-image: url(../images/section-top-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 50px;
}

#profilerSection .blueLabel {
	font-size: 20px;
	color: #3266cc;
}

#profilerSection .blackLabel {
	font-size: 20px;
	color: #000000;
	line-height:20px;
}

#profilerSection #orgTypeTitle {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
	background-image: url(../images/orgtype-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#profilerSection #scoreRow {
	border-bottom: 1px solid #9e9e9e;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#profilerSection a.profilerButton {
	background-image: url(../images/button-bg.gif);
	padding-right: 40px;
	padding-left: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

#profilerSection a.profilerButton:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#profilerSection #actionTable {
	margin-bottom: 30px;
}

#profilerSection #actionTable td {
	height: 26px;
	vertical-align: middle;
}

#profilerSection #actionTable table {
	color: #ffffff;
}

#profilerSection #actionTable a {
	font-weight: bold;
	text-decoration: none;
}

#profilerSection #actionTable a:hover {
	color: #3366cc;
	text-decoration: underline;
}

#profilerSection #resultChartArea {
	background-color: #c9d5ff;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 35px;
	margin-bottom:25px;
}

#profilerSection #resultsTestArea ul {
	list-style-position: inside;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-top:2px;
}

#profilerSection #resultsTestArea li {
	margin-bottom: 2px;
}

#profilerSection .content1-white {
	color: #ffffff;
}