/*		Print		*/
/********************/

/* Remove elements */
/*******************/
#jump_menu,
#jump_primary_navigation,
#secondary_navigation,
#jump_main_content,
#development_selector,
#news_image_area,
#news_form,
#interactive_map_form,
#jump_footer_links,
#footer UL,
#message_container,
#large_video_links,
#contextual_navigation,
#searchboxform,
HR
{
	display: none;
}


/* Global Styles */
/*****************/

* {
	/* override any javascript heights */
	height: auto !important;
}

IMG {
	display: block;
}

H1, H2, H3, P, OL, UL {
	/* REPLACE WITH BRAND FONTS */
	font-family: Garamond, "Times New Roman", Times, serif;
}

P, OL, UL {
	font-size: 12pt;
	line-height: 1.4em;
}

A {
	color: #000;
	text-decoration: none;
	font-style: normal;
}
DIV.toggle { 
	background-color: red;
	height: auto !important;
}


/* Header navigation */
/*********************/

#navigation {
	display: none;
}

/* Nice non-javasctipt types 

#nav_links {
	margin: 0;
	padding: 0;
}
#nav_links LI {
	display: none;
	margin: 0;
	
}

#nav_links LI#home {
	display: block;
}
#nav_links LI#home A {
	color: #000;
	font-size: 160%;
	text-decoration: none;
}
#nav_links LI#home SPAN {
	display: block;
}


*/

/* Footer */
/**********/

#footer {
	border-top: 1px solid #CECECE;
	margin-top: 2em;
	font-size: 80%;
}

/*
#nav_links LI.active {
	clear: both;
	display: block;
	float: left;
	border-right: 2px solid red;
	width:
}*/

/* DEBUGGING */
/*************/

