/* =universal - Set everything to square 1
----------------------------------------------*/
*
{
	
}


html, body, form, fieldset, p, ul, ol, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Tahoma, Arial, Verdana, Sans-Serif, SansSerif;
	font-size: 14px;
	color: black;
}

/* =headings - h1 - h4
----------------------------------------------*/
h1
{
	font-size: 18px;
	font-weight: bold;
	color: black;
	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: black; 
	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: black;
	text-decoration: none;
}
a:link
{
	color: black;
	text-decoration: none;
}
a:active
{
	color: black;
	text-decoration: none;
}
a:hover
{
	color: black;
	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: black;
}

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;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#header
{
	margin: 0px;
	padding: 0px;
	width: 770px;
	height: 136px;
	border-bottom: solid 1px black;
}

#header img.logo
{
	width: 240px;
	height: 115px;
	border: none;
	display: block;
}

#header img.photo
{
	height: 0px;
	display: none;
	visibility: hidden;
}

#header-questions
{
	display: none;
}

#storyHolder
{
	display: none;
}

#tagline
{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	display: none;
	visibility: hidden;
}

#tagline table
{
}

#tagline td.title
{
}

#tagline td.readmore
{
}

#tagline a
{
}

#main
{
}

#navigation
{
	width: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: none;
	visibility: hidden;
}

#navigation img
{
	border: none;
}

#content
{
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer
{
	height: 0px;
	display: none;
	visibility: hidden;
}

#footer a
{
}

#wcag
{
	display: none;
	visibility: hidden;
}

#designedby
{
	display: none;
	visibility: hidden;
}

#news
{
	display: none;
	visibility: hidden;
}

#news p
{
}

#news a
{
}

#news a:hover
{
}

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
{
	display: none;
	visibility: hidden;
}

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;
	margin-bottom: 30px;
}

div#ContactForm .heading
{
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border-bottom: solid 1px #666666;
	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;
}
.provider-grid
{
	border: solid 1px black;
	font-family: Tahoma, Arial, Verdana, Sans-Serif, SansSerif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.provider-grid-header
{
	color: black;
	text-align: left;
	background-color: #eeeeee;
}

.provider-grid-header th
{
	padding: 3px;	
	padding-left: 6px;
}

.provider-grid-header a
{
	color: black;
	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: #eeeeee;
	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: black;
	text-align: left;
	background-color: #eeeeee;
	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: black;
	text-decoration: underline;
	font-weight: normal;
}
.provider-grid-pager a:hover
{
	text-decoration: underline;
}

.provider-name
{
	width: 100%;
	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 black;
	border-bottom: solid 1px black;
}

.provider-name h2
{
	padding: 0px;
	margin: 0px;
}

.provider-name-profit
{
	width: 100%;
	margin-top: 11px;
	margin-bottom: 6px;
	padding-top: 12px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

.provider-name-profit h2
{
	padding: 0px;
	margin: 0px;
}

.provider-name-profit .footnote
{
	color: #606060;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-right: 8px;
	float: right;
}

.provider-data
{
	width: 100%;
	font-size: 12px;
}

.provider-icons
{
	display: none;
	visibility: hidden;
}

.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
{
	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: 100%;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

