/* Begin CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, del, dfn, 
em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset,  label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fffdec;
	font-size:12px
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
		content: "";
}
blockquote, q {
		quotes: "" "";
}

/* End CSS Reset */

/* Begin Layout Styles */
#logocolumn {
	margin: 0px;
	padding: 0px;
	width: 141px;
	float: left;
	height: 1000px;
}
#maincolumn {
	float: left;
	position: relative;
	visibility: visible;
	width: 839px;
	margin: 0px;
	padding: 0px;
}

.logodivider {
	padding-bottom: 35px;
}

#firstlogo {
	margin-top: 53px;
}

#wrapper {
	width: 981px;
	float: left;
	position: relative;
	visibility: visible;
}

#header {
	width: 839px;
	height: 202px;
	float: right;
	background-image: url(images/animation.gif);
	background-repeat: no-repeat;
}

#join {
	margin-right: 16px;
	float: right;
}

#content {
	width: 839px;
	float: left;
	margin-left: 0px;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #cdcec0;
	vertical-align:top
}

#introdiv {
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#introdiv ul{
	margin-top: 7px;
}

div#subpgintro {
	color: #333;
	border-bottom: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #cdcec0;
	padding-bottom: 20px;
}

div#subpgintro h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#subpgintro h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

div#subpgintro h2 a {
	font-style: italic;
	color: #333;
	text-decoration: none;
}

div#subpgintro h2 a:hover {
	font-style: italic;
	text-decoration: underline;
	color: #005496;
}

#subpg-leftcol {
	width: 276px;
	padding-right: 40px;
	float: left;
	margin-top: 25px;
}

#subpg-content-rightcolwrap {
	float: left;
	margin-right: 19px;
	margin-top: 15px;
	width: 300px;
}

.subpg-content-rightcol{
	width: 264px;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #f4f7f8;
	padding-bottom: 10px;
}

.subpg-content-rightcolnobg{
	width: 300px;
	margin-right: 19px;
	margin-top: 5px;
	padding-top: 10px;
	float: left;
}

.subpg-content-calendar{
	width: 300px;
	margin-right: 19px;
	margin-top: 30px;
	padding-top: 10px;
	float: left;
}

.subpg-content-calendar a{
	background-image:url(images/calendar.jpg);
	opacity: 100;
	width: 282px;
	height: 298px;
	display: block;
	margin-left: -9px;
	margin-top: 6px;
}

.subpg-content-calendar a img{
	opacity: 0;
	width: 282px;
	height: 298px;
	display: block;
	-webkit-transition:opacity .5s linear;
	-moz-transition:opacity .5s linear;
	-o-transition:opacity .5s linear;
	transition:opacity .5s linear;
}

.subpg-content-calendar a img:hover,
.subpg-content-calendar a:visited{
	opacity: 100;
	width: 282px;
	height: 298px;
	display: block;
}

#portalswrapper {
	padding-top: 20px;
}

#portalswrapper #portal-left {
	width: 198px;
	background-color: #f3eee5;
	margin-right: 20px;
	float: left;
	background-image:url(images/portal_bottom_purple.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#portalswrapper #portal-center {
	width: 198px;
	background-color: #fef0dc;
	margin-right: 20px;
	float: left;
	background-image:url(images/portal_bottom_red.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#portalswrapper #portal-right {
	width: 198px;
	background-color: #fef2d8;
	float: left;
	background-image:url(images/portal_bottom_orange.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#portalswrapper .button {
	margin: 5px 0 10px 10px;
}

#leftcol {
	width: 635px;
	float: left;
	border-right: dotted;
	border-right-width: 2px;
	border-right-color: #cdcec0;
	padding-right: 20px;
}

#contact #leftcol, #providers #leftcol{
	min-height: 820px;
}

#home #leftcol{
}

#members #leftcol {
	min-height: 570px;
}

#about #leftcol {
	min-height: 935px;
}

#rightcol{
	width: 159px;
	float: left;
	padding-left: 23px;
}

#subpgsidebar {
	width: 162px;
	float: left;
	padding-left: 20px;
	padding-top: 4px;
}

