/* Links */

a:link,
a:visited {
	color: #134373;
	text-decoration: none;
}

a:hover,
a:active {
	color: #134373;
	text-decoration: underline;
}

/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-aign: center;
	color: #000000;
	font: 13px Verdana, "lucida sans unicode", "lucida grande", Arial, Sans-Serif;
	width: 100%;
	background: #fff url('../graphics/main_bg.jpg') 0 0 repeat-x;
}

#container { 
	width: 700px;
	margin: 0 auto;
	text-align: left;
	border: 0;
	padding-bottom: 15px;
} 

#header {  
	padding: 10px 0 0;
	height: 150px;
	margin: 0 auto 25px;
} 

#header h1 {
	margin: 0;
	padding: 10px 0;
}

#leftcontainer {
	width: 277px;
	float: left;
}

#rightcontainer {
	width: 539px;
	float: right;
}

	body.home #rightcontainer {
		width: 392px;
	}


/*Site Map*/


.sitemap {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 700px;
	margin: 0 0 0 -350px;
	font-weight: bold;
	font: bold 12px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
	text-align: right;
}

	.sitemap a {
		color: #cc6633;
		text-decoration: none;
	}	


/*Global Navigation*/


#globalnav {
	width: 700px;
	height: 25px;
	margin: 0 auto;
	background: transparent url('../graphics/bg_globalnav.gif') 0 -25px no-repeat;
	font: bold 12px/12px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
}

	#globalnav ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	#globalnav li {
		float: left;
		height: 25px;
	}
	
	#globalnav a {
		display: block;
		float: left;
		height: 100%;
		text-decoration: none;
		background: transparent url('../graphics/bg_globalnav.gif') 0 0 no-repeat;
		font-size: 1px;
		line-height: 1px;
		text-indent: -9999em;
	}
	
		#globalnav li.about_the_network a {
			width: 161px;
			background-position: 0 0;
		}
	
		#globalnav li.resources a {
			width: 152px;
			background-position: -161px 0;
		}
	
		#globalnav li.media_center a {
			width: 118px;
			background-position: -313px 0;
		}
	
		#globalnav li.community_center a {
			width: 155px;
			background-position: -431px 0;
		}
	
		#globalnav li.get_involved a {
			width: 114px;
			background-position: -586px 0;
		}
	
	body.about_the_network #globalnav li.about_the_network a,
	body.resources #globalnav li.resources a,
	body.media_center #globalnav li.media_center a,
	body.community_center #globalnav li.community_center a,
	body.get_involved #globalnav li.get_involved a,
	#globalnav a:hover,
	#globalnav a:active {
		background: none ! important;
	}

#globalnav a:hover,
#globalnav a:active {
	color: #222;
	outline: none;
}


/*Logo*/


#logo {
	width: 403px;
	height: 101px;
	margin: 0 auto 13px;
}

	#logo img {
		display: block;
		border: 0;
	}

/*Sidebar*/


#sidebar {
	float: left;
	margin-left: 4px;
	width: 140px;
	background: #fff;
	letter-spacing: -1px;
	font: 12px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
	text-transform: uppercase;
}

	#sidebar ul {   
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#sidebar li{
		list-style: none;
		line-height: 16px;
		margin-left: -40px;
	}
	
	#sidebar li.last {
		border-bottom: 0px solid #cc6633;
		border-left: 0px solid #cc6633;
		border-right: 0px solid #cc6633;
		background: #fff url('../graphics/sidenav_bottom.jpg') left bottom no-repeat;
	}
	
	#sidebar li.first {
		background: #fff url('../graphics/sidenav_top.jpg') 0 0 no-repeat;
		border-left: 0px solid #cc6633;
		border-right: 0px solid #cc6633;
	}
	
		#sidebar li a {
			display: block;
			width: 120px;
			border-bottom: 1px solid #cc6633;
			border-left: 1px solid #cc6633;
			border-right: 1px solid #cc6633;
			padding: 7px 9px 5px;
			color: #134373;
			text-decoration: none;
		}

			#sidebar li a.selected,
			#sidebar li a:hover {
				text-decoration: underline;
				background-color: #f7e8e1;
			}
	
		#sidebar li.first a {
			border-bottom: 1px solid #cc6633;
			border-left: 0;
			border-right: 0;
		}
	
			#sidebar li.first a.selected,
			#sidebar li.first a:hover {
				background: transparent url('../graphics/bg_sidebar_top.gif') 0 0 no-repeat;
			}
	
		#sidebar li.last a {
			border-bottom: 0;
			border-left: 0;
			border-right: 0;
		}
	
			#sidebar li.last a.selected,
			#sidebar li.last a:hover {
				background: transparent url('../graphics/bg_sidebar_bot.gif') left bottom no-repeat;
			}


