/* @group Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}button{border:none;}

/* @end */

/* @group Global */

html {
	height: 100%;
	margin-bottom: 1px;
}
	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #545454;
	background: #000;
}	

p {
	margin-bottom: 1em;
}

a, a:hover, a:visited {
	color: #545454;
	text-decoration: none;
}

a:focus {
	outline: none;
}

img, img a {
	border: 0;
}

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

.group:after { 
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.left { float: left; }
.right { float: right; }

.left_col {
	margin-left: 20px;
}

/* @end */

/* @group Sitewide */

.orange, .orange a, a.orange {
	color: #FF8A00;
}

.pdf_info {
	width: 360px;
	margin-top: 20px;
}

/* @end */

/* @group Bones */

#main {
	width: 760px;
	min-height: 100%;
	margin: 0 auto -30px auto;
	position: relative;
	background-color: #fff;
}

/* @end */

/* @group Header */

.header {
	height: 45px;
	border-bottom: 20px solid #FF8A00;
}

.header_home_graphic {
	height: 382px;
	margin-bottom: 20px;
}

/* @end */

/* @group Nav */

.nav {
	width: 165px;
	height: 670px;
	margin-left: 7px;
	padding-top: 67px;
	position: absolute;
	top: 0px;
	z-index: 2;
	background: transparent url(../gfx/ui/fullfade.png) no-repeat;
}

.nav h1#logo a {
	width: 130px;
	height: 130px;
	margin-left: 19px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../gfx/ui/Echoes_Foundation.png) no-repeat;
}

.nav ul {
	width: 130px;
	margin: 26px 0 0 19px;
	text-align: center;
}

.nav li {
	line-height: 1em;
}

.nav li a {
	height: 12px;
	line-height: 12px;
	padding: 10px 0;
	display: block;
	font-size: .9em;
}

.nav li#nav_donate a {
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	background-color: #7DC242;
}

.nav li#nav_donate a:hover {
	background-color: #FF8A00;
}

.nav li a:hover {
	background-color: #ffe8cc;
}

.nav li.here a, .nav li.here a:hover {
	color: #FF8A00;
}

.nav li.here li a {
	color: #545454;
}

/* @end */

/* @group Secondary Nav */

ul.secondary_nav {
	height: 45px;
	padding: 22px 25px 0 0;
	text-align: right;
}

ul.secondary_nav li {
	display: inline;
}

ul.secondary_nav li a {
	margin-left: 10px;
	line-height: 1em;
	font-size: .9em;
}

ul.secondary_nav li a:hover {
	color: #FF8A00;
}

/* @end */

/* @group Inner */

.inner > .header_graphic {
	width: 760px;
	height: 101px;
	background-color: #e8e8e8;
}

.inner .content {
	width: 545px;
	margin-left: 188px;
	padding-bottom: 80px;
}

.inner .content img {
	border: 1px solid #FF8A00;
}

.inner .content .inlineRight {
	width: 205px;
	margin: 0 0 20px 20px;
}

.inner .content .inlineRight p {
	padding-left: 10px;
	line-height: 1.3em;
	font-size: .9em;
	background: transparent url(../gfx/ui/bullet_orange_dbl_arrows.gif) 0 3px no-repeat;
}

.inner .content  a.greenbutton {
	width: 100px;
	height: 12px;
	line-height: 12px;
	margin-top: 20px;
	padding: 6px 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #7DC242;
}

.inner .content  a.greenbutton:hover {
	background-color: #FF8A00;
}

.inner p.caption {
	width: 260px;
	margin-bottom: 2em;
	padding-left: 10px;
	line-height: 1.3em;
	font-size: .9em;
	background: transparent url(../gfx/ui/bullet_orange_dbl_arrows.gif) 0 3px no-repeat;
}

.inner .rightCol {
	width: 205px;
	margin: 0 0 20px 20px;
}

.inner .rightCol .inner_image {
	margin-bottom: 28px;
}

.inner .rightCol .inner_image:last-child {
	margin-bottom: 0px;
}

.inner .rightCol .inner_image .caption {
	padding-left: 10px;
	line-height: 1.3em;
	font-size: .9em;
	background: transparent url(../gfx/ui/bullet_orange_dbl_arrows.gif) 0 3px no-repeat;
}

