html {}

body {
	margin:0;
	padding: 0;
	font-family: Arial;
	font-size:12px;
	text-align:center;
	background: #01173C url('lightraysBgWide1.jpg') no-repeat scroll top center;
	color:#666666;
}

#container {
	margin: 0 auto;
	width: 1162px; /*was 990px*/
	text-align: left;
	/*background: url('EFA_bkgrndGlow.png') repeat-y scroll;*/
}
#container_inner {
	float:left;
	padding-left: 85px;
	padding-right: 85px;
	background: url('EFA_bkgrndGlow2.png') repeat-y top left;
}

#header {
	height: 123px;
	padding: 0 20px;
}
#logo {
	float:left;
	width: 395px;
}
#logo img {
	border: 0;
}
#search_area {
	float:right;
	text-align:right;
	width: 530px;
	padding: 15px 25px 0 0;
}
#search_area a:link, #search_area a:visited {
	color: #88px?1;
	text-decoration: none;
}
#search_area a:hover {
	text-decoration: underline;
}
#search_area div {
	margin-top: 10px;
	font-size:11px;
	font-family:Verdana;
	position:relative;
}
#search_area .search_div input {
	background-color: #73b6be;
	border: 1px solid #1a4b51;
	color: #fff;
	padding:2px;
	border-right: 0;
	width:165px;
}

#search_area .search_div .go_button {
	border: 0;
	position:absolute;
	top: -1px;
	right: 0;
	padding: 0;
	width: 25px;
}
#search_area .enewsletter_div {
	position:relative;
}
#search_area .enewsletter_div input {
	background-color: #ffe6a1;
    border: 1px solid #ffc423;
	margin-top:3px;
	padding: 2px;
	border-right: 0;
	color: #643c19;
	width:165px;
}
#search_area .enewsletter_div .go_button {
	border: 0;
	position:absolute;
	top: 12px;
	right: 0;
	padding: 0;
	width: 25px;
}

#bg_box {
	width:950px;
	float:left;
	background: url('bg_main2.gif') no-repeat bottom;
}

#outer_content {
	width:950px;
	float:left;
	background: url('bg_repeat2.gif') repeat-y;
	margin-left:20px;
}
#nav {
	position:relative;
	z-index:1;
	height: 48px;
	padding: 0 20px;
	width:950px;
	background: url('nav_bg.png') no-repeat top left;
}
body#interior #nav {
	background: url('nav_bg_interiorEFA1.png') no-repeat top left;
}
#nav a:hover {
	background-color: #73b6be;
}
#nav a.current:link, #nav a.current:visited {
	background-color: #73b6be;
}

#nav ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	position:relative;
	z-index:9000;
}

#nav a {
	display:block;
}

/*first level*/
#nav li { 
	position:relative;
	float:left;
	padding:0;
	font-size:16px;
}

/*second level position*/
#nav li ul {
	position:absolute;
	left: -999em;
	margin:0;
	clear:both;
	border: 1px solid #009db2;
}

#nav li ul li {
	clear:both;
	background-color:#fff;
	letter-spacing:0px;
}

/* third level position */
#nav li ul li ul {
	margin-left:170px;
	top:0;
}

/*controls font color and style for first level menu items*/
#nav li a {
	color:#fff;
	text-decoration:none;
	padding:7px 27px;
}

body.spanish #nav li a {
	padding:7px 22px;
}

#nav li a.firstLevelBold {
	color:#ffc423;
	font-weight:bold;
	padding:7px 27px 5px 27px;
}

#nav li a:hover {
	color:#fff;
}

#nav ul li a.donate:link, #nav ul li a.donate:visited {
	color: #ffc423;
}

/*controls font color and style for second level and lower menu items*/
#nav li ul li a {
	color:#0F3381;
	padding:5px 10px;
	width:150px;
	font-size:13px;
}

#nav li ul li a:hover {
	color:#006faf;
	background-color:#a6dde4;
}
	
/*Hidden nav positioning DO NOT Adjust*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left:-999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left:auto;}

#nav li:hover, #nav li.hover {
    height:1%;
}

ul#nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul#nav li { z-index: 201; }

/* this is for IE 5.0 */
select.hide { visibility: hidden; }


#content {
	margin: 0 20px;
	padding: 15px;
}
#interior_content h1 {
	color: #ffc423;
	font-size:18px;
}

