/* Earth Policy Institute stylesheet; CSS Document */

p {
font-family: Arial, Helvetica, sans serif;
font-size:12px;
color:#000000;
}


h1 {
font-family: Arial, Helvetica, sans serif;
font-size:14px;
font-weight:bold;
color:#000000;
padding:10px 0 0 0;
}

h3 {
font-family: Arial, Helvetica, sans serif;
font-size:16px;
font-weight:bold;
color:#000000;
padding:10px 0 0 0;
}

#webpageCopy h3.type_heading {
  margin: -25px 0 15px 0 !important;
  padding: 0 !important;
  font-weight: normal !important;

}

h5 {
font-family: Arial, Helvetica, sans serif;
font-size:16px;
font-weight:bold;
color:black;
}



/* LAYOUT */

html, body { 
 margin:0px; 
 padding:0px; 
 text-align:center;
background-color:#e5ecfb;
font-family:Arial, Helvetica, sans serif;
font-size:12px;
} 

#pagewidth{ 
width:910px; 
text-align:center;  
margin-left:auto; 
margin-right:auto;  
} 

#wrapper {
width: 880px;
}
 
#header{
 position:relative; 
 height:145px; 
 width:910px;
} 
 
#leftcol{
 width:155px; 
 float:left; 
 position:relative; 
margin: 0px 15px 0px 0px;
}
 
#twocols{
 width:710px; 
 float:right; 
 position:relative; 
}
 
#rightcol{
 width:158px; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative;
 margin: 0px 12px 0px 0px;
 width:540px; 
 }
 

 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


 

#master {

	width: 100%;
	background-image:url("http://www.earth-policy.org/images/interface/page_background.gif"); 
	background-position:center; 
	background-repeat:repeat-y; 
	text-align:center;
margin-left:auto; 
margin-right:auto;
min-width: 920px;
	
}


#topBanner {
	width:909px;
	height: 110px;
	padding: 0 0 10px 0;
	background-color: #e5ecfb;
text-align:center;
	
}


#topNavigationBar {
        width: 880px;
	height: 25px;
	background-color: #1f376a;
	text-align:left;
        padding:0px;
        margin:0px;
}


#mainContent {
	width: 880px;
	padding:0;
	margin: 18px 0px 0px 0px;
}	




#leftSidebar {
	width: 155px;  
	margin-right: 15px; 
	position:relative;
        top:0px;
	float:left;
}


#centralBlock {
	width: 540px; 
	margin: 0px 5px 30px 0px; 
	position:relative; 
	float:left; 
	vertical-align:top;
        padding:0;
	
}


#centralBlock p {
	/* position:relative; */
	left:0px;
        text-align:left;
        padding:0;
}


#rightSidebar {
	width: 158px;  
	position:relative;
        padding:0;
	margin:0;
	float:right;
        top:0px;
        text-align:left;
}

#rightSidebarLinks {

        margin-bottom: 30px;

}

#pageBorderBottom {
	height: 15px;
	width: 100%;
	background:url("http://www.earth-policy.org/images/interface/page_bottom.gif") center top no-repeat;
	padding: 0px 0px 10px 0px; 

}



/* ------------ HOME PAGE STYLES -------- */



#LBhomeImage {
	width: 140px; 
	margin-left: 8px;
        border:1px solid #8b8b8b;
}

#LBhomeImageCaption {
	margin:10px 0 0 8px;
	width: 140px; 
	height: 40px;
	text-align:right; 
	font-family: Arial, Helvetica, sans serif; 
	font-size: 11px;
}


#quoteText p {
	text-align:right;
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	color:#0c1d42;
}
#quoteText p a {
	font-size: 11px;
	color:#143f9c;
        text-decoration:none;
}

#quoteText p a:hover {
	font-size: 11px;
	color:#143f9c;
        text-decoration: underline;
}




#infoWindow {
	width: 358px; 
	top:0px; 
	height: 225px; 
	margin: 0px 4px 0px 0px; 
	float:left; 
	padding:0; 
	vertical-align:top;
}

#infoImageText {
	width: 358px; 
	top:0px; 
	height: 200px; 
	text-align:left; 
	padding:0; 
	background-image:url("http://www.earth-policy.org/images/interface/feature/mission_background.jpg"); 
	background-repeat:no-repeat;
}

#infoImageText1 {
	width: 358px; 
	top:0px; 
	height: 200px; 
	text-align:left; 
	padding:0; 
	background-image:url("http://www.earth-policy.org/images/interface/feature/mission_background.jpg"); 
	background-repeat:no-repeat;
}

#infoImageText2 {
	width: 358px; 
	top:0px; 
	height: 200px; 
	text-align:left; 
	padding:0; 
	background-image:url("http://www.earth-policy.org/images/interface/feature/planB_background.jpg"); 
	background-repeat:no-repeat;
}


#infoText2 a:link,
#infoText2 a:visited
 {
	color:#e4e4e4;
text-decoration:none;
font-size:14px;
}



#infoText2 a:hover {
	color:#fff;
text-decoration:underline;
font-size:14px;
}



#infoText {
	width: 275px; 
	height:175px; 
	margin: 0; 
	top: 15px; 
	left: 15px; 
	position:relative; 
	font-family: Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:14px; 
	text-align:left;
}

#infoText1 {
	width: 275px; 
	height:175px; 
	margin: 0; 
	top: 15px; 
	left: 15px; 
	position:relative; 
	font-family: Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:14px; 
	text-align:left;
}


#infoText2 {
	width: 275px; 
	height:175px; 
	margin: 0; 
	top: 15px; 
	left: 15px; 
	position:relative; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:14px; 
	text-align:left;
}

#infoButtons {

	width: 358px; 
	height: 25px; 
	position:relative; 
	padding:0; 
	margin:0;
}


#featuredBookHome {
	width:176px; 
	height: 225px; 
	position:relative; 
	margin-bottom:15px; 
	float:left; 
	background-image:url("http://www.earth-policy.org/images/interface/feature/book_background.gif"); 
	background-position:top; 
	background-repeat:no-repeat;
}


#bookImageHome {
	position:relative; 
	margin: 8px 0 0 0; 
	text-align:center; 
	width:175px; 
	height:192px;
}