.inner .rightCol img {
	border: 1px solid #FF8A00;
}

.inner a {
	color: #7DC242;
	border-bottom: 1px solid #C6EFB7;
}

.inner h2 {
	margin-bottom: 1.1em;
	font-size: 1.4em;
	font-weight: normal;
	color: #FF8A00;
}

.inner h3 {
	margin-bottom: .7em;
	font-weight: normal;
	font-size: 1.1em;
	color: #FF8A00;
}

.inner ul {
	margin: 1em 0;
}

.inner li {
	margin-bottom: .5em;
	padding-left: 10px;
	background: transparent url(../gfx/ui/bullet_orange_dbl_arrows.gif) 0 5px no-repeat;
}

.inner li.pdf {
	padding-left: 22px;
	background: transparent url(../gfx/ui/icon_pdf.png) no-repeat;
}

.inner .nobullet ul {
	margin: 0 20px 0 0;
}

.inner .nobullet li {
	margin-bottom: .3em;
	padding: 0;
	background: none;
}

.inner table {
	width: 100%;
}

.inner td {
	padding: 2px 0;
	border-bottom: 1px solid #e8e8e8;
}

.inner td.table_left {
	width: 170px;
	padding-left: 5px;
	font-weight: bold;
}

/* Breadcrumb */

.breadcrumb {
	padding: 30px 0;
	line-height: 1em;
	font-size: .9em;
	color: #FF8A00;
}

.breadcrumb a {
	color: #545454;
	border: none;
}

.friends_logos {
	margin-bottom: 20px;
}

.friends_logos a {
	margin-bottom: 6px;
	border: none;
}

#sitemap {
	margin-bottom: 50px;
}

#sitemap ul {
	margin-bottom: 30px;
}

#sitemap ul ul {
	margin-top: 2px;
}

/* @end */

/* @group Footer */

#footer {
	width: 720px;
	margin: 0 auto;
	height: 30px;
	margin: 0 auto 0 auto;
	position: relative;
}

.clearfooter {
	height: 30px;
	clear: both;
}

#footer .inner_footer {
	width: 550px;
	border-top: 1px solid #FF8A00;
}

#footer ul {
	padding-top: 4px;
	text-align: right;
}

#footer li {
	display: inline;
}

#footer li a {
	margin-left: 10px;
	font-size: .9em;
}

#footer li a:hover {
	color: #FF8A00;
}

/* @end */

/* @group Superfish */


/*** ESSENTIAL STYLES ***/

li.sfHover a {
	background-color: #ffe8cc;
}

li.sfHover li a {
	height: 12px;
	line-height: 12px;
	margin: 0;
	padding: 10px 0;
	background: none;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 160px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 111px;
	top: -25px; /* match top ul list item height */
	z-index: 99;
	background-color: #FFC47F;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/* @end */

/* @group Donate */

table#donate {
	border-bottom: 1px dotted #d2d2d2;
}

table#donate td {
	width: 33%;
	text-align: center;
	border: none;
	
}

table#donate td input {
	width: 60px;
	height: 21px;
}

table#donate a {
	margin-top: 4px;
	padding: 3px 10px;
	font-weight: bold;
	background-color: #7DC242;
	color: #fff;
}

table#donate a:hover {
	background-color: #FF8A00;
}


/* @end */

/* @group Form */

input {
	width: 98%;
}

input:focus {
	background-color: #FBEED4;
}

label {
	display: block;
	font-weight: bold;
}

fieldset {
	margin-bottom: 20px;
	padding: 15px;
	border: 2px solid #e8e8e8;
	background-color: #f2f2f2;
}

button {
	cursor: pointer;
}

button#submit {
	height: 26px;
	margin-top: 6px;
	padding: 3px 10px;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #F06F0A;
	background-color: #FF8A00;
}

.form_row {
	padding-bottom: 6px;
}

input#state, input#postalcode {
	width: 45%;
}

#msg li {
	padding: 2px 10px;
	list-style-type: none;
	font-weight: bold;
	color: #fff;
	background: #7DC242;
}

#output {
	display: none;
}

/* @end */