/*Welcome*/



#welcome { 
	width: 245px;
	margin: 0;
	padding: 15px;
	background-color: #fff;
	border-left: 1px solid #cc6633;
	border-right: 1px solid #cc6633;
	font: 12px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
} 

	#welcome a {
		font: bold 14px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
	}

#welcomeheader { 
	width: 277px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: url('../graphics/welcome_header_top.gif') 0 0 no-repeat;
	font: 12px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
}  

	#welcomeheader h1 {
		color: #fff;
		text-align: left;
		font: 17px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
		font-weight: bold;
		margin: 0;
		letter-spacing: -1px;
		padding: 2px 0 3px 15px;
	}

#welcomebtm { 
	width: 277px;
	height: 6px;
	margin: 0;
	padding: 0;
	background: url('../graphics/welcome_btm.gif') left bottom no-repeat;
	font-size: 1px;
	line-height: 1px;
} 

/* Private Area */

table td table td table td select.subcontent {
	width:40px;
	}
table td table td form table td select.subcontent {
	width:auto;
	}


#private { 
	width: 360px;
	margin: 0 0 0 0;
	padding: 15px 12px 15px 18px;
	background-color: #fff;
	border-left: 1px solid #cc6633;
	border-right: 1px solid #cc6633;
	font: 12px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
} 

#private form {
	text-align:right;
	padding-right:20px;
}

input.button {
	margin-right:203px;
}


	#welcome a {
		font: bold 14px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
	}

#privateheader { 
	width: 392px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: url('../graphics/private_header_top.jpg') 0 0 no-repeat;
	font: 12px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
}  

	#privateheader h1 {
		color: #fff;
		text-align: left;
		font: 17px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
		font-weight: bold;
		margin: 0;
		letter-spacing: -1px;
		padding: 2px 0 3px 15px;
	}

#privatebtm { 
	width: 392px;
	height: 6px;
	margin: 0;
	padding: 0;
	background: url('../graphics/private_btm.gif') left bottom no-repeat;
	font-size: 1px;
	line-height: 1px;
} 


/*In The News*/


#news { 
	width: 245px;
	margin: 0;
	padding: 1px 15px;
	background: #fff;
	border-left: 1px solid #cc6633;
	border-right: 1px solid #cc6633;
} 

	#news table { 
		border-collapse: collapse;
	} 

		#news table td { 
			padding: 4px 6px 4px 0;
		} 

#newsheader { 
	width: 277px;
	height: 25px;
	margin: 35px 0 0;
	padding: 0;
	background: url('../graphics/welcome_header_top.gif') 0 0 no-repeat;
	font: 12px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
}  

	#newsheader h1 {
		color: #fff;
		text-align: left;
		font: 17px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
		font-weight: bold;
		margin: 0;
		letter-spacing: -1px;
		padding: 2px 0 3px 15px;
	}

#newsbtm { 
	width: 277px;
	height: 6px;
	margin: 0;
	padding: 0;
	background: #fff url('../graphics/welcome_btm.gif') left bottom no-repeat;
	font-size: 1px;
	line-height: 1px;
} 

