@charset "utf-8";
/* CSS Document */


/* base styles */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../main_layout/usmep_main_body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #6E91A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#header_wrap {
	clear: both;
	width: 100%;
	height: 200px;
}
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	background-image: url(../main_layout/usmep_main_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	z-index: 2;
}
#topnav_container {
	position: absolute;
	height: 25px;
	width: 950px;
	bottom: 0px;
	left: 0px;
}
/* top nav */

#nav, #nav ul {
	width: 780px;
	list-style: none;
	line-height: 25px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6E91A4;
	height: 25px;
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	padding-right: 22px;
	padding-left: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6E91A4;
}
#nav a:hover {
	color: #DED099;
}

#nav a.daddy {
	background: url(../../rightarrow2.gif) center right no-repeat;
}

#nav li {
	padding: 0px;
	float: left;
	margin: 0px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	line-height: 16px;
	background-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 250px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav li ul.wide {
	width: 361px;
	

}
#nav li li {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 225px;
}
#nav li ul.wide li{
	width: 180px;
	float: left;
	

}
#nav li ul a {
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-right-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
#nav li ul ul a {
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-right-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
#nav li ul ul {
	margin-top: -25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 125px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*  double column drop */
#nav li ul.wide li.titleh {
	width: 362px;
	text-align: center;
	clear: both;
	float: left;
	display: block;
	color: #DED099;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DED099;
	padding-bottom: 8px;
	clip: rect(auto,auto,auto,auto);
}
#nav li ul.wide li.titleh a{
	line-height: 18px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*  hovers */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #000000;
}
#nav #pdf li a {
	background-color: #000000;
	background-image: url(../images/bullet_pdf.gif);
	background-repeat: no-repeat;
	background-position: 2px top;
	padding-left: 23px;
}

/* content area */
#content_wrap {
	clear: both;
	width: 100%;
}
#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../main_layout/usmep_main_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/* footer */
#footer_wrap {
	clear: both;
	width: 100%;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 105px;
	background-image: url(../main_layout/usmep_main_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#footlist {
	position: absolute;
	top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #98A3A9;
	left: 240px;
	width: 400px;
}
#footlist a{
	color: #98A3A9;
	text-decoration: none;
}
.pagehead {
	font-size: 24px;
	color: #6E91A4;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E91A4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	display: block;
	font-weight: bold;
}
h1 {
	font-size: 22px;
	color: #6E91A4;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 22px;
}
h2 {
	font-size: 20px;
	color: #6E91A4;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 20px;
}
h3 {
	font-size: 18px;
	color: #6E91A4;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
strong {
	color: #555555;
}


p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
a{
	color: #6E91A4;
	text-decoration: none;
}
a strong{
	color: #6E91A4;
	text-decoration: underline;
}
a:hover{
	color: #6E91A4;
	text-decoration: underline;
}
#inner_content ul{
	padding: 0px;
	width: 90%;
	list-style-type: none;
	display: block;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
}
#inner_content li{
	margin-bottom: 5px;
	background-image: url(../images/gen_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left top;
}

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


#left_column {
	float: left;
	width: 220px;
	overflow: hidden;
}
#inner_content {
	float: right;
	width: 730px;
	margin: 0px;
	padding: 0px;
}
#inner_content_2col {
	float: right;
	width: 730px;
	margin: 0px;
	padding: 0px;
}

#page {
	float: left;
	width: 470px;
	padding-top: 15px;
	padding-right: 19px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#page_wide  {
	float: left;
	width: 690px;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 19px;
	background-color: #FFFFFF;
}

/* featured article as appears on homepage */
.featured_article_box {
	float: left;
	margin: 0px;
	width: 690px;
	background-color: #FFFFFF;
	padding-top: 16px;
	padding-right: 19px;
	padding-bottom: 16px;
	padding-left: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.featured_article_box img {
	margin: 0px;
	padding: 0px;
	display: block;
}
.featured_article_box h2 {
	font-family: "Times New Roman", Times, serif;
	color: #AB8740;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 18px;
}
.featured_article_box h3 {
	font-family: "Times New Roman", Times, serif;
	color: #AB8740;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 15px;
}
.featured_article_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
	text-align: justify;
}
.featured_article_box .readmore_link {
	text-align: right;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	clear: both;
	float: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.featured_article_box .readmore_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #AB8740;
}
#right_column {
	float: right;
	width: 220px;
	display: block;
	padding-bottom: 5px;
}
#right_column  h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6A7B85;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADAD1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.right_column_linklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
	clear: both;
}
.right_column_linklist ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	width: 220px;
}
.right_column_linklist ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.right_column_linklist ul li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DADAD1;
	line-height: 18px;
	text-decoration: none;
	color: #6A7B85;
}
.event_entry {
	width: 220px;
}

