@import '/styles/common-common.css';
@import '/styles/listings.css';
@import '/style.css';


/* COMMON ---------------------------------------------------------------------- */

body {    
	background-color:#1e1e1e;
}

#bg-y {
	background: url('/images/bg-y.gif') top center repeat-y;
}

#bg-top {
	background:url('/images/bg-top.jpg') top center no-repeat;
}
#bg-bottom {
	background:url('/images/bg-bottom.gif') bottom center no-repeat;
	padding-bottom:10px;
}

#page {
	width:980px;
	margin:0 auto;
	background-color:#ffffff;
}



/* HEADER ---------------------------------------------------------------------- */

#header {
	background:url('/images/header.jpg') top left no-repeat;
	height:119px;
	overflow:hidden;
}

#logo {
	width:320px;
}
#logo a {
	outline:none;
}
#logo img {
	width:245px;
	height:110px;
	margin:0 0 0 70px;
}
#logoooo a:hover img {
	background-color:#336633;
	opacity:0.2;
	filter:alpha(opacity=20);
}

#header-right {
	width:660px;
}	

#header-links {
	margin-right:20px;
}
#header-links ul, #header-links li {
	margin:0;
	padding:0;
	background:none;
}
#header-links li {
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #506c2b;
	height:17px; /* 20 */
	margin-top:3px;
}
#header-links li.first {
	padding-left:0;
	margin-left:0;
	border:none;
}

#header-links li a {
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
  overflow:hidden;
	outline:none;
}
#header-links li a:hover {
	border-bottom:2px solid #b4d07d;
}

#search {
	margin:40px 0 0 380px;
}
#search .styled {
	background-image:url('/images/searchfield-bg.gif');
	border:none;
	padding:4px 2px 0px 24px;
	width:165px;
	margin-right:5px;
	color:#999999;
}
#search .button {
	padding:2px 0;
	background:url('/images/search-button.gif') bottom right no-repeat;
	text-align:center;
	width:60px;
}




/* MENU ------------------------------------------------------------------------ */

#menu {
	background:url('/images/menu.gif') top repeat-x;
	height:36px;
	overflow:hidden;
	background-color:#333333;
	padding:0 20px;
}

#menu ul, #menu li {
	margin:0;
	padding:0;
	background:none;
}
#menu a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	float:left;
	padding:8px 20px 0 20px;
	height: 23px;
	outline:none;
}
.root_134 #menu1 a,
.root_135 #menu2 a,
.root_136 #menu3 a,
.root_137 #menu4 a,
.root_138 #menu5 a,
.root_139 #menu6 a,
.root_140 #menu7 a,
#menu a:hover {
	background:#ffffff url('/images/menu-hover.gif') bottom right no-repeat;
	color:#222222;
	height:25px;
	padding:7px 19px 0 19px;
	border:1px solid #bbbbbb;
	border-top-color:#dddddd;
}



/* SUBNAV ---------------------------------------------------------------------- */

#nav {
	width:170px;
	padding:0 0 20px 0;	
}
#rootname {
	background:#2d607a url('/images/rootname.gif') top repeat-x;
	height:auto !important;
	min-height:30px;
	height:30px;
	padding:0 5px 0 10px;
	display:block;
}
#rootname #unlink, #rootname a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica sans-serif;
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	float:left;
	outline:none;
}
#rootname a:hover {
	border-bottom:2px solid #53b0e3;
}
#navbox {
	background-color:#f5f5f5;
}
#navbox ul, #navbox li {
	margin:0;
	padding:0;
	background:none;
}
#navbox li {
	padding-bottom:1px; /* ie6 = ghey */
	margin-bottom:-1px; /* ie6 = ghey */
}
#navbox ul {
	padding-bottom:100px;
}	
#navbox li a {
	color:#2c5d77;
	text-decoration:none;
	padding:7px 15px 7px 18px;
	display:block;
	position:relative;
	border-bottom:1px solid #cccccc;
	outline:none;
}
#navbox li.navactive a,
#navbox li a:hover {
	color:#708b3c;
	background:#ffffff url('/images/nav-hover.gif') bottom right no-repeat;
}
#navbox li.navactive a {
	font-weight:bold;
}

