/* @group Global */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #857D6A url(../images/layout/background-bg-slim.jpg) repeat-x 0 0;
	color: white;
	font-family: georgia, serif;
	font-size: 80%;
}

a {
	color: #d1892d;
}

a:hover {
	color: #46756d;
	text-decoration: none;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#frame {
	position: relative;
	width: 985px;
	background: url(../images/layout/frame-top-slider.png) no-repeat;
}

#frame_inner {
	width: 100%;
	height: 100%;
	background: url(../images/layout/frame-bottom.png) no-repeat 0 bottom;
}

#content {
	position: relative;
	color: #454545;
}

#content_inner {
	padding: 23px 22px;
}

.clearing {
	clear: both;
}

.ir {
	overflow: hidden;
	text-indent: -999em;
}

/* @end */

/* @group Navigation */

#navigation {
	width: 100%;
	height: 38px;
	background: url(../images/layout/navigation-bg.png);
}

#navigation ul {
	display: block;
	width: 1000px;
	margin: 0 auto;
	height: 38px;
}

#navigation li {
	list-style: none;
	display: block;
	float: left;
}

#navigation a {
	display: block;
	height: 38px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/layout/navigation.png) -23px 0;
}

li#nav_li_1 a {
	background-position: -0px 0;
	width: 90px;
	margin-left: 0px;
}

li#nav_li_1 a:hover,
li#nav_li_1 a.active {
	background-position: -0px -38px;
}

li#nav_li_2 a {
	background-position: -90px 0;
	width: 155px;
}

li#nav_li_2 a:hover,
li#nav_li_2 a.active {
	background-position: -90px -38px;
}

#nav_li_3 a {
	background-position: -245px 0;
	width: 169px;
}

#nav_li_3 a:hover,
#nav_li_3 a.active {
	background-position: -245px -38px;
}

#nav_li_4 a {
	background-position: -414px 0;
	width: 120px;
}

#nav_li_4 a:hover,
#nav_li_4 a.active {
	background-position: -414px -38px;
}

#nav_li_5 a {
	background-position: -534px 0;
	width: 142px;
}

#nav_li_5 a:hover,
#nav_li_5 a.active {
	background-position: -534px -38px;
}

#nav_li_6 a {
	background-position: -676px 0;
	width: 183px;
}

#nav_li_6 a:hover,
#nav_li_6 a.active {
	background-position: -676px -38px;
}

#nav_li_7 a {
	background-position: -859px 0;
	width: 116px;
}

#nav_li_7 a:hover,
#nav_li_7 a.active {
	background-position: -859px -38px;
}

/* @end */

/* @group Header */

#header {
	height: 123px;
	position: relative;
}

#header h1 {
	position: absolute;
	
	top: 23px;
	left: 20px;
	
	width: 206px;
	height: 83px;
	
	padding-right: 20px;
	
	border-right: 1px solid #646464;
}

#header h1 a {
	display: block;
	width: 206px;
	height: 83px;
	background: url(../images/layout/past_future.png) no-repeat 0 0;
}

#header h2 {
	position: absolute;
	
	top: 70px;
	left: 280px;

	width: 342px;
	height: 10px;
	
	background: url(../images/layout/campaign-for-nemh.png);
}

#header #signup {
	position: absolute;
	
	top: 40px;
	left: 660px;

	width: 255px;
	height: 53px;
	
	background: transparent url(../images/layout/signup_bg.png) no-repeat 0 19px;
}

#header #signup h3 {
	background: url(../images/layout/signup-header.png) no-repeat;
	height: 19px;
	
	margin-left:5px;
}

#header #signup form {
	margin-left: 5px;
	margin-top: 5px;
}

#header #signup input.text {
	width: 180px;
	background: white;
	border: 1px solid #ccc;
	font: 11px arial, sans-serif;
	color: #999;
	padding: 4px;
}

#header #signup #button-signup {
	width: 49px;
	height: 22px;
	border: none;
	
	background: url(../images/buttons/button-signup.png) no-repeat 0 0;
	margin-left: 2px;
}

#header #signup #button-signup:hover,
#header #signup #button-signup:focus {
	background-position: 0 -22px;
	cursor: pointer;
}

/* @end */

/* @group Footer */

