/* =universal - Set everything to square 1
----------------------------------------------*/
*
{
	
}


html, body, form, fieldset, p, ul, ol, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFFFFF;
	background-image: url(../images/background-body.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Verdana, Sans-Serif, SansSerif;
	font-size: 14px;
	color: #666666;
}

/* =headings - h1 - h4
----------------------------------------------*/
h1
{
	font-size: 18px;
	font-weight: bold;
	color: #393939;
	padding-top: 10px;
	margin-bottom: 16px;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 8px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-top: 4px;
}

h4
{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 4px;
	padding-top: 4px;
	text-decoration: underline;
}

/* =basics - 
----------------------------------------------*/
p, ul, ol, blockquote, dl
{
	color: #666666; 
	font-size: 14px; 
	line-height: 20px;
}

p
{
	padding-top: 3px;
	margin-left: 3px;
	margin-right: 0;
	margin-bottom: 12px;
}

ul, ol, blockquote
{
	margin-left: 22px;
	margin-bottom: 12px;
}

ol
{
	margin-left: 35px;
	margin-bottom: 12px;
}

a
{
	color: #8F4897;
	text-decoration: underline;
}
a:link
{
	color: #8F4897;
	text-decoration: underline;
}
a:active
{
	color: #6EB262;
	text-decoration: underline;
}
a:hover
{
	color: #6EB262;
	text-decoration: none;
}

sup
{
	font-size : 9px;
}

/* =forms - Form Elements
----------------------------------------------*/
form
{
}
input, textarea, select
{
	font-size: 12px;
	font-family: 'Lucida Console', Courier New, Courier;
	color: #333;
}

select
{
	z-index: 1;
}

input.button,
input.Button
{
	padding-left: 4px;
	padding-right: 4px;	
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, Sans-Serif, SansSerif;
	margin: 1px;
}

/* =error - Errors
----------------------------------------------*/
.error
{
	font-weight: bold;
	color: #DC241F;
	margin: 0 5px 0 5px;
	padding: 2px 5px 2px 5px;
}

