@charset "UTF-8";

/*

[Table Of Contents] 

	00- Main Layout
	01- Global declarations
	02- Body 
	03- Footer
	04- Misc styles
	05- Utilities
	06- Image Slider
*/

/*	===============
	00- MAIN LAYOUT
	===============*/
html {
	/*	Firefox exhibits a bug with the wide background code in the body declaration. 
		Declaring a background color here, clears it up. */
	background-color: #e9ebd0;
	/*background-image: url(../../imagesDRS/bg/htmlBG.png);*/
	/*background-repeat: repeat-x;*/
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
	background-color: #FFF;
	background-image: url(/network/imagesDRS/bg/htmlBG.png);
	background-position: bottom;
	background-repeat:repeat-x;
}
.centerDiv {
	margin-left:auto;
	margin-right:auto;
	text-align:left !important;
	width: 950px;
	overflow: visible;
}
#banner {
	height: 181px;
	width: 950px;
	background-color: #f2f2de;
	background-image: url(/network/imagesDRS/bg/bannerBG.png);
	background-repeat: no-repeat;
	background-position: center 34px;
	font-size: 12px !important;
}
#mainBody {
	background-image: url(/network/imagesDRS/bg/mainBodyBG.gif);
	background-repeat: repeat-y;
}
#mainBody-full {
	background-image: none;
	background-color: #fff;
}
#primaryNav {
	margin-top: 69px;
	height: 44px;
	width: 950px;
	background-image: url(/network/imagesDRS/navigation.gif);
	background-repeat: no-repeat;
}

h2.subnavHeading{ display: none;
}
.leftShadow {
	-moz-box-shadow: -4px 2px 5px #888;
	-webkit-box-shadow: -4px 2px 5px #888;
}
.rightShadow {
	-moz-box-shadow: 4px 2px 5px #888;
	-webkit-box-shadow: 4px 2px 5px #888;
}
#utility {
	height: 68px;
	width: 950px;
	font-size: 11px !important;
}
#utility .utility1 {
	padding: 9px 9px 7px 9px;
}
#utility .utility1 .left {
	float: left;
}
#utility .utility1 .right {
	float: right;
	vertical-align: top;
}

#utility .utility1 img.translation1 {
	vertical-align:bottom;
	margin: 0 6px 2px 3px;
}
#utility .utility1 img.translation2 {
	margin: 0 3px;
	
}
#utility .utility1 img.translation3 {
	vertical-align:bottom;	
	margin: 0 0 4px 3px;
}
#utility .utility2 {
	padding: 9px 9px 7px 9px;
	/*margin-left: 430px;*/	
	float:right;
	width: 310px;
}
#utility .utility2 .printButton {
	display: inline-block;
	width: 25px;
	height: 16px;
	padding-right: 16px;
	background-image: url(/network/imagesDRS/icons/print.gif);
	background-repeat: no-repeat;
	background-position: right 0px;	
}
#utility .utility2 a.increaseSize,
#utility .utility2 a.decreaseSize {
	font-size: 16px !important;
	font-weight: bold;
	vertical-align: bottom;
}
#utility a,
#utility a:link,
#utility a:visited,
#utility a:hover,
#utility a:active {
	color: #000;
}
#utility .homeLink a{
	display:block;
	float:left;
	width: 200px;
	height: 100px;
}
#search {
	float: right;
	margin: -3px 3px 3px 6px;
}
form#searchForm {
	float: right;
}
input#searchText {
	border:0 none;
	height:15px;
	margin:0;
	padding:0px;
	vertical-align:top;
	width:120px;
	background-color: #fff;
	font-size: 9px;
	padding-left: 3px;
	float: right;
}

#footerContainer {
	background-color:#FFF;
	width:100%;
	border-top: 3px solid #ABAE55;
	font-size: 10px !important;
}

#mainBody #rightSection {
	width: 256px;
	float: right;
	background-color: #F6F7EA;
	color: #333;
	text-align: right;
	/*margin-top: -10px;*/
}
#mainBody #leftSection {
	width: 652px;
	padding: 30px 0 0 20px;
}
#mainBody-full #fullSection {
	 width:908px;
	 padding: 30px 0 0 20px;
}
#mainBody #rightSection .inThisSection {
	background-color: #EFE7C4;
	background-image: url(/network/imagesDRS/bg/rightMarginTop.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

#mainBody #rightSection .resources {
}

