/**
 * Main stylesheet for this particular website.
 *
 * Contents:
 *   - Screen
 *     - Layout
 *       - Header
 *       - Navigation
 *       - Footer
 *  - Print
 *
 * CSS 2.0
 *
 */

@import url(base.css);
@import url(forms.css);

/* ========================================================================== */
@media screen {
/* ========================================================================== */


/* ==========================================================================
   LAYOUT */

html {
    
}

body {
    background:url(/images/template/bg-header.jpg) repeat-x;
    padding: 0;
    margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}



/* --------------------------------------------------------------------------
   HEADER */

#header {
    width:945px;
	height:80px;
	background:url(/images/template/header-center.jpg) top center no-repeat;
	margin:0 auto;
	text-align:center;
	
}
#main {
	/* see /css/hacks for IE 6 */
    width:100%;
	background:url(/images/template/bg-main.gif) center top no-repeat;
	margin:0 auto;
	text-align:center;
}

/* --------------------------------------------------------------------------
   NAVIGATION */


#nav_wrapper {
	background:url(/images/nav-rule-background.gif) no-repeat center bottom;
	padding:2px 0px 1px;
	position: relative;
}

ul#nav { 
	width: 903px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
	background: none;
	position: relative;
}
ul#nav li {
	float:left;
	margin:0px;
	padding:0px; 
	position: relative;
	display: block;
}
ul#nav li a {
	height: 37px;
	display: block;
	text-indent: -9999px;
	

	background-repeat: no-repeat;
	background-position:0 0;
}

ul#nav li#nav_home a.fl, ul#nav li#nav_home a.fl:visited { width:76px; background:url(/images/nav-home.gif) no-repeat; }
ul#nav li#nav_issues a.fl, ul#nav li#nav_issues a.fl:visited { width:83px; background:url(/images/nav-issues.gif) no-repeat; }
ul#nav li#nav_resources a.fl, ul#nav li#nav_resources a.fl:visited { width:111px; background:url(/images/nav-resources.gif) no-repeat; }
ul#nav li#nav_media a.fl, ul#nav li#nav_media a.fl:visited { width:80px; background:url(/images/nav-media.gif) no-repeat; }
ul#nav li#nav_news a.fl, ul#nav li#nav_news a.fl:visited { float: left; display: block; width:75px; background:url(/images/nav-news.gif) no-repeat 0 0; }
ul#nav li#nav_contact a.fl, ul#nav li#nav_contact a.fl:visited { width:112px; background:url(/images/nav-contact.gif) no-repeat; }
ul#nav li#nav_getinvolved a.fl, ul#nav li#nav_getinvolved a.fl:visited { width:122px; background:url(/images/nav-getinvolved.gif) no-repeat; }
ul#nav li#nav_contribute a.fl, ul#nav li#nav_contribute a.fl:visited { width:113px; background:url(/images/nav-contribute.gif) no-repeat; }
ul#nav li#nav_stayinformed a.fl, ul#nav li#nav_stayinformed a.fl:visited { width:131px; background:url(/images/nav-stayinformed.gif) no-repeat; }

/* rollover positions */
ul#nav li#nav_home a.fl:hover, ul#nav li#nav_home a.fl:active { width:76px; background:url(/images/nav-home.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_issues a.fl:hover, ul#nav li#nav_issues a.fl:active { width:83px; background:url(/images/nav-issues.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_resources a.fl:hover, ul#nav li#nav_resources a.fl:active { width:111px; background:url(/images/nav-resources.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_media a.fl:hover, ul#nav li#nav_media a.fl:active { width:80px; background:url(/images/nav-media.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_news a.fl:hover, ul#nav li#nav_news a.fl:active { width:75px; background:url(/images/nav-news.gif)no-repeat; background-position: 0 -37px; }
ul#nav li#nav_contact a.fl:hover, ul#nav li#nav_contact a.fl:active { width:112px; background:url(/images/nav-contact.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_getinvolved a.fl:hover, ul#nav li#nav_getinvolved a.fl:active { width:122px; background:url(/images/nav-getinvolved.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_contribute a.fl:hover, ul#nav li#nav_contribute a.fl:active { width:113px; background:url(/images/nav-contribute.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_stayinformed a.fl:hover, ul#nav li#nav_stayinformed a.fl:active { width:131px; background:url(/images/nav-stayinformed.gif) no-repeat; background-position: 0 -37px; }