#releasesContent div.archiveButton,
#inTheNews div.archiveButton {
	margin:15px 0px 0px 3px;
	width:130px;
}


.horizDividerBlue {
	height:1px; 
	margin: 8px 0px 8px 0px; 
	background-image:url("http://www.earth-policy.org/images/interface/pixel_lightBlue.gif"); 
	background-repeat:repeat-x;
}




/* -------- FOOTER STYLES ------- */

#footer {

width: 100%;
margin:0;
position: relative;
float: left;

}

#footerLinks {
       
	width:540px; 
	height: 37px; 
	margin-top: 3px; 
	text-align:center; 
	margin-bottom: 10px;

}


#footerLinks a {
	font-size:10px; 
	font-family:Arial, Helvetica, sans serif; 
        line-height: 17px;
	color:#0c1d42; 
	font-size:10px;
	text-decoration:none;
}


#footerLinks a:link {

	color:#0c1d42; 
	font-size:10px;
	text-decoration:none;
}


#footerLinks a:hover {

	color:#0c1d42; 
	font-size:10px;
	text-decoration: underline;
}




.footerInfo {
	width:538px; 
	line-height: 13px; 
	margin-top:5px; 
	text-align:center; 
	color:#000000; 
	font-size:11px; 
	font-family:Arial, Helvetica, sans serif; 
	
}

.footerEmail {

width: 538px;
text-align: center;
}

#footerInfo a{
	
	line-height: 17px;  
	color:#0c1d42; 
	font-size:10px;
	text-decoration:none;
}

.footerEmail a:link {
	
	color:#143F9C; 
	text-decoration:none;
}


.footerEmail a:hover {
	
	color:#143F9C; 
	text-decoration: underline;
}



#footerInfo a:link {
	
	line-height: 17px;  
	color:#0c1d42; 
	font-size:10px;
	text-decoration:none;
}

DIV#footerEmail span a:link {
	
	line-height: 17px;  
	color:#0c1d42; 
	font-size:11px;
	text-decoration:none;
}


#footerInfo a:hover{
	
	line-height: 17px;  
	color:#0c1d42; 
	font-size:10px;
	text-decoration: underline;
}

DIV#footerEmail span a:hover {
	
	line-height: 17px;  
	color:#0c1d42; 
	font-size:11px;
	text-decoration: underline;
}



/* --------------- */






/* -------- LEFT SIDEBAR SUBNAVIGATION ------- */


#subnav {
	width:155px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url("http://www.earth-policy.org/images/interface/subnav/round_edges_bottom.gif");
	background-position: bottom;
	background-repeat:no-repeat;
}


#subnavLinks {
	font-size:9px;
	font-family: Arial, Helvetica, sans serif;
	border-left:1px solid #ccd7eb; 
	border-right:1px solid #ccd7eb; 
	padding:0;
	margin:0;
	text-align:right;
        text-transform:uppercase;
	width: 153px;
	color:#0c1d42;
	position:relative;
	line-height: 18px;
	
}


#subnavLinks a {

	color:#143f9c;
	width: 135px;
	text-align:right;
	text-decoration:none;
	padding-right:11px;
	margin:2px 6px 2px 0px;
	background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
	background-position:right;
	background-repeat:no-repeat;

}

#subnavLinks a:link {
	color:#143f9c;
	width: 135px;
	text-align:right;
	text-decoration:none;
	padding-right:11px;
	margin:2px 6px 2px 0px;
	background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
	background-position:right;
	background-repeat:no-repeat;

}

#subnavLinks a:hover {
	color:#143f9c;
	width: 135px;
	text-align:right;
	text-decoration: underline;
	padding-right:11px;
	margin:2px 6px 2px 0px;
	background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_brown.gif");
	background-position:right;
	background-repeat:no-repeat;
      
}




/* --------------- */





/* -------- BASIC WEB PAGE STYLES ------- */



#webpageTopBorder {
width:540px;
height:10px;
background-image:url("http://www.earth-policy.org/images/interface/content_round_edges_top.gif");
position:absolute;
margin:0;
padding:0;
}

.webpageTopBorder {
width:540px;
height:10px;
background-image:url("http://www.earth-policy.org/images/interface/content_round_edges_top.gif");
background-position: bottom;
background-repeat:no-repeat;
margin:0;
padding:0;
}

#webpageBottomBorder {
width:540px;
height: 13px;
background: url("http://www.earth-policy.org/images/interface/content_round_edges_bottom.gif") bottom no-repeat;
margin: 0px 0px 15px 0px;
position:relative;
padding:0;
}

.webpageBottomBorder {
width:540px;
height: 13px;
background-image:url("http://www.earth-policy.org/images/interface/content_round_edges_bottom.gif");
background-repeat:no-repeat;
background-position: top;
margin: 0px 0px 15px 0px;
padding:0;
}
            	
#webpageCopy {
	width:500px;
	background-image: url("http://www.earth-policy.org/images/interface/content_background.gif"); 
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans serif;
	text-align:left;
	padding: 0px 20px 20px 20px;
	margin:0px;
}

#webpageCopy a:link,
#webpageCopy a,
#webpageCopy a:visited {
	text-decoration:none;
	color:#143f9c;
}


#webpageCopy a:hover {
	text-decoration: underline;
	color:#143f9c;
}

.webpageCopy a:link,
.webpageCopy a,
.webpageCopy a:visited {
	text-decoration:none;
	color:#143f9c;
}


.webpageCopy a:hover {
	text-decoration: underline;
	color:#143f9c;
}


.webpageCopy {
	width:500px;
	background-image: url("http://www.earth-policy.org/images/interface/content_background.gif"); 
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans serif;
	text-align:left;
	padding: 0px 20px 20px 20px;
	margin:0px;
}

#webpageTitle {
font-family:Arial, Helvetica, sans serif;
font-size:23px;
color:#0c1d42;
padding: 15px 10px 10px 0px;
text-align:left;
margin:0px;
}

.webpageTitle {
font-family:Arial, Helvetica, sans serif;
font-size:23px;
color:#0c1d42;
padding: 5px 10px 10px 0px;
text-align:left;
margin:0px;
}



/* --------------- */




/* -------- BLUE BOX WEB PAGE STYLES ------- */


