/*  
	OUR ROOTS CSS
	Put CSS in here to be used anywhere on site
	CSS by Ian Russell @ EVOLVS.COM  Feb 2006
	www.evolvs.com | ian@evolvs.com
	Blue: #32649a;
*/

/*div {
	border: 1px solid #4affff;
} */

body {
	padding: 0px;
	margin: 0px;
	background: #fff url(../images/bg.png) 0px 97px repeat-x;
	font: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 16px;	
}

a {
	text-decoration: none;
}

/* CONTAINER
––––––––––––––––––––––––––––––––
*/ 

#masterContainer {
	background: url(../images/topbox-bg.jpg) left top repeat-x;
	padding-top: 0px;
}

#masterContainer a:link, #masterContainer a:visited {

}

#masterContainer a:hover {
	text-decoration: underline;
}

#headerLeft {
	background: url(../images/topbox-left-bg.jpg) left top no-repeat;
}

#headerRight {
	background: url(../images/topbox-right-bg.jpg) right top no-repeat;
}

#contentWrap {
	width: 780px;
	text-align: left;
	/*border: 1px solid springgreen;*/
}

#headerBox {
	background: url(../images/topbox-map-bg.png) center top no-repeat;
	position: relative;
	text-align: left;
}

/* LOGO */

#logo {

}

#logo h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	width: 320px;
	background: url(../images/logo.png) 0px 5px no-repeat;
	text-indent: -9999px;
}

/* NAV
––––––––––––––––––––––––––––––––
*/ 

#nav {
	height: 20px;
	position: absolute;
	left: 0px;
	top: 70px;
	margin-right: 10px;
	overflow: hidden;
}

#nav div {
	background: url(../images/nav-tab-left.png) left top no-repeat;
	float: left;
	margin: 0px 3px 0px 3px;
	/* Splits the tabs apart and allows for the negative margin below */
}

#nav  h1 {
	background: url(../images/nav-tab-right.png) right top no-repeat;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	/*This allows the right tab to not overlap the background of the div */
	font-size: .8em;
	font-weight: bold;
}

#nav  a {
	text-decoration: none;
	color: #000;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
	display: block;
	/*text-shadow: 2px 2px 2px #777;*/
}

#nav a:hover {
	background: url(../images/nav-tab-arrow.png) center bottom no-repeat;
	text-decoration: none;
	color: #134f94;
}

#nav  a.current {
	background: url(../images/nav-tab-arrow.png) center bottom no-repeat;
	color: #134f94;
}

#headerBox #fontSwitcher {
	float: right;
	position: absolute;
	right: 0px;
	top: 70px;
	font-size: 10px;
}

.SwitcherStandard
{
    color: #000;
	font-weight: bold;
}

.SwitcherStandardSelected
{
    color: #000;
	font-weight: bold;
	text-decoration: underline;	
}

.SwitcherLarge
{
    color: #000;
	font-weight: bold;    
    font-size: 12px;
}

.SwitcherLargeSelected
{
    color: #000;
	font-weight: bold;    
    font-size: 12px; 
	text-decoration: underline;	      
}

/*
#headerBox #fontSwitcher a {
	color: #000;
	font-weight: bold;
}

#headerBox #fontSwitcher a.large {
	font-size: 12px;
}

#standardType #headerBox #fontSwitcher a.standard {
	text-decoration: underline;
}

#largerType #headerBox #fontSwitcher a.large {
	text-decoration: underline;
}
*/


/* CONTENT AREA
––––––––––––––––––––––––––––––––
*/ 

#contentArea {
	line-height: 1.5em;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	color: #666666;
	position: relative;
}

#contentArea h1 {
	font-size: 20px;
	padding: 3px 0px 3px 8px;
	border-left: 7px solid #b3d7f9;
	margin: 0px;
	color: #20639a;
	font-weight: normal;
	line-height: 18px;
}

