* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 70%;
	background: #eff1d7;
	color: #333;
	line-height: 1.2em;
	text-align: center;
	vertical-align: top;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #006593;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #000;
	font-size: 2.0em;
	line-height: 1.1em;
	padding-bottom: 10px;
	/* background: url(/images/h1_bg.gif) repeat-x bottom left; */
}

h1 span {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	padding-right: 10px;
}

h2 {
	color: #000;
	font-size: 1.7em;
	line-height: 1.1em;
	/* background: url(/images/h1_bg.gif) repeat-x bottom left; */
	margin: 0 0 10px 0;
}

h2 span {
	background: #fff;
	padding-right: 10px;
}

h3 {
    font-size:1.2em;
	margin: 1em 0 0.6em 0;
}

h4 {
    font-size:1em;
}

p {
	padding: 0 0 10px 0;
}

ul {
	margin: 10px 0 10px 0;
}

ul li {
	list-style-type: none;
	background: url(/images/bullet.gif) 0 5px no-repeat;
	padding: 0 0 6px 10px;
}

ol {
	margin: 0 0 0 30px;
}

ol li {
	padding: 0 0 5px 0;
}

fieldset {
	border: 0;
}

blockquote {
	padding: 20px 10px 20px 20px;
}

input[type="text"], input[type="password"],
select {
	border: 1px solid #929594;
}

input,
select,
option {
	font-size: 10px;
}

a img {
	border: 0;
}


/* 508 */

#skipNavigation {
	position: absolute;
	height: 0;
	overflow: hidden;
}



/* LAYOUT */

#detail {
    border: 1px solid rgb(78,141,14);
    background: rgb(240,240,210);
    padding: 5px;
}

#containerOuter {
	width: 960px;
	padding: 0 10px 0 0;
	background: #fff url(/images/container_bg_right.gif) top right repeat-y;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 950px;
	padding: 0 0 0 10px;
	background: url(/images/container_bg_left.gif) top left repeat-y;
	position: relative;
}

#branding {
	width: 918px;
	height: 150px;
	background: #fff;
	background: url(/images/branding_bg_celebrating.gif) repeat-x top left;
	margin-right: 32px;
	margin-bottom: 4px;
	overflow: hidden;
}

#branding-logo {
	height: 150px;
	z-index: 5;
}

#navigation {
    width: 886px;
	height: 38px;
	padding: 0 32px 0 32px;
	margin: 0;
	clear: both;
}

#mainContentBackground {
    /* specifying the width, otherwise safari places background image incorrectly */
	width: 950px;
	background: #fff url("/images/main_content_background.gif") repeat-y top right;
}

#content {
	width: 636px;
	clear: both;
	padding: 0 0 0 32px;
	float: left;
	min-height: 650px;
}

#sidebar {
	width: 200px;
	float: left;
	margin-left: 40px;
}

#siteinfo {
	background-color: #4e8d0e;
	color: #fff;
	clear: both;
}



/* BRANDING */

#branding-logo {

}

#branding-logo-print {
	display: none;
}


/* NAVIGATION */

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 38px;
}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:active,
#navigation ul li a:hover {
	display: block;
	height: 38px;
}

#navigation span {
	position: absolute;
	height: 0;
	overflow: hidden;
}

#navigation #navAbout a:link,
#navigation #navAbout a:active,
#navigation #navAbout a:visited,
#navigation #navAbout a:hover {
	width: 73px;
	background: url(/images/nav_01.gif) no-repeat top left;
}

#navigation #navAbout a:hover,
#navigation #navAbout #selected {
	background: url(/images/nav_on_01.gif) no-repeat top left;
}

#navigation #navOurFocus a:link,
#navigation #navOurFocus a:active,
#navigation #navOurFocus a:visited,
#navigation #navOurFocus a:hover {
	width: 96px;
	background: url(/images/nav_02.gif) no-repeat top left;
}

#navigation #navOurFocus a:hover,
#navigation #navOurFocus #selected {
	background: url(/images/nav_on_02.gif) no-repeat top left;
}

#navigation #navPublicPolicy a:link,
#navigation #navPublicPolicy a:active,
#navigation #navPublicPolicy a:visited,
#navigation #navPublicPolicy a:hover {
	width: 109px;
	background: url(/images/nav_03.gif) no-repeat top left;
}

#navigation #navPublicPolicy a:hover,
#navigation #navPublicPolicy #selected {
	background: url(/images/nav_on_03.gif) no-repeat top left;
}

#navigation #navNationalInitiatives a:link,
#navigation #navNationalInitiatives a:active,
#navigation #navNationalInitiatives a:visited,
#navigation #navNationalInitiatives a:hover {
	width: 149px;
	background: url(/images/nav_04.gif) no-repeat top left;
}