#mainBody #rightSection .resources h4 {
	font-weight: bold;
	font-size: 130%;
}

#mainBody #rightSection .connect {
	background-color: #C8B78C;
	padding-bottom: 10px;
}



/*	===================
	01- GLOBAL DECLARATIONS
	===================*/
a,
a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
p {
	margin-bottom: 1.3em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

ul {
	margin-bottom: 1em;
}
#leftSection ul li, #fullSection ul li {
	margin: 0 0 .6em 1em;
	padding-left: 10px;
	background-image: url(/network/imagesDRS/bg/liArrow.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
ol {}
ol li {}

#leftSection li.pdf a, #fullSection li.pdf a {
	background-image: url(/network/imagesDRS/icons/pdf.png);
	background-repeat: no-repeat;
	background-position: right;	
	padding-right: 15px;
}
	


/*	===============
	02- BODY
	===============*/
#leftSection a,
#leftSection a:link,
#leftSection a:visited,
#leftSection a:hover,
#leftSection a:active,
#fullSection a,
#fullSection a:link,
#fullSection a:visited,
#fullSection a:hover,
#fullSection a:active {
	color: #cb8f64;
	font-weight: bold;
}
#leftSection h1,
#fullSection h1 {
	font-size: 230%;
	color: #752341;
	margin: 0 0 .5em 0;
}
#leftSection h2,
#fullSection h2 {
	font-size: 200%;
	color: #752341;
	font-weight: bold;
	margin-bottom: .5em;
}
#leftSection h3,
#fullSection h3 {
	font-size: 170%;
	color: #752341;
	font-weight: bold;
	margin-bottom: .5em;
}
#leftSection h4,
#fullSection h4 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: .5em;
}
#leftSection .intro {
	width: 652px;
}
#leftSection .intro .intro-banner {
	margin-bottom: 0.5em;
}
#leftSection .news-releases {
	width: 652px;
	margin-bottom: 20px;
}
#leftSection .news-releases h2,
#leftSection .news-programs h2,
#leftSection .spotlight-programs h2 {
	border-bottom: 1px solid #CCC;
}
#leftSection .news-releases .news-item,
#leftSection .news-programs .news-item {
	margin-left: 5px;
}
#leftSection .news-releases .news-item .date,
#leftSection .news-programs .news-programs .date {
	font-size: 90%;
}
#leftSection .news-programs {
	width: 306px;
	margin: 0px 40px 20px 0px;
	float:left;
}
#leftSection .spotlight-programs {
	width: 306px;
	margin-bottom: 20px;
	float:right;
}
#leftSection .spotlight-programs td {
	vertical-align: top;
}
#leftSection #resource-list {
}
#leftSection .resource-left {
	width: 490px;
	border-right: 1px solid #e0e1ce;
	float:left;
	margin-bottom: 30px;
}
#leftSection .resource-left p {
	margin: 0px 5px 0px 0px;
}
#leftSection .resource-right {
	width: 152px;
	margin-left: 5px;
	font-size: 90%;
	color:#666;
	line-height: 0.5em;
	float:right;
}
#leftSection .resource-right img {
	margin-bottom: -2px;
}
#leftSection #training-middle {
	margin-bottom: 30px;
}
#leftSection .training-events {
	width: 311px;
	float: left;
	margin-right: 15px;
	padding-right: 14px;
	border-right: 1px solid #e0e1ce;
}
#leftSection .training-events td {
	vertical-align: top;
}
#leftSection .training-news {
	width: 311px;
	float: right;
}
#leftSection .training-news .date {
	font-size: 95%;
}
#leftSection .training-feature {
	width: 100%;
	margin-bottom: 20px;
}
#leftSection .training-feature td {
	vertical-align: top;
	padding-right: 10px;
}
#leftSection .training-feature .training-title {
	color: #000;
	font-size: 150%;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
	font-weight: bold;
}
#leftSection .training-feature .training-image img {
	-moz-box-shadow: 4px 2px 5px #888;
	-webkit-box-shadow: 4px 2px 5px #888;
}
#leftSection .related {
	float:right;
	width: 260px;
	padding: 3px 0px 10px 10px;
	margin: 0px 0px 10px 10px;
}
#leftSection .related h3 {
	color: #333;
	background-color: #f6f1e5;
	padding: 5px 7px;
	font-size: 1.2em;
}
#leftSection .related ul li {
	border-bottom: 1px solid #f6f1e5;
	background-image: none;
	margin-left: 0;
	padding: 0px 0px 5px 7px;
}