#footer {
	position: relative;
	color: #ededed;
	width: 1000px;
	height: 30px;
}

#copyright {
	margin-left: 12px;
	margin-top: 5px;
}

#footer_links {
	position: absolute;
	top: 0;
	right: 26px;
}

#footer_links a {
	color: #ededed;
	text-decoration: none;
}

#footer_links a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Home */

body.front #frame {
		
}

body.front #content {
	color: #fff;
}

#home_panels {
	background: url(../images/home/aqua-bg.jpg) repeat-x;
	width: 940px;
	margin-bottom: -14px;
}

#home_panels .panel {
	float: left;
	padding: 20px;
	line-height: 1.3;
}

#home_panels .panel h3 {
	margin-bottom: 5px;
}

#home_panels .panel p {
	margin-bottom: 0.5em;
}

#home_panels .panel a {
	color: #fc0;
}

#home_panels .panel a:hover {
	color: #ff3;
}

#home_panels .panel .panel_img {
	border: 3px solid white;
	float: left;
	margin: 0 10px 5px 0;
}

#panel_vision {
	width: 250px;
	background: url(../images/rule-vert-aqua.png) no-repeat right 20px;
}

#panel_vision h3.autaffair {
	width: 206px;
	height: 18px;
	background: url(../images/Autumn_story.png) no-repeat;
}

#panel_vision h3.extravis {
	width: 161px;
	height: 21px;
	background: url(../images/Extraordinary_vision.png) no-repeat;
}


#panel_vision h3.chili {
	width: 210px;
	height: 21px;
	background: url(../images/chilicookoff.png) no-repeat;
}



#panel_story {
	width: 250px;
	background: url(../images/rule-vert-aqua.png) no-repeat right 20px;
}

#panel_story h3 {
	width: 206px;
	height: 22px;
	background: url(../images/Featured_story.png) no-repeat;
}

#panel_news {
	width: 310px;
}

#panel_news .news {
	margin-bottom: 1.5em;
}

#panel_news h3 {
	width: 183px;
	height: 18px;
	background: url(../images/Foundation_news.png) no-repeat;
}

#panel_news .news_date {
	color: #ff9;
	float: right;
	/*margin-left: 20px;*/
	width: 100px;
	/*height: 2.5em;*/
	text-align: right;
}

#panel_news h4 {
	font-weight: normal;
	margin-top: .75em;
	margin-bottom: 0.2em;
}

/* @end */

/* @group Interior */

#content_main img.leadership_thumb {
	float:left;
	padding-top:5px;
	padding-right:10px;
} 

#content_main .sidebar {
	background-image: url(../images/sidebar_foot.gif);
	width: 200px;
	background-position: bottom;
	padding-bottom: 15px;
	text-align: center;
}
#content_main .sidebar h3 {
	background-image: url(../images/sidebar_head.gif);
	margin: 0px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	color: #D16F1A;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content_main .sidebar h3.notfirst {
	background-image: none;
	padding-top: 0;
}
#content_main .sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 0px;
	margin: 0px;
	color: #333;
}

#content_main .sidebar ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 0px;
	margin: 0px;
	color: #333;
	list-style-type: none;
}

#content_main .sidebar img {
	text-align: center;
	margin-bottom: 10px;
	/*margin-left: 20px;*/
}


#content_sidebar {
	float: left;
	width: 200px;
	margin: 80px 0 0 0px;
	/*ie fix, saves us having to use a second stylesheet*/
	display: inline;
}

#content_sidebar ul {
	list-style: none;
	margin-left: 6px;
}

#content_sidebar li {
	line-height: 1.2;
	margin-bottom: 0.8em;
}

#content_sidebar a {
	display: block;
	padding-left: 45px;
	padding-right: 10px;
	background: url(../images/layout/bullet-star.png) no-repeat 0 -50px;
	color: #d1892d;
	text-decoration: none;
	font-size: 1.1em;
}
#content_sidebar a.active,
#content_sidebar a:hover {
	color: #46756d;
	background-position: 0 0;
}

#content_main {
	float: left;
	margin-top: 24px;
	margin-bottom: 40px;
	position: relative;
	width: 720px;
	line-height: 1.4;
}

