@charset "UTF-8";
body  {
	font: small Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:visited {color:#000099;}
a {color:#009966;}

.thrColLiqHdr #container { 
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	background: #fff; 
	padding: 0;
	margin:0;
} 

.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 260px; /* since this element is floated, a width must be given */
	background:#FFFFCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* top and bottom padding create visual space within this div  */
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 330px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:0;
	background-color:#d6e5fe;
	padding:10px;
}
.thrColLiqHdr #sidebar2 h3 {margin-top:0;
		color:#065cc1;}
.thrColLiqHdr #sidebar2 p {
	margin-bottom:0.5em;
	}

.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}

p {margin-top:0;}

.thrColLiqHdr #mainContent {
	margin: 0 360px 0 280px;
	padding:0;
/*	border:1px solid #f00;*/
}

.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	font-size:0.8em;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin: 0 5px 5px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.attention {
	font-weight:bold;
	color:#f00;
	}
	
ul {list-style-type:none;
	margin:0;
	padding:0;}	

#mainContent ul {
	list-style-type:none;
	margin:0;
	padding:0;
/*	border:1px solid #f00;*/
	}
	
#mainContent li {
	margin-bottom:4px;
	background-color:#eee;
	border-right:solid 1px #ccc;
	border-bottom:1px solid #ccc;
	background-position: 3px 2px;
	vertical-align:middle;
	font-size:1.3em;
	padding:23px 12px;
}
#mainContent li.book {
	background-image:url(PGGGC_cover.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
#mainContent li.chapter {
	background-image:url(chapter_icon.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
#mainContent li.ipod {
	background-image:url(ipod.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}	
	
#mainContent li.gimmeana {
	background-image:url(gimmeana.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
#mainContent li.vidlit {
	background-image:url(vidlit.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}			
	
#mainContent li a {text-decoration:none;
	color:#065cc1;
	border-bottom:2px solid #ccc;}

#mainContent li .listsmall {
	font-size:11px;
	}

#mainContent li sup {font-size:0.4em;}

img {border:0;}	

#header h3 {margin:0;}


#pglogo {
	position:absolute;
	top:20px;
	right:20px;
	width:250px;
	}
	
.graybox {
	background-color:#ddd;
	padding:10px;
	}	

.smaller { font-size:0.9em;}	

#pg_usnews_header {
	background-image:url(BannerHeadforPGpage.jpg);
	background-repeat:repeat-x;
	/*width:745px*/;
	height:64px;
	margin-top:10px;
	margin-bottom:9px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}
#pg_usnews_header h4 {
	padding-top:18px;
	padding-left:10px;
	font-size:20px;
	margin:0;
	color:#065cc1;
	}
#pg_usnews_header h4 a {
	color:#065cc1;
	text-decoration:none;
	}
#usnewspglogo {
	margin-top:10px;
	}	