#blueBox {

	width: 538px; 
	position:relative; 
	float:left;
	margin: 0px 0px 15px 0px;
}

.blueBox {

	width: 538px; 
	position:relative; 
	float:left;
	margin: 0px 0px 15px 0px;
}

#blueBoxTop {
width:538px;
height:10px;
position:relative;
background-image:url("http://www.earth-policy.org/images/interface/releases/background_top.gif");
background-position:bottom;
background-repeat:no-repeat;
padding:0px;
margin:0px;
}
.blueBoxTop {
width:538px;
height:10px;
position:relative;
background-image:url("http://www.earth-policy.org/images/interface/releases/background_top.gif");
background-position:bottom;
background-repeat:no-repeat;
padding:0px;
margin:0px;
}

#blueBoxBottom {
width:538px;
height:10px;
position:relative;
background-image:url("http://www.earth-policy.org/images/interface/releases/background_bottom.gif");
background-repeat:no-repeat;
background-position:top;
padding:0px;
margin:0px;

}
.blueBoxBottom {
width:538px;
height:10px;
position:relative;
background-image:url("http://www.earth-policy.org/images/interface/releases/background_bottom.gif");
background-repeat:no-repeat;
background-position:top;
padding:0px;
margin:0px;

}
#blueBoxCopy {
	width:498px;
	background-image: url("http://www.earth-policy.org/images/interface/releases/background_mid.gif"); 
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans serif;
	text-align:left;
	padding: 0px 20px 20px 20px;
	position:relative;
}
.blueBoxCopy {
	width:498px;
	background-image: url("http://www.earth-policy.org/images/interface/releases/background_mid.gif"); 
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans serif;
	text-align:left;
	padding: 0px 20px 20px 20px;
	position:relative;
}



/* --------------- */





/* -------- IN THE NEWS MODULE STYLES ------- */


#inTheNews p,
#intheNewsMedia p {
/*display:compact;*/
font-size:10px;
padding:0 0 10px 0;
}


#inTheNewsHeader {
	color:#0c1d42; 
	padding-left: 15px; 
	font-size: 18px; 
	text-align:right; 
	margin:0px 0px 5px 0px; 
	border-bottom:1px solid #cdd7ec; 
	height: 25px;
}

#inTheNewsHeaderSub {
	color:#0c1d42; 
	padding-left: 15px; 
	font-size: 18px; 
	text-align: left; 
	margin:0px 0px 5px 0px; 
	border-bottom:1px solid #cdd7ec; 
	height: 25px;
	width: 140px;
}

.inTheNewsDate {
	padding-left:20px; 
	color:#814101; 
	font-size:9px; 
	text-transform:uppercase; 
	font-weight:bold; 
	height:13px;
}

.inTheNewsTitleV {
	padding-left:18px; 
	color:#0c1d42; 
	font-size:10px; 
	margin:0px 10px 10px 2px; 
	background-image: url("http://www.earth-policy.org/images/interface/icons/video.gif"); 
	background-position: top left; 
	background-repeat:no-repeat;
}

.inTheNewsTitleV a {
	color:#143f9c;
text-decoration: none;
}

.inTheNewsTitleV a:link {
	
	color:#143f9c;
       text-decoration: none;
}


.inTheNewsTitleV a:hover {
	
	color:#143f9c;
       text-decoration: underline;
}

.inTheNewsTitleA {
	padding-left:18px; 
	color:#0c1d42; 
	font-size:10px; 
	margin:0px 10px 10px 2px; 
	background-image: url("http://www.earth-policy.org/images/interface/icons/audio.gif"); 
	background-position: top left; 
	background-repeat:no-repeat;
}

.inTheNewsTitleA a {
	color:#143f9c;
      text-decoration: none;
}

.inTheNewsTitleA a:link {
	
	color:#143f9c;
       text-decoration: none;
}


.inTheNewsTitleA a:hover {
	
	color:#143f9c;
       text-decoration: underline;
}

.inTheNewsTitleD {
	padding-left:18px; 
	color:#0c1d42; 
	font-size:10px; 
	margin:0px 10px 10px 2px; 
	background-image: url("http://www.earth-policy.org/images/interface/icons/doc.gif"); 
	background-position: top left; 
	background-repeat:no-repeat;
}



.inTheNewsTitleD a {
	color:#143f9c;
      text-decoration: none;
}


.inTheNewsTitleD a:link {
	
	color:#143f9c;
       text-decoration: none;
}


.inTheNewsTitleD a:hover {
	
	color:#143f9c;
       text-decoration: underline;
}

.inTheNewsTitleW {
	padding-left:18px; 
	color:#0c1d42; 
	font-size:10px; 
	margin:0px 10px 10px 2px; 
	background-image: url("http://www.earth-policy.org/images/interface/icons/web.gif"); 
	background-position: top left; 
	background-repeat:no-repeat;
}



.inTheNewsTitleW a {
	color:#143f9c;
      text-decoration: none;
}


.inTheNewsTitleW a:link {
	
	color:#143f9c;
       text-decoration: none;
}


.inTheNewsTitleW a:hover {
	
	color:#143f9c;
       text-decoration: underline;
}




#inTheNewsSub {
	width:500px; 
	margin:0;
        top: 15px;
        position:relative;
	float:left; 
	background-image: url("http://www.earth-policy.org/images/interface/content_background.gif");
	background-repeat: repeat-y;
	padding:0px 20px 20px 20px;
}

#intheNewsMedia {
   width:245px;
   text-align:left;
   position:relative;
   float:left;
   margin:0px;
   padding:0px;
}

#intheNewsDocs {
  margin:0px 0px 0px 10px; 
  padding:0 0 0 10px;
border-left:1px solid #e7ecf6;
  width:225px; 
  text-align:left; 
  float:left; 
  position:relative;
}








/* --------------- */



/* -------- FEATURED RELEASES MODULE STYLES ------- */



#releases {
	width: 538px; 
	margin: 0px 0px 15px 0px;
	
}

#releasesContent {

	width: 538px;
	float:left;
	background-image:url("http://www.earth-policy.org/images/interface/releases/background_mid.gif"); 
	background-repeat:repeat-y; 
	background-color:#e5eaf7;
margin:0px;
padding:0 0 20px 0;
text-align:left;
height:auto;	

}