#footerleft {
	float: left;
	margin-top: 20px;
	height: 50px;
	width: 575px;
	color: #8e8b92;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#footerright {
	float: right;
	margin-top: 22px;
	height: 50px;
}
/* End Layout Styles */




/* BEGIN NAVIGATION STYLES */

#navwrap {
	width: 839px;
	float: left;
	margin-bottom: 30px;
	margin-left: 0px;
	overflow: hidden;
}

#nav {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: hidden;
}

#nav li {
	display: inline;
}

#nav a:link,
#nav a:visited {
	color: #fff;
	padding: 5px 0px 5px 0px;
	float: left;
	border-right:2px solid #fffdec;
	text-decoration: none;
	font: bold 10px/10px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

#nav-about a:link, #nav-about a:visited {
	width: 85px;
}

#nav-providers a:link, #nav-providers a:visited {
	width: 224px;
}

#nav-resources a:link, #nav-resources a:visited {
	width: 110px;
}

#nav-public a:link, #nav-public a:visited {
	width: 144px;
}

#nav-members a:link, #nav-members a:visited {
	width: 158px;
}

#nav-contact a:link, #nav-contact a:visited {
	width: 108px;
	border-right: none;
}

#nav-resources a {
	background-color: #6a3f8c;
}

#nav-about a {
	background-color: #4cc1c2;
}

#nav-providers a {
	background-color: #1a76bc;
}

#nav-public a {
	background-color: #f7931e;
}

#nav-members a {
	background-color: #f05928;
}

#nav-contact a {
	background-color: #9b8471;
}

#resources #nav-resources a,
#about #nav-about a,
#providers #nav-providers a,
#public #nav-public a,
#members #nav-members a, 
#contact #nav-contact a, 
#nav-resources a:hover,
#nav-about a:hover,
#nav-providers a:hover,
#nav-public a:hover,
#nav-members a:hover,
#nav-contact a:hover {
	color:#384234;
}

#resources #nav-resources a, #nav-resources a:hover {
	background-color: #EBFCFC;
}

#about #nav-about a, #nav-about a:hover {
	background-color: #EDF2F7;
}

#providers #nav-providers a, #nav-providers a:hover {
	background-color: #F1EFF9;
}

#public #nav-public a, #nav-public a:hover {
	background-color: #FEEFEA;
}

#members #nav-members a, #nav-members a:hover {
	background-color: #FFEEDE;
}

#contact #nav-contact a, #nav-contact a:hover {
	background-color: #F2EDE9;
}

/* END NAVIGATION STYLES */

#leftcol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #384234;
}

#leftcol ul {
	list-style: none;
}

#leftcol ul li 
{
	padding-left: 20px;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 1.25 em;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
}

#rightcol {
	font-family: Arial, Helvetica, sans-serif;
	color: #384234;
	font-size: 12px;
}

#rightcolsub {
	font-family: Arial, Helvetica, sans-serif;
	color: #384234;
	font-size: 12px;
}


#rightcol p{
	margin-bottom: 16px;
}

#rightcol ul {
	list-style: none;
}

#rightcol li 
{
	padding-left: 15px;
	background-image: url(images/blue_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .15em;
	line-height: 1.25 em;
	margin-bottom: 16px;
}

.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #63BC47;
}

.subpgintro {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6B3F99;
}

#portalswrapper .portal-text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	padding: 10px 5px 5px 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#portalswrapper .portal-text strong{
	font-weight: bold;
}

#subpg-content p{
	color: #66554F;
}

.divider{
		border-bottom: dotted;
		border-bottom-width: 2px;
		border-bottom-color: #cdcec0;
		margin-top: 20px;
		margin-bottom: 20px;
}

#subpg-leftcol ul{
		border-bottom: none;
		color: #66554F;
}

#subpg-content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #006BA4;
	margin-bottom: 3px;
}

#subpg-leftcol em{
	font-style: italic;
}

#subpg-leftcol .indent{
	display: block;
	margin-left: 20px;
}

#subpg-leftcol h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #62bb47;
	line-height: 18px;
	margin-bottom: 3px;
}

#subpg-leftcol p span a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	color: #1a76bc;
}