/* =page elements
----------------------------------------------*/
#container-main
{
	margin-top: 9px;
	width: 770px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#header
{
	margin: 0px;
	padding: 0px;
	width: 770px;
	height: 136px;
	background-image: url(../images/background-header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#header img.logo
{
	width: 240px;
	height: 115px;
	border: none;
	display: block;
}

#header img.photo
{
	width: 530px;
	height: 115px;
	border: none;
	float: right;
}

#header-questions
{
	width: 330px;
	float: right;
	padding: 15px 0px 0px 170px;
}

#header-questions ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header-questions ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 4px;
	list-style-image: url(../images/bullet-ask.gif);
}

#tagline
{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 770px;
	height: 21px;
	background-image: url(../images/background-tagline.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
}

#tagline table
{
	height: 21px;
	border: none;
	margin: 0px;
	padding: 0px;
}

#tagline td.title
{
	height: 21px;
	font-size: 11px; 
	font-style: italic; 
	text-align: right; 
	padding-right: 10px; 
	padding-left: 12px;
	background-image: url(../images/story-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #F1EEDB;
}

#tagline td.readmore
{
	height: 21px;
	width: 72px;
	background-image: url(../images/story-right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
}

#tagline a
{
	color: #393939;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
}

#main
{
	width: 770px;
	background-color: White;
	background-image: url(../images/background-main.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navigation
{
	width: 147px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/nav-top-tall.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#navigation img
{
	border: none;
}

#content
{
	padding-top: 10px;
	padding-right: 10px;
	margin-left: 155px;
}

#storyHolder
{
	width: 370px; 
	height: 362px; 
	position: relative;
	margin-bottom: 5px;
}

#storyHolder .story
{
	display: none; 
	position: absolute; 
	left: 0px; 
	top: 0px;
}

#storyHolder .story img
{
	border: solid 1px #903f98;
	width: 368px;
}

#footer
{
	width: 770px;
	height: 27px;
	background-image: url(../images/background-footer.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 11px;
	color: White;
	padding-top: 6px;
	text-align: center;
}

#footer a
{
	color: White;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

#wcag
{
	padding-bottom: 20px;
	padding-top: 6px;
	float: left;
	font-size: 12px;
	color: #333;
}

#designedby
{
	padding-bottom: 20px; 
	padding-top: 8px;
	float: right;
}

#designedby a
{
	text-decoration: none;
	font-size: 10px;
	color: #333;
}

#news
{
	width: 230px;
	background-image: url(../images/news-background.gif);
	background-position: left top;
	background-repeat: repeat-y;
	float: right;
	font-size: 11px;
	color: White;
	margin: 10px 0px 30px 0px;
	display: inline;
}

#news p
{
	line-height: 12px;
	margin: 5px 10px 12px 15px;
}

#news a
{
	color: White;
	text-decoration: none;
}

#news a:hover
{
	text-decoration: underline;
}

div.clear
{
	margin: 0px;
	padding: 0px;
	height: 1px;
	clear: both;
}

table.NewsArchive td
{
	padding-right: 10px;
	padding-bottom: 6px;
}

table.history
{
	width: 594px;
	border-bottom: solid 1px #DFDFDF;
	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;
	margin-top: 10px;
}

table.history tr
{
	vertical-align: top;
	height: 22px;
}

table.history tr.header
{
	font-weight: bold;
	background: #F5F5F5;
}

table.history td
{
	border-top: solid 1px #DFDFDF;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 3px;
}

table.history td.date
{
	padding-right: 10px;
}

table.training
{
	width: 594px;
	border-bottom: solid 1px #DFDFDF;
	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;
	margin-top: 10px;
}

table.training tr
{
	vertical-align: middle;
	height: 22px;
}

table.training tr.header
{
	font-weight: bold;
	background: #F5F5F5;
}

table.training td
{
	border-top: solid 1px #DFDFDF;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 3px;
}

table.training td.date
{
	width: 190px;
}

table.training td.time
{
	width: 190px;
}

table.training td.location
{
	width: 134px;
}

table.training td.register
{
	width: 80px;
	text-align: center;
}

table.training td img
{
	border: none;
}

div.training-class
{
	margin-bottom: 30px;
}

/* page subnav */
div#rightnav {
	width: 170px;
	float: right;
	color: #6B6B6B;
	background-color: #F5F5F5;
	border: 2px solid #DFDFDF;
	margin-top: 6px !important;
	margin-top: 6px;
	margin-bottom: 15px;
	margin-left: 15px;
}
div.rightnavhead {
	text-align: center;
	font-size: 12px;
	background: #eee;
	color: #903F98;
	padding: 3px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
div#rightnav ul { margin-left: 0px; padding: 0px;}
div#rightnav ul li { list-style: none; padding: 0px; line-height: 16px;}
div#rightnav ul li a:link, div#rightnav ul li a:visited {
	display: block;
	padding: 2px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	border-top: solid 1px #F5F5F5;
	border-bottom: solid 1px #F5F5F5;
	width: 155px;
	font-size: 11px;
	padding-left: 12px;
}
div#rightnav ul li a:hover {
	color: #903F98;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D7D7D7;
	border-bottom-color: #D7D7D7;

}

div#rightnav ul li a.current 
{
	/*color: #903F98; */
	background-image: url(../images/background-subnav.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* staff page */
img.staff
{
	border: solid 1px #666666;
	margin-right: 16px;
	margin-top: 4px;
	float: left;
}

/* FAQ page */
.Question
{
	margin-top: 18px;
	margin-bottom: 12px;
}

.Q
{
	float: left;
	margin-right: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #903F98;
}

.A
{
	float: left;
	margin-right: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #6EB262;
	margin-left: -26px;
}

.Answer
{
	border-bottom: dotted 1px #666666;
	padding-bottom: 8px;
	margin-left: 26px;
}

/* Special Project */
span.project-title 
{
	text-decoration: underline;
}

p.project-footer 
{
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 12px;
	border-bottom: dotted 1px #666666;
}

/* Training */
.training-title 
{
	font-weight: bold;
	font-style: italic;
}

/* Contact Us */
div#ContactForm
{
	border: solid 1px #666666;
	background-color: #F1EEDB;
	margin-bottom: 30px;
}

div#ContactForm .heading
{
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border-bottom: solid 1px #666666;
	background-color: #C5C5C5;
	font-size: 11px;
}

div#ContactForm .form
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#ContactForm .label
{
	margin-right: 6px;
}

div#ContactForm .erroricon
{
	margin-left: 6px;
}

div#ContactForm table tr
{
	vertical-align: middle;
	height: 30px;
}

#DirectoryMenu
{
	min-height: 100px;
	max-height: 5000px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 0px;
	background-image: url(../images/nav-bkgd-directory.jpg); 
	background-position: left top; 
	background-repeat: no-repeat;
}

#DirectoryMenu ul.categories
{
	margin-left: 0px;
	margin-top: 6px;
	line-height: 14px;
	font-size: 12px;
	width: 120px;
	padding-left: 10px;
}

#DirectoryMenu ul.categories li
{
	margin-left: 0px;
	list-style-type: none;
	padding-bottom: 8px;
}

#DirectoryMenu ul.services
{
	margin-left: 0px;
	margin-top: 6px;
	line-height: 11px;
	font-size: 10px;
	width: 120px;
	padding-left: 8px;
	margin-bottom: 0px;
}

#DirectoryMenu ul.services li
{
	margin-left: 0px;
	list-style-type: none;
	padding-bottom: 4px;
}

#DirectoryMenu ul.services li a.alt
{
	color: #f0f0d0;
}

#DirectoryMenu a
{
	color: #ffffff;
	text-decoration: none;
}

#DirectoryMenu a:link
{
	color: #ffffff;
	text-decoration: none;
}
#DirectoryMenu a:active
{
	color: #ffffff;
	text-decoration: underline;
}
#DirectoryMenu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
#trailDirectory
{
	font-weight: bold;
	font-size: 11px;
	padding-top: 8px;
	color: #666;
}
#trailDirectory span
{
	padding-right: 4px;
}
#trailDirectory a
{
	text-decoration: none;
}
#trailDirectory a:hover
{
	text-decoration: underline;
}
#trailDirectory a:visited
{
	text-decoration: none;
}
#trailDirectory span.node
{
	text-decoration: none;
	background-image: url(../images/background-subnav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#DirectoryMenu .directory-ideas
{
	background-color: #F1EEDB;
	margin-left: 6px;
	width: 125px;
	height: 24px;
	border: solid 1px #8F4897;
	font-size: 12px;
	text-align: center;
	padding-top: 7px;
}

#DirectoryMenu .directory-ideas a
{
	color: #333;
}

#DirectoryMenu .directory-support
{
	margin-left: 6px;
	width: 125px;
	border: solid 1px #8F4897;
	margin-top: 7px;
}

.provider-grid
{
	border: solid 1px #903F98;
	font-family: Tahoma, Arial, Verdana, Sans-Serif, SansSerif;
	font-size: 11px;
	width: 590px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.provider-grid-header
{
	color: #fff;
	text-align: left;
	background-color: #903F98;
}

.provider-grid-header th
{
	padding: 3px;	
	padding-left: 6px;
}

.provider-grid-header a
{
	color: #fff;
	text-decoration: none;
}

.provider-grid-header a:hover
{
	text-decoration: underline;
}

.provider-grid-item
{
	background-color: white;
	vertical-align: top;
	color: #333;
}
.provider-grid-item td
{
	padding: 3px;
	padding-left: 6px;
}
.provider-grid-item a
{
	color: #333;
	text-decoration: none;
}
.provider-grid-item a:hover
{
	text-decoration: underline;
}

.provider-grid-altitem
{
	background-color: #F1EEDB;
	vertical-align: top;
	color: #333;
}
.provider-grid-altitem td
{
	padding: 3px;
	padding-left: 6px;
}
.provider-grid-altitem a
{
	color: #333;
	text-decoration: none;
}
.provider-grid-altitem a:hover
{
	text-decoration: underline;
}
.provider-grid-pager
{
	color: #fff;
	text-align: left;
	background-color: #903F98;
	font-size: 11px;
	text-align: center;
}
.provider-grid-pager td
{
	padding-left: 3px;
	padding-right: 3px;
}
.provider-grid-pager span
{
	font-weight: bold;
}
.provider-grid-pager a
{
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
.provider-grid-pager a:hover
{
	text-decoration: underline;
}

.provider-name
{
	width: 590px;
	margin-top: 11px;
	margin-bottom: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

.provider-name h2
{
	padding: 0px;
	margin: 0px;
}

.provider-name-profit
{
	width: 590px;
	margin-top: 11px;
	margin-bottom: 6px;
	padding-top: 12px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border: solid 1px #666666;
	background: #903f98;
}

.provider-name-profit h2
{
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}

.provider-name-profit .footnote
{
	color: #e0e0e0;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-right: 8px;
	float: right;
}

.provider-data
{
	width: 590px;
	font-size: 12px;
}

.provider-icons
{
	width: 590px;
	font-size: 12px;
}

.provider-label
{
	font-weight: bold;
	padding-right: 6px;
	text-align: right;
	vertical-align: top;
}

.provider-heading
{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	margin-top: 14px;
	margin-bottom: 6px;
}

.provider-text
{
	width: 565px;
	padding-left: 18px;
	font-size: 12px;
}

.provider-text p, .provider-text td, .provider-text ul, .provider-text ol, .provider-text blockquote, .provider-text dl
{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 4px;
}

.provider-disclaimer
{
	width: 590px;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

.survey-table td, .survey-table th { font-size: 12px; }
.survey-table td.number, .survey-table td.question { padding-right: 4px; padding-top: 6px; }
.survey-table td.answers { padding-right: 15px; }
.survey-table td.errors { padding-top: 6px; }