.event_entry td{
	line-height: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin: 0px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.event_entry td a {
	text-decoration: none;
	color: #6E91A4;
	font-size: 11px;
	display: block;
}
.event_entry td a:hover {
	color: #AB8740;
}
.event_entry td img{
	padding: 0px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.event_entry td p{
	padding: 0px;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#recent_col_container {
	width: 730px;
	float: left;
	clear: both;
}



/* 3 column iclude for aticle/oped/projects link lists */
#recentCol {
	clear: left;
	float: left;
	width: 730px;
	background-color: #CCCCCC;
	background-image: url(../main_layout/bottom_lists_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#recentCol ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#recentCol #articles_col ul{
	padding: 0px;
	list-style-type: none;
	width: 235px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#recentCol #reports_col ul{
	padding: 0px;
	list-style-type: none;
	width: 235px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#recentCol #policy_col ul{

	padding: 0px;
	list-style-type: none;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#recentCol ul li {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-image: url(../module_assets/recentCol_bullets_off.gif);
	background-position: left 2px;
	color: #666666;
}
#recentCol #reports_col ul li{
padding-left: 20px;
	background-image: url(../images/bullet_pdf.gif);
}
#recentCol ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	display: block;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: left top;
}
#recentCol ul li a:hover {
	color: #AB8740;
	text-decoration: none;
}


#featured_articles_box {
	width: 200px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	padding: 0px;
	line-height: 16px;
	clear: both;
	display: block;
}
#featured_articles_box_top {
	background-image: url(../module_assets/featured_articles_box_top.jpg);
	height: 45px;
	width: 200px;
	background-repeat: no-repeat;
	clear: both;
}
#featured_articles_box_bot {
	background-image: url(../module_assets/featured_articles_box_bot.jpg);
	clear: both;
	height: 35px;
	width: 200px;
}
#featured_articles_box_mid {
	background-image: url(../module_assets/featured_articles_box_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 180px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#featured_articles_box_mid ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#featured_articles_box_mid ul li {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 16px;
	display: block;
	width: 180px;
}
#featured_articles_box_mid ul li a {
	padding-left: 16px;
	display: block;
	color: #6E91A4;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../module_assets/featured_articles_box_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#featured_articles_box_mid ul li a:hover {
	color: #AB8740;
	background-image: url(../module_assets/featured_articles_box_bullet_over.gif);
}






/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
	z-index: 1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #000000;
	z-index: 10001;
}

.lbLoading {
	background: #fff url(../slimbox_assets/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../slimbox_assets/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../slimbox_assets/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top-width: 15px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../slimbox_assets/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
ul#senior_advisors_listbox {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color: #6E91A4;
	border-top-width: 1px;
	border-top-style: solid;
	display: block;
	width: 468px;
	padding-top: 10px;
	padding-right: 0%;
	padding-bottom: 10px;
	padding-left: 0%;
}
#senior_advisors_listbox li {
	float: left;
	width: 50%;
}
#senior_advisors_listbox a {
	display: block;
	padding-left: 15px;
	color: #6E91A4;
	text-decoration: none;
	margin: 4px;
	background-image: url(../images/gen_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#inner_content ul.report_pdf {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	background-image: none;
}
#inner_content ul.report_pdf li {
	list-style-type: none;
	line-height: 22px;
	margin-bottom: 5px;
	background-image: none;
}
#inner_content ul.report_pdf li a {
	background-image: url(../images/bullet_pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #6E91A4;
	text-decoration: none;
	line-height: 22px;
	display: block;
}
/* policy briefs list */
dl.plain
{
	width: 450px;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.plain dt
{
	margin: 0;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 14px;
	font-size: 11px;
	color: #666666;
}
.plain a{
	color: #6E91A4;
	text-decoration: none;
	background-image: url(../images/gen_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	display: block;
	font-weight: bold;
}
.plain a:hover
{
	color: #AB8740;
	text-decoration: none;
}
.plain dd
{
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 20px;
}
/* applies to al definition listscommented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */
h2.blueblock {
	color: #FFFFFF;
	background-color: #6E91A4;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	font-weight: bold;
}
.documentsblock {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 16px;
	padding-right: 15px;
	padding-left: 15px;
}
.documentsblock .date{
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.documentsblock  a{
	color: #AB8740;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.documentsblock .readmore {
	display: block;
	text-align: right;
	padding-right: 22px;
	font-size: 10px;
	color: #AB8740;
}
.documentsblock p{
	margin-bottom: 10px;
}
/* small text for doc notes*/
.notestext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.notestext p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333333;
	line-height: 14px;
}
.print_this_wrap {
	font-size: 24px;
	color: #6E91A4;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E91A4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-weight: bold;
	position: relative;
}
.print_this_wrap a.print_this_link {
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	display: block;
	position: absolute;
	top: 0px;
	right: 125px;
	z-index: 0;
}
.print_this_wrap a.email_this_link {
	background-image: url(../images/email_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	display: block;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 0;
}
.eventRow{
	clear: left;
	float: left;
	width: 690px;
	margin-bottom: 10px;
}
.eventRow .eventRow_column {
	float: left;
	width: 190px;
	height: 225px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #6E91A4;
	background-color: #FAFAF0;
	display: inline;
}.eventRow .eventRow_column p {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: inline;
}
.eventRow .eventRow_column a img {
	border: 2px solid #6E91A4;
	padding: 0px;
	margin-bottom: 5px;
}
.eventRow .eventRow_column a:hover img {
	border: 2px solid #40515B;
	padding: 0px;
	margin-bottom: 5px;
}
a.viewmore{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E91A4;
	clear: both;
	text-align: right;
	padding-right: 5px;
}
