/* reset formatting */

	body * {position: relative;}
	html, body { width: 100%; height: 100%; }
	html, body, table, img {	border:0;	margin:0;	padding:0;}
	p, h1, h2, h3, h4, h5, h6 {	margin:0;	padding:0;	font-weight:normal; font-size: 100%; line-height: 130%;}
	form {	margin:0;	padding:0;	display:inline;}
	fieldset { border: none;}
	a {text-decoration:none;}
	td { padding: 0; vertical-align: top;}
	ul,ol {margin:0; padding:0; position:relative;}
	li {margin:0; padding:0; position: relative;}

/* common formatting shortcuts */
 
	small {	font-size:0.85em;}
	sup {	position:relative;	bottom:0.3em;	vertical-align:baseline;}
	sub {	position:relative;	bottom:-0.2em;	vertical-align:baseline;}
	acronym, abbr {	cursor:help;	letter-spacing:1px;	border-bottom:1px dashed;} 
	.clear, .clear-hidden         { clear:both; }
	.clear-hidden	{ font-size: 0em; height: 0px; overflow: hidden;}
	.clear-after:after	{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.float-left    { float:left; }
	.float-right   { float:right; }
	.text-left     { text-align:left; }
	.text-right    { text-align:right; }
	.text-center   { text-align:center; }
	.text-justify  { text-align:justify; }
	.bold          { font-weight:bold; }
	.italic        { font-style:italic; }
	.underline     { border-bottom:1px solid; }
	.highlight     { background:#ffc; } 
	.nopadding     { padding:0; }
	.noindent      { margin-left:0;padding-left:0; }
	.nobullet      { list-style:none;list-style-image:none; }
	.hidden		   { display: none;}

	
/*
 *   typography   ------------------------------------------------------------ 
 */
 
 	html,
	body
	/*
	input,
	select,
	textarea
	*/
	{
		font-family: georgia, "times new roman", times, serif;
		font-size: 90%;	
		line-height: 130%;
	}

	.site-info,
	.contact-info,
	.sidebar,
	.sidebar input,
	body.resources .description
	{
		font-family: "trebuchet ms", arial, sans-serif;
	}

/* default styles ------------------------------------------------------------  */

	/* links */
 
	a,
	a:link, /* not yet visited */
	a:visited
	{
		text-decoration: underline;	
		color: #f96521;	
	} 
	a:focus /* received cursor focus */
	{}
	a:hover
	{
		color: #7e265c;
		text-decoration: none;
	}
	a:active /* user activates link */
	{}
	 
	/* unordered list */
	ul
	{
		margin: 1em;
		list-style: disc;
		padding-left: 1em;
	}
	/* order list */
	ol
	{
		margin: 1em;
		padding-left: 1em;
		list-style: decimal;
	}
	/* list items */
	li
	{
		margin: 0 0 .5em 2em;
		padding: 0;
	}
	  
/* 
 *   page blocks   ------------------------------------------------------------ 
 */


	body
	{
		background-color: #e8d9d6;
		margin: 0;
	}
	
/* header image rotator */

	#header-rotator
	{
		height: 155px;
		overflow:hidden;
		text-align: center;
	}
	
/* wrapper */
	.wrapper
	{
		background-color: #f4f3e6;
		background-image: url(images/header-bg.png);
		background-position: left top;
		background-repeat: repeat-x;
	}
	
/* page */
	
	.page
	{
		width: 800px;
		position: relative;
		margin: 0 auto;
	}	

/* branding ------------------------------------------------------------  */

	.branding
	{
		position: relative;
		height: 90px;
	}
	.branding h2
	{
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: block;
	}
	.branding a
	{
		width: 100%;
		height: 100%;
		display: block;
		background-image: url(images/branding.png);
		background-position: 149px 26px;
		background-repeat: no-repeat;
		font-size: 0px;
		text-indent: -9999px;
	}
	
	/* floating transparent logo */
	#logo-floating
	{
		position: absolute;
		top: -19px;
		left: -67px;
		width: 222px;
		height: 178px;
		z-index: 50;
	}
		
/* contact info ------------------------------------------------------------  */

	.contact-info
	{
		position: absolute;
		top: 6px;
		left: 650px;
		height: 79px;
		width: 325px;
		background: url(images/contact-bg.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding: 2px 0 0 11px;
		font-size: 90%;
	}
	.contact-info h2
	{
		display: none;
	}
	.contact-info a:hover
	{
		text-decoration: underline;
	}
	.contact-info .phone
	{
		color: #fff;
		font-size: 150%;
		font-weight: bold;	
		margin-bottom: -1px;
	}
	.contact-info .email a,
	.contact-info .email a:visited
	{
		color: #fff;
		text-decoration:none;
	}
	.contact-info .email a:hover
	{
		text-decoration: underline;
	}
	.contact-info .address
	{
		margin-top: 3px;
		color: #bea4b3;
	}
	
/* nav tabs ------------------------------------------------------------  */

	.nav
	{
		display: block;
		height: 50px;
		overflow: hidden;
		margin: 0px 0 0 155px;
	}
	
	/* hide heading */
	.nav h2
	{
		position: absolute;
		left: -9999px;
	}
	.nav ul
	{
		margin: 10px 0 0 0;
		padding: 0;
		float: left;
		list-style: none;
	}
	
	/* normal link */
	.nav li
	{
		position: relative;
		float: left;
		margin: 0 5px 0 0;
		font-size: 110%;
		background-image: url(images/tab-normal-right.png);
		background-position: right top;
		background-repeat: no-repeat;
		padding: 0 5px 10px 0;
		height: 25px;
		overflow: hidden;
		top: 5px;
	}
	.nav li span /* rounded corner wrapper */
	{
		display: block;
		padding: 4px 0 30px 5px;	
		background-image: url(images/tab-normal-left.png);
		background-position: left top;
		background-repeat: no-repeat;	
	}
	.nav a,
	.nav a:visited
	{
		text-decoration: none;
		color: #d9dedb;
		padding: 0 2px;
		position: relative;
		top: 4px;
	}
	.nav a:hover
	{
		color: #fff;
	}

	/* selected link */
	.nav li.active
	{
		background-image: url(images/tab-active-right.png);
		position: relative;
		height: 30px;
		top: 0px;
	}
	.nav li.active span /* rounded corner wrapper */
	{
		background-image: url(images/tab-active-left.png);
	}
	.nav li.active a,
	.nav li.active a:visited,
	.nav li.active a:hover
	{
		color: #91125f;
		position: relative;
		top: 7px;
	}

/*
** content area ------------------------------------------------------------ 
*/

	.content
	{
		background-image: none;
		background-position: top left;
		background-repeat: repeat-x;
		clear: both;
		/*width: 520px;*/
		width: 800px;
		float: left;
		margin: 35px 0 20px 0;
		color: #44383e;
		clear: left;
	}
	.content h1
	{
		margin: 0 0 20px 0;
		font-weight: normal;
		font-style: italic;
		font-size: 300%;
		letter-spacing: -1px;
		line-height: 110%;
		color: #921360;
	}
	/* image replacements for h1's */
	body.care .content h1,
	body.activities .content h1,
	body.alerts .content h1,
	body.error .content h1,
	body.location .content h1,
	body.menu .content h1,
	body.photos .content h1,
	body.privacy .content h1,
	body.resources .content h1,
	body.testimonials .content h1
	{
		text-indent: -9999px;
		font-size: 0px;
		background-position: left top;
		background-repeat: no-repeat;
		position: relative;
		left: -10px;
	}
	body.home .content h1
	{
		display: none;
	}
	body.care .content h1
	{
		width: 317px;
		height: 70px;
		background-image: url(images/page-headings/care.png);
	}
	body.activities .content h1
	{
		width: 225px;
		height: 54px;
		background-image: url(images/page-headings/activities.png);
	}
	body.alerts .content h1
	{
		width: 304px;
		height: 55px;
		background-image: url(images/page-headings/alerts.png);
	}
	body.error .content h1
	{
		width: 138px;
		height: 49px;
		background-image: url(images/page-headings/error.png);
	}
	body.location .content h1
	{
		width: 217px;
		height: 55px;
		background-image: url(images/page-headings/location.png);
	}
	body.menu .content h1
	{
		width: 451px;
		height: 51px;
		background-image: url(images/page-headings/menu.png);
	}
	body.photos .content h1
	{
		width: 334px;
		height: 72px;
		background-image: url(images/page-headings/photos.png);
	}
	body.privacy .content h1
	{
		width: 342px;
		height: 71px;
		background-image: url(images/page-headings/privacy.png);
	}
	body.resources .content h1
	{
		width: 237px;
		height: 50px;
		background-image: url(images/page-headings/resources.png);
	}
	body.testimonials .content h1
	{
		width: 312px;
		height: 58px;
		background-image: url(images/page-headings/testimonials.png);
	}

	.content h2
	{
		margin: 1em 0 .5em 0;
		font-weight: normal;
		font-size: 140%;
		line-height: 110%;
		color: #904a7b;
		clear: left;
	}
	.content h3
	{
		margin: .5em 0 .5em 0;
		font-weight: bold;
		font-size: 120%;
		line-height: 120%;
	}
	.content p
	{
		margin: 0 0 .75em 0;
		line-height: 150%;
		clear: left;
	}
	.content ul
	{
		
	}
	.content ul li
	{
		line-height: 150%;
		background: url(images/bullet-leaf-content.png) no-repeat 0px 3px;
		padding: 0 0 0 40px;
		margin: 0em 0 1em 10px;
		list-style-type: none;
	}
	
	/* indented elements */
	.content p,
	.content h3,
	.content blockquote,
	.content ul
	{
		margin-left: 20px;
	}
	
	/* inline content */
	
	.content .inline-left
	{
		float: left;
		margin: 0 10px 10px 0;
	}
	.content .inline-right
	{
		float: right;
		margin: 0 0 10px 10px;
	}
	.content .border
	{
		padding: 4px;
		border: solid 1px #aaa;
	}
	.content .thickbox:hover
	{
		border-color: #91125f;
	}
	
/* home page */

	.home-photo
	{
		height: 310px;
		width: 520px;
		position:relative;
		top:-20px;
		left:-10px;
	}
	
/* photo gallery */
	
	.content p.album-list
	{
		float: left;
		margin-right: 5px;
	}
	.content ul.album-list
	{
		margin: 0 0 20px 0;
		padding: 0;
		list-style: none;
	}
	.content ul.album-list li
	{
		padding: 0 5px 0 0;
		margin: 0;
		list-style-type: none;
		display: inline;
	}
	.content ul.album-list a.active
	{
		text-decoration: none;
		color: #333;
	}
		
	.content .photos .image-list
	{
		overflow: hidden;
		width: 100%;
	}
	.content ul.image-list 
	{
		margin: 0;
		list-style: none;
		width: 110%;
	}
	.content ul.image-list li
	{
		background:transparent none repeat scroll 0%;
		float:left;
		height:108px;
		list-style-type:none;
		margin:0pt 18px 10px 0px;
		padding:0pt;
		text-align:center;
		width:110px;
	}
	.content .image-list a
	{
		display: block;
	}

	/* resources */
	
	.resources h3
	{
		margin-top: 20px;
	}
	.resources .link,
	.resources .description
	{
		margin-left: 40px;
	}
	.resources .link
	{
		background:transparent url(images/bullet-resource.png) no-repeat scroll 0px 4px;
		margin:10px 0pt 10px 41px;
		padding:0pt 0pt 0pt 25px;
	}
	.resources .description
	{
		color: #9c9692;
	}
	
	/* google map */
	.google-map
	{
		padding-left: 20px;
	}
	
	/* testimonials */
	.testimonials .content p
	{
		clear: left;
		margin-bottom: 30px;
	} 
	.testimonials .content p span
	{
		color: #aaa;
		font-style: italic;
		font-size: 90%;
	}
	

		/* forms */
	
	form.standard
	{
		display: block;
		margin: 20px 0;
	}
	form.standard fieldset.field
	{
		border: none;
		padding: 0 0 10px 0;
	}
	/* labels */
	form.standard fieldset.field label
	{
		width: 125px;
		float: left;
	}
	/* select boxes */
	form.standard fieldset.field select
	{
		padding: 3px;
	}
	/* text input boxes */
	form.standard fieldset.field .text-input
	{
		padding: 3px;
		width: 200px;
	}
	form.standard fieldset.field .narrow
	{
		width: 100px;
		float: left;
	}
	form.standard fieldset.field .normal
	{
		width: 200px;
		float: left;
	}
	form.standard fieldset.field .wide
	{
		width: 400px;
	}
	form.standard fieldset.field textarea
	{
		height: 60px;
		padding: 3px;
	}
	
	/* submit button */
	form.standard fieldset.submit
	{
		margin-top: 20px;
	}
	form.standard fieldset.submit.center
	{
		text-align: center;
	}
		
	/* signup form */
	#user-signup
	{
		padding: 20px;
		margin-top: -10px;
		display: block;
	}
	#user-signup fieldset
	{
		padding: 10px;	
		border: none;
	}
	#user-signup .email label,
	#user-signup .password label
	{
		width: 100px;
		float: left;
		padding: 6px 0 0 0;
	}
	#user-signup .text-input
	{
		padding: 6px 3px;
		width: 125px;
	}	
	#user-signup .email .text-input
	{
		width: 250px;
	}
	#user-signup .agree input
	{
		float: left;
	}
	#user-signup .agree div
	{
		margin-left: 30px;
	}

	/* login form */
	#user-login
	{
		padding: 20px;
		display: block;
		width: 350px;
		margin: 0 0 20px 0;
	}
	#user-login fieldset
	{
		padding: 5px;
		border: none;
	}
	#user-login .username label,
	#user-login .password label
	{
		width: 100px;
		float: left;
		font-size: 130%;
		margin-top: 12px;		
	}
	#user-login .text-input
	{
		padding: 5px;
		position:relative;
		font-size: 150%;		
	}
	#user-login field
	{
		width: 200px;	
	}
	#user-login .submit
	{
		text-align: center;
	}
	#user-login #login-submit
	{
		margin-top:5px;
	}
	#user-login .rememberme
	{
		margin-top: 10px;
	}

	/* admin members list */
	.members-list
	{
		border-collapse: collapse;
		margin-left: 20px;
	}
	.members-list th
	{
		padding: 3px;
		background: #254634;
		color: #fff;
		border: solid 1px #254634;
	}
	.members-list td
	{
		border: solid 1px #254634;
		padding: 3px;
	}
	
	/* alert email sample */
	blockquote.alert-email
	{
		background: #fff;
		padding: 20px;
		font-family: arial, helvetica;
		margin: 20px;
	}

	/* messages and errors */
	div.message
	{
		margin: 20px;
		background: red;
		padding: 20px;
		background: #345341;
		color: #fff;
	}
	div.error
	{
		background: #fa783f;
	}


/* sidebar ------------------------------------------------------------ */

	.sidebar
	{
		width: 250px;
		float: right;
		margin: 0 0 25px 25px;
		z-index: 50; 
	}
	.sidebar p
	{
		line-height: 130%;
	}
	
	/* openings */
	.sidebar .openings
	{
		background: #f8a67c url(images/sidebar-orange-bg-top.png) left top no-repeat;
		margin-bottom: 20px;
	}
	.sidebar .openings .inner
	{
		background: url(images/sidebar-orange-bg-bottom.png) left bottom no-repeat;
		padding: 10px 10px 11px 10px;
	}
	.sidebar .openings h2
	{
/*
		background: url(images/sidebar-openings-openings.png) left top no-repeat;
		height: 29px;
		width: 230px;
*/
		color: #fff;
		font-size: 150%;
		font-weight: bold;
		margin: 0 0 -5px 0;
		position: relative;
		top: -5px;
		text-align: left;
		padding-top: 5px;
	}
	.sidebar .openings .notice
	{
		color: #fef7f4;
		margin: 5px 5px 5px 0px;
	}
	.sidebar #email-alerts
	{
		position: relative;
		display: block;
		height: 31px;
	}
	.sidebar #email-alerts .email
	{
		height: 31px;
		width: 157px;
		border: none;
		font-size: 120%;
		color: #fb8e5e;
		padding: 4px 8px;
		background: url(images/sidebar-openings-email.png) left top no-repeat;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.sidebar #email-alerts .submit
	{
		position: absolute;
		top: 0px;
		left: 176px;
	}
	.sidebar .openings .privacy
	{
		font-size: 85%;
	}
	.sidebar .openings .privacy,
	.sidebar .openings .privacy a,
	.sidebar .openings .privacy a:visited
	{
		color: #fbe8db;
		margin: 5px 0 0;
		text-decoration: none;
	}
	.sidebar .openings .privacy a:hover
	{
		text-decoration: underline;
	}
	
	/* brochure */
	.sidebar .brochure
	{
		background: #5c7463 url(images/sidebar-green-bg-top.png) left top no-repeat;
		margin-bottom: 20px;
	}
	.sidebar .brochure .inner
	{
		background: url(images/sidebar-green-bg-bottom.png) left bottom no-repeat;
		padding: 10px 10px 11px 10px;
	}
	.sidebar .brochure h2
	{
		position: absolute;
		top: 0px;
		left: -9999px;
		font-size: 0px;
	}
	.sidebar .brochure p
	{
		margin: 0 0 0 55px;
	}
	.sidebar .brochure img
	{
		position:absolute;
		top: -13px;
		left: -55px;
	}
	.sidebar .brochure a,
	.sidebar .brochure a:visited
	{
		font-size: 110%;
		color: #fff;
		text-decoration: none;
	}
	.sidebar .brochure a:hover
	{
		text-decoration:underline;
	}
	.sidebar .brochure .acrobat-required a
	{
		color: #c0c9c3;
		font-size: 85%;
	}
	
	/* photo gallery */
	.sidebar .photos
	{
		background: #5c7463 url(images/sidebar-green-bg-top.png) left top no-repeat;
		margin-bottom: 20px;
	}
	.sidebar .photos .inner
	{
		background: url(images/sidebar-green-bg-bottom.png) left bottom no-repeat;
		padding: 10px 10px 11px 10px;
	}
	.sidebar .photos h2
	{
		color: #fff;
	}
		

/*
** footer ------------------------------------------------------------ 
*/

	.site-info
	{
		clear: both;
		display: block;
		position: relative;
		border-top: solid 1px #caa4b5;
		color: #aa6b90;
		padding: 10px 0 50px 0;
		font-size: 85%;
	}
	.site-info p
	{
	}
	.site-info a,
	.site-info a:visited
	{
		text-decoration: underline;
		color: #aa6b90;
	}
	.site-info a:hover
	{
		text-decoration: none;
		color: #fff;
	}
	.site-info h2
	{
		display: none;
	}
	
	#simplimation
	{
		position: absolute;
		top: 0px;
		right: 0px;
		text-align: right;
	}
	#simplimation a
	{
	}		
		
	
	/* disappearing background images in IE6 for heading and lists, links don't work
	 *  li, h2 { position: relative; }
	 */

	/* transparency
	 *  FF, Safari: opacity: .5;
	 *  IE6: filter: alpha(opacity = 5);
	 */

	/* clearing
	 *  element:after { content: " "; clear: both; }
	 */
	
	/* import stylesheets
	 *  @import url(filename.css) screen,print,all;
	 *  imported stylesheets are processed before other stylesheets
	 *  IE6 doesn't like it if you set a media type
	 */
	
	/* horizontal nav menus
	 * 	li { position: relative; float: left; height: 30px;}
	 *  li a { position: relative; height: 100%; padding: 5px 10px; }
	 */
	
	/* link pseudo-classes in proper order:
	 *  :link, :visited, :hover, :active
	 */
	
	/* use % or em for base font-size instead of fixed pt or px
	 *  use relative sizes when need to grow/shrink with font size
	 */
	
	/* don't use quotes around url()s */

	/* clearing parent container of floated items:
	 *    overflow: auto;
	 *  (IE6 still needs clearing <div> sometimes
	 */

	/* hide symantic headings
	*  use display: none;
	
	*  IE6 bug on links that follow element
	*    use position: absolute; left: -9999px; 
	*/

	/* fix centered background images off by 1 pixel: make image an odd width */
	
	/* disabled form elements
	 * html: disabled="disabled"
	 * css: input[disabled='disabled']{}
	 */