/*	===============
	02- RIGHT MARGIN
	===============*/
#rightSection div {
	padding: 20px 20px 0px 20px;
}
#rightSection a,
#rightSection a:link,
#rightSection a:visited,
#rightSection a:hover,
#rightSection a:active {
	color: #333;
	font-weight: normal;
}
#rightSection h1 {
	font-size: 150%;
	margin-bottom: .4em;
}
#rightSection h2 {
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 1em;
	text-decoration: underline;
}
#rightSection .inThisSection h2 {
	text-decoration: none;
	font-weight: bold;
	color: #752341;
}
#mainBody #rightSection .inThisSection {
	text-align: left;
}
#mainBody #rightSection .inThisSection ul li ul li {
	padding: 0px 0px 2px 10px;
	background-image:url("/network/imagesDRS/bg/liArrow.png");
	background-position: 0 6px;
	background-repeat:no-repeat;
	margin:0 0 0.6em 0.5em;
}
#rightSection h3 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: .3em;
}

#rightSection .inThisSection ul li a,
#rightSection .inThisSection ul li a:link,
#rightSection .inThisSection ul li a:visited,
#rightSection .inThisSection ul li a:hover,
#rightSection .inThisSection ul li a:active {
	font-weight: bold;
	text-decoration: underline;
}
#rightSection .inThisSection ul li ul li a,
#rightSection .inThisSection ul li ul li  a:link,
#rightSection .inThisSection ul li ul li  a:visited,
#rightSection .inThisSection ul li ul li  a:hover,
#rightSection .inThisSection ul li ul li  a:active {
	font-weight: normal;
}
#rightSection .resources ul li, 
#rightSection .spotlight ul li,
#rightSection .tips ul li {
	background-image: url(/network/imagesDRS/bg/liBar.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 43px;
	margin-bottom: 2em;
}

#rightSection .resources.find ul li {
	background-position: right center;
	margin-bottom:4em;
}

#rightSection div.connect {
	text-align: left; 
}
#rightSection div.connect p {
	text-align: center;
}
#rightSection div.connect img {
	margin: 0 15px;
}
#rightSection div.connect h2 {
	color: #752341;
	text-decoration: none;
	font-weight: bold;	
	margin-bottom: 15px;
}
#rightSection .spotlight {
	background-image:url(/network/imagesDRS/spotlight-background.png);
	background-repeat:repeat-x;
	margin: 20px;
	background-color: #f0ead0;
	border: 1px solid #CCC;
}
#rightSection .reusable-component {
	background-image:url(/network/imagesDRS/spotlight-background.png);
	background-repeat:repeat-x;
	margin: 20px;
	background-color: #f0ead0;
	border: 1px solid #CCC;
	text-align: left;
	padding: 12px 10px 0px 10px;
}
#rightSection .reusable-component a,
#rightSection .reusable-component a:link,
#rightSection .reusable-component a:visited {
	color: #CB8F64;
	font-weight: bold;
	text-decoration: none;
}
#rightSection .reusable-component a:hover,
#rightSection .reusable-component a:active {
	text-decoration: underline;
}
#rightSection .spotlight h2 {
	font-weight:bold;
	text-decoration: none;
}
#rightSection .spotlight h3 {
	color:#752341;
}
#rightSection .tips {
	background-image:url(/network/imagesDRS/spotlight-background.png);
	background-repeat:repeat-x;
	margin: 20px;
	background-color: #f0ead0;
	border: 1px solid #CCC;
}
#rightSection .tips h2 {
	color:#752341;
	font-size: 270%;
	font-weight:bold;
	text-decoration: none;
	margin-bottom: 0.5em;
}
#rightSection .tips h4 {
	color:#752341;
	font-weight: bold;
	font-size: 130%;
}
#rightSection .tips .avoid {
	float:right;
	font-size: 12px;
	margin: -6px 0px 0px 10px;
	padding: 0px;
	color:#333333;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
}
	
/*	===============
	03- FOOTER
	===============*/
#footerContainer .top {
	border-bottom: 1px solid #e0e1ce;
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
}
#footerContainer .bottom {
	margin: 10px;
}
#footerContainer .left {
	float: left;
	width: 50%;
}
#footerContainer .right {
	float: right;
	width: 50%;
	text-align: right;
}
div#footerContainer a,
div#footerContainer a:link,
div#footerContainer a:visited,
div#footerContainer a:hover,
div#footerContainer a:active {
	color: #333;
}