#contentArea h2 {
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	color: #20639a;
	font-weight: normal;
	line-height: 18px;
	display: inline;
}

#contentArea i {
	font-style: normal;
	color: #000;
}

#contentArea b {
	color: #262626;
}

#contentArea a, #contentArea a:link, #contentArea a:visited {
	color: #32649a;
}

#contentArea a.arrowLink {
	display: block;
	font-size: 10px;
	padding-left: 12px;
	background: url(../images/link-arrow.png) left center no-repeat;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
	color: #000;
}

/* blueBox
––––––––––––––––––––––––––––––––
*/ 

.blueBox {
	background: url(../images/box-bg.jpg) left top no-repeat;
	width: 200px;
}

.blueBox h3 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	vertical-align: middle;
	/*text-shadow: #004e7d 1px 1px 2px;*/
	border-width: 0px;
}

.blueBox h3.find {
	background: url(../images/box-header-find.png) right top no-repeat;
}

.blueBox h3 a, .blueBox h3 a:link, .blueBox h3 a:visited {
	display: block;
	color: #fff;
	font-size: 12px;
	color: #dfe7ef;
	line-height: 25px;
	vertical-align: middle;
	padding-right: 14px;
	margin-right: 5px;
	background: url(../images/header-arrow.png) right center no-repeat;
	float: right;
}

.blueBox h3 a:hover {
	color: #fff;
}

.blueBox .searchBox {
	background: url(../images/box-spacer.png) left bottom repeat-x;
}

.blueBox .content {
	padding: 6px;
	/*background: url(../images/shadowbox-bottom.png) left bottom no-repeat;*/
	font-size: .8em;
}

.blueBox .dotLine {
	background: url(../images/shadowbox-horzline.png) left bottom no-repeat;
}

.blueBox strong {
	font-size: 1.2em;
	color: #000;
}

.blueBox form input {
	background: #e4edf7 url(../images/box-field-bg.png) left top no-repeat;
	border-width: 0px;
	font-size: 1em;
}

/* FRONT PAGE */

#column1 {
	float: left;
}

#column1 #whatsNew {
	background: url(../images/blueborder-box.png) left top no-repeat;
	margin-top: 12px;
	padding: 10px;
}

#column1 #whatsNew a {
	font-size: .8em;
	display: block;
	padding: 2px 2px 2px 20px;
	background: url(../images/news-icon.png) left center no-repeat;
}

#column2 {
	float: left;
}

#column3 {
	float: left;
}

/* EDUCATIONAL RESOURCES */

#educationalResources {
	border-left: 1px solid #d7d6d6;
	padding-left: 10px;
}

#educationalResources a img {
	margin: 5px 8px 5px 6px;
	float: left;
}

#educationalResources div a, #educationalResources div a:link, #educationalResources div a:visited {
	display: block;
	color: #444444;
	background: url(../images/resources-shadow-bg.png) left top no-repeat;
	padding: 0px;
	height: 64px;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.2em;
}

#educationalResources div p {
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

#educationalResources div a:hover {
	background: #fafafa url(../images/resources-shadow-bg.png) left top no-repeat;
}

#resourceBlurbs {
	position: relative;
}

#resourceBlurbs a {
	float: left;
}

#resource1 {
	top: 0px;
}

#resource2 {
	top: 64px;
}

#resource3 {
	top: 128px;
}

#resource4 {
	top: 192px;
}

#resource5 {
	top: 256px;
}

.blurbs {
	left: 350px;
	width: 217px;
	position: absolute;
	visibility: hidden;
	background: url(../images/resourceblurb-top.png) left top no-repeat;
	z-index: 100;
}

.blurbs strong {
	font-size: .9em;
	margin-top: 5px;
	line-height: 26px;
	vertical-align: middle;
	padding-left: 10px;
	display: block;
}

.blurbsmid {
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 10px 10px;
	border: 0px;
	font-size: .8em;
	line-height: 1.3em;
	color: #444444;
	background: url(../images/resourceblurb-mid.png);
}

