/*-----------------------------------------------------------------------------
Skills Inc Screen Stylesheet

version:	 1.0
date:		 [November 21, 2008]
author:		 [Ryan Salva]
modified by: [Scott Marlow, muse@marketingbymarlow.com]
-----------------------------------------------------------------------------*/

/* 

COLORS

Green body background:           #b2c23c
Red navigation active/
body link:                       #c7153a
Blue body link hover-rollover:   #0000ff
Grey navigation:                 #999999
Black navigation hover-rollover: #000000
Aqua h1 header:                  #4daa84
Blue h2 subheader:               #2a3077
Red h3 subheader:                #97333e
Lt Blue h4 subheader/
sidebar bulleted list:           #0053a0
Dark Grey body text:             #222222
Blue h1, h2 (Stories) headers:   #2a3077

DEFAULT STYLES
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0
}

body {
	background: #b2c23c;
	color: #222;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 50px 0
}

p, ul, ol, blockquote, h1, h2, h3, h4 {
	line-height: 1.5em;
	margin-bottom: 14px;
}

li {
	margin-bottom: 7px
}

li ul, li ol {
	margin-top: 7px; /* keeps the line spacing even */
	margin-bottom: 7px
}

h1, h2, h3, h4 {
	font-weight: bold
}

h1 {
	color: #4daa84; 
	font-size: 2.0em;
	font-weight: 600;
	text-transform: uppercase;
}

h2 {
	color: #2a3077;
	font-size: 1.8em 
}

h3 {
	color: #97333e;
	font-size: 1.6em
}

h4 {
	color: #0053a0;
	font-family: arial, sans-serif;
	font-size: .9em;
	margin: 0; 
	padding: 0
}

ul, ol, blockquote, code {
	padding-left: 30px;
}

img {
	border: none;
}

a {
	color: #c7153a; 
	text-decoration: none
}

a:hover {
	color: #00f;
	text-decoration: underline
}

a:active {
	color: #00f
}
a[href $='.pdf'] {
background: transparent url(../img/pdf-icon.gif) no-repeat top left;
padding-left: 20px
}

/* TABLES
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: Lucida Sans, Verdana, Arial, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	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
}


/* 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: #888;
	display: block;
	height: 20px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none
}

ul#Primary li a:hover {
	color: #000
}

ul#Primary li a.selected {
	background-image: url(../img/arrow.gif); 
	background-repeat: no-repeat; 
	background-position: 10px 50%;
	color: #c7153a;
	padding-left: 20px
}

/* ------ primry navigation, second level unordered lists ------  */

ul#Primary li ul {
	background: #fff;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;	top: auto; left: -2000em;
	width: 600px
}

ul#Primary li.hover a { 
	color: #000
}

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 */
	font-size: 11px;
	font-weight: normal;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px
}

ul#Primary li.hover ul li a { 
	color: #999
}

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.gif); 
		background-repeat: no-repeat; 
		background-position: 10px 50%;
		color: #c7153a;
		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: #000;
	display: block;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	margin: 0;
	padding: 0 10px
}

ul#Secondary li a:hover {
	text-decoration: underline
}

ul#Secondary li a.selected {
	background-image: url(../img/arrow.gif); 
	background-repeat: no-repeat; 
	background-position: 10px 50%;
	color: #c7153a;
	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#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: #97333e; 
	font-size: 1.2em;
	margin: 0; 
	padding: 0
}
/* removed per Allie 7/22
div#Left h3 + ul {
	font-weight: bold;
}
*/
div#Left h4 {
	color: #0053a0; 
	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: #0053a0;
	font-size: 11px; 
	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
}

/* 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: 20px; left: 20px
}

img#CARF {
	position: absolute; top: 20px; right: 20px
}
img#pri {
	position: absolute; top: 20px; right: 80px
}


/* Home (default.html)
-----------------------------------------------------------------------------*/

div.Home {
	background: #fff url(../img/bg-home-kate1.jpg) no-repeat left bottom !important;
}

div.Home h1 {
	margin: 0;
	text-transform: none;
}

div.Home div.Padding {
	padding-bottom: 0;
}

p.intro { 
	color: #0053a0;
	font-family: arial, verdana, sans-serif;
	font-weight: bold; 
	margin: 0
}

div#Splash {
}

div#SplashLeft {
	float: left;
	width: 443px	
}

div#SplashRight {
	float: left;
	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: none
}

div#SplashRight div.Story a {
display: block
}

div#SplashRight div.Story a:hover {
color: #2a3077;
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 {
	margin: 15px 0;
	width: 152px
}

div#SplashRight div.Story p {
background: #dd946b;
/*	background: #5576B6;*/
}

p#Caption {
	color: #c7153a;
	float: left;
	font-family: arial, verdana, sans-serif;
	font-size: .95em;
	margin-left: 20px;
	padding: 5px;
	width: 200px
}


/* STORIES (PERSONAL PROFILES)
-----------------------------------------------------------------------------*/

.OurStories h1 {
	color: #2a3077;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: .15em;
	margin: 0
}

.OurStories h1 span.BioName {
	color: #c7153a
}

div.Stats ul {
	font-family: arial, verdana, sans-serif;
	font-size: 1.1em
}

div.Stats ul li {
	margin: 0
}

div.Stats h2 {
	color: #2a3077;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1em;
	text-transform: uppercase
}

img#BioPhoto {
	position: absolute;	bottom: 0; left: 0;
}

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:#5092ce; font-weight: bold; margin:7px 0
}

/* image and padding for DDs */
#TJK_DL dd {
color: #5092ce; padding-left: 32px
}

/* styling all anchors in the DTs */
#TJK_DL dt a {
background:0 50% no-repeat; color:#5092ce; 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
}
