body { 
	margin: 0;
	padding: 0;
	font: 14px Georgia, 'Times New Roman', Serif;
	line-height: 22px;
	color: #4e4e58;
	background: #f9f1da url(../graphics/layout/bg.jpg) top center repeat-x;
}

.float { 
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}

img {
	border: 0;
}

a:link, a:visited, a:hover, a:active {
	font-size: 14px;
}

@font-face {
  font-family: "Museo";
  src: url(/designs/004926/font/Museo300.otf) format("opentype");
}

.collection_item_description {
font-style:normal;
}

.content_image_box {
background:none;
border:0px solid #959595;

}

h2 {
	margin-top: 0;
	font: 23px "Museo", Georgia, 'Times New Roman', Serif;
	line-height: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
}

.title, #content_right_interior h4 {
	text-transform: uppercase;
	font-size:25px;
	font-weight:normal;

}


.subheadline {
	font:bold 1.1em/1.1em "Museo", Georgia, 'Times New Roman', Serif;
	}

h2.news, #content_right h2 {
	margin-top: 15px;
	line-height: 35px;
	background: transparent url(../graphics/layout/icon_news.jpg) top left no-repeat;
	padding-left: 45px;
}

h2.newsletter {
	margin: 5px 0 0 0;
	line-height: 30px;
	background: transparent url(../graphics/layout/icon_newsletter.jpg) top left no-repeat !important;
	padding-left: 45px;
}

#container {
	width: 944px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
	border-left: 8px solid #fdfaf2;
	border-right: 8px solid #fdfaf2;
}

#donate {
	position: absolute;
	left: 841px;
	top: 0;
}

#container_interior {
	width:960px;
	margin: 0 auto;
	padding:0;
}

/* header */
#header {
	position: relative;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	z-index: 2;
}

#logo {
	display: block;
	position: absolute;
	top: 15px;
	left: 50px;
	z-index: 100;
	margin: 0;
	padding: 0;
	border: 0;
}

#shield {
	display: block;
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 101;
	width: 230px;
	height: 129px;
	margin: 0 0 0 -132px;
	padding: 0;
	border: 0;
}

#metadata {
	float: right;
	margin: 0;
	padding: 13px 50px 0 0;
	list-style: none;
	z-index: 100;
	font: italic 14px/1.2 Georgia, 'Times New Roman', Serif;
	overflow: hidden;
}

#metadata li {
	display: inline;
	margin: 0;
	padding: 0 0 0 3px;
}

#metadata a:link,
#metadata a:visited {
	color: #fff;
	margin-left: 10px;
	text-decoration: none;
}

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

#metadata ul.spacing_default {
	margin:0;
}

#metadata .collection_item_label {
display:inline;
font-weight:normal;
}

#header_interior {
	margin: 0 auto;
}

#menu {
	position: absolute;
	top: 70px;
	left: 0;
	height: 50px;
	margin: 0;
	background-color: #fdfaf2;
	font-style: italic;
}

/* all lists */
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	width: 960px;
	height: 50px;
}

/* all list items */
#nav li {
	float: left;
	position: relative;
	margin: 0 0 0 1px;
}

#nav li.about_us {
	margin: 0;
}

#nav li.support_us {
	margin: 0 0 0 212px;
}

/* all top level links */
#nav li a.top:link,
#nav li a.top:visited {
	display: block;
	float: left;
	height: 50px;
	margin: 0;
	border-left: 1px solid #fff;	
	padding: 0 25px;
	color: #c85712;
	font: italic 15px/50px Georgia, 'Times New Roman', Serif;
	text-decoration: none;
	overflow: visible;
}

#nav li.about a.top:link,
#nav li.about a.top:visited {
	border: 0;
}

/* This hover effect is placed on the list item rather than the link so as to the keep effect intact
as the user mouses over the submenus */
#nav li:hover a.top:link,
#nav li:hover a.top:visited,
#nav li.sfhover a.top:link,
#nav li.sfhover a.top:visited {
	background: #fdfaf2;
}

/* second-level lists */
#nav li ul {
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	z-index: 100;
	top: 50px;
	width: 200px;
	margin: 0;
	background-color: #fdfaf2;
	padding: 0;
	font: italic 11px/14px Georgia, 'Times New Roman', Serif;
}