#navbox ul ul {
	padding-bottom:0;
}	
#navbox li li a, #navbox li.navactive li a  {
	padding:5px 15px 5px 32px;
	color:#2c5d77;
	font-weight:normal;
	background-image:none;
	background-color:#fbfbfb;
	font-size:11px;
}
#navbox li li a:hover {
	color:#708b3c;
	background:#ffffff url('/images/nav-hover.gif') bottom right no-repeat;
}


#subnavbox {
	padding:0 15px 15px 15px;
	border-bottom:1px solid #cccccc;
}
#subnavbox h2 {
	background:#bdcba4 url('/images/subnav-h2.jpg') bottom left no-repeat;
	padding:10px 5px 15px 10px;
	color:#ffffff;
	margin:0 -15px 15px -15px;
}

#breadcrumbs {
	background:#e9e9e9 url('/images/breadcrumbs.gif') top repeat-x;
	height:30px;
	line-height:32px;
	vertical-align:middle;
	overflow:hidden;
	color:#999999;
	margin-left:1px;
}
#breadcrumbs a {
	float:left;
	padding:0 5px;
	height:30px;
	color:#666666;
	outline:none;
}
#breadcrumbs a:hover {
	color: #64812e; 
}
#breadcrumbs a.homelink {	
	display:block;
	background:url('/images/homelink.jpg') top left no-repeat;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	width:89px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
}
#breadcrumbs a.homelink:hover {	
	text-decoration:underline;
	color:#ffffff;	
}
#breadcrumbs .separator {
	color:#bbbbbb;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	float:left;
	line-height:30px;
}
#breadcrumbs .current {
	color:#444444;
	float:left;
}



/* SHARED ---------------------------------------------------------------------- */

#content-bottom {
	background-color:#ebebeb;
}
#content-bottom ul, #content-bottom li {
	margin:0;
	padding:0;
	background:none;
}
#content-bottom ul {
	margin:15px -10px 0 20px;
}
#content-bottom ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#content-bottom ul li {
	width:220px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	color:#567d93;
	font-size:11px;
}
#content-bottom ul a {
	font-weight:bold;
	outline:none;
} 
#content-bottom a.weblink, #content-bottom a.videolink, #content-bottom a.publicationlink, #content-bottom a.morelink {
	font-weight:normal;
}
#content-bottom .suggestlink a {
	background:url('/images/suggestlink.gif') top left no-repeat;
	width:100px; /* 130 */
	height:21px; /* 28 */
	float:right;
	padding:7px 5px 0 30px;
}



/* HOME ------------------------------------------------------------------------ */

#impact {	
	margin-bottom:5px;
}
#impact #flash {
	background:url('/images/flash.jpg') top left no-repeat;
	width:770px;
	height:300px;
	overflow:hidden;
	margin-right:5px;
}
#impact #flash table {
	margin-top:220px;
}
#impact #flash td {
	color:#ffffff;
	height:70px;
	padding:5px 30px;
	vertical-align:middle;
}
#impact #flash a {
	color:#b4d07d;
	outline:none;
	outline:none;
}
#impact #flash a:hover {
	color:#eeffcc;
}

#impact #audiences {
	background:url('/images/audiences.jpg') top left no-repeat;
	width:205px;
	height:300px;
	overflow:hidden;
}

#impact #audiences h2 {
	height:32px; /* 40 */
	overflow:hidden;
	color:#ffffff;
	padding:8px 10px 0 30px;
	margin:0 0 10px 0;
	text-transform:uppercase;
}
	
#impact #audiences li {
	background:url('/images/bullet2.gif') 0px 1px no-repeat;
	margin-bottom:8px;
	padding-left:20px;
	padding-bottom:1px;
}
#impact #audiences li a {
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	display:block;
	border-bottom:1px solid #648130;
	padding:0 0 5px 0;
	outline:none;
}
#impact #audiences li a:hover {
	text-decoration:underline;
}

.homepage .imgborder {
	padding:4px;
	border-color:#cccccc;
}
.homepage #content {
	background:url('/images/home-content.gif') left repeat-y;
}

.homepage #content-main {
	width:770px;
	margin-right:5px;
	padding:10px 0 0 0;

}

.homepage #content-left {
	width:363px; /* 384 */
	padding:0 10px;
	border-right:1px solid #cccccc;
}
.homepage #content-middle {
	width:366px; /* 386 */
	padding:0 10px;	
	margin-left:-1px;
	border-left:1px solid #cccccc;
}

