/* CSS Reset */
  
ul { margin:0; padding:0; }
p { margin:0; padding:0;}

.container {
	width: 900px;
	overflow:hidden;
	border:solid 1px #aebea0;
	border-top: none;
	margin: 0 auto;
	}
	
.header {
	width: 900px;
	height: 122px;
	background-image: url(/images/header.png);
	}

	.header ul {
		float: right;
		margin: 20px 20px 0 0;
		list-style: none;
		clear:both;
		}
	
		.header ul li {
			float:left;
			color: #406f6b;
			padding:2px 15px;
			border-left:1px solid #406f6b;
			vertical-align:middle;
			}
			
		.header ul li.first {
			border:none;
		}
			
		.header ul li a {
			color: #406f6b;
			font-size: 14px; 
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			text-decoration: none;
			}
			
		.header ul li a:hover {
			color: #d66d41;
			text-decoration:none;
			}
			
	.header a.HomePageLink {
		display:block;
		width:400px;
		height:75px;
		position:relative;
		top:40px;
	}

	.header .search {
		height: 30px;
		width: 250px;
		clear:right;
		float:right;
		margin:30px 35px 0 0;
		}
	
	.searchbox {
		border: solid 1px #7f9db9;
		float:right;
		padding:1px;
		margin:0;
		}
	
	.button  {
		float: right;
		margin-left:10px;
		}
		
	
		
.nav-menu {
	margin-top:2px;
	width: 900px;
	height: 36px;
	background-image: url(/images/menu_bkgd.png);
	background-repeat:repeat-x;
	}

	.nav-menu ul {
		display:block;
		float: right;
		margin-right: 125px;
		list-style:none;
		height: 36px;
		}
		
		.nav-menu ul li {
			display:block;
			float: left;
			height: 36px;
			margin: 0 2px 0 2px;
			text-align:center;
			}
			
		.nav-menu ul li a {
			display:block;
			color:#ffffff;
			font-size: 18px;
			font-family: Arial, Helvetica, sans-serif; 
			font-weight:bold;
			padding:7px 17px 0 17px;
			text-decoration:none;
			}
		
	.nav-menu a:hover {
		color:#e4e3cb;
		}
		
	.nav-menu .selected a {
		color: #d66d41;
		text-decoration:none;
		}
	
		.nav-menu .tab_left,
		.nav-menu .tab_right,
		.nav-menu .tab_mid {
			background:none;
		}
		
		.nav-menu .selected .tab_left {
			float:left;
			width: 4px;
			height:36px;
			background: url(/images/tab_left.png) no-repeat;
		}
		
		.nav-menu .selected .tab_mid {
			float:left;
			display:block;
			background: url(/images/tab_bkgrd.png) repeat-x;
			height:36px;
		}
		
		.nav-menu .selected .tab_right {
			float:left;
			width: 4px;
			height: 36px;
			background:url(/images/tab_right.png) no-repeat;
		}
	
.sub-menu {
	background-image: url(/images/submenu_bkgd.png);
	background-repeat: repeat-x;
	width:900px;
	height: 31px;
	line-height:31px;
	color:#2d3abe;
	border-bottom: solid 1px #aebea0;
	text-align:center;
	}		
	/*
	.sub-menu ul {
		display:block;
		float:right;
		width:900px;
		text-align:center;
		list-style: none;
		height: 32px;
		}
	
	.sub-menu ul li {
		float:left;
		}
		*/
		
	.sub-menu a {
		/*font-family:Georgia, "Times New Roman", Times, serif;*/
		font-family: Arial, Helvetica, sans-serif; 
		font-size:12px;
		color:#2d3abe;
		margin: 0 5px;
		}	
			.sub-menu a.selected {
				color:#d66d41;
				text-decoration:none;
			}
			.sub-menu a.selected:hover {
				text-decoration:underline;
			}
		
		/*
.home {
	width: 85px;
	height: 36px;
	}
	
.about {
	width:116px;
	}
	
.publications {
	width:143px;
	}
	
.newsroom {
	width:126px;
	}
	
.resources {
	width:126px;
	}
	*/

.container .content {
	width:900px;
	height:auto;
	margin-top:1.3em;
	margin-bottom:1.3em;
	overflow:hidden;
	}

.container .content .left_col {
	width:278px;
	float:left;
	/*margin:0 0 0 20px;*/
	padding: 0 0 0 20px;
	}
	
	