ul#nav li#nav_home a.active { width:76px; background:url(/images/nav-home.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_issues a.active { width:83px; background:url(/images/nav-issues.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_resources a.active { width:111px; background:url(/images/nav-resources.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_media a.active { width:80px; background:url(/images/nav-media.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_news a.active { display:block; width:75px; height: 37px; background:url(/images/nav-news.gif) no-repeat !important; background-position: 0 -37px; }
ul#nav li#nav_contact a.active { width:112px; background:url(/images/nav-contact.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_getinvolved a.active { width:122px; background:url(/images/nav-getinvolved.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_contribute a.active { width:113px; background:url(/images/nav-contribute.gif) no-repeat; background-position: 0 -37px; }
ul#nav li#nav_stayinformed a.active { width:131px; background:url(/images/nav-stayinformed.gif) no-repeat; background-position: 0 -37px; }
/*ul#nav li a.fl:hover { 
	background-position: center -37px;
}*/

/* navigation active state */
/*ul#nav li.active a.fl { 
	background-position: center -37px;
}*/


/* -- DROP DOWN STYLES -- */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
}


#nav li ul { /* second-level lists */
	margin: 0;
	padding: 0;
	position: absolute;
	background: #d4e9fa;
	top:38px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	text-align: left;
	background-image: none;
}

#nav li ul li { 
	background: #d4e9fa;
	background-image: none;
	float: none;
}

#nav li ul li a.dd, #nav li ul li a.dd:visited {
	margin: 0;
	padding: 5px;
	height: 20px;
	display: block;
	font-size: 12px;
	background: #d4e9fa;
	text-transform: none;
	background-image: none !important;
	color: #22317f;
	text-indent: 0;
	text-decoration: none;
	width: 200px;
}
#nav li ul li a.dd:hover, #nav li ul li a.dd:active {
	margin: 0;
	padding: 5px;
	height: 20px;
	display: block;
	font-size: 12px;
	background: #c8e7f9 ;
	text-transform: none;
	background-image: none;
	color: #22317f;
	text-indent: 0;	
	text-decoration:none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin: 0;
	padding: 0;
	left: 0;
	display: block;
	background: #c8e7f9;
	width: auto;
	height: auto;
	/*background-image: none;*/
}

/* -- Image Carousel -- */
#image-carousel {
	width:723px;
	height: 248px;
	border: 1px solid #000;
	padding: 2px;
	margin: 0;
	position: relative;
}
#carousel-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	right:30px;
}
#carousel-nav a.prev-arrow {
	margin: 0;
	padding: 0;
	display: block;
	width: 20px;
	height: 25px;
	background: url('/images/carousel_previous.png') top left no-repeat;
	background-position: 0 0;
}
#carousel-nav a:hover.prev-arrow {
	background: url('/images/carousel_previous.png') top left no-repeat;
	background-position:0 -25px;
}
#carousel-nav a.next-arrow {
	margin: 0;
	padding: 0;
	display: block;
	width: 20px;
	height: 25px;
	background: url('/images/carousel_next.png') top left no-repeat;
	background-position: 0 0;
}
#carousel-nav a:hover.next-arrow {
	background: url('/images/carousel_next.png') top left no-repeat;
	background-position:0 -25px;
}
#carousel-nav a, #carousel-nav a:visited {
	margin: 0;
	padding: 0;
	display: block;
	width: 20px;
	height: 25px;
	background: #d4e9fa;
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #22317f;
	text-decoration: none;
}
#carousel-nav a:hover, #carousel-nav a:active, #carousel-nav a.active-carousel {
	margin: 0;
	padding: 0;
	display: block;
	width: 20px;
	height: 25px;
	background: #c8e7f9;
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #22317f;
	text-decoration: none;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 719px; /*Width of Carousel Viewer itself*/
	height: 246px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:2px; /*margin around each panel*/
	width: 719px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


/* --------------------------------------------------------------------------
   CONTENT AREA */

#main_center_content {
    width:956px;
	margin:3px auto 0 auto;
	text-align:center;
}
   
#content_area {
	float:left;
	width:728px;
	margin:0 8px 0 0;
}

/* --------------------------------------------------------------------------
   RIGHT BAR */

#right_bar {
	float:left;
	width:219px;
}

#get_involved {
	width:219px;
}

/* see /lib/css/hacks/ie.css and ie6.css as well for IE browsers */
#contribute {
	margin:9px 0 0 0;
	width:219px;
}


/* --------------------------------------------------------------------------
   FOOTER */

#footer {
    margin:0 auto 24px auto;
	padding-bottom:24px;
	width:944px;
	text-align:center;
	}
	html>body #footer {   
		margin:10px auto 24px auto;  }

	#footer a {
		color:#767676;
		text-decoration:none;
	}

	#footer a:hover {
		color:#767676;
		text-decoration:underline;
	}


#social-icons {margin:0 auto 24px auto;
	width:944px;
	text-align:right;
	position:relative;top:-100px;
}

/* ========================================================================== */
}  /* end: SCREEN */
/* ========================================================================== */






/* ========================================================================== */
@media print {
/* ========================================================================== */

body {
    padding: 1em;
}




/* ========================================================================== */
}  /* end: PRINT */
/* ========================================================================== */