.homepage #newsbox ul {
	margin-bottom:0;
}
.homepage #newsbox ul li {
	background:url('/images/hr.gif') bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:0;
	padding-left:32px;
	margin-left:0;
}
.homepage #newsbox .weblink {
	margin-top:5px;
}
.homepage #newsbox h4 {
	margin:10px 0 3px 0;
	color:#2d607d;
	font-size:13px;
}
.homepage #newsbox .green {
	font-weight:bold;
}

.homepage #content-bottom {
	margin:15px 0 0 0;
}
.homepage #content-bottom ul {
	margin:15px -10px 0 26px;
}
.homepage #content-bottom ul li {
	width:235px;
}


.homepage #content #content-right {
	width:165px; /* 205 */
	padding:0 20px 10px 20px;
	color:#526926;
}
.homepage #content #content-right .imgborder {
	border:3px solid #ffffff;
	padding:0;
	margin:7px 0 10px 0;
}

.homepage #content #content-right hr {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin:1em -20px;
}

.homepage #content-right h2 {
	background:#37471b url('/images/home-right-h2.gif') bottom left no-repeat;
	padding:10px 5px 15px 10px;
	color:#ffffff;
	margin:0 -20px 15px -20px;
}

.homepage #content-right .bluebox {
	margin:0 -20px;
	padding:0 20px 20px 20px;
	background:#ffffff url('/images/home-bluebox.gif') bottom repeat-x;
	color:#21475b;
	font-size:11px;
}
.homepage #content-right .bluebox h2 {
	background-image:url('/images/home-right-h2-blue.gif');
	background-color:#1e3f53;
	margin:0 -20px 10px -20px;
}



/* CONTENT --------------------------------------------------------------------- */

#banner {
	background:url('/images/banner.jpg') top left no-repeat;
	height:100px; /* 100 */
	overflow:hidden;
	padding:0 0 0 535px;
}
#banner td {
	color:#ffffff;
	height:90px;
	padding:5px 30px;
	vertical-align:middle;
}
#banner h4 {
	color:#eeffcc;
	margin:0 0 5px 0;
	font-size:11px;
	text-transform:uppercase;
}
#banner a {
	color:#b4d07d;
	outline:none;
	outline:none;
}
#banner a:hover {
	color:#eeffcc;
}

.contentpage #content {
	background:url('/images/content.gif') left repeat-y;
}
.contentpage .fullpage #content {
	background:#ffffff url('/images/content-full.gif') 170px 0px repeat-y;
}
#content-right {
	width:810px;
}
.contentpage #content-content {
	width:620px; /* 640 */
	padding:10px;
	height:auto !important;
	min-height:400px;
	height:400px;
}
.contentpage .fullpage #content-content {
	width:790px; /* 810 */
}

.contentpage #content-column1, .contentpage #content-column2, .contentpage #content-column3 {
	width:250px;
	padding:0 0 15px 0;
} 
.contentpage #content-column1, .contentpage #content-column2 {
	margin-right:20px;
}

.contentpage #content-right-right {
	width:149px; /* 170 */
	padding:0 10px 20px 10px;
	margin:0 0 0 1px;
}

.contentpage #content-right-right h2 {
	background:#64812e url('/images/right-h2.gif') bottom left no-repeat;
	padding:10px 5px 15px 10px;
	color:#ffffff;
	margin:0 -10px 15px -10px;
}

.contentpage #content-right-right .bluebox {
	margin:0 -10px;
	padding:0 10px 10px 10px;
	background-color:#e1eef4; 
	color:#21475b;
	font-size:11px;
}
.contentpage #content-right-right .bluebox h2 {
	background-image:url('/images/right-h2-blue.gif');
	background-color:#2c5e79;
}

.content #content-bottom {
	padding:0 15px;
}





/* FOOTER ---------------------------------------------------------------------- */

#footer {
	background:url('/images/footer.jpg') top left no-repeat;
	height:82px; /* 97 */
	overflow:hidden;
	padding:15px 10px 0 15px;
	margin-top:5px;
}

#footer ul {
	height:35px;
}