.slideshow {
	width:278px;
	}
	
	.slidetop {
		width:278px;
		height:6px;
		background:url(/images/slide_top.png) no-repeat;
		}
		
	.slidemid {
		width:278px;
		height:auto;
		background:url(/images/slide_mid.png) repeat-y;
		overflow:hidden;
		}
		
	.slidemid span a {
		text-decoration:none;
		}
	
	.slideshow ol {
		}
	
	.slidebottom {
		width:278px;
		height:9px;
		background: url(/images/slide_bottom.png) no-repeat;
		}
	
	 .slidetitle h1 { 
			margin: 6px 0px 0 8px;
		}
	 .slidetitle h1 a{
		font: 14px Georgia, "Times New Roman", Times, serif;
		color: #d66d41;
		float:left;
		width:175px;
		text-decoration: none;
		}
		
		.slidetitle h1 a:hover{ text-decoration: underline;}
	
	 .slidenav {
		font: 13px Georgia, "Times New Roman", Times, serif;
		color:#2d3abe;
		width: 63px;
		float:right;
		margin:6px 20px 0 0;
		}
	
	.slidenav a{
		text-decoration:none;
		}
		
	.slide img {
		/*width:254px;
		height:188px;*/
		border: solid 1px #e6e5cf;
		margin: 8px 0 0 8px;
		}
	
	.slideshow .story_text {
		width:254px;
		margin:0 9px 0 9px;
		font: 12px bold Arial, Helvetica, sans-serif;
		color:#666666;
		}
	
	.slideshow .story_text p  {
		width: 248px;
		padding: 2px 5px;
		}
	
	.slideshow a {
		color:#2d3abe;
		}
	
	.slideshow .story_text p strong {
		font-weight:bold;
		}
		
	.slideshow .story_text ul,
	.slideshow .story_text ol{
		width:248px;
		padding:10px 5px;
		margin:0 15px;
		list-style:disc;
		}
		

.video {
		margin: 14px 0 14px 0;
		}
	
	.video h1 {
		font: 14px Georgia, "Times New Roman", Times, serif;
		color: #d66d41;
		float:left;
		margin: 6px 0 0 8px;
		width:175px;
		}
	
	
	.video h1 a {
		font: 13px Georgia, "Times New Roman", Times, serif;
		color:#2d3abe;
		float:right;
		margin-right:20px;
		text-decoration:none;
		}
		
	.videoplayer  {
		width:254px;
		height:auto;
		margin: 0 0 0 8px;
		}
	
	.videotitle {
		margin: 10px 10px 0px 10px;
		padding-bottom: 10px;
		}

	.videotitle a {
		text-decoration:none;
		}
	
	.videotitle .date {
		font: 11px Arial, Helvetica, sans-serif;
		color:#666666;
		}
		
.main {
	float: right;
	width: 580px;	
	/*margin: 0 5px 10px 15px;*/
	padding: 0 0px 10px 0px;
	}
	
.main h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color:#406f6b;
	padding-bottom: 20px;
	border-bottom: double #406f6b;
	margin-right: 22px;
	}
	
.main h2 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color:#d66d41;
	text-transform:uppercase;
	border-bottom: double #d66d41;
	margin-bottom:12px;
	}
	
.center_col {
	width: 260px;
	float:left;
	/*margin-right: 30px;*/
	padding-right:30px;
	}
	
.right_col {
	width: 260px;
	float:right;
	/*margin-right: 22px;*/
	padding-right:22px;
	}
	
.story {
	width:260px;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
	}
	
.pic {
	width:94px;
	float:left;
	margin:0 5px 0 0;
	}
	
.pic_top {
	width:94px;
	height:7px;
	background:url(/images/pic_top.png) no-repeat;
	}

.pic_mid {
	padding:0 7px 5px 7px;
	width:80px;
	height:auto;
	background:url(/images/pic_mid.png) repeat-y;
}
	.pic_mid img {
		height:auto;
		width:75px;
		border:none;
	}

.pic_bottom {
	width:94px;
	height: 9px;
	background:url(/images/pic_bottom.png) no-repeat;
	}
	
.main .story .story_text p  {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
	}

.main .story .story_text a {
	font-size: 12px; /*Georgia, "Times New Roman", Times, serif*/
	font-family: Arial, Helvetica, sans-serif; 
	color:#2d3abe;
	text-decoration:none;
	}

	
.main #archives a {
	font: 12px Arial, Helvetica, sans-serif;
	color:#2d3abe;
	float:right;
	text-decoration:none;
	}

.executive, .blurb{
	padding-bottom:25px;
	border-bottom: thin solid #cacaca;
	}
	
.executive .story .story_text a {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#2d3abe;
	text-decoration:none;
	margin-bottom: 5px;
	}
	
.executive .story .story_text p {
	margin-bottom:10px;
	}

.blurb h3 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color:#d66d41;
	margin-bottom:0;
	}
	
.blurb p{
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
.last {
	border-bottom: none;
	}
		
.copyright {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
	width:900px;
	padding-top:10px;
	margin: 0 auto;
	}
	
.article_container {
	margin:5px 10px 20px 30px;
	width:550px;
	overflow:hidden;
	display:inline-block;
	float:left;
	}

.article_container .search input {
	width: 425px;
	border: solid 1px #7f9db9;
	margin:0;
	}

.article_container .search .button {
	width:23px;
	height:21px;
	}

.article_container h2 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size:22px;
		font-weight: normal;
		color:#d66d41;
		margin: 0 0 1em 0;
	}
	
	