.blurbs p {
	background: url(../images/resourceblurb-bottom.png) left bottom no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 10px 10px;
	border: 0px;
	font-size: .8em;
	line-height: 1.3em;
	color: #444444;
}

/* SEARCH PAGE
––––––––––––––––––––––––––––––––
*/ 


.searchPage_form_input {
	background: #e4edf7 url(../images/box-field-bg.png) left top no-repeat;
	border: none;
	font-size: 1em;
	padding: 3px;
}

.searchPage_form_select {
	background: #e4edf7 url(../images/box-field-bg.png) left top no-repeat;
	border-width: 0px;
	font-size: 1em;
	padding: 3px;
	margin: 0px;
}

.searchPage .dotColumn {
	background: url(../images/vertdotline.png) right top repeat-y;
	width: 500px;
}

.styleButton {
	background: url(../images/button-background.png) left center repeat;
	border: 1px solid #e6e6e6;
	padding: 8px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	color: #777;
}

.styleButton:hover {
	color: #000;
	cursor: pointer;
}

.smallButton {
	background: url(../images/button-small-background.png) left center repeat;
	border: 1px solid #acaca4;
	padding: 3px;
	font-size: .8em;
	font-weight: normal;
	margin: 0px;
	color: #000;
}

.smallButton:hover {
	color: #acaca4;
	cursor: pointer;
}

/* BROWSE
––––––––––––––––––––––––––––––––
*/ 

#browsePage {
	width: 780px;
}

#browsePage table {
	width: 100%;
}

#browsePage td {
	padding-left: 6px;
	width: 33%;
}

#browsePage td.leftCol {
	padding-left: 0px;
}

#browsePage table strong {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #fff;
	/*text-shadow: 2px 2px 2px #8ca5bc;*/
}

#browsePage table  {
	font-size: 1.2em;
}

#browsePage table a, #browsePage table a:link, #browsePage table a:visited {
	display: block;
	padding: 10px;
	border: 3px solid #9fc2e3;
	background: #9fc2e3 url(../images/browse-bg.jpg) center center no-repeat;
}

#browsePage table a:hover, #browsePage table a.current {
	border: 3px solid #5d8aaf;
	text-decoration: none;
	color: #000;
}

#browsePage table a.current strong {
	color: #32649a;
}

.selectorPrimary {
	background: #f4f7fa;
	margin-top: 6px;
	padding: 8px;
}

.selectorSecondary {
	background: #f4f7fa;
	margin-top: 6px;
	padding: 8px;
}

#browsePage div p {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
	overflow: hidden;
}

#browsePage h3 {
	color: #000;
	padding: 0px;
	margin: 0px;
}

#browsePage div div a, #browsePage div div a:link, #browsePage div div a:visited {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#browsePage div div a:hover, #browsePage div div a.current {
	background: #eee url(../images/browse-current.png) center bottom no-repeat;
	color: #000;
	text-decoration: none;
}

#browsePage div h2 {
	color: #000;
}

.browseResults {
	padding: 12px;
}

.browseResults a {
	background: url(../images/link-arrow.png) 3px center no-repeat;
	display: block;
	padding: 1px 12px;
}

.browseResults a b {
	font-weight: normal;
}

.browseResults a:hover {
	background: #eee url(../images/link-arrow.png) 3px center no-repeat;
	color: #000;
	text-decoration: none;
}

/* BOTBAR
––––––––––––––––––––––––––––––––
*/ 

#botBar {
	background: #fff url(../images/botbar-bg.png) 0px 0px repeat-x;
	height: 200px;
	font-size: 10px;
	color: #000;
	/*border-top: 1px solid #eee;*/
	padding-top: 18px;
}

#botBar div {
	width: 780px;
	text-align: center;
}

/* LISTS
––––––––––––––––––––––––––––––––
*/