#footer ul, #footer li {
	margin:0;
	padding:0;
	background:none;
}
#footer li {
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #3b561b;
}
#footer li.last {
	margin:0;
	padding:0;
	border:none;
}
#footer li a {
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	float:left;
	outline:none;
}
#footer li a:hover {
	border-bottom:2px solid #b4d07d;
}

#copyright {
	color:#82945c;
	font-size:10px;
	margin:15px 0 0 0;
}
#copyright a {	
	font-size:11px;
	color:#b4cf7c; 
	outline:none;
}
#copyright a:hover {	
	color:#ffffff;
}

#subfooter {
	text-align:right;
	margin:10px;
}
#subfooter a {
	font-size:10px;
	color:#526926;
	text-decoration:none;
	outline:none;
}
#subfooter a:hover {
	text-decoration:underline;
}



/* FORMS ----------------------------------------------------------------------- */

input.styled, textarea.styled {
  border:none;
  border-bottom:1px solid #dddddd;
  border-right:1px solid #dddddd;
  padding:3px 2px 0px 2px;
  background:url('/images/formfield-bg.gif') top left no-repeat;
}
select.styled {
  border:1px solid #dddddd;
  padding:0;
}
input.button {
	background:url('/images/button.gif') bottom right no-repeat;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	border:none;
	margin:0;
	padding:2px 10px;
	cursor:pointer;
	outline:none;
}  



/* SITE MAP ------------------------------------------------------------------- */

.sitemap ul {
	padding:0 0 0 50px;
  margin:0;
}
.sitemap ul ul {
  padding:0 0 0 5px;
}
.sitemap li {
  background:url('/images/bullet-page.gif') 0px 1px no-repeat;
  margin:0 0 15px 0;
  padding:0 0 0 15px;
}
.sitemap li a {
  font-size:12px;
  font-weight:bold;
	text-transform:uppercase;
	outline:none;
}
.sitemap li li {
  margin: 0 0 4px 0;
	background:url('/images/bullet-sub.gif') 0px 4px no-repeat;
	padding:0 0 0 10px;
}
.sitemap li li a {
  font-size:11px;
  font-weight:normal;
	text-transform:none;
}
.sitemap a:visited {
  color: #999999;
}
.sitemap a:hover {}




/* CUSTOMIZATIONS -------------------------------------------------------------- */

h1 .unbold {
	color:#5f792d;
}
h2 .unbold {
	text-transform:none;
}


table.threecols td {
	border:none;
}


a.weblink, a.videolink, a.publicationlink, a.morelink {
	padding-left:15px;
	background:url('/images/icon-website.gif') 0px 2px no-repeat;	
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
}
a.videolink {
	background:url('/images/icon-video.gif') 0px 1px no-repeat;	
}
a.publicationlink {
	background:url('/images/icon-publication.gif') 0px 0px no-repeat;	
}
a.morelink {
	background:url('/images/icon-more.gif') 0px 2px no-repeat;	
	padding-left:17px;
}

.rightlink a { float:right; }
.rightlink:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.nicetable {
	border:2px solid #dddddd; 
	font-size:11px;
}
.nicetable td {
	padding:2px 5px;
	border:1px solid #eeeeee;
}
.nicetable th {
	text-align:left;
	font-size:12px;
	background-color:#eeeeee;
	padding:2px 10px;
	border:1px solid #ffffff;
}

.quickfacts td {
	vertical-align:top;
	font-size:11px;
}
.quickfacts .superbig {
	color:#2d607d;
	font-weight:bold;
}
.quickfacts .smaller {
	display:block;
	margin-top:6px;
	color:#999999;
}
.quickfacts .smaller a {
	color:#999999;
}
.quickfacts .smaller a:hover {
	color:#2d607d;
}

a.pdflink, a.pptlink {
	background:url('/images/pdf-button.gif') top left no-repeat;
	margin:0 -10px;
	display:block;
	height:24px; 
	line-height:26px;
	overflow:hidden;
	font-weight:bold;
	padding-left:15px;
	text-decoration:none;
}
a.pptlink {
	background-image:url('/images/ppt-button.gif');
}
a.pdflink:hover, a.pptlink:hover {
	text-decoration:underline;
}

.linkedlist {
	margin:0 0 20px 0;
}
.linkedlist .col {
	width:250px;
	margin:0 20px 0 0;
}
.linkedlist .last {
	margin-right:0;
}
.linkedlist a:hover img {
	border-color:#AABE83;
}