/*-----------------------------------------------------------------------------
Skills Inc Screen Stylesheet

version:	 1.0
date:		 [May 5, 2010]
author:		 [Ryan Salva]
modified by: [Scott Marlow, muse@marketingbymarlow.com]
-----------------------------------------------------------------------------*/

/* 

COLORS

Green body background:           #b2c23c
Orange navigation active:     	 #c33c00
Blue body link hover-rollover:   #0000ff
Dk Grey navigation:				#555555
Grey navigation hover-rollover: #111111
Dark Grey body text:             #222222
Lt Blue h4 subheader/
sidebar bulleted list:           #283079, #4F5691
Medium Blue:					#1e4b96

DEFAULT STYLES
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0
}
body {
	background: #b2c23c;
	color: #222;
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 15px 0
}
p, ul, ol, blockquote, h1, h2, h3, h4 {
	line-height: 1.5em;
	margin-bottom: 14px;
}
li {
	margin-bottom: 7px
}
#Wrapper li {
	font-size: 1.2em
}
li ul, li ol {
	margin-top: 7px; /* keeps the line spacing even */
	margin-bottom: 7px
}
h1, h2, h3, h4 {
	font-weight: bold
}
h1 {
	color: #222;
	font-size: 2.0em;
	font-weight: 600;
	text-transform: uppercase;
}
h2 {
	color: #555;
	font-size: 1.8em
}
h3 {
	color: #555;
	font-size: 1.6em
}
h4 {
	color: #555;
	font-family: arial, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0
}
p {
	font-size: 1.2em
}
ul, ol, blockquote, code {
	padding-left: 30px;
}
img {
	border: none;
}
a {
	color: #00f;
	text-decoration: underline
}
a:hover {
	color: #c33c00;
	text-decoration: none
}
a:active {
	color: #00f
}
a[href $='.pdf'] {
background: transparent url(../img/pdf-icon.gif) no-repeat top left;
padding-left: 20px
}
/* TABLES
-----------------------------------------------------------------------------*/
#register td td, #register td input {
	border: none
}
#register td {
	padding: 4px;
	vertical-align: top
}
table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: Lucida Sans, Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal
}
th, thead td {
	border-bottom: 2px solid #000;
	font-weight: bold;
	padding: 3px
}
td {
	padding: 3px
}
/* CONVENIENCE CLASSES
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden
}
.Visible {
	display: block;
	visibility: visible
}
.Clear {
	clear: both;
	float: none;
	margin-bottom: -1px; /* for Gecko based browsers */
	padding-bottom: 1px; /* for Gecko based browsers */
}
.Padding {
	padding: 0 40px 10px 10px
}
/* UTILITY BAR
-----------------------------------------------------------------------------*/
#skip {
	position: absolute;
	left: -2400px
}
div#utility {
	font-family: arial, verdana, sans-serif;
	margin: auto;
	position: relative;
	width: 960px
}
div#utility p {
	color: #00f;
	height: 2.5em; 
	line-height: 2.5em;
	text-align: right;
}
div#utility a {
	color: #00f;
	margin: auto 5px;
	text-decoration: none
}
div#utility a:hover {
	text-decoration: underline
}
UL#FontSize {
	width: 95px;
	float: right;
	list-style: none;
	padding: 5px 60px 5px 0;
	margin: 0;
}
UL#FontSize LI {
	float: left;
	width: 25px;
	padding: 0;
	margin-left: 5px;
	list-style: none;
}
UL#FontSize A {
	display: block;
	width: 25px;
	line-height: 25px;
	background-color: #ccc;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}
UL#FontSize A:hover, UL#FontSize LI A.Active:hover {
	background-position: 0 -25px;
}
UL#FontSize A:active {
	background-position: 0 -50px;
}
UL#FontSize LI#Small A {
	background-image: url(http://webdev.skillsinc.com/img/icon_small.gif);
}
UL#FontSize LI#Medium A {
	background-image: url(http://webdev.skillsinc.com/img/icon_medium.gif);
}
UL#FontSize LI#Large A {
	background-image: url(http://webdev.skillsinc.com/img/icon_large.gif);
	display: none
}
UL#FontSize LI.Active A {
	background-position: 0 -50px;
}
.Small {
	font-size: 100%%;
}
.Medium {
	font-size: 120%;
}
.Large {
	font-size: 140%;
}
/* HEADER
-----------------------------------------------------------------------------*/