#featuredRelease {
	border-right: 1px solid #cdd7ec; 
	font-family:Arial, Helvetica, sans serif; 
	width: 333px; 
	position:relative; 
    left:0px;
    float:left;
    padding:0px;
	text-align:left; 
	margin: 10px 4px 0px 15px; 

}

#releasesTopBorder {
	width: 538px; 
	height:10px; 
	position:relative;  
	float:left;
	background-image:url("http://www.earth-policy.org/images/interface/releases/background_top.gif");
	background-position: bottom;
	background-repeat:no-repeat;
		
}


#releasesBottomBorder {
	width: 538px; 
	height:10px; 
	position:relative;  
	float:left;
	background-image:url("http://www.earth-policy.org/images/interface/releases/background_bottom.gif");
	background-position:top;
	background-repeat:no-repeat;
		
}


#featuredReleaseHeader {
	color:#0c1d42; 
	font-size: 18px; 
	text-align:left; 
	margin:0px 0px 10px 0px;
}

#featuredReleaseDate {
	color:#814101; 
	font-size:11px; 
	text-transform:uppercase; 
	font-weight:normal;
	font-family: Arial, Helvetica, sans serif; 
}

#featuredReleaseTitle {
	color:#000000; 
	font-size:14px; 
	font-weight:bold; 
	margin-right: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans serif;
}

#featuredReleaseText {
	color:#000000; 
	font-size:12px; 
	margin-right: 10px;
	text-decoration: none;
}
#featuredReleaseText p a {
	color:#143f9c;
	font-size:12px; 
	text-decoration: none;
}


#featuredReleaseText p a:hover {
	text-decoration: underline;
}



#readMore {
	color:#0c1d42; 
	font-size:9px; 
	font-weight:bold; 
	text-transform:uppercase; 
	text-align:right; 
	margin:5px 10px 0px 0px;
}


#otherReleases {
	text-align:left; 
	width: 170px; 
	position:relative; 
	float:left;
	margin: 5px 0px 0px 0px; 
	font-family:Arial, Helvetica, sans serif;
	font-size:10px;
}


.otherReleases p {
padding:0;
font-size:10px;
}

.otherReleaseDate {
	padding-left:20px; 
	color:#814101; 
	font-size:9px; 
	text-transform:uppercase; 
	font-weight:normal; 
	height:13px;
}

.otherReleaseTitle {
	padding-left:12px; 
	color:black; 
	margin:0px 10px 10px 10px; 
	background-image:url("http://www.earth-policy.org/images/interface/releases/arrow_blue.gif"); 
	background-position: top left; 
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans serif;
}

.otherReleaseTitle a {
		font-size:12px;
	color:#143f9c;
text-decoration: none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans serif;
	
}

.otherReleaseTitle a:link {
		font-size:12px;
	color:#143f9c;
text-decoration: none;
	font-family:Arial, Helvetica, sans serif;
	
}

.otherReleaseTitle a:hover {
		font-size:12px;
	color:#143f9c;
text-decoration: underline;
	font-family:Arial, Helvetica, sans serif;
	
}

.otherReleaseTitle p {
	color:black;
	font-size:9px;
}


/* --------------- */


/* -------- ACTION CENTER  ------- */





.actionCenterCatTitle {
	font-size:11px;
	font-family: Arial, Helvetica, sans serif;
	padding:5px 0px 0px 0px;
	text-align:left;
	color:#0c1d42;
	position:relative;
	margin:0;
	line-height: 18px;
	
}


.actionCenterCatTitle a {

	color:#143f9c;
	height: 20px;
	text-align:left;
	text-decoration:none;
	padding-left:11px;
	margin:2px 0px 2px 7px;
	background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
	background-position:left;
	background-repeat:no-repeat;
	font-weight: bold;
}

.actionCenterCatTitle a:link {
	color:#143f9c;
	height: 20px;
	text-align:left;
	text-decoration:none;
	padding-left:11px;
	margin:2px 0px 2px 7px;
	background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
	background-position:left;
	background-repeat:no-repeat;
	font-weight: bold;
}

.actionCenterCatTitle a:hover {
	color:#143f9c;
	height: 20px;
	text-align:left;
	text-decoration: underline;
	padding-left:11px;
	margin:2px 0px 2px 7px;
	background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
	background-position:left;
	background-repeat:no-repeat;
	font-weight: bold;
}

.actionCenterCatText {

color:#0c1d42;
padding-left:11px;
margin:2px 0px 2px 7px;
}

.actionCenterIntroImage {
	border-right: 1px solid #cdd7ec; 
	width: 158px; 
	position:relative; 
	left:0px; 
	float:left; 
	padding:0px; 
	text-align:center; 	
	margin: 10px 15px 0px 0px; 
	font-size:11px; 
	color:#0c1d42; 
	font-style:italic;
}

.actionCenterIntroText {
	width: 310px; 
	position:relative; 
	left:0px; 
	height:auto; 
	float:left; 
	padding:0px; 
	text-align: left; 
	margin: 10px  0px 0px 0px; 
	font-size:10px;
}

.actionCenterLinksLeft {
	border-right: 1px solid #cdd7ec;
	 
	width: 245px; 
	position:relative;
	left:0px; 
	float:left; 
	padding:0px; 
	text-align:left; 
	margin: 10px 15px 0px 0px; 
	font-size:11px; 
	color:#0c1d42;
}

.actionCenterLinksRight {
	width: 230px; 
	position:relative; 
	left:0px; 
	float:left; 
	padding:0px; 
	text-align:left; 
	margin: 10px 0px 0px 0px; 
	font-size:11px; 
	color:#0c1d42;
}
	

/* --------------- */





/* -------- FEATURED BOOK MODULE ------- */

#featuredBook{
	width:158px; 
	height: 230px; 
	position:relative; 
	margin:0px 0px 10px 0px; 
	float:left;
	
}


#bookImage {
	position:relative; 
	padding: 10px 0 0 0; 
	text-align:center; 
	width:156px; 
	height:195px;
	background-color:#e6eaf6;
	border: 1px solid #ccd7eb;
}



/* --------------- */


/* -------- WEBSITE SEARCH BOX MODULE ------- */