ul.linkList {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.linkList li {
	background: url(../images/link-arrow.png) left center no-repeat;
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 1px 0px 1px 12px;
}

ul.linkList_arrow {
	list-style-type: none;
	padding: 0px;
	margin-left: 15px;
}

ul.linkList_arrow li {
	background: url(../images/listArrow.gif) left center no-repeat;
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 1px 0px 1px 12px;
}

/* SEARCH RESULTS
––––––––––––––––––––––––––––––––
*/

.searchNavigator {
	margin-top: 20px;
	color: #000;
}

.searchNavigator #pageSelector {
	display: inline;
}

.searchNavigator #resultsFound {
	display: inline;
	margin-left: 165px;
}

.searchNavigator #resultsPerPageSelector {
	display: inline;
}

.searchNavigator #resultsView {
	display: inline;
	margin-left: 169px;
}

.searchDisplayResults {
	background-color: #CFDFEC;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.searchDisplayResults td {
	margin: 1px;
	background-color: #FFFFFF;
	padding: 20px;
	border: 2px solid #FFF;
}

.searchDisplayResults td a {
	display: block;
}

.searchDisplayResults td a:hover {
	text-decoration: none;
	color: #000;
}

.searchDisplayResults td a img {
	border: 2px solid #FFF;
	margin-bottom: 12px;
}

.searchDisplayResults td a:hover img {
	border: 2px solid #111;
}

.searchDisplayResults td {
	text-align: justify;
	font-size: .8em;
	color: #111;
	line-height: 1.3em;
}

.searchDisplayResults td.empty {
	border: none;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.searchDisplayResults td input {
	background: #e4edf7 url(../images/box-field-bg.png) left top no-repeat;
	background-color: #e4edf7;
	border-width: 0px;
	font-size: 1em;
}

/* TEXT */
.searchResults_text {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: .95em;
}

.searchResults_text td {
	border-top: 1px solid #EEE;
	padding-top: 15px;
}

.searchResults_text td .dark {
	color: #000000;
	margin-left: 15px;
}

.searchResults_text td ul {
	margin-top: 0px;
	padding-top: 0px;
}

.searchResults_text td h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

.searchResults_text td h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: .95em;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
}

/* FORMS
––––––––––––––––––––––––––––––––
*/

form {
	padding: 0px;
	margin: 0px;
}

/* MISC
--------------------------------
*/

.bigDark {
	font-size: 1.2em;
	color: #000000;
}

.dark {
	color: #000000;
}

#pullQuote {
	background-image: url(../images/pullQuote.jpg);
	background-repeat: repeat-x;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 10px;
	border-top: 7px solid #CCCC99;
	border-bottom: 7px solid #CCCC99;
	float: left;
	width: 200px;
	height: auto;
	margin-right: 22px;
	line-height: 1.6em;
	text-align: left;
}

.dotBorder {
	background-image: url(../images/dotBorderTile.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

/* SPONSORS
--------------------------------
*/

#sponsors {
	width: 200px;
	background-image: url(../images/sponsor-header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#sponsors #header {
	width: inherit;
	display: block;
	height: 34px;
}

#sponsors a.sponsor {
	width: 194px;
	display: block;
	/*background-color: none;*/
	height: auto;
	border-bottom: 1px dashed #999;
	margin-left: 3px;
	text-decoration: none;
}

#sponsors a.sponsor:hover {
	background-color: #EEEEEC;
}

#sponsors a.sponsor img {
	border: none;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
}

.eduResource td img {
	padding: 8px;
	margin: 0px;
	/*
	border-top:#EEE solid 3px;
	border-bottom:#EEE solid 3px;
	border-left:#CCC solid 3px;
	border-right:#CCC solid 3px;
	background-color: none;*/
	background-image: url(../images/resources-shadow-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

/* TOC
--------------------------------
*/
#toc {
	background-color: #99FF33;
}

#toc .title {
	font-size: 13px;
	padding: 3px 0px 3px 8px;
	border-left: 6px solid #D3D590;
	margin: 0px;
	color: #111;
	font-weight: normal;
	line-height: 18px;
}