#content_main h2 {
	width: 400px;
	font-family: tahoma, verdana, sans-serif;
	color: #46756d;
	margin-bottom: 10px;
	font-weight: normal;
}

#content_main .imgbox {
	margin-bottom: 2em;
}

#content_main h3 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	color: #46756d;
}

#content_main h4 {
	margin-top: -0em;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.85em;
}

#content_main p {
	margin-bottom: 1em;
}
#content_main p.intro {
	font-size: 130%;
}
#content_main ul {
	margin-top: .5em;
	margin-bottom: 1em;
	margin-left: 1.2em;
}
#content_main ol {
	margin-top: .5em;
	margin-bottom: 1em;	
	margin-left: 2em;
}
#content_main .columns .left {
	float: left;
	width: 455px;
}

#content_main .columns .left .feature {
	margin: 1em 0;
	border: 1px dotted #999;
	border-width: 1px 0;
}

#content_main .columns .left .feature img {
	padding: 10px 0;
}

#content_main .columns .right {
	float: right;
	/*width: 210px;*/
	width: 200px;
	margin-right: 30px;
}

#content_main .columns .right .sidebar_box {
	width: 202px;
	border: 4px solid #054141;
	background: white;
}

#content_main .columns .right .sidebar_box h3 {
	background: url(../images/layout/box-header-gradient.png);
	height: 37px;
	margin: 0;
}

#content_main .columns .right .sidebar_box h3 span {
	display: block;
	height: 37px;
	background: url(../images/CampaignProgress.png) no-repeat 16px center;
}

#content_main .columns .right .sidebar_box .box_content {
	padding: 12px 16px;
}

#content_main .columns .right .sidebar_box .box_content p {
	font-size: 0.84em;
	margin-bottom: 1em;
}

#emailThisPage {
	background: url(../images/emailThisPage.png) no-repeat 0 0;
	position: absolute;
	top: 16px;
	left: 493px;
	height: 15px;
	width: 197px;
}

#emailThisPage:hover {
	background-position: 0 -17px;
}

/* @end */


/* @headers */

h2#about-campaign {
	background: url(../images/headers/aboutthecampaign.png) no-repeat;
	height: 40px;
}

h2#about-foundation {
	background: url(../images/headers/aboutthefoundation.png) no-repeat;
	height: 39px;
}

h2#patient-donor-stories {
	height: 40px;
	background: url(../images/headers/patientanddonorstories.png) no-repeat;
}

h2#foundation-news {
	background: url(../images/headers/foudnationnews.png) no-repeat;
	height: 39px;
}

h2#contact-foundation {
	background: url(../images/headers/contactthefoundation.png) no-repeat;
	height: 39px;
}

h2#making-gift {
	background: url(../images/headers/makingagift.png) no-repeat;
	height: 39px;
}

h2#about-thanks {
	background: url(../images/headers/thanks.png) no-repeat;
	height: 39px;
}
/* @group About */

#button-learnmore {
	display: block;
	height: 22px;
	width: 80px;
	background: url(../images/buttons/button-learnmore.png) no-repeat;
	margin: auto;
	margin-bottom: 10px;
}

#button-learnmore:hover {
	background-position: 0 -22px;
}

#button-flickr {
	display: block;
	height: 22px;
	width: 100px;
	background: url(../images/buttons/button-flickr.png) no-repeat;
	margin: auto;
	margin-bottom: 10px;
}

#button-flickr:hover {
	background-position: 0 -22px;
}


#button-pdf {
	display: block;
	height: 22px;
	width: 100px;
	background: url(../images/buttons/button-pdf.png) no-repeat;
	margin: auto;
	margin-bottom: 10px;
}

#button-pdf:hover {
	background-position: 0 -22px;
}


#button-gift {
	display: block;
	height: 22px;
	width: 110px;
	background: url(../images/buttons/button-makegift.jpg) no-repeat;
	margin: auto;
}

#button-gift:hover {
	background-position: 0 -22px;
}

.funds-box {
	color: #46756d;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 1em;
	line-height: 1.3;
}

.funds {
	font-size: 1.5em;
	color: #333;
	font-family: georgia, serif;
}

.funds-updated {
	font-size: 0.8em;
}

/* @end */

/* @group Stories */

#content_main h4.storytype {
	margin-top: -.75em;
}