.searchBox {
width: 160px; 
height: 23px; 
float: right; 
position:relative; 
top: 0px;
margin:0;
padding: 2px 0px 0px 0px;
}

.searchInput {

font-family:Arial, Helvetica, sans serif; 
font-size:11px; 
color:#333333; 
width:120px; 
border:1px solid #6c7c9d; 
height:14px; 
top:-3px; 
position:relative;
padding:0;


}
	
/* --------------- */



/* -------- SEARCH DATA CENTER MODULE ------- */

.searchDataCenter {

width: 155px; 
height: 20px; 
padding:5px 0px 0px 0px;
margin:0px; 
position:relative; 
background-color:#e5eaf7;

}

#searchDataCenterHeader {
width:155px;
height:23px;
position:relative;
background-image: url("http://www.earth-policy.org/images/interface/data_center/heading_search_dc.gif");
background-position:top;
background-repeat:no-repeat;

}


#searchDataCenterBottom {
width:155px;
height:10px;
background-image: url("http://www.earth-policy.org/images/interface/data_center/search_round_edges_bottom.gif");
background-position:top;
background-repeat:no-repeat;

}

/* --------------- */


/* -------- STAFF SPOTLIGHT MODULE ------- */

#staffSpotlight {
	width:157px;
	position:relative; 
	margin:10px 0px 10px 0px;  
	float:left;
	
}


#staffSpotlight h2 {
	width:157px;
        height:20px;
	font-size:13px;
        color:#fff;
        background-color:#20376b;
        text-align:center;
	padding: 5px 0 0 0; 
margin:0;
}


#staffSpotlightText {
	font-family: Arial, Helvetica, sans serif; 
	font-size:12px; 
	text-align:center; 
	color:#000000; 
	height:70px; 
	width:147px; 
	background-image:url("http://www.earth-policy.org/images/interface/right_sidebar/round_edge_bottom.gif"); 
	background-position:bottom; 
	background-repeat:no-repeat; 
	padding: 5px 5px 10px 5px; 
	background-color:#e6eaf6;
	
	
}	
	
	
/* --------------- */





/* -------- FEATURED DOWNLOAD MODULE ------- */

#featuredDownload {
font-family:Arial, Helvetica, sans serif; 
	width:157px; 
	position:relative; 
	margin:10px 0px 10px 0px; 
	padding-bottom: 10px; 
	float:left;
	background-image:url("http://www.earth-policy.org/images/interface/right_sidebar/round_edge_bottom.gif"); 
	background-position:bottom; 
	background-repeat:no-repeat;
	background-color:#e6eaf6;
	
}


#featuredDownloadTitle {
	
	font-size:12px;
	font-weight:bold;
	text-align:left; 
	color:#000000; 
	height:15px; 
	width:110px; 
	text-transform:uppercase;
	background-color:#e6eaf6;	
	padding-left:18px; 
	margin:0px 10px 0px 5px; 
	background-image: url("http://www.earth-policy.org/images/interface/icons/doc_blue.gif"); 
	background-position: top left; 
	background-repeat:no-repeat;
	
}


#featuredDownloadText {
	
	font-size:10px;
	font-style:italic;
	text-align:left; 
	color:#000000; 
	width:140px; 
	padding: 5px 5px 5px 5px; 
	background-color:#e6eaf6;
	margin:0;
	
}
	


#featuredDownloadLink {
	font-size:10px;
	padding:5px 0px 5px 0px;
	text-align:left;
	font-weight:bold;
	width: 143px;
	color:#0c1d42;
	text-transform:uppercase;
	position:relative;
	margin: 0 0 0 5px;
	background-color:#e6eaf6;
	
}


#featuredDownloadLink a {

	color:#143f9c;
	width: 135px;
	height: 20px;

	text-decoration:none;
	padding-right:11px;
	margin:2px 7px 2px 0px;
	background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
	background-position:right;
	background-repeat:no-repeat;
}

#featuredDownloadLink a:link {
	color:#143f9c;
	width: 135px;
	height: 20px;
	
	text-decoration:none;
	padding-right:11px;
	margin:2px 7px 2px 0px;
	background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
	background-position:right;
	background-repeat:no-repeat;
}

#featuredDownloadLink a:hover {
	color:#143f9c;
	width: 135px;
	height: 20px;
	
	text-decoration: underline;
	padding-right:11px;
	margin:2px 7px 2px 0px;
	background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_brown.gif");
	background-position:right;
	background-repeat:no-repeat;
}




/* --------------- */



/* -------- MEDIA ADVISORY MODULE ------- */

.mediaAdvisoryTitle {
   color:#1f376a; 
   font-size:14px;
   font-weight:bold;
   height:25px;
   width: 400px;
}




/* -------- MEDIA CONTACT MODULE ------- */

#mediaContact {
	font-size:12px; 
	text-align:left; 
	padding:5px;
	color:#000000;
	border-left:1px solid #ccd7eb; 
	border-right:1px solid #ccd7eb;	
}



#mediaContact a {

	color:#143f9c;
	height: 20px;
	text-decoration:none;
	margin-top: 5px;
	
}

#mediaContact a:link {
	color:#143f9c;
	height: 20px;
	text-decoration:none;
	margin-top: 5px;

}

#mediaContact a:hover {
	color:#143f9c;
	height: 20px;
	text-decoration: underline;
	margin-top: 5px;
	
	
}




/* --------------- */	
	







/* -------- DATA CENTER CONTENT MODULE ------- */

.dataCenterCategory {
   background-color:#e5eaf7; 
   border:1px solid #ced6eb; 
   height: 97px;  
   margin-bottom:7px; 
   padding:5px;
}

.dataCenterCategoryImage {
   width: 170px; 
   margin-right: 20px; 
   position:relative; 
   float:left;
}


.dataCenterCategoryTitle {
   margin-right: 20px; 
   position:relative; 
   float:left; 
   font-size:13px;
   font-weight:bold;
   color:#203668;
   top:35px;
   padding: 0px 20px 0px 0px;
   background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
   background-position:right;
   background-repeat:no-repeat;
}

.dataCenterCategoryTitle a {

	color:#143f9c;
   text-decoration: none;
}


.dataCenterCategoryTitle a:link {
   text-decoration: none;
}


.dataCenterCategoryTitle a:hover {
   text-decoration: none;
}

