/* Global reset */

*				{ line-height: 1; margin: 0; padding: 0; }

/* Global HTML tags */

a				{ text-decoration: none; }
body				{ background: #c1ec6e; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 62.5%; margin: 0 auto; position: relative; width: 980px; }

/* Elements with an ID or who are children of an element with a specific ID */

#branding			{ background: url(../images/header.jpg); height: 231px; padding-top: 20px; }
#branding a			{ background: url(../images/logo.gif); display: block; height: 108px; margin-left: 37px; width: 276px; }
#branding a, #branding div	{ text-indent: -9999px; }

#supp-nav			{
	left: 943px;
	position: absolute;
	top: 29px;
	visibility: visible;
}
#supp-nav ul			{ list-style: none; margin: 14px 30px 0; text-align: right; }
#supp-nav li			{ border-left: 1px solid #000; display: inline; }
#supp-nav li.first		{ border-left: none; }
#supp-nav a			{ color: #000; font-size: 1.1em; margin-left: 0.8em; margin-right: 0.5em; }
#supp-nav a:hover		{ text-decoration: underline; }

#container			{ background: #fff url(../images/background.gif) top center repeat-y; padding: 5px 18px; width: 944px; }

#nav				{ background: url(../images/nav.gif) bottom left no-repeat; padding-bottom: 70px; width: 209px; }
#nav h2				{ background: url(../images/nav_h2.gif) no-repeat; }
#nav ul				{ background: url(../images/nav_bottom.gif) bottom left no-repeat; list-style: none; margin-top: 8px; padding-bottom: 11px; }
#nav li				{ background: url(../images/nav_bg.gif) repeat-y; }
#nav li.first			{ background: url(../images/nav_top.gif) no-repeat; padding-top: 11px; }
#nav li a			{ background: url(../images/nav_bullet.gif) center right no-repeat; border-bottom: 1px solid #6d9613; border-top: 1px solid #b0d346; color: #fff; display: block; margin: 0 10px; padding: 3px 0; }
#nav li a:hover			{ color: #a10e20; }
#nav li.first a			{ border-top: none; }
#nav li.last a			{ border-bottom: none; }

#donate				{ background: url(../images/donate.jpg) no-repeat; display: block; height: 187px; margin-top: 10px; text-indent: -9999px; }

#content			{ color: #333; margin: 0 10px; width: 546px; }
#content h2			{ background: url(../images/content_h2.gif) no-repeat; color: #023d47; font-size: 2em; letter-spacing: -0.1em; margin-bottom: 0.825em; padding: 6px 0 8px 0; }
#content h3			{ color: #a10e20; font-family: "Trebuchet MS", sans-serif; font-size: 1.3em; font-weight: bold; line-height: 1.154em; }
#content img.thumb		{ float: right; margin: 0 0 5px 5px; }
#content p, #content ul,
#content ol, #content dl,
#content blockquote		{ font-size: 1.1em; margin: 1.5em 0; }
#content p, #content li,
#content dt, #content dd,
#content cite			{ line-height: 1.5em; }
#content ul, #content ol	{ margin-left: 3em; }
#content strong			{ font-weight: bold; }
#content em			{ font-style: italic; }
#content strong em		{ color: #003366; font-style: normal; font-weight: bold; }

#supp-content			{ width: 169px; }
#supp-content h2		{ background: url(../images/supp-content_h2.gif) no-repeat; }
#supp-content ul		{ background: url(../images/supp-content_bottom.gif) bottom left no-repeat; list-style: none; margin-top: 8px; padding-bottom: 11px; }	
#supp-content li		{ background: url(../images/supp-content.gif) repeat-y; text-align: center; padding-bottom: 4px; }
#supp-content li.first		{ background: url(../images/supp-content_top.gif) no-repeat; padding-top: 15px; }	

#site-info			{ background: url(../images/footer.gif) bottom left no-repeat; clear: both; height: 137px; position: relative; }
#site-info div, #site-info a	{ font-size: 1.1em; line-height: normal; margin: 0 31px; position: absolute; top: 75px; }
#site-info div			{ color: #fff; left: 0; }
#site-info a			{ color: #a10e20; right: 0; }
#site-info a:hover		{ text-decoration: underline; }

/* Shared properties */

#container, #nav, #content,
#supp-content			{ float: left; overflow: hidden; }

#nav h2, #supp-content h2	{ color: #fff; font-size: 1.6em; padding: 9px 0; }

#nav h2, #supp-content h2,
#content h2			{ font-weight: normal; text-align: center; }