.article {
	width:550px;
	display:inline-block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0 0 2em 0;
	}

	.article .title {
		text-transform:uppercase;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 15px;
		font-weight:normal;
		color:#d66d41;
		border-bottom:double #d66d41;
		margin:0 0 0.75em 0;
		}
		
		.article .title span {
			font-size: 24px;
			}
	.article .detail {
		margin:2em 0 1em 0;
		/*overflow:hidden;*/
		clear:both;
	}
		.article .detail img {
			/*max-width:156px;*/
			height:auto;
			padding:2px;
			margin:0 10px 10px 0;
			border:1px solid #aebea0;
			float:left;
		}
		.article .detail h2 {
			margin-bottom:0.5em;
		}
		.article .detail .DateLine {
			font-style:italic;
		}
		
	.article p {
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		margin: 0 0 0 0;
		}
		
	.article h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight: normal;
		color:#d66d41;
		margin: 0;
		}
	
	.article ul.contentList  {
		list-style-type:none;
	}
		.article ul.contentList li {
			padding:0 0 1em 0;
			display:block;
			overflow:hidden;
		}
		.article ul.contentList .dateTime {
			font-style: italic;
		}
			.article ul.contentList  li img {
				float:left;
				/*width:120px;*/
				height:auto;
				margin: 0 10px 10px 0;
			}
			.article ul.contentList  li a {
				font-family: Arial, Helvetica, sans-serif; 
				font-size:16px;
				font-weight: normal;
				/*color:#d66d41;*/
				color:#2d3abe;
				text-decoration:none;
			}
				.article ul.contentList  li a:hover {
					text-decoration:underline;
				}
			.article ul.contentList  li p a {
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
			}
			.article ul.contentList  li ul {
				list-style-type:disc;
				margin:0 0 0 20px;
			}
				.article ul.contentList  li ul li {
					padding:2px 0;
					font-family: Arial, Helvetica, sans-serif;
					font-size:12px;
					font-weight:normal;
					margin: 0 0 0 0;
				}
					.article ul.contentList  li ul li a {
						text-decoration:underline;
						font-family: Arial, Helvetica, sans-serif;
						font-size:12px;
						color:#2d3abe;
					}
					
	.article .EmailForm {
		float:left;
		clear:left;
		width:275px;
	}
		.article .EmailForm .fieldwrapper {
			clear:both;
			overflow:hidden;
			margin: 1em 20px;
		}
			.article .EmailForm .fieldwrapper label.styled {
				font-weight:bold;
			}
			.article .EmailForm .fieldwrapper .thefield {
			}
				.article .EmailForm .fieldwrapper .thefield input {
				}
	
	.article .EmailValidation {
		float:right;
		width:225px;
		padding:10px;
		margin:1em 0 0 0;
		border:3px double #D66D41;
	}
		.article .EmailValidation ul {
			margin:0 0 0 1.5em;
		}
			.article .EmailValidation ul li {
			}
	
	.article_container .board-left,
	.article_container .board-right {
		float:left;
		width:45%;
		margin:0 20px 0 0;
	}
		.article_container .boardMember {
			margin:0 1.5em 1em 0;
			font-family:Arial, Helvetica, Sans-Serif;
			font-size: 14px;
		}	
		.article_container .boardMember img {
			float: left;
			margin: 0 .5em .5em 0;
		}	
		.article_container .boardMember .text a {
			font-weight: bold;
			text-decoration: none;
			color: Black;
		}	
		.article_container .boardMember .text a:hover {
			text-decoration: underline;
		}	

.contentList {
	list-style:none;
	}
	
.contentList li{
	margin: .75em 0 .75em 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;	
	}

.contentList a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;	
	text-decoration: none;
	}
	
.module {
	width:266px;
	margin: 40px 20px 0 15px;
	float:right;
	}

.module_top {
	background-image: url(/images/module_top.png);
	background-repeat: no-repeat;
	width:266px;
	height:9px;
	}
	
.module_mid {
	background-image: url(/images/module_mid.png);
	background-repeat:repeat-y;
	width:266px;
	}

.module_bottom {
	background-image: url(/images/module_bottom.png);
	background-repeat:no-repeat;
	width: 266px;
	height: 10px;
	}
	
.module h1 {
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight:normal;
	color:#d66d41;
	margin:0;
	padding: 0 0 0 8px;
	}

.module p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0;
	padding: 1em 25px 0 8px;
	}
	
.module ul{
	padding: 1em .5em;
	}
	
.module li{
	list-style:none;
	color:#2d3abe;
	}
	
.module a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2d3abe;
	padding-left:5px;
	}
	
.pageNav,
.pageNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;	
	text-decoration: none;
	}
	
/* News Articles */
.article select
{
	margin-left: 10px;
}

.article .listSubTitle
{
	font-style: italic;
}