#subpg-leftcol p span a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	color: #006BA4;
}

#subpg-leftcol p{
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 7px;
}

#subpg-leftcol p a{
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #66554F;
	font-style: italic;
	text-decoration: none;
}

#subpg-leftcol p a:hover{
	margin-bottom: 10px;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #1A76BC;
	font-style: italic;
	text-decoration: underline;
}

#subpg-leftcol ol {
	margin-bottom: 14px;
}

#subpg-leftcol ol li{
	line-height: 14px;
	margin-bottom: 5px;
	list-style-image: none;
	font-size: 13px;
	color: #66554F;
}

#subpg-leftcol a .clickformore{
	color: #444;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

#subpg-leftcol a .clickformore:hover{
	color: #1a76bc;
	text-decoration: underline;
	font-size: 12px;
}

#members #subpg-leftcol a {
	font-style: italic;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 15px;
	color: #66554f;
	font-size: 13px;
}

#members #subpg-leftcol a:hover{
	color: #1a76bc;
	text-decoration: underline;
}

#subpg-leftcol .indent a:hover{
	color: #56a9e9;
}

#subpg-leftcol .indent strong{
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #384234;
}
.subpg-content-rightcol p{
	padding-right: 20px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #66554F;
	font-weight: normal;
}

.subpg-content-rightcol em{
	font-size: 12px;
	line-height: 17px;
	color: #064366;
	font-style: italic;
}

.subpg-content-rightcol .sourcetxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #384234;
	font-style: italic;
}

.subpg-content-rightcol ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-image: none;
	color: #384234;
}

.subpg-content-rightcol img{
	margin-bottom: 30px;
	z-index: 1;
}

#providers .subpg-content-rightcol img {
	margin-bottom: 10px;
}

.subpg-content-rightcol .divider {
	margin: 15px 0px 20px 0px;
}

.subpg-content-rightcol p a{
	color: #1A76BC;
	font-family: Arial, Helvetica, sans-serif;
}

.subpg-content-rightcol p a:hover{
	color: #006BA4;
	font-family: Arial, Helvetica, sans-serif;
}

#subpgsidebar {
	font-family: Arial, Helvetica, sans-serif;
}

#subpgsidebar p{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
	color: #384234;
	font-size: 12px;
	line-height: 18px;
}

#subpgsidebar a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #384234;
}

#subpgsidebar li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding-top: 4px;
	color: #384234;
}

#subpgsidebar a:hover{
	color: #1a76bc;
}

#subpgsidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #006BA4;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}

#subpgsidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

#subpgsidebar p strong {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#footerright .smgraytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #B3B3B3;
}

#footerleft a, #footerright a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}

#footerleft  a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	color: #8e8b92;
}

#footerright a {
	text-decoration: underline;
	color: #B3B3B3;
}

#footerleft a:hover, #footerright a:hover {
	color: #1a76bc;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1a76bc;
}

.closewindow a{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 11px;
	color: #63BC47;
	padding-top: 200px;
	margin-left: 20px;
}

/* CSS FOR PHOTO ENLARGEMENTS BELOW */
.photofloat {
	float: right;
	padding: 25px 35px 0px 35px;
	width: 270px;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

/*CSS for enlarged image*/
.thumbnail span{ 
	position: absolute;
	background-color: #064366;
	padding: 10px 10px 10px 10px;
	left: -1000px;
	visibility: hidden;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	z-index: 50;
}

.thumbnail span img{ 
	border-width: 0;
	padding: 2px;
	z-index: 50;
}

/*CSS for enlarged image on hover*/
.thumbnail:hover span{
	visibility: visible;
	top: -410px;
	left: 0px;
	z-index: 50;
}
/*left position above is where enlarged image should offset horizontally
  top therefore controlls where the picture will appear vertically*/
  
/* Form Styling */
.formfield {
	background-color: #fff;
	width: 250px;
}

input, textarea {
background:#fff;
background:url(images/formbg.gif) repeat;
}
 
textarea:focus, input:focus {
background:#fff;
background:url(images/formbg.gif) repeat;
}

/* End Form Styling */