#navigation #navNationalInitiatives a:hover,
#navigation #navNationalInitiatives #selected {
	background: url(/images/nav_on_04.gif) no-repeat top left;
}

#navigation #navResources a:link,
#navigation #navResources a:active,
#navigation #navResources a:visited,
#navigation #navResources a:hover {
	width: 99px;
	background: url(/images/nav_05.gif) no-repeat top left;
}

#navigation #navResources a:hover,
#navigation #navResources #selected {
	background: url(/images/nav_on_05.gif) no-repeat top left;
}

#navigation #navCommunityImpact a:link,
#navigation #navCommunityImpact a:active,
#navigation #navCommunityImpact a:visited,
#navigation #navCommunityImpact a:hover {
	width: 149px;
	background: url(/images/nav_06.gif) no-repeat top left;
}

#navigation #navCommunityImpact a:hover,
#navigation #navCommunityImpact #selected {
	background: url(/images/nav_on_06.gif) no-repeat top left;
}

#navigation #navNewsEvents a:link,
#navigation #navNewsEvents a:active,
#navigation #navNewsEvents a:visited,
#navigation #navNewsEvents a:hover {
	width: 127px;
	background: url(/images/nav_07.gif) no-repeat top left;
}

#navigation #navNewsEvents a:hover,
#navigation #navNewsEvents #selected {
	background: url(/images/nav_on_07.gif) no-repeat top left;
}

#navigation #navHelpNow a:link,
#navigation #navHelpNow a:active,
#navigation #navHelpNow a:visited,
#navigation #navHelpNow a:hover {
	width: 84px;
	background: url(/images/nav_08.gif) no-repeat top left;
}

#navigation #navHelpNow a:hover,
#navigation #navHelpNow #selected {
	background: url(/images/nav_on_08.gif) no-repeat top left;
}



/* SEARCH & NEWSLETTER */

#search {
	position: absolute;
	top: 83px;
	right: 32px;
	text-align: right;
	width: 50%;
}

#searchNav,
#searchNav a:link,
#searchNav a:active,
#searchNav a:visited,
#searchNav a:hover {
	color: #000;
	font-size: 0.9em;
	font-weight: normal;
}

.invisible {
	display: none;
}

.searchBar {
	font-size: 0.9em;
	width: 120px;
	padding: 2px;
	margin-top: 2px;
	float: left;
}


#searchForm {
	float: right;
	margin-top: 5px;
	width: 204px;
}

.button {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}





/* FOOTER */

#siteinfo-legal {
	font-size: 0.9em;
	padding: 1.0em;
	font-weight: bold;
	float: left;
	background-color: #4e8d0e;
}

#siteinfo-nav {
	float: right;
	padding: 1.0em;
}

#siteinfo-nav a:link,
#siteinfo-nav a:active,
#siteinfo-nav a:visited,
#siteinfo-nav a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	padding: 0 2px 0 2px;
}

#siteinfo-nav a:hover {
	text-decoration: underline;
}




/* BREADCRUMB */

#breadCrumb {
	color: #666;
	font-size: 0.9em;
	margin: 10px 0 10px 0;
}

#breadCrumb a:link,
#breadCrumb a:active,
#breadCrumb a:visited,
#breadCrumb a:hover {
	color: #666;
	text-decoration: none;
}

#breadCrumb a:hover {
	text-decoration: none;
}




/* HOME */

#homeFeature {
	width: 637px;
	height: 212px;
	margin-bottom: 42px;
	margin-top: 22px;
}

.featureStory {
	float: left;
	width: 300px;
	margin-top: 19px;
    padding-right:10px;
}

.featureStory h3 {
	line-height: 1.3em;
    margin:0;
    padding: 0.2em 0;
}

.featureStory img {
	margin-bottom: 3px;
}

.featureStory .description {
	font-weight: bold;
	margin-top: 1px;
	padding-left: 5px;
	display: block;
}



/* SIDEBAR */

#sidebarNav {
	background-color: #f6f7e5;
	margin-right: -10px;
	margin-left: -5px;
	margin-top: -10px;
}

#sidebarNav ul li {
	background: none;
	border-bottom:none;
	text-decoration: none;
	}

#sidebarNav ul li h2 a {
	padding-top: 15px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	}

#sidebarNav h2 {text-decoration: none;}

#sidebarNav ul li ul li {
	font-size: 1.2em;
	padding: 5px 0 5px 0;
	margin-left: 10px;
	margin-right: 16px;
	background: none;
	border-top: 1px solid #dbdebf;
}