/* Interior */
body#interior {
	position:relative;
}
body#interior #content {
	padding: 0;
	margin:0;
	width: 950px;
	padding-bottom: 20px;
}
#left_col {
	width:200px;
	float:left;
}
#left_col ul {
	padding: 0;
	margin-left: 45px;
	margin-top: 20px;
}
#left_col ul li {
	color: #73b6be;
	padding: 0 0 8px 0;
	list-style-type: square;
}
#left_col ul ul {
	margin:5px 0 0 20px;
	font-size:11px;
}
#left_col ul li li{
	padding: 0 0 4px 0;
}
#left_col a:link, #left_col a:visited {
	color: #0F3381;
	text-decoration:none;
}
#left_col a.current:link, #left_col a.current:visited {
	font-weight: bold;
	font-style: italic;
}
body#interior #left_col a.firstLevel, body#interior #left_col a.first {
	display:none;
}
body#interior #left_col a.first-current {
	display:block;
	color: #9b9b9b;
	font-size: 15px;
	padding: 0 0 7px 35px;
	border-bottom: 1px solid #d7d7d7;
	background: url('interior_left_header_blocks.gif') no-repeat 15px 1px;
}

body#interior #interior_content {
	float: left;
	width: 575px;
}
#breadcrumb {
	padding:10px 15px;
	font-size: 11px;
	color: #626262;
	font-weight: bold;
}
#breadcrumb a:link, #breadcrumb a:visited{
	color: #626262;
	font-weight: normal;
}

#right_col {
	width: 155px;
	float:right;
	padding: 10px;
	color: #626262;
	font-size: 12px;
}

#right_col .featured_news {
	padding-top:25px;
}

#webfeaturetable {
	width: 100%;
}

body#interior #webfeaturetable {
	width: 545px;
	margin: 0 15px;
}

#explore {
	height:55px;
	margin-bottom:15px;
	padding: 10px 15px;
	background-color: #f6e2aa;
}
#explore select {
	width: 215px;
	margin-right:5px;
}

.fbox {
	height: 324px;
	width:219px;
	float:left;
	margin: 0 5px 10px 5px;
	padding-top:15px;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background-color: #f1f1f1;
}

.fbox p {
	color: #626262;
	line-height: 16px;
	margin: 10px 20px;
}
.fbox p a:link, .fbox p a:visited {
	color: #0F3381;
}
.fbox p a:hover {
	text-decoration: none;
}

.fbox_2col {
	height: 265px;
	width: 450px;
	float:left;
	padding-top:15px;
	margin: 0 5px 10px 5px;
	background-color: #fff;
}
.fbox_2col p {
	line-height: 17px;
}

.fbox_bottom {
	height: 325px;
	width:220px;
	float:left;
	margin: 0 5px 10px 5px;
	padding-top:15px;
	font-size:10px;
	background: #fff url('fbox_bottom_bg.gif') no-repeat top left;
}
#interior .fbox_bottom {
	width: 199px;
	overflow-x: hidden;
	margin: 0 0 10px 0;
	padding: 15px 0 0 1px;
	background: #fff url('fbox_bottom_interior_bg.gif') no-repeat top left;

}
.fbox_bottom_middle {
	float:left;
	width:120px;
	padding-top: 19px;
	margin: 0 10px;
}

.fbox_bottom p {
	margin: 0 10px 10px 10px;
	line-height:16px;
}
#footer {
	clear:both;
	text-align:center;
	color: #0F3381;
	padding-top:20px;
	font-size: 11px;
	border-top: 1px solid #d4d4d4;
	width:910px;
	margin:0px 0px 0px 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: white;
}
#footer div {
	padding-top:5px;
}
#footer a:link, #footer a:visited {
	color: #0F3381;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer_bottom {
	clear:both;
	height: 50px;
	background: url('EFA_footer.png') no-repeat -1px 0px;
}

/* Homepage Slideshow */
#slideOuter {
	line-height: 13px;
	padding:10px;
	float:left;
	height: 300px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}
#slideContainer {
	float:left;
	width:600px;
	position:relative;
}

#slideContainer div.imgcontainer {
	position: relative;
	height: 301px;
	overflow:hidden;
}
#slideOuter img {
	border: 0;
}
#slideContainer div.imgcontainer .caption{
	background-color: #000;
	position:absolute;
	bottom: 0;
	left:0;
	color: #fff;
	width: 600px;
	font-size:12px;
	filter:alpha(opacity=70);opacity:0.7;-mos-opacity:0.7;
}
#slideContainer div.imgcontainer .caption p {
	margin: 0;
	padding:5px;
}
#sslist {
	float:right;
	border: 1px solid #ccc;
	border-bottom: 0;
	width: 296px;
}
#sslist ul{
	margin: 0;
	padding: 0;
}
#sslist li {
	display:block;
	padding: 15px 10px;
	margin: 0;
	background: #fff url('home_slideshow_right_bg.gif') repeat-x top left;
	border-bottom: 1px solid #ccc;
}
#sslist div.tc {
	height: 44px;
}
#sslist li p {
	margin:0;
	font-size: 14px;
}
#sslist li p.ti {
	float:left;
	margin: 0;
	border: 1px solid #ccc;
	padding:3px 4px;
	margin-right: 5px;
	background-color: #fff;
	text-align: center;
}
#sslist li.active {
	background-color: #fff;
	background-image: none;
}