/* --------------- */




/* -------- PUBLICATIONS CATEGORIES CONTENT MODULE ------- */

.publicationsCategory {
   background-color:#e5eaf7; 
   border:1px solid #ced6eb; 
   height: 97px;  
   margin-bottom:7px; 
   padding:5px;
}

.publicationsCategoryImage {
   width: 170px; 
   margin-right: 20px; 
   position:relative; 
   float:left;
}


.publicationsCategoryTitle {
   margin-right: 20px; 
   position:relative; 
   float:left; 
   font-size:14px;
   font-weight:bold;
   color:#203668;
   top:35px;
   padding: 0px 20px 0px 0px;
   background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
   background-position:right;
   background-repeat:no-repeat;
}


.publicationsCategoryTitle a {
   
	color:#143f9c;
text-decoration: none;
}

.publicationsCategoryTitle a:link {
   text-decoration: none;
}


.publicationsCategoryTitle a:hover {
   text-decoration: underline;
}

/* --------------- */



/* -------- PUBLICATIONS SEARCH ENGINE ------- */






/* --------------------- */


/* ---------------  INDICATORS CATEGORIES MODULE ----------------- */

.indicatorTitle{
font-family:Arial, Helvetica, sans serif;
font-size:32px;
color:#0c1d42;
text-align:left;
margin:0px;
padding-top:30px;
padding-bottom:50px;
}

#indicatorsCategories {
   background-color:#e5eaf7;
   border:1px solid #ced6eb;
   width:463px;
   height:650px;
   padding:10px 0px 30px 10px;
}


.indicatorsThumb {
   width:140px;
   position:relative;
   float:left;
   margin:0px 5px 20px 0px;
}

.indicatorsTitle {
   position:relative;
   text-align:center;
   font-size:11px;
   font-weight:bold;
   color:#203668;
   margin:0px 11px 10px 0px;
}

.indicatorsTitle a {
   position:relative;
   padding-right: 9px;
   
   font-size:11px;
   font-weight:bold;
	color:#143f9c;
   top:5px;
   text-decoration: none;
background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
	background-position:right;
	background-repeat: no-repeat;
}

.indicatorsTitle a:link {

   text-decoration: none;
background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
	background-position:right;
	background-repeat:no-repeat;
}

.indicatorsTitle a:hover {

   text-decoration: underline;
background-image:url("http://www.earth-policy.org/images/interface/subnav/arrow_blue.gif");
	background-position:right;
	background-repeat: no-repeat;
}





/* --------------- */


/* ////////////////////////////////// Top Nav //////////////////////////////////// */

ul.nav 
{
	position:relative;
	margin:0;
	padding:0;
	width:700px;
	height: 20px;
	vertical-align: middle;
	visibility: visible;
	background-color: #1f376a;
	top: 0px;
	z-index: 50;
}

ul.nav li
{
	height: 25px;
	list-style-type: none; 
	list-style-image: none;
	float:left;
	margin-right: 10px;
	z-index: 50;
}

ul.nav li a{
	height: 25px;
	float:left;
	z-index: 50;
margin:0;
padding:0;
}

/*------------------------------drop down------------------------------------- */

ul.menu
	{
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	color: #747371;
	padding:0;
	margin:0;
	width:260px;
	display:block;
	position:absolute;
	visibility:hidden;
	top:25px;
	text-align: center;
	z-index: 100;
	border: 1px solid #c2d0ee;
	background-color:#e5eaf7;
	
}

ul.menu li{
	
	font-family: Arial, Helvetica, sans serif;
	font-size: 10px;
	background-color: #e5eaf7;
	color: #385591;
	padding:0;
	margin-left: 5px;
	margin-top: 3px;
	width:250px;
	display:block;
	z-index: 100;
	vertical-align: bottom;
	text-decoration:none;
	text-align: left;
	text-transform:uppercase;
	background-image:url("http://www.earth-policy.org/images/interface/nav/groove.gif");
	background-position:bottom;
	background-repeat:repeat-x;

}

ul.menu li a{
margin:0;
	font-family:Arial, Helvetica, sans serif;
	font-size: 10px;
	color: #385591;
	width:250px;
	display:block;
	z-index: 100;
    padding:0;
       line-height: 20px;
	vertical-align: bottom;
	text-decoration:none;
	background-color: #e5eaf7;
	text-align: left;
	text-transform:uppercase;
	background-image:url("http://www.earth-policy.org/images/interface/nav/groove.gif");
	background-position:bottom;
	background-repeat:repeat-x;
}

ul.menu li a:hover{
	margin:0;
	font-family:Arial, Helvetica, sans serif;
	font-size: 10px;
	color: #385591;
	width:250px;
	background-color: #e5eaf7;
	display:block;
	z-index: 100;
       line-height: 20px;
    padding:0;
	text-decoration: underline;
	vertical-align: bottom;
	text-align: left;
	text-transform:uppercase;
	background-image:url("http://www.earth-policy.org/images/interface/nav/groove.gif");
	background-position:bottom;
	background-repeat:repeat-x;
}
	
/*------------------------------ end drop down -------------------------------------*/
	
	
/* ////////////////////////////////// End Top Nav //////////////////////////////////// */

/*-------------- Side Bar with Additional Information and Links ----------------*/
.sidebarInfo {
	
	padding:10px 0;
        margin: 0;
	
}
.sidebarInfo p {
	
	padding: 5px 0;
        margin: 0;
	font-size:12px;
	
}

.sidebarInfo a {

	color:#143f9c;
	text-decoration:none;
font-size:12px;

}

.sidebarInfo a:hover {

	text-decoration:underline;
font-size:12px;

}

#rightSidebar h1 {
	background-color:#1f376a;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-size:9px;
	font-weight:bold;
        padding: 5px 0 2px 0;
        margin: 5px 0 0 0;
        min-height: 15px;
}




#updatesLinksBox {

}

#additionalInfoBox {

}

#additionalInfoBox h1{
	background-color:#1f376a;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	font-weight:bold;
        padding: 2px 0 2px 0;
        min-height: 20px;
}
#updatesLinksBox h1{
	background-color:#1f376a;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	font-weight:bold;
        padding: 2px 0 2px 0;
        min-height: 20px;
}