#sidebarNav ul li ul li:first-child {
	border: none;
}

#sidebarNav ul li ul li ul li {
	font-size: 1.0em;
	margin-left: 10px;
	}

#sidebarNav a:link,
#sidebarNav a:active,
#sidebarNav a:visited,
#sidebarNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}

#sidebarNav ul li ul li#nav-section {
	background: url(/images/bullet.gif) 0 10px no-repeat;
	}

#sidebarNav ul li ul li#nav-section a:link,
#sidebarNav ul li ul li#nav-section a:active,
#sidebarNav ul li ul li#nav-section a:visited,
#sidebarNav ul li ul li#nav-section a:hover {
	background-color: #fff;
	color: #000;
	}

#sidebarNav ul li ul li#nav-section ul li a:link,
#sidebarNav ul li ul li#nav-section ul li a:active,
#sidebarNav ul li ul li#nav-section ul li a:visited,
#sidebarNav ul li ul li#nav-section ul li a:hover {
background-color: #f6f7e5;
color: #006593;
}

/*#sidebarNav a:hover {
	color: #333;
	background: url(/images/bullet.gif) 0 6px no-repeat;
	padding: 0 0 0 10px;
	margin-left: -10px;
}*/

/*#sidebarNav .selected a:link,
#sidebarNav .selected a:active,
#sidebarNav .selected a:visited,
#sidebarNav .selected a:hover {
	background: url(/images/bullet.gif) 0 6px no-repeat;
	color: #333;
	padding: 0 0 0 10px;
	margin-left: -10px;
}*/

#sidebarNav .selected ul {
	margin: 0;
	padding: 0;
}

#sidebarNav .selected ul li {
	border: 0;
	padding: 5px 0 0 15px;
	margin: 0;
}

#sidebarNav .selected ul li a:link,
#sidebarNav .selected ul li a:active,
#sidebarNav .selected ul li a:visited,
#sidebarNav .selected ul li a:hover {
	color: #006593;
	background: none;
	padding: 0;
	margin: 0;
}

/*#sidebarNav .selected ul li a:hover {
	color: #333;
	background: url(/images/bullet.gif) 0 6px no-repeat;
	padding: 0 0 0 10px;
	margin-left: -10px;
}*/


#sidebar h1 {
	background: none;
	text-transform: none;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -10px;
}

.sidebarBox {
	margin: 0 15px 0 15px;
	border-bottom: 2px solid #cececc;
	padding: 20px 0 6px 0;
}

#sidebar .noBorder {
	border: 0;
}

#sidebar select {
    width:160px;
    margin: 2px 0 4px ;
}

.sidebarBox li a {
	font-size: 1.1em;
}

.sidebarBox .sidebarDescription {
	font-weight: bold;
	font-size: 0.9em;
}

.sidebarNews {
	border-bottom: 1px solid #cececc;
	padding-bottom: 15px;
}

.sidebarEvents {
	padding: 5px 0 0 0;
}

.sidebarNews ul li,
.sidebarEvents ul li {
	padding-left: 0;
	background: none;
}

select.affiliateBar {
	padding:1px;
    float:left;
}

input.affiliateBar {
	padding: 1px;
	width: 136px;
	height: 14px;
	float: left;
	margin: 2px 0 0 0;
}


button {
	border: 0;
	background: none;
	float: right;
	margin: 0 0 0 2px;
	padding: 0;
}

.zipCodeButton {
	margin-top: 3px;
	margin-left: 4px;
	margin-right: 0px;
}

.affiliateDivider {
	clear: both;
	background: url("/images/or_bg.gif") repeat-x 0 16px;
	font-weight: bold;
	text-align: center;
	padding: 8px 0 8px 0;
	line-height: 15px;
	height: 15px;
}

.affiliateDivider span {
	background: #E5E8C9;
	padding: 0 6px 0 6px;
}

.quote {
	background: url("/images/quotes_open.gif") no-repeat top left;
	margin-top: 5px;
}

.quote span {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	display: block;
	padding: 18px 5px 18px 10px;
	background: url("/images/quotes_close.gif") no-repeat bottom right;
}

.sponsor img {
	margin: 10px 0 4px 0;
}

#sidebar form {
	margin-top: 10px;
}


/* FIXES FOR IE6 & IE 7 */

.gainLayout {zoom: 1;}

.clearfix {
	display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	overflow: hidden;
	line-height: 0;
}



/* STYLING */

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.image {
	border: 0;
	float: left;
	margin: 5px 25px 10px 0;
}

.nobg {
	background: none;
}

.resourceItem {
	margin: 0 0 15px 0;
}