#nav li ul li {
	float: none;
	border-bottom: 1px solid #fff;
	margin: 0;
}

#nav li ul li:hover,
#nav li ul li.sfhover {
	background-color: #f1ecde;
}
	
#nav li ul a:link,
#nav li ul a:visited {
	display: block;
	width: 180px;
	color: #c85712;
	text-decoration: none;
	padding: 10px 10px;
}
	
#nav li ul a:hover,
#nav li ul a:active {
	border: 0;
}

/* third-and-above-level lists */
#nav li ul ul {
	margin: -1em 0 0 150px;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: 0;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul {
	top: 0;
	left: -999em;
	padding: 0;
	background-color: #666;
}

/* lists nested under hovered list items */
#nav li li:hover ul,
#nav li li.sfhover ul {
	left: 0;
	margin: 0 0 0 150px;
}

#masthead { 
	width: 960;
	height: 296px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 5px;
	text-align: center;
	z-index: 3;
}

#sticker {
	position: absolute;
	top: 170px;
	left: 250px;
}

#masthead_container_interior {
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	height: 248px;
	z-index: 1;
}

/* Begin Content Left */

#content_left {
	width: 528px;
	float: left;
	margin: 0 0 0 8px;
	padding: 20px 10px;
	background: #fff;
}

#content_left p.box {
	margin-top: 30px;
}

#content_left p.box a {
	color: #fff;
	text-decoration: none;
	padding: 12px;
	font:14px Georgia, 'Times New Roman', Serif;
	background: #91a704;
	font-style: italic;
}

#content_left a.box:hover {
	text-decoration: underline;
	color: #2f4045;
}

#content_left ul li {
	font-size: 11px;
	line-height: 15px;
	color: #964800;
}

#content_left a {
	color: #84864f;
	text-decoration: none;
}

#content_left a:hover {
	color: #84864f;
	text-decoration: none;
}

#content_left p.blog {
	float: right;
	margin-top: 60px;
}

#content_left_interior {
	width: 220px;
	padding: 20px 35px;
	float: left;
	border-right: 1px solid #f5f5f5;
	background: transparent url('../graphics/layout/sidenav_bg.png') top left no-repeat;
}

#content_left_interior ul {
	margin: 0;
	padding: 0;
}

#content_left_interior ul li {
	font-size: 16px;
	line-height: 24px;
	color: #ccc;
	list-style: none;
	padding: 10px 15px 10px 0;
	border-top: 1px solid #f5f5f5;
	background: transparent url(../graphics/layout/arrow_off.jpg) 200px 12px no-repeat;
}

#content_left_interior ul li.top {
	border-right: none;
	border-left: none;
}

#content_left_interior ul li.bottom {
	border: none;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

#content_left_interior ul li.active {
	background: #fff;
	background: transparent url(../graphics/layout/arrow_on.jpg) 240px 12px no-repeat;
}

#content_left_interior ul li ul {
	margin: 0;
	padding-left: 20px;
	border: none;
}

#content_left_interior ul li ul li {
	font-size: 16px;
	line-height: 24px;
	color: #ccc;
	list-style: none;
	padding: 0;
	border: none;
	background: none;
}

#content_left_interior ul li a:link,
#content_left_interior ul li a:visited {
	color: #8db328;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

#content_left_interior ul li ul li a:link,
#content_left_interior ul li ul li a:visited {
	color: #525047;
	font-style: normal;
	font-size: 16px;
}

#content_left_interior ul li ul li a:hover,
#content_left_interior ul li ul li a:active {
	color: #727c52;
}

#content_left_interior a:link,
#content_left_interior a:visited {
	color: #525047;
	text-decoration: none;
	font-style: italic;
}

#content_left_interior a:hover,
#content_left_interior a:active {
	color: #525047;
	text-decoration: none;
}

body #content_left_interior ul li ul li a.current_page {
	color:#000;
	}



/* Begin Content Right */


#content_right {
	width: 340px;
	padding: 0 20px 5px 20px;
	float: left;
	background: #fff;
}

#content_right_interior {
	width: 555px;
	float: left;
	padding: 0 0 0 30px;
	margin-bottom: 60px;
}

#content_right p.caption {
	font-size: 13px;
	font-style: italic;
	line-height: 22px;
	margin: 0 0 8px 0;
	color: #71716c;
}