.toc_thumb {
	border: 1px solid #666;
	background-color: #FFFFFF;
	padding: 20px;
}

#toc_left {
	margin-right: 0px;
	padding-right: 0px;
}

#toc_left .title {
	font-size: 13px;
	padding: 3px 0px 3px 8px;
	border-left: 6px solid #D3D590;
	margin: 0px;
	color: #111;
	font-weight: normal;
	line-height: 18px;
}

#toc_header {
	margin-bottom: 7px;
}

#toc_header h1 {
	border: none;
	color: #333333;
	padding: 0px;
}

#toc_header h4 {
	border: none;
	color: #333333;
	padding-bottom: 10px;
	margin: 0px;
}

.toc_links_pages {
	background-image: url(../images/blueborder-box-big.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 200px;
	margin-top: 10px;
	float: right;
	height: auto;
	text-align: left;
}

.toc_links_pages strong {
	display: block;
	margin: 10px;
	margin-bottom: 0px;
}

.toc_links_pages p {
	margin: 10px;
}

.toc_links_pages div {
	padding: 5px;
	line-height: inherit;
	text-align: center;
}

.toc_links_pages div a {
	display: block;
	width: 40px;
	float: left;
	text-align: center;
}

.toc_links_pages div a:hover {
	background-color: #EEE;
	/*text-shadow: 2px 2px 2px #CCC;*/
}

.toc_links_subjects {
	background-image: url(../images/blueborder-box-big.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 200px;
	margin-top: 10px;
	float: right;
	height: auto;
	text-align: left;
}

.toc_links_subjects strong {
	display: block;
	margin: 10px;
	margin-bottom: 0px;
}

.toc_links_subjects div {
	padding-left: 10px;
	line-height: inherit;
	text-align: left;
}

.toc_links_subjects div a {
	display: inline;
	font-size: .9em;
}

.toc_links_subjects div a:hover {
	background-color: #EEE;
}

/* SIDE SEARCHES
--------------------------------
*/
#blueBox_wrap {
	float: right;
	right: 0px;
}

.blueBox_toc {
	font-size: .9em;
	padding-top: 2px;
	margin-top: 10px;
	background: url(../images/box-bg.jpg) left top no-repeat;
	width: 200px;
}

.blueBox_toc .searchBox .searchTitle {
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}

.blueBox_toc .searchBox #form1 {

}

.blueBox_toc .searchBox .go {
	float: right;
	margin-right: 7px;
}

.blueBox_toc .searchBox .pager {
	float: left;
	margin-left: 7px;
	width: 147px;
}

.blueBox_toc .searchBox #form2 {

}

.blueBox_toc .searchBox .text {
	float: left;
	margin-left: 7px;
	width: 140px;
}

/*PAGE VIEW TOP BLUE BAR*/
#blueBar {
	width: 100%;
	height: 34px;
	background-color: #CBE1F4;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#blueBarTop {
	width: 100%;
	height: 34px;
	background-color: #CBE1F4;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#blueBarBottom {
	width: 100%;
	height: 34px;
	background-color: #CBE1F4;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#pageThumbs {
	width: 76px;
}

#pageThumbs a, pageThumbs a:link, pageThumbs a:visited {
	display: block;
	float: left;
	width: 22px;
	text-align: center;
	padding-bottom: 4px;
}

#pageThumbs a:hover {
	background: url(../images/pagethumb-current.png) center bottom no-repeat;
}

#pageThumbs .current {
	background: url(../images/pagethumb-current.png) center bottom no-repeat;
}

#blueBar .select {
	vertical-align: top;
	margin-top: 7px;
	width: 160px;
}

#blueBar .topBarText {
	padding-top: 10px;
	font-weight: bold;
}