.resourceTitle {
	font-size: 1.2em;
	line-height: 1.2em;
}

.internalNav {
	color: #666;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

#content p, #content li {
	font-size: 1.2em;
	line-height: 1.3em;
}

.dataTable {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.dataTable td, .dataTable th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
}

.dataTable caption {
	font-size: 0.9em;
	padding: 4px 0 4px 0;
	color: #666;
	font-weight: bold;
}

.moreBox {
	clear: both;
	color: #666;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
}

.moreBox a:link,
.moreBox a:visited,
.moreBox a:active,
.moreBox a:hover {
	font-size: 0.7em;
	padding: 0 0 0 4px;
	line-height: 0.7em;
}

#donateNowForm {
	margin-top: 20px;
	border-top: 2px solid #ccc;
	padding-top: 20px;
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
}

#donateNowForm .donateNowLeft {
	float: left;
	width: 230px;
	clear: both;
	padding: 2px 0 2px 0;
}

#donateNowForm .donateNowRight {
	float: left;
	width: 406px;
	vertical-align: middle;
	padding: 2px 0 2px 0;

}

#donateNowForm input {
	height: 20px;
	line-height: 20px;
	width: 250px;
	font-size: 1.0em;
}

#donateNowForm .radio {
	height: auto;
	line-height: 150%;
	width: auto;
}

#donateNowForm fieldset {
	margin-bottom: 20px;
}

#donateNowForm #donateAmount {
	width: 100px;
}

#donateNowForm .donateNowFormInfo {
	margin-bottom: 20px;
	font-size: 0.7em;
}

#donateNowForm .required {
	color: #FF0000
}

#donateNowForm #donateContactState {
	width: 2.0em;
}

#donateNowForm #donateContactZip {
	width: 4.0em;
}



/* THE JQUERY TABS CSS */

.tabsBottomLeft {
	background: #fff url("/images/tabs_bottom_left.gif") no-repeat bottom left;
	padding-left: 4px;
	height: 5px;
	width: 636px;
	margin-bottom: 20px;
    margin:0;
}

.tabsBottomRight {
	background: #fff url("/images/tabs_bottom_right.gif") no-repeat bottom right;
	height: 5px;
	width: 632px;
}

#content-grouped {
    margin-top:1em;
}

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

@media print {
    .tabs-nav {
        display: none;
    }
}

.tabs-nav {
	float: left;
	width: 636px;
	background: #fff url("/images/tabs_bg.gif") no-repeat bottom right;
	line-height: normal;
	padding-bottom: 4px;
	margin:0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
	float: left;
	background: url("/images/tabs_left.gif") no-repeat left top;
	margin: 0 10px 0 0;
	padding: 0 0 0 5px;
}
.tabs-nav a {
	display: block;
	background: url("/images/tabs_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #4e8d0e;
	font-size: 0.85em;
}

.tabs-nav li.tabs-selected {
    background: url("/images/tabs_left_on.gif") no-repeat left top;
}
.tabs-nav li.tabs-selected a {
    padding-top: 7px;
    color: #000;
    text-decoration: none;
    background: url("/images/tabs_right_on.gif") no-repeat right top;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    /* background-position: 0 -50px; */
    outline: 0; /* @ Firefox, switch off dotted border */
}
.tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited,
.tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
    text-decoration: underline;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-container {
    padding: 1em 8px;
    background: #e1ddcc; /* declare background color for container to avoid distorted fonts in IE while fading */
    width: 635px;
    margin:0;
    padding:0;
}

.tabs-content {
    margin:0;
    padding:0;
    clear:left;
    border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #e1ddcc;
	width: 634px;
}


.tabs-content-padding {
    padding:1.25em 1.2em;
    line-height: 150%;
    margin:0;
    background: #e1ddcc;
}

#homeTabs, .content-tabbed {
    background: #e1ddcc;
    margin-top:2em;
}

.listitem {
    margin:0.3em 0 0.7em 0;
}

.listitem .multimedia {
    float:left;
    width:120px;
    padding-right:5px;
}

.listitem-short {
    margin-bottom: 1em;
    font-size: 1.2em;
}

#content-full {
    margin-bottom:1em;
}

#content-featured {
    margin-bottom:1em;
}

.divider-10 {
    height:10px;
}

.thumbnail {
    float:left;
    padding:0 5px 5px 0;
}

.stxToC h3 {
    margin:0.5em 0 0.3em;
    padding:0;
	font-size:1.2em;
}

.stxSearchResultsFeedback {
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    margin:1em 0;
    padding:0.7em 0 1em;
}