div#Header {
	background: #fff url(../img/bg-header.png) no-repeat 0 0;
	_background: none; /* ie hack */
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-header.png", sizingMethod="crop");
	height: 120px;
	margin: 0 auto;
	position: relative;
	width: 960px
}
img#Logo {
	position: absolute;
	left: 20px;
	top: 30px;
}
/* ------ primary navigation, first level unordered list ------  */

ul#Primary {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 30px;
	left: 340px;
	width: 620px
}
ul#Primary li {
	/* first level list items are always visible */
	display: block;
	float: left;
	margin: 0;
	padding: 0
}
ul#Primary li a {
	color: #555;
	display: block;
	height: 20px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.4em;
	font-weight: 800;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none
}
ul#Primary li a:hover {
	color: #111 /*#888*/
}
ul#Primary li a.selected {
	background-image: url(../img/arrow_c33c00.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #c33c00;
	padding-left: 20px
}
/* ------ primry navigation, second level unordered lists ------  */

ul#Primary li ul {
	background: #fff;
	height: 60px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: auto;
	left: -2000em;
	width: 600px
}
ul#Primary li.hover a {
	color: #111
}
ul#Primary li.hover ul {
	top: 20px;
	left: 0;
	z-index: 10
}
ul#Primary li.active ul {
	top: 20px;
	left: 0;
	z-index: 1
}
ul#Primary li ul li {
	display: block;
	float: left
}
ul#Primary li ul li a {
	/* second level list items */
	color: #555;
	font-size: 1.1em;
	font-weight: normal;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom: 20px
}
ul#Primary li.hover ul li a {
	color: #555
}
ul#Primary li.hover ul li a:hover {
	color: #000
}
ul#Primary li ul li a.selected {
	/* on select state, highlight second level list items */
		background-image: url(../img/arrow_c33c00.gif);
	background-repeat: no-repeat;
	background-position: 10px 30%;
	color: #c33c00;
	padding-left: 20px
}
ul#Primary IFRAME {
	/* support for <select> fix in menu.js */
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -10;
 filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}
/* ------ secondary navigation, first level unordered list ------  */

ul#Secondary {
	height: 30px;
	list-style: none;
	margin: 0 0 1em -10px;
	padding: 0
}
ul#Secondary li {
	/* first level list items are always visible */
	display: block;
	float: left;
	margin: 0;
	padding: 0
}
ul#Secondary li a {
	color: #555;
	display: block;
	height: 30px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	margin: 0;
	padding: 0 10px
}
ul#Secondary li a:hover {
	color: #222;
	text-decoration: underline
}
ul#Secondary li a.selected {
	background-image: url(../img/arrow_c33c00.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #c33c00;
	padding-left: 20px
}
/* CANVAS
-----------------------------------------------------------------------------*/

div#Wrapper {
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 960px
}
div#Canvas {
}
p#Ancestors, p#Ancestors a {
	color: #666;
	font-size: .9em;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase
}
P#Ancestors A:hover {
	color: #f00;
	text-decoration: underline
}
div#imghead img {
	margin: 0 12px 12px 0;
}
/* SIDEBAR - LEFT
-----------------------------------------------------------------------------*/

div.Left {
	margin-left: 340px
}
div.Left620 {
	margin-left: 620px
}
div#Left {
	font-family: arial, verdana, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 340px
}
div#Left div.Padding {
	padding: 20px
}
div#Left h3 {
	color: #222;
	font-size: 1.2em;
	margin: 0;
	padding: 0
}
/* removed per Allie 7/22
div#left h3 + ul {
	font-weight: bold;
}
*/
div#Left h4 {
	color: #283079;
 font-weight;
	font-size: .9em;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
div#Left ul {
	list-style-image: url(../img/content-left-bullet.gif);
	margin: 0 0 14px 0;
	padding: 0 0 0 15px
}
div#Left ul li {
	color: #4F5691;
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 0
}
div#Left ul.disc {
	font-weight: bold;
	list-style-type: disc;
	list-style-image: url(../img/content-left-disc-blue.gif)
}
div#Left img {
	padding-bottom: 1.6em
}
div#TableRightJustify {
	clear: both;
	color: black;
	font-family: arial, verdana, sans-serif;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	top: 260px;
	left: 0;
	text-align: right;
	font-weight: bold;
	width: 100px
}
div#TableLeftJustify {
	clear: both;
	color: black;
	font-family: arial, verdana, sans-serif;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	top: 260px;
	left: 105px;
	text-align: Left;
	width: 235px
}
/* Footer
-----------------------------------------------------------------------------*/