/*	===============
	04- HOME PAGE
	===============*/
div.homepageHeadline {
	padding: 20px 10px;
	border-top: solid 1px #e0e1ce;
}
div.homepageHeadline .image {
	width: 150px;
	float: left;
	margin-right: 20px;
}
div.homepageHeadline .text {
	margin-left: 170px;
}
div.homepageHeadline p {
	margin-bottom: 0;
}
div.homepageHeadline p.headlineTitle {
	color: #b8540d;
	font-weight: bold;
}
div.homepageHeadline a,
div.homepageHeadline a:link,
div.homepageHeadline a:visited {
	color: #b8540d;
	font-weight: bold;
}
,
div.homepageHeadline a:hover,
div.homepageHeadline a:active {
	text-decoration: underline;
}
div.clearLeft {
	height: 0;
	clear:left;
}

/*	========================
	04- HOME PAGE SLIDESHOW
	========================*/
div#homeSlideshow {
	margin-top: 14px;
	/*margin-top: 84px;*/
	width: 950px;
	height: 356px;
	background-image: url(/network/imagesDRS/home/slideshow/bg.jpg);
	background-repeat: repeat-x;
}
div#homeSlideshow .slide {
	position: absolute;
	height: 356px;
}
div#homeSlideshow .pic {
	display: none;
	left: 10px;
	width: 683px;
	height: 335px;
	margin: 0 0 20px 10px;
	box-shadow:2px 2px 6px #000000;
	webkit-box-shadow:2px 2px 6px #000000;
	-moz-box-shadow:2px 2px 6px #000000;
	border: 1px solid #deddcc;
}
div#homeSlideshow .right {
	display: none;
	left: 703px;
	width: 230px;
	margin-right: 10px;
	position: absolute;
}
div#homeSlideshow .right .caption {
	height: 180px;
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
}
div#homeSlideshow .right .button {
	text-align: center;
	padding-top: 20px;
}
div#homeSlideshow .right .button a {
	display: inline-block;
	text-align: center;
	height: auto;
	width: auto;
	background-image:url(/network/imagesDRS/home/slideshow/buttonBG.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c7bbbd;
	color: #fff;
	font-size: 14px !important;
	padding: 3px 6px;
	background-color: #6E183B;
	vertical-align: middle;
}
div#homeSlideshow #slideshowControls {
	position:absolute;
	border: solid 1px #e3d9b3;
	height: 19px;
	background-color:#FAFCFD;
	z-index: 1;
	margin-top: 280px;
	/*margin-left: 703px;*/
	width: 240px;
	margin-left: -9999em;
}
div#homeSlideshow #slideshowControls ul {
	width: auto;
}
div#homeSlideshow #slideshowControls ul li {
	float: left;
}
div#homeSlideshow #slideshowControls .link {
	background-color: #FAFCFC;
	color: #D7CAAD;
	font-size: 11px;
	padding: 2px 3px 0 3px;
	cursor: pointer;
}
div#homeSlideshow #slideshowControls .link.on {
	background-color: #D7CAAD;
	color: #FAFCFC;
}
div#homeSlideshow #slideshowControls .rightArrow {
	cursor: pointer;
	width: 20px;
	height: 19px;
	background-image: url(/network/imagesDRS/home/slideshow/rightArrow.gif);
	background-repeat: no-repeat;
}
div#homeSlideshow #slideshowControls .leftArrow {
	cursor: pointer;
	width: 20px;
	height: 19px;
	background-image: url(/network/imagesDRS/home/slideshow/leftArrow.gif);
	background-repeat: no-repeat;
}

/*	========================
	04- LANDING PAGE
	========================*/
#leftSection #landingFeature td {
	vertical-align:middle;
}
#leftSection #landingFeature {
	background-image:url(/network/imagesDRS/home/slideshow/bg.jpg);
	background-repeat: repeat-x;
	margin: -30px -22px 20px -20px;
	background-color: #F2EBCE;
	padding: 10px 10px 0 10px;
	height: 240px;
}
#leftSection #landingFeature .caption {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: normal;
}
#leftSection #landingFeature .lfImage img {
	border: solid 1px #BCBAA6;
}