/*--------------END Side Bar with Additional Information and Links ----------------*/

/*-------------- Plan B Update Page Formatting ----------------*/


#yearSelector {
height: 30px;
text-align:right;
padding:0 20px 0 0;
}

.updateListItem {
padding:5px 0 5px 0;
margin-bottom:10px;

}


.planBDate {
	font-size:10px;
	font-style:normal;
	text-transform:uppercase;
padding: 0;
margin:0;
color:#666;
}

.planBWholeTitle {

	font-weight:bold;
	font-size:13px;
        text-decoration:none;
        color:black;
        padding:2px 0 5px 0;

}

.planBWholeTitle a {

	font-weight:bold;
	font-size:13px;
        text-decoration:none;
	color:#143f9c;


}

.planBWholeTitle a:hover {

	font-weight:bold;
	font-size:13px;
        text-decoration:underline;



}

.planBAuthor {

	font-size:11px;
	color: #1f376a;

}

.bookbyeAuthor {

	font-size:11px;
	color: #1f376a;

}
/*-------------- END Plan B Update Page Formatting ----------------*/
/*--------------- Functions box --------------*/

#func {
	background:#e6eaf6 url(http://www.earth-policy.org/images/interface/updates/update_func_bg.gif) no-repeat bottom;
	text-transform: uppercase;
	font-size:11px;
	width: 155px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:10px;
        float:left;
        min-height: 75px;
}

#func2 {
	background-image:url(http://www.earth-policy.org/images/interface/updates/update_func_bg2.gif);
	background-repeat:no-repeat;
	text-transform: uppercase;
	font-size:11px;
	height:100px;
	width: 286px;
	padding: 10px 0 0 0;
	margin: 40px 107px 0 107px;
}

#func2Left {
	width:133px;
	float:left;
	padding-left: 10px;
}

#func2Right {
	width:100px;
	float:right;
	padding-left: 43px;
}

.funcRow {
	height:25px;
	padding: 0px 0 0px 0;
	text-align:left;
        font-size:11px;
	}

.funcRow a {
	text-decoration:none;
	color:#143f9c;
	padding: 5px 0 0 0;
        font-size:11px;
	}
	
.funcRow a:hover {
	text-decoration:underline
	}

.funcRow img{
	float:left;
	padding: 0px 7px 3px 5px;
	}
#func2bottom{
	width:266px;
	padding:0 10px 0 10px;
	height:25px;
}

.funcRowbottom {
	padding:0;
	text-align:left;
	position:relative;
	float:left;
	width:84px;
        font-size: 10px;
	}
	
.funcRowbottom a {
	text-decoration:none;
	color:#143f9c;
	padding: 10px 0 0 0;
font-size: 10px;
	}
	
.funcRowbottom a:hover {
	text-decoration:underline;
        font-size: 10px;
	}

.funcRowbottom img {
	float:left;
	padding: 0px 2px 2px 2px;
	}

.funcLink a {
	color:#143f9c;
	font-size: 9px;
}
/*----------END Functions box --------------*/


.dataCenterLink {


	font-size:11px;
        text-decoration:none;
        color:#1f376a;


}

.dataCenterLink a {

	font-size:11px;
        text-decoration:none;
	color:#143f9c;


}

.dataCenterLink a:hover {
	font-size:11px;
        text-decoration:underline;
	color:#143f9c;

}

/*----------START BOOKS STYLES --------------*/

#booksCentralBlock,
#noColumnCentralBlock {
	width: 710px; 
	margin: 0; 
	float:left; 
        padding:0;
        position:relative;
        float:left;
        height:auto;
}

#booksCopy,
#noColumnCopy {
width:668px;
margin:0;
padding: 0px 20px 20px 20px;
border-left:solid 1px #cdd7ec;
border-right:solid 1px #cdd7ec;
        position:relative;
        float:left;
text-align:left;
}

#noColumnCopy a:link,
#noColumnCopy a,
#noColumnCopy a:visited {
	text-decoration:none;
	color:#143f9c;
}


#noColumnCopy a:hover {
	text-decoration: underline;
	color:#143f9c;
}

#booksTopBorder,
#noColumnTopBorder {
width:710px;
height:15px;
background-image:url("http://www.earth-policy.org/images/interface/books/topBorder.gif");
margin:0;
padding:0;
}

#booksBottomBorder,
#noColumnBottomBorder {
width:710px;
height: 15px;
background: url("http://www.earth-policy.org/images/interface/books/bottomBorder.gif") bottom no-repeat;
margin: 0;
padding:0;
        position:relative;
        float:left;
}


.bookBox {
width:326px; 
height:320px; 
float:left; 
margin:0 4px 0 4px;
}


.bookBoxLeftCol {
font-family: Arial, Helvetica, sans serif;
font-size:11px;
color:#244a7f;
width:130px;
float:left; 
margin:0 5px 0 0;
text-align:center;

}

.bookBoxLeftCol img {
border:solid 1px #8b909b;
}


.bookBoxLeftCol h2 {
font-size:11px;
font-weight:normal;
}

.bookBoxRightCol {
width:190px;
float:right;
margin:0; 
text-align:left;
}

.bookBoxRightCol h1 {
color:#885516;
font-size:14px;
font-weight:bold;
/*display:compact;*/
padding:0;
margin:0;
text-decoration:none;
}

.bookBoxRightCol h2 {
color:#274980;
font-size:11px;
font-weight:normal;
/*display:compact;*/
padding:0;
margin:0;
}

.bookBoxRightCol p {
color:#000000;
font-size:11px;
font-family:Arial, Helvetica, sans serif;
font-weight:normal;
/*display:compact;*/
padding:5px 0 5px 0;
margin:0;
}

.bookBoxRightCol a,
.bookBoxRightCol a:link,
.bookBoxRightCol a:hover,
.bookBoxRightCol a:visited {
text-decoration:none;
color:#885516;
}


.buyPrice {
width:326px; 
height:40px;
float:left;
text-align:left;
font-family:Arial, Helvetica, sans serif;
color:#274980;
font-size:11px;
}

.buyPrice img {
width:126px; 
height:34px;
padding: 3px 5px 3px 5px;
display: block;
float: left;
}

.bookPrice {
font-size:13px;
font-weight:bold;
padding: 3px 0 0 0;
}


