@charset "utf-8";

/*******************************/

/* Styles for SCETV's Website Main Content Elements - 9-1-2009 */

/* Modified by Salli-Denise Smith */

/*******************************/


/*** Layout and Basic Formatting ***/
* { margin:0; padding:0; }

.inv {
	position:absolute;
	left:-9999px;
}
.hide {
	display:none;
}
.clear {
	clear:both;
	visibility:hidden;
}
html, body {
	height:100%;
}
body {
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background:#fff url(../images/homepage/headerBg2.jpg) repeat-x;
}
html>body {
	font-size:12px;
}
#page {
	margin:0px auto;
	text-align:left;
	width:850px;
	min-height:100%;
	position:relative;
}
* html #page {
	height:100%;
}
#header {
	width:850px;
	height:125px;
	background:url(../images/homepage/header2.jpg) no-repeat;
	position:absolute;
	top:0; left:0;
}

#content {
	width:850px;
	padding:133px 0 70px;
	overflow:hidden;
}
#footer {
	width:100%;
	height:40px;
	text-align:center;
	background:url(../images/layout/footerBg2.jpg) repeat-x;
	margin:-40px auto 0 auto;
}
#footerbase {
	width:788px;
	height:23px;
	text-align:left;
	/*background:url(../images/layout/footer.jpg) no-repeat;*/
	margin:0 auto;
	padding:17px 0 0 62px;
	overflow:hidden;
	position:relative;
}
/** Basic text styles **/
a:link, a:visited {
	color:#005bb6;
	text-decoration:underline;
}
a:hover, a:active {
	color:#690;
	text-decoration:underline;
}
p, caption, dt, dd {
	color:#000;
	font-size:14px;
	line-height:18px;
	margin-bottom:18px;
}
dt {
	margin:0;
	margin-bottom:8px;
}
ul, ol, blockquote, dd {
	margin:0 0 18px 35px;
	font-size:14px;
	line-height:18px;
}
h1 {
	color:#006;
	font-size:18px;
	margin-bottom:18px;
}
h2, h3, h4, h5, h6 {
	color:#006;
	font-size:16px;
	margin-bottom:18px;
}
hr {
	color:#ccc;
	border:none;
	border-top:1px solid #ccc;
	margin-bottom:18px;
}
/*** Header links ***/
#etvlogo a {
	position:absolute;
	top:10px; left:10px;
	width:88px;
	height:81px;
	font-size:1px;
	color:#126cd1;
}
#logos li {
	list-style:none;
	line-height:normal;
}
#logos li a {
	position:absolute;
	display:block;
	font-size:1px;
	color:#126cd1;
}


#pledgeButton a {
	top:60px; left:250px;
	width:70px;
	height:15px;
	padding-left:20px;
}
li#pledgeButton a:link, li#pledgeButton a:visited {
	color:#F2F1FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
li#pledgeButton a:hover, li#pledgeButton a:active {
	color:#F2F1FF;
	text-decoration:underline;
}


#pbsLogo a {
	top:52px; left:340px;
	width:60px;
	height:30px;
}
#nprLogo a {
	top:56px; left:430px;
	width:54px;
	height:21px;
}
#etvStore a {
	top:60px; left:510px;
	width:70px;
	height:15px;
	padding-left:20px;
}
li#etvStore a:link, li#etvStore a:visited {
	color:#F2F1FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
li#etvStore a:hover, li#etvStore a:active {
	color:#F2F1FF;
	text-decoration:underline;
}




#headerSearch {
	width:200px;
	height:23px;
	position:absolute;
	top:56px;
	left:638px;
	
}

#headerSearch {
	background-image: url(../images/homepage/searchbkgd.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


#headerSearch label {
	display:none;
}
#headerSearch fieldset {
	border:none;
}
#q {
	/*border: 1px solid #999;*/
	width:121px;
	height:16px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
}
#go {
	background-image: url(../images/homepage/searchbutton.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:18px;
	height:19px;
	background-color:transparent;
	/*-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	color:#5375ad;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;*/
	vertical-align:top;
	padding-bottom:2px;
	cursor:pointer;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1px;
	color: #fff;
}

/*** Navigation Bar ***/
#navbar {
	position:absolute;
	top:105px;
	left:0;
	list-style:none;
	width:850px;
	float:left;
	line-height:normal;
	font-size:11px;
	color:#fff;
	padding: 0px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.dtab:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navbar li .home:link, #navbar li .home:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navbar li .home:hover, #navbar li .home:active {
	text-decoration: underline;
}

#navbar li {
	float:left;
	height:18px;
	position:relative;
}

#navbar li .dtab {
	display:block;
	height:18px;
	z-index:100;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#navbar li:hover .dtab {
	color:#fff;
	text-decoration: none;
}

#nav1 {
	width:91px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}
#nav2 {
	width:114px;
}
#nav3 {
	width:113px;
}
#nav4 {
	width:180px;
}
#nav5 {
	width:117px;
}
#nav6 {
	width:112px;
}
#nav7 {
	width:123px;
}

#navbar .dpane {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1;
	width:auto;
	list-style:none;
	position:absolute;
	top:18px;
	left:-1px;
	/*border:1px #ccc;*/
	display:none;
	white-space:normal;
	z-index:100;
	background-image: url(../images/homepage/navbkgd.jpg);
	/*-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;*/
	background-repeat: repeat;
	font-weight: bold;
	display:none;
	white-space:nowrap;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 12px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #11a3df;
}
#navbar .dpane li {
	margin-top:0;
	float:none;
	
}
#navbar li:hover .dpane {
	display:block;
}
.dpane a:link, .dpane a:visited {
	color:#3D3D3D;
	text-decoration:none;
}
.dpane a:hover, .dpane a:active {
	color:#666;
	text-decoration:underline;
}
.dpane dt {
	color:#038ec6;
	font-size:10px;
	line-height:1.2;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:12px;
	margin-top: 12px;
}
.dpane dt a:link, .dpane dt a:visited, .dpane strong {
	color:#038ec6;
}
.dpane dd {
	color:#038ec6;
	font-size:11px;
	line-height:1.2;
	margin:0 0 6px 6px;
	white-space: normal;
}
.dpane ul {
	font-size:11px;
	line-height:1.2;
	list-style:none;
	margin:0;
}
#navbar .dpane .spacer {
	margin-top:11px;
}
#navbar #nav2 .dpane, #navbar #nav4 .dpane {
	width:360px;
}
#navbar .navcolumn {
	float:left;
	width:165px;
	margin-right:10px;
}



/*** Footer elements ***/
#footerbase li {
	color:#fff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display:inline;
	margin-right:15px;
}
#footerbase li a:link, #footerbase li a:visited {
	color:#fff;
	text-decoration:none;
}
#footerbase li a:hover, #footerbase li a:active {
	color:#fff;
	text-decoration:underline;
}
#footerbase li.copyright {
	color:#fff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	display:block;
	margin:0;
	position:absolute;
	top:18px; right:0px;
}
.style16 {  font-family: "Copperplate Gothic Bold";
  font-size: 21px;
}