#content_right p.box {
	margin-top: 25px;
}

#content_right p.box a:link,
#content_right p.box a:visited {
	color: #2f4045;
	text-decoration: none;
	border: 1px #ccc solid;
	padding: 8px;
	font:12px Georgia, 'Times New Roman', Serif;
	background: #e9e9e9;
}

#content_right a.box:hover {
	text-decoration: underline;
	color: #2f4045;
}

#content_right p.archive {
	font-size: 12px;
	display: inline;
	margin-left: 10px;
}

#content_right .archive a:link,
#content_right .archive a:visited {
	font-style: italic;
}

#content_right ul {
	margin-left: 0;
	padding: 0;
}

#content_right ul li {
	font-size: 14px;
	line-height: 15px;
	color: #4e4e58;
	list-style: none;
	padding: 0 0 14px 0;
}

#content_right ul li a:link,
#content_right ul li a:visited {
	font-size: 14px;
}

#content_right ul li.odd {
	background: #ebebeb;
}

#content_right a:link, #content_right .news_archives a:link {
	color: #b5bc20;
	text-decoration: none;
}

#content_right a:hover, a:visited, a:active, #content_right .news_archives a:hover, #conent_right .news_archives a:visited {
	color: #b5bc20;
	text-decoration: underline;
}



#content_right_interior a:link {
	color: #680103;
	text-decoration: underline;
}

#content_right_interior a:hover, a:visited, a:active {
	color: #680103;
	text-decoration: underline;
}

#content_right ul li.newsletter {
	border: none;
	margin-top: -7px;
}

#newsletter label {
	float: left;
	display: inline;
	width: 37px;
	text-transform: uppercase;
	font-size: 10px;
	color: #b5bc20;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

#newsletter input {
	background: transparent url(../graphics/layout/form.jpg) top left no-repeat;
	border: none;
	padding: 8px;
	width: 285px;
	margin-top: 1px;
}

#newsletter input.button {
	background: transparent url(../graphics/layout/submit.jpg) top left no-repeat;
	width: 125px;
	height: 55px;
	text-indent: -9999px;
	display: block;
}

.news_archives {
text-align:right;
font-weight:bold;
}



/* Begin Footer */


#footer {
	margin: 0 0 40px 0;
	padding: 1px 0 20px 0;
	text-align: center;
	font:14px Georgia, 'Times New Roman', Serif;
	color: #acaaa6;
	font-style: italic;
	letter-spacing: 1px;
	height: 200px;
	position: relative;
	background: #fff url(../graphics/layout/footer_strip.jpg) top center no-repeat;
	border-bottom: 8px solid #fdfaf2;
}

#footer ul li div, #footer ul li {
display:inline;
}

#footer ul li a{
padding:0px 8px;
border-right:solid 1px #b6b5b1;
}

#footer ul li:last-child a {
	border-right:0px;
}

#footer ul {
text-align:center;
margin:0px;
padding:0px 0px 2px 0px;
}

#footer p {
	margin-top: 95px;
	line-height: 18px;
	text-align: center;
	margin-bottom:2px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	letter-spacing: 0;
}

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

#shield_small {
	position: absolute;
	top: -30px;
	left: 400px;
	z-index: 2;
}

form {
	display: inline;
	margin-right: 5px;
}

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

/*=============================
NEWS SECTION
==============================*/


#news {
	font-family: Georgia;
	font-size: 13px;
	width: 300px;
}

#news ul li {
	list-style-type: none;
}

#news li {
	list-style-type: none;
	margin-left: 0;
	line-height: 18px;
	border-bottom: 1px solid #e6f4fb;
	padding: 8px 0;
}

#news li.first {
	border-top: 1px solid #e6f4fb;
}

#text_right {
	text-align: right;
	margin-right: 80px;
}
#news {
	width:330px;
	border-bottom: 1px; 
	}
		#news td:first-child {
				display:none;
			}
select {
	width: 80px;
	}
	
#nav li a.top:link {
	padding-right: 22px;
}

#masthead a img {
border: solid 5px black;
}

/*=============================
HEADER CSS
==============================*/

#masthead {
height: 310px;
}

#shield {
left: 443px;
}

#header {
height: 164px;
}

#menu {
height: 94px;
}

.e2ma_signup_form_button {
overflow:hidden;
font-size:0;
line-height:0;
}