#leftSection #landingFeature .button {
	text-align: center;
	padding-top: 20px;
}
#leftSection #landingFeature .button a {
	display: inline-block;
	text-align: center;
	height: auto;
	width: auto;
	background-image:url(/network/imagesDRS/home/slideshow/buttonBG.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c7bbbd;
	color: #fff;
	font-size: 14px !important;
	padding: 3px 6px;
	background-color: #6E183B;
	vertical-align: middle;
}

.landingPage .item {
	margin-top: 30px;
}
.landingPage .item td {
	vertical-align: top;
}
.landingPage .item .image img {
	margin-right: 10px;
}
.landingPage .item h3 {
}
.landingPage .item .teaser {
}
	
/*	========================
	04- PARTNERS
	========================*/
div.threeColGrid td {
	width: 194px;
	border-right: 1px solid #D8DBC4;
	border-top: 1px solid #D8DBC4;
	padding: 10px;
	vertical-align: top;
}
div.threeColGrid td img {
	float: right;
	margin: 0 0 10px 10px;
}
div.threeColGrid td.one {
	padding-left: 0;
}
div.threeColGrid td.three {
	border-right: none;
}
div.threeColGrid tr.firstRow td {
	border-top: none;
}
div.threeColGrid td.empty {
	border: none;
}
.partners-contact {
	margin: 20px 0px 20px 0px;
	padding: 10px;
	background-color:#F6F7EA;
}
	
/*	========================
	04- COMPONENTS AND BOXES
	========================*/


/*	===============
	04- MISC STYLES
	===============*/
p.moreLink {}
.float-right {
	float: right;
	margin: 3px 0 10px 15px;
}
.float-left {
	float: left;
	margin: 3px 15px 10px 0;
}
.table-organizations {
}
.table-organizations th {
	background-color: #cdcf9b;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size: 110%;
}
.table-organizations td {
	padding: 4px 8px 4px 8px;
	font-size: 95%;
}
.table-organizations .rowEven {
	background-color: #e9ebd0;
}
.table-more-information {
	background-color: #ece2ca;
	margin-bottom: 10px;
}
.table-more-information td {
	padding: 10px;
	font-size: 95%;
}

	
/*	===============
	05- UTILITIES
	===============*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */


/*	================
	06- IMAGE SLIDER
	===============*/

div#slider-master{
		overflow: hidden;
		padding: 13px 0px 0px 0px;
		position: relative;
		width: 216px;
		z-index: 300px;
	}
	div#slider-master h3 {
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 10px 11px;
	text-align: left;
	}
	div#slider-master div{ background-color:#f8f8ee;
		height: 100%;
		position: absolute;
	}
	div#slider-master div.slider-nav{ overflow: hidden;
		width: 14px;
		z-index: 3;
	}
	div#slider-master div.slider-nav img{ cursor: pointer;
		margin-top: 7px;
	}
	div#slider-master div#slider-button-left {
		text-align: left;
	}
	div#slider-master div#slider-button-right{ left: 192px;
	}
	div#slider-master div#slider-button-left.slider-nav {
		padding: 0px 0px 0px 0px;
		width: 24px;
		background-color: #F6F7EA;
	}
	div#slider-master div#slider-button-right.slider-nav {
		padding: 0px 0px 0px 0px;
		width: 24px;
		background-color: #F6F7EA;
	}
	div#slider-master div#slider-button-right img{ -moz-transform: scaleX(-1);
	    -webkit-transform: scaleX(-1);
	    transform: scaleX(-1);
	    filter: fliph; /*IE*/
	}
	.unhighlightNavArrow{
		opacity:0.6;
		filter:alpha(opacity=60);
	}
	div#slider-master div#slider-image-frame{ clear: both;
		left: 0px;
		/*height: 200px;*/
		margin-left: 0px;
		overflow: hidden;
		position: absolute;
		z-index: 1;
		padding-top: 0px;
	}
	div#slider-master div#slider-image-frame div {
		float: left;
		/*margin-right: 31px;*/
		position: relative;
		width: 120px;
		padding: 0px 10px;
	}
	div#slider-master div#slider-image-frame div img{ height: 62px;	
		margin-bottom: 3px;
		width: 120px;
	}
	div#slider-master div#slider-image-frame div h5{ font-size: 0.95em;
		font-weight: bold;		
		margin-bottom: 3px;
	}
	div#slider-master div#slider-image-frame div p{ font-size: 1em;
		line-height: 1.3em;	
	}
	div#slider-master div#slider-image-frame div:last-child{ margin-right: 0px;
	}
	div.slider-image img,
	div.slider-image p { clear: both; }
