@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.twoColFixLtHdr #container { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	vertical-align: text-top; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
	font-size: 18px;
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/roundWhitebreakSpacer.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 200px;
	list-style-position: outside;
	list-style-type: none;
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: text-top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 204px;
	text-align: justify;
} 
.twoColFixLtHdr #footer {
	padding: 0 0 0 0px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 #pineNeedleMediaContainer {
	margin-top: 0px;
}
#mainContent #topStoryMedia {
	margin-top: 0px;
	vertical-align: text-top;
}
.sidbarNavLinks {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: left;
	vertical-align: text-top;
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/roundDivBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #E6E6E6;
	float: left;
	height: 75px;
	width: 200px;
}
.sidbarNavLinks400 {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: left;
	vertical-align: text-top;
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/roundDivBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #E6E6E6;
	float: left;
	height: 400px;
	width: 200px;
	overflow: hidden;
}
.sidbarNavLinks1000 {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: left;
	vertical-align: text-top;
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/roundDivBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #E6E6E6;
	float: left;
	height: 1000px;
	width: 200px;
	overflow: hidden;
}
.sidbarNavLinks100 {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: left;
	vertical-align: text-top;
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/roundDivBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #E6E6E6;
	float: left;
	height: 100px;
	width: 200px;
	overflow: hidden;
}
.sidbarNavLinks275 {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: left;
	vertical-align: text-top;
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/roundDivBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #E6E6E6;
	float: left;
	height: 275px;
	width: 200px;
	overflow: hidden;
}
.sidbarNavLinksRotator200 {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: left;
	vertical-align: text-top;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #E6E6E6;
	float: left;
	height: 300px;
	width: 200px;
	overflow: hidden;
}
#footer #BottomLinkedList {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.fullStoryLink {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: right;
	vertical-align: text-bottom;
}
.topStoryPtags {
	font-size: 14px;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}
.topStoryTitle {
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

.topStoryTDtag {
	vertical-align: text-top;
	padding: 0px;
}

.photoCredit {
	font-size:9px;
	text-align:left;
}
.photoCaption {
	font-size:10px;
        font-weight:bold;
}
.sidebar1MediaLink {
	background-color: #E6E6E6;
	font-size: 12px;
}
.cornerTableTop {
	background-repeat: repeat;
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/cornerTopMid.gif);
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.cornerTableRightMiddle {
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/cornerRightMid.gif);
	background-repeat: repeat;
}
.cornerTableBottom {
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/cornerBottomMid.gif);
	background-repeat: repeat;
	margin: 0px;
	padding-top: 0px;
}
.cornerTableTopRight {
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 25px;
}
.cornerTableTopLeft {
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 25px;
}
.cornerTableLeftMid {
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/cornerLeftMid.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.cornerTableBottomLeft {
	margin: 0px;
	padding: 0px;
}
.cornerTableBottomRight {
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/cnr_btmright.gif);
	margin: 0px;
	padding: 0px;
}
.rndcnrtopE6E6E6 {
	background-attachment: fixed;
	background-color: #E6E6E6;
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/roundDivTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1MovieR {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: text-top;
	font-size: 18px;
	background-image: none;
	background-repeat: no-repeat;
	text-align: left;
	height: 400px;
	list-style-position: outside;
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar1 .sidbarNavLinks p {
	padding: 2px;
}
.twoColFixLtHdr #container #sidebar1 .sidbarNavLinks p {
	text-align: left;
	vertical-align: top;
}
.sideNavBar400Px {
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/roundDivBottom.gif);
	height: 600px;
	width: 200px;
}
.twoColFixLtHdr #container #sidebar1 .sidbarNavLinks400 .spacer {
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/cornerBottomMid.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container #sidebar1 .sidbarNavLinks400 ul {
	list-style-image: none;
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar1 .sidbarNavLinks400 p {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	vertical-align: super;
}
.twoColFixLtHdr #container #sidebar1 .sidbarNavLinks400 ul li {
	text-align: left;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
/* Styling tooltip */
.sc_menu_tooltip { 
	display: block;
	position: absolute;
	padding: 2px;
	font-size: 12px;
	color: #E6E6E6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 0px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */ 
	background: rgba(0, 0, 0, 0.5);
	}
div.sc_menu_wrapper {
	position: relative;
	height: 400px;
	/* Make bigger than a photo, because we need a place for a scroll-bar. */
	width: 200px;
	margin-top: 10px;
	overflow: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	background-color: #E6E6E6;
	float: left;
	}
div.sc_menu {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	overflow: auto;
	}
.sc_menu a {
	display: block;
	margin-bottom: 4px;
	width: 200px;
	border: 0px rgb(79, 79, 79) solid;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	/* When image support is turned off */
	color: #0000FF;
	background: rgb(000,000, E6E6E6);
	overflow: hidden;
	}
.sc_menu a:hover {  
border-color: rgb(130, 130, E6E6E6);
border-style: none;
}
.sc_menu img {  
display: block;
border: none;
}
#photoShow {
    position:relative;
    height:190px;
    width:200px;
    margin-left: auto;
}
#photoShow div {
    position:absolute;
    z-index: 0;
}
#photoShow div.previous {
    z-index: 1;
}
#photoShow div.current {
    z-index: 2;
}
.sideBarRotatorBottomP {
	background-image: url(PN/news/2010SummerNews/2010SummerMedia/MainStoryRoundTable/roundDivBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 245px;
}
.twoColFixLtHdr #container #sidebar1 #mediaBar strong {
	margin-left: 8px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