#news ul {
	margin-left: -12px;
}


/*Spotlights and Promos*/


#spotlight {
	width: 392px;
	height: 206px;
	margin: 0;
	padding: 0;
} 

	#spotlight img {
		display: block;
		border: 0;
	}

#promolinks {
	width: 392px;
	height: 104px;
	margin: 36px 0 1px;
	background: transparent url('../graphics/bg_promolinks.gif') 0 -104px no-repeat;
}

	#promolinks ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#promolinks li {
		float: left;
		height: 104px;
	}

	#promolinks a {
		display: block;
		float: left;
		height: 104px;
		background: transparent url('../graphics/bg_promolinks.gif') 0 0 no-repeat;
		font-size: 1px;
		line-height: 1px;
		text-indent: -9999em;
	}

		#promolinks li.events a {
			width: 94px;
		}

		#promolinks li.donate a {
			width: 76px;
			background-position: -94px 0;
		}


		#promolinks li.podcast a {
			width: 89px;
			background-position: -170px 0;
		}


		#promolinks li.bulletin a {
			width: 133px;
			background-position: -259px 0;
		}

	#promolinks a:hover {
		background: none;
	}


#partners {
	padding: 35px 0 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

	#partners img {
		border: 0;
	}

img.noborder {
	border: none !important;
}


/*Content*/


#contentheader { 
	width: 539px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: #fff url('../graphics/content_header_top.jpg') 0 0 no-repeat;
	font: 12px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
}

	#contentheader h1 {
		color: #fff;
		text-align: center;
		font: 18px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
		font-weight: bold;
		margin: 0;
		letter-spacing: -1px;
		padding: 5px 0 3px 0;
	}
	
#content_div { 
	width: 507px;
	margin: 0;
	padding: 2px 15px 1px;
	background: #fff;
	border-left: 1px solid #cc6633;
	border-right: 1px solid #cc6633;
}

	#content_div h2 {
		color: #cc6633;
		font: 13px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
		font-weight: bold;
		margin: 0 0 -10px 0;
		padding: 12px 0 20px;
	}

#contentbtm { 
	width: 539px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: transparent url('../graphics/content_btm.gif') 0 0 no-repeat;
}


/*Footer*/


#footer_internal { 
	padding: 0;
	text-align: center;
	background: #fff url('../graphics/grass.jpg') left bottom repeat-x;
	font: 10px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
	margin: 0 auto;
	height: 100px;
} 

#footer_home { 
	padding: 0;
	text-align: center;
	background: #fff url('../graphics/wheat.jpg') left bottom repeat-x;
	font: 10px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
	margin: 0 auto;
	height: 100px;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
}

#copyright {
	height: 15px;
	padding: 5px 0 2px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #b5b56a url('../graphics/copyright_bg.jpg') left bottom repeat-x;
	font: 10px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
}

#copyright a {
    color: #336699;
	text-decoration: none;
	font-weight: bold;
}


/*Floats*/


.fltrt {
	float: right;
	margin-left: 10px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

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


/*Text Styles*/

.errormessage
{
	color: #C00;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.headline
{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.subheadline
{
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.title,
.formlabel
{
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}



.content,
.formcontent,
.headlines
{
	font-size: 11px;
	line-height: 16px;
}

.subtitle
{
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
}

.subcontent
{
	font-size: 10px;
	line-height: 14px;
}

#private_links {
	width:400px;
	margin-left:-35px;
	margin-right:-10px;

}

#private_links ul li {
	list-style-type: none;
	padding: 0 0px 0 0px;
	font-size:100%;
}

#private_links ul li a:link, #private_links ul li a:visited {
	color: #cc6733;
	text-decoration: none;

}

#private_links ul li a:hover,
#private_links ul li a:active {
	color: #134373;
	text-decoration: none;
}

input.content {
	margin-left:-95px;
}