body.stories #content_main .columns .right .sidebar_box {
	width: 210px;
}

body.stories #content_main .columns .right .sidebar_box .box_content {
	padding: 12px 5px;
}

body.stories #content_main .columns .right .sidebar_box .box_content p {
	padding-left: 12px;
}

#content_main #h3-lorem span {
	background-image: url(../images/LoremIpsum.png);
}

body.stories #content_main .row {
	margin-bottom: 1em;
}

.story {
	float: left;
	width: 170px;
	margin-right: 6px;
}

.story h3 {
	margin-top: 0.25em !important;
	padding-right: 10px;
}
.story .story_img {
	margin-top: 0.5em;
}

.story .story_img img {
	border: 3px solid #ddd;
}

.story p {
	width: 160px;
}


/* @group Dialogs */

.dialog {
	position: absolute;
	right: 0px;
	width: 222px;
	text-align: center;
	font-size: 11px;
	background: white;
	border: 1px solid #ddd;
	z-index: 60;
}

.dialog .inner {
	padding: 10px;
}

.dialog .closeX {
	text-align: right;
	padding-right: 1px;
	padding-bottom: 10px;
	float: right;
}

.dialog .actions {
	margin: 10px 0 4px 0;
	text-align: center;
}

.dialog .actions img {
	padding-bottom: 0px;	
}

#shareDialog {
	top: 40px;
}
#shareDialog h3 {
	text-align: left;
}

#shareDialog-sent {
	border: 1px solid red;
	padding: 8px;
	margin: 20px 0px;
	display: none;
}

#shareDialog-sent h3 {
	font-size: 22px;
	color: red;
}

#shareDialog-sent p {
	font-size: 12px;
}

#shareDialog p, #shareDialog form {
	text-align: left;
	margin-bottom: 1em;
}

#shareDialog form .input {
	margin-bottom: 0.5em;
	line-height: 1.5;
}

#shareDialog form input.text, #shareDialog form textarea {
	width: 190px;
	border: 1px solid #630;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

/* form table styles */

table.formtable {
	width: 435px;
	font-size: 90%;
	font-family:"Lucida Grande",Helvetica,sans-serif;
}

table.formtable td {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

table.formtable th {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #867E6B;
	text-align: left;
}
table.formtable p {
	margin: 0;
	padding: 0;
}
table.formtable span.formnote {
	font-size: 85%;
	color:#333333;
	display: block;
}
table.formtable td table td {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	border: none;
}
span.req {
	color: red;
}

table.formtable span.error {
	font-weight: bold;
	color: #CC0000;
}

#errorMessage {
	width: 435px;
	background-color: #FEFFE3;
	border: 1px solid #CCCC99;	
	margin-bottom: 1em;
	font-family: "Lucida Grande",Helvetica,sans-serif;
}

#errorMessage p {
	font-weight: bold;
	color: #CC0000;
	margin: 0;
	padding: 0;
	margin: 6px;
}

table.formtable td label {
}

/* blog styles */

/* Blog Styles */
.blogpostdate {
	font-size: 10px;
	margin-top: 0em;
}
.blogpostcategories {
	font-size: 11px;
	margin-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 1em;
}
ul#blogbrowseposts {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
 ul#blogbrowseposts li#browseprev{
	float: left;
}
ul#blogbrowseposts li#browsenext{
	float: right;
}

.blog_nav h3 {
	padding-left: 45px;
	padding-right: 10px;
	background: url(../images/layout/bullet-star.png) no-repeat 0 -50px;
	color: #025253;
	font-size: 1.1em;
	margin-left: 6px;
	font-weight: normal;
	margin-bottom: 6px;
	line-height: 1.4 !important;
}
.blog_nav ul {
	margin-bottom: 16px !important;
	font-family: Tahoma;
	font-size: 0.9em;
}
.blog_nav li {
	margin-bottom: 0.5em !important;

}
.blog_nav li a {
	background: none !important;
	display: inline !important;
	padding-right: 0 !important;
}
#blog_sidebar {
	padding-left: 10px;
	font-size: 90%;
}
#blog_sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 2em;
	padding:0;
}
#blog_sidebar ul li {
	margin-bottom:0.75em;
}
/* @end */