#sponsor-container {
    float: right;
    width:200px;
    zoom:1;
    margin-left:2em;
    margin-bottom:1em;
    min-height:150px;
    height: 150px;
    /* border:1px solid red; */
}
.sponsorTab {

     /* margin-right:30px */
}


#sitemap ul li a {
	font-size: 20px;
}

#sitemap ul li li li a {
	font-size: 14px;
	vertical-align: top;
}

#sitemap ul li li li li a,
#sitemap ul li li li li li a,
#sitemap ul li li li li li li a,
#sitemap ul li li li li li li li a

{
	font-size: 12px;
	vertical-align: top;
}

#donateNowForm {
	margin-top: 20px;
	border-top: 2px solid #ccc;
	padding-top: 20px;
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
        border:3px solid red;
}

#donateNowForm .donateNowLeft {
	float: left;
	width: 230px;
	clear: both;
	padding: 2px 0 2px 0;
}

#donateNowForm .donateNowRight {
	float: left;
	width: 406px;
	vertical-align: middle;
	padding: 2px 0 2px 0;

}

#donateNowForm input {
	height: 20px;
	line-height: 20px;
	width: 250px;
	font-size: 1.0em;
}

#donateNowForm .radio {
	height: auto;
	line-height: 100%;
	width: auto;
}

#donateNowForm fieldset {
	margin-bottom: 20px;
}

#donateNowForm #donateAmount {
	width: 100px;
}

#donateNowForm .donateNowFormInfo {
	margin-bottom: 20px;
	font-size: 0.7em;
}

#donateNowForm .required {
	color: #FF0000
}

#donateNowForm #donateContactState {
	width: 2.0em;
}

#donateNowForm #donateContactZip {
	width: 4.0em;
}


/* SLIDESHOW */

.slide {
    display: none;
}
.tab a:link,
.tab a:visited,
.tab a:active,
.tab a:hover {
font-size: 10px;
color: #006593;

padding: 2px 2px;

text-decoration: none;
}

.tab-active a:link,
.tab-active a:visited,
.tab-active a:active,
.tab-active a:hover {
font-size: 10px;
color: #666;
background-color: #eef0d7;

padding: 2px 2px;

text-decoration: none;
}

.caption {
    font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	float: left;
	width: 485px;
}
#slideshow {
    margin-top: 20px;
    height: 212px;
	width: 637px;
}
#slidenav {
    float: right;
    width: 115px;
    text-align: right;
}
#captionContainer {
/*background: url(/images/gradient.gif) repeat-x bottom left;
border-bottom: 1px solid #CECECC;*/
padding: 3px 10px 3px 5px;
margin: 0 0 15px 0;
}

#detail-org .logo {
    float:left;
    padding:0 5px 5px 0;
}

#map_container {
    width:885px;
}

#map_container #map {
    float:left;
    width:650px;
}
#map_container .sidebar {
    float:left;
    width:205px;
    margin-left:35px;
    padding:0;
    background-color:#F6F7E5;
}

#map_container .sidebar .affiliates {
    height:480px;
    overflow-y: scroll;
    margin:0;
    padding:0;
}

#map_container .sidebar .affiliates h3 {
    cursor: pointer;
    border-bottom:1px solid #DBDEBF;
    color:#006593;
    padding:0 5px 5px 6px;
    margin:5px 0;
 /*   font-weight:normal;
    text-decoration: underline; */
}

#map_container .sidebar .affiliates ul {
    list-style-type:none;
    margin:0 0 0 -5px;
    padding:0;

}

#map_container .sidebar .affiliates ul li {
    padding:3px 0 3px 0;
    margin-left:10px;
    background-image: none;
    border-bottom:1px solid #DBDEBF;
}

#map_container .sidebar .affiliates ul li a {
    font-weight: normal;
    font-size:0.8em;
    color:#006593;
    font-weight:bold;
}

h3.region {
    border-left: 8px solid #888;
}

h3#rg_1.region {
    border-left-color: #3599fe;
}

h3#rg_2.region {
    border-left-color: #cc3535;
}

h3#rg_3.region {
    border-left-color: #6600cc;
}

h3#rg_4.region {
    border-left-color: #fecc02;
}

h3#rg_5.region {
    border-left-color: #99fe35;
}

h3#rg_6.region {
    border-left-color: #67cc99;
}

h3#rg_7.region {
    border-left-color: #fe9999;
}
h3#rg_8.region {
    border-left-color: #3535cc;
}

h3#rg_9.region {
    border-left-color: #fe6702;
}

h3#rg_10.region {
    border-left-color: #cc6699;
}
h3#rg_11.region {
    border-left-color: #35fefe;
}

h3#rg_12.region {
    border-left-color: #fefecc;
}