#BottomCorners {
	background: url(../img/bg-footer.png) no-repeat 0 0;
	_background: none; /* ie hack */
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-footer.png", sizingMethod="crop");
	height: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 960px
}
#Footer {
	clear: both;
	color: white;
	font-family: arial, verdana, sans-serif;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: center;
	width: 960px
}
#Footer p {
	margin-bottom: 0
}
#Footer a {
	color: white;
	text-decoration: none
}
img#UnitedWay {
	position: absolute;
	top:30px;
	left: 10px
}
img#CARF {
	position: absolute;
	top: 30px;
	right: 10px
}
img#nadcap {
	position: absolute;
	top: 30px;
	left: 90px
}
img#as9100 {
	position: absolute;
	top: 30px;
	right: 60px
}
img#pri {
	position: absolute;
	top: 30px;
	right: 80px
}
/* Home (default.html)
-----------------------------------------------------------------------------*/

div.Home {
	background: #fff url(../img/bg-home-jeremy.jpg) no-repeat left bottom !important;
}
div.Home h1 {
	margin: 0;
	text-transform: none;
}
div.Home div.Padding {
	padding-bottom: 0;
}
p.intro {
	color: #555;
	font-weight: bold;
	margin-top: 0
}
div#Splash {
}
div#SplashLeft {
	float: left;
	width: 443px
}
div#SplashRight {
	float: left;
	height: 430px;
	overflow: hidden;
	width: 152px
}
div.Story {
	color: #fff;
	font-family: arial, verdana, sans-serif
}
div.Story p {
	margin: 0;
	padding: 5px
}
div.Story a {
	color: white;
	text-decoration: underline
}
div#SplashRight div.Story a {
	display: block
}
div#SplashRight div.Story a:hover {
	text-decoration: none
}
div.Story a:hover {
	text-decoration: underline
}
div#SplashLeft div.Story {
	margin: 15px 20px 15px 269px
}
div#SplashLeft div.Story p {
	background: #4daa84
}
div#SplashRight div.Story {
	background: #1e4b96;
	margin: 15px 0;
	width: 152px
}
div#SplashRight div.Story p {
}
p#Caption {
	float: left;
	font-family: arial, verdana, sans-serif;
	padding: 5px 10px;
	width: 433px
}
/* STORIES (PERSONAL PROFILES)
-----------------------------------------------------------------------------*/

.OurStories h1 {
	color: #222;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: .15em;
	margin: 0
}
.OurStories h1 span.BioName {
	color: #c33c00
}
div.Stats ul {
	font-family: arial, verdana, sans-serif;
	font-size: 1.1em
}
div.Stats ul li {
	margin: 0
}
div.Stats h2 {
	color: #666;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1em;
	text-transform: uppercase
}
img#BioPhoto {
	position: absolute;
	bottom: 0;
	left: 0;
}
img#LeftTopPhoto {
	position: absolute;
	Top: 0;
	left: 0;
Float Left
}
img#BioQuote {
	margin-left: -350px
}
p#NextStory {
	text-align: right
}
/*TJK TOGGLE SCRIPT */

/*  "Show All" + "Hide All" links */
#TJK_ToggleON, #TJK_ToggleOFF {
	margin-right:5px;
	padding:0 5px
}
/* zeroing out padding and margin */
#TJK_DL dd, #TJK_DL dt {
	margin:0;
	padding:0
}
/* margin for the DTs */
#TJK_DL dt {
	color:#0000ff;
	font-weight: bold;
	margin:7px 0
}
/* image and padding for DDs */
#TJK_DL dd {
	color: #4F5691;
	padding-left: 32px
}
/* styling all anchors in the DTs */
#TJK_DL dt a {
	background:0 50% no-repeat;
	color:#0000ff;
	padding-left:32px;
	text-decoration:none
}
#TJK_DL dt a:visited {
	color:#666
}
#TJK_DL dt a:visited:hover, #TJK_DL dt a:hover, #TJK_DL dt a:active, #TJK_DL dt a:focus {
	font-weight:bold
}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {
	background-image:url(../TJK_ToggleDL/toggleDLplus.gif)
}
#TJK_DL .DTminus a {
	background-image:url(../TJK_ToggleDL/toggleDLminus.gif)
}
/**********************************/

#TJK_DL .showDD {
	position:relative;
	top:0
}
#TJK_DL dd, .hideDD {
	top:-9999px;
	position:absolute
}
#TJK_ToggleON, #TJK_ToggleOFF {
	display:inline;
	cursor:pointer;
	cursor:hand
}