/*
Stylish Select 0.3 - jQuery plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/

Copyright (c) 2009 Scott Darby

Requires: jQuery 1.3

Licensed under the GPL license:
http://www.gnu.org/licenses/gpl.html
*/


/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:290px; background:#d6ba6c; position:relative;  border:1px solid #ccc; top:19px; left:0; overflow:auto; z-index:9999;}


/*======================================
windows xp style - div that contains the 
<select> has been given an id of #win-xp
(for the purposes of this example
========================================*/
#explore .newListSelected {
	background:#d6ba6c url('dropdown_arrow.gif') no-repeat scroll 197px 1px;
	border:1px solid #856e2c;
	color:#000;
	height:17px;
	margin-bottom:10px;
	padding:0 0 3px 0;
	width:215px;
	float:left;
	margin-right:5px;
}
#explore .newListSelected div {
	display:block;
	font-size:11px;
	padding:3px 21px 2px 4px;
	text-align:left !important;
	width:190px;
}
#explore ul.newList {
	list-style:none; 
	color:#000; 
	width:215px; 
	background:#d6ba6c;
	border:1px solid #000;
	border-bottom: 0;
	top:19px;
	left:0; 
	height:auto;
	overflow:auto;
	font-size: 0.85em;
	text-align:left!important;
	position:absolute;
	z-index:9999;
	margin-left: -1px;
}
#explore ul.newList li {padding:3px 5px!important; border-bottom: 1px solid #856e2c;}
#explore .hiLite {background:#ebd599!important; color:#000!important;}
#explore .newListHover {background:#aa924e!important; color:#000!important; cursor:default;}
#explore .newListSelHover {cursor:default;}
#explore .newListSelHover, #win-xp .newListSelFocus {background-position:auto;}
#explore .newListSelHover div, #explore .newListSelFocus div {}

/* Social Networking Styles */

#social {
	background:url('social-bar_bg.gif') no-repeat;
	float:left;
	width:418px;
	padding:6px 11px 8px 11px;
	margin:0 0 10px 5px;
}

div.soLink {
	float:left;
	padding:10px 0 0 6px;
}

div.soLink a {
	color:#3399ff;
	text-decoration:none;
}

div.soLink a:hover {text-decoration:underline;}

.fbLink {
	float:left;
	padding-right:23px;
}

.twitterLink {
	float:left;
	padding-right:23px;
}

.shareBar {
	float:left;
	width:125px;
	padding-top:10px;
}

/* Calendar Styles */
.CDtablein {
	background:#fff;
	border:1px solid #ccc;
}

.CDheader {
	background-color:#eee;
}

td.CDEven, td.CDOdd {
	border:1px solid #eee;
	font-size:11px;
}

td.CDEven a:link, td.CDEven a:visited, td.CDOdd a:link, td.CDOdd a:visited {
	display:block;
	text-decoration:none;
	margin-bottom:5px;
}

.CDctitle {
	margin: 0;
	padding: 0 0 20px 0;
	color: #ffc423;
	font-size:18px;
	font-weight:normal;
	display:block;
}

.CDcdate {
	display:block;
	font-weight:bold;
}

.Cdctime {
	display:block;
	font-size:11px;
	margin-bottom:10px;
}
/* End Calendar Styles */



/* Quicklinks */
#quicklinks {
	width:550px;
	float:left;
}

#pageTitle {
	margin:0 0 0 15px;
	float:left;
	display:block;
	width:375px;
}

#printlinks {
	float:left;
	width:125px;
}

#printlinks #print {
	width:55px;
	margin-right:10px;
	float:left;
	background: url('icon_print.gif') no-repeat;
	height:20px;
}

#printlinks #email {
	width:55px;
	float:left;
	background: url('icon_email.gif') no-repeat;
	height:20px;
}

#printlinks #print a, #printlinks #email a {
	text-decoration:none;
	width:55px;
	display:block;
}
/* End Quicklinks */

#nextStory {
	padding:0 10px 0 0;	
}

#nextStory a:link, #nextStory a:visited {
	display:block;
	padding: 14px 40px 0 0;
	background: url('arrow.gif') no-repeat right;
	height:22px;
}