#bookHomeLeft {
width:500px; 
float:left;
min-height:400px;
}


.bookBoxLeftColHome {
font-family: Arial, Helvetica, sans serif;
font-size:11px;
color:#244a7f;
width:130px;
float:left; 
margin:0 5px 0 0;
text-align:center;

}

.bookBoxLeftColHome h2 {
font-size:11px;
font-weight:normal;
}

.bookImage {
border:solid 1px #8b909b;
}

.bookBoxRightColHome {
width:360px;
float:right;
margin:0; 
text-align:left;
}

.bookBoxRightColHome a {
color:#000c42;
text-decoration:none;
}
.bookBoxRightColHome a:hover {
color:#000c42;
text-decoration:underline;
}

.bookBoxRightColHome h1 {
color:#885516;
font-size:18px;
font-weight:bold;
/*display:compact;*/
padding:0;
margin:0;
}

.bookBoxRightColHome h2 {
color:#274980;
font-size:14px;
font-weight:normal;
/*display:compact;*/
padding:0;
margin:0 0 30px 0;
}


#bookHomeRight {
width:160px;
float:right; 
background-color:#f4f7fc;
text-align:left;
padding:0;
margin:0;
}

#bookHomeRight h2 {
color:#ffffff;
min-height:25px;
background-color:#1f376a;
	
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	font-weight:bold;
        padding: 2px 0 2px 0;
}

#bookHomeRight p {

        padding: 0 5px 0 5px;
}

#bookHomeContent {
width:500px; 
text-align:left;
float:left;
display:block;
margin:20px 0 0 0;
padding:20px 0 0 0;
border-top:solid 1px #cdd7ec;
}


/*----------books internal pages --------------*/




.bookTitle {
text-align:left;
color:#885516;
font-size:18px;
font-weight:bold;
/*display:compact;*/
padding:0;
margin:0;
text-decoration:none;
}

.bookTitle a,
.bookTitle a:hover,
.bookTitle a:visited,
.bookTitle a:link {
text-decoration:none;
color:#885516;
}

.bookAuthor {
color:#274980;
font-size:14px;
font-weight:normal;
/*display:compact;*/
padding:0;
margin:0;
text-align:left;
}

#bookSectionContent {
font-family:Arial, Helvetica, sans serif;
width:660px; 
text-align:left;
float:left;
margin:0;
padding:0;
}

#bookSectionContent p {
font-family:Arial;
font-size:12px;
color:#000000;
}

#bookSectionContent a {
color:#274980;
text-decoration:none;
}

#bookSectionContent a:visited {
color:#274980;
text-decoration:none;
}

#bookSectionContent a:hover {
color:#274980;
text-decoration:underline;
}

#bookSectionContent h1 {
color:#000c42;
font-size:16px;
font-weight:bold;
}


#bookSectionContent h2 {
color:#000c42;
font-size:14px;
font-weight:bold;
}

/*----------END BOOKS --------------*/




/*---------- PUBLICATIONS SEARCH BY CATEGORY/TOPIC--------------*/



.publicationsSearch h1 {
	background-color:#1f376a;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	font-weight:bold;
        padding: 2px 0;
        min-height: 16px;
margin:10px 0;
width:174px;

}

.publicationsSearch {
  background-color:#e9eef9;
  position:relative;
padding:0 2px 15px 2px;
left:-13px;
width:176px;
}


.resultsTopicsLabel {
        font-size:14px;
	color: #1f376a;
margin-bottom:20px;
}


.resultsTopicsTitle {
        font-size:14px;
	color: #0c1d42;
font-style:italic;
}





.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ---------BLOG ------------*/

.blogH1{
background-color:#1f376a;
color:#FFFFFF;
text-transform:uppercase;
width:100%;
display:block;
padding:0;
margin:0;
}

.blogLink{
width:100%;
display:block;
padding:0;
margin:0;
}

#blogHeader {
	color:#0c1d42; 
	padding-left: 15px; 
	font-size: 18px; 
	text-align:right; 
	margin:0px 0px 5px 0px; 
	border-bottom:1px solid #cdd7ec; 
	height: 25px;
}

#BlogHP{
font-size:10px;
padding:0 0 20px 0;
}

#BlogHP a:hover{
	text-decoration:underline;
}

.blogDate {
	padding-left:20px; 
	color:#814101; 
	font-size:9px; 
	text-transform:uppercase; 
	font-weight:bold; 
	height:13px;
}

.blogHPTitle {
	padding-left:18px; 
	color:#143f9c;
	font-size:13px; 
	margin:0px 10px 3px 2px; 
	text-decoration:none;
}

.blogHPTitle a,
.blogHPTitle a:visited,
.blogHPTitle a:link {
	color:#143f9c;
	font-size:13px; 
	text-decoration:none;
}

.blogHPTitle a:hover {
	color:#143f9c;
	font-size:13px; 
	text-decoration:underline;
}

#blogHPLink {
	text-decoration:none;
	color:#143f9c;
}

#blogHPLink a, 
#blogHPLink a:visited,
#blogHPLink a:link {
	text-decoration:none;
	color:#143f9c;
}

#blogHPLink a:hover { 
	text-decoration:underline;
	color:#143f9c;
}

.blogHPText {
padding-left:18px;
margin-left:2px;
}


.blogHPText a {
	color:#143f9c;
	text-decoration:none;
}

#blueBoxCopy a,
#blueBoxCopy a:link,
#blueBoxCopy a:visited {
text-decoration:none;
color:#143f9c;
}

#blueBoxCopy a:hover {
text-decoration:underline;
}



/*--------End Blog-----------*/

.releaseLink {
	color:#0c1d42; 
text-decoration:none;
}

.releaseLink:hover {
text-decoration:underline;
}

iframe {
width:500px;
}


/* AddThis */


.addthis_button_email {
cursor: pointer;
   position: relative;
   float: left;
   display: block;
   padding: 0 0 10px 0 !important;
   width: 145px;
}


.addthis_button_email span {
  display: inline;
  float: left;
 margin: 0 10px 0 5px;

}


.addthis_button {
 cursor: default !important;
 display: block;
  float: left;
 padding: 0 !important;
 margin: 0 0 5px 0 !important;
height: 15px;
}