@charset "UTF-8";
/* CSS Document */

/*============================ GENERAL ======================*/

p, ul {
	font-size: 14px;
	line-height: 24px;
	}
	
#nav li {
	display: inline;
	float: left;
	}	
	
#nav li a {
	color: #fff;
	font-size: 12px;
	}	
	
p.content_quote {
	font-size: 13px;
	margin: 0 0 0 15px;
	}	
		

/*========================= SITE STRUCTURE =================*/

	
body {
	background: #273525;
	color: black;
	font-family: Arial, Helvetica, sans-serif;	
	}	
	
#header {
	background: url(images/bg-header.gif) 0 0 no-repeat;
	border-left: 1px solid #333a31;
	border-right: 1px solid #333a31;
	height: 232px;
	margin: 0 auto;
	position: relative;
	width: 960px;
	}
	
#wrapper {
	background: #fff;
	border-left: 1px solid #333a31;
	border-right: 1px solid #333a31;	
	margin: 0 auto;
	width: 960px;
	}
	
#lft-col {
	display: inline;
	float: left;
	margin: 15px 0 0 41px;
	width: 300px;
	}
	
#aboutphrase {
	margin: 5px 0 15px 5px;
	width: 245px;
	}	
	
#aboutphrase p {
	font-size: 12px;
	line-height: 16px;
	}	
	
a#aboutlink {
	color:#2e3e2b;
	font-size: 12px;
	font-weight:bold;
	}
		
a#aboutlink:hover {
	text-decoration: none;
	}
	
#serv-list {
	font-size: 16px;
	color: #2e3e2b;
	margin: -10px 0 20px 0;
	width: 290px;
	}	
	
#serv-list li {
	border-bottom: dotted 1px #2e3e2b;
	padding: 17px 0 1px 5px;
	} 	
	
#serv-list a {
	text-decoration: none;
	color: #2e3e2b;
	}	
	
#serv-list a:hover, #serv-list a.active {
	font-weight: bold;
	}

#contact-l {
	color: #2e3e2b;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 36px;	
	}	
	
#contact-r {
	color: #bc1515;
	float: right;
	font-size: 13px;
	line-height: 36px;		
	}
	
#contact-r li#one a, 
#contact-r li#two a {
	color: #bc1515;
	}
	
#contact-r li#one a:hover,
#contact-r li#two a:hover {
	text-decoration: underline;
	}			
	
#contact-r li#two {
	margin-top: -20px;
	}	
	
#contact-r li#three {
	margin-top: -16px;
	}
	
li.four {
	font-size: 12px;
	margin-top: -18px;
	}	
	
#contact-r li.four a {
	color: #2e3e2b;
	font-weight: bold;
	}	
	
#contact-r a {
	text-decoration: underline;
	}	
	
#contact-r a:hover {
	text-decoration: none;
	}	
	
	
#rt-col {
	display: inline;
	float: right;
	margin: 15px 41px 0 0;
	width: 540px;
	}			
	
#rt-col p {
	line-height: 22px;
	margin-bottom: 15px;
	}	
		
#bigimage {
	background: url(images/placeholder.gif) 0 0 no-repeat;
	height: 277px;
	padding: 4px 0 0 4px;
	margin-bottom: 15px;
	width: 540px;
	}
	
#smallimage {
	border: 1px solid #3d412c;
	display: inline;
	height: 258px;
	width: 193px;
	float: right;
	margin: 15px 0 15px 15px;
	}	
	
.red, .green {
	margin: -15px 0 20px 15px;
	}	
	
.red li, .green li {
	padding-left: 15px;
	}		
	
.red li {
	background: url(images/red-dot.gif) left 7px no-repeat;
	}	
	
.green li {
	background: url(images/grn-dot.gif) left 7px no-repeat;
	}	
	
.red li a, .green li a {
	color:#2e3e2b;
	}
	
.red li a:hover, .green li a:hover {
	text-decoration: none;
	}			
	
	
#footer {
	background: url(images/bg-footer.gif) bottom left no-repeat;
	clear: both;
	height: 210px;
	}			
	
/*========================= HEADER ======================*/
		
#header a.left {
	position: absolute;
	top: 58px;
	left: 34px;
	height: 100px;
	width: 478px;	
	}
	
#quotelong {
	background: url(images/quote.gif) 0 0 no-repeat;
	position: absolute;
	top: 38px;
	right: 41px;
	height: 105px;
	width: 372px;
	}	
		
#quotelong p {
	color: #2e3e2b;
	font-size: 12px;
	line-height: 17px;
	padding: 10px;
	}
	
#quote {
	background: url(images/quote-short.gif) 0 0 no-repeat;
	position: absolute;
	top: 50px;
	right: 41px;
	height: 93px;
	width: 372px;
	}			
	
#quote p {
	color: #2e3e2b;
	font-size: 14px;
	line-height: 18px;
	padding: 20px 20px 0 20px;	
	}	
	
.indent {
	margin-left: 20px;
	}	
	
.indent-poem {
	margin-left: 200px;
	}	
	
/* NAVIGATION */

#header #nav li.pipe {
	background: url(images/pipe.gif) 0 0 no-repeat;
	margin-top: 9px;
	height: 23px;
	width: 1px;
	}

#header #nav {
	height: 41px;
	position: absolute;
	top: 191px;
	left: 4px;
	}		
	
#header li {
	margin: 0 8px;
	}		
		
#header #nav span {
	height: 41px;
	display: block;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	}

#header a {
	height: 41px;	
	position: absolute;
	height: 100%;
	width: 100%;
	}	
	
#header #nav span#nav-home {
	width: 84px;
	}
	
#header #nav span#nav-ind {
	width: 152px;
	}
	
#header #nav span#nav-coup {
	width: 156px;
	}
	
#header #nav span#nav-film {
	width: 197px;
	}
	
#header #nav span#nav-forms {
	width: 214px;
	}
	
#header a#home {
	background: url(images/nav-home.gif) 0 0 no-repeat;
	}
	
#header a#home:hover,
#header a#home.active {
	background: url(images/nav-home.gif) 0 -41px no-repeat;
	}	
	
#header a#individual {
	background: url(images/nav-ind.gif) 0 0 no-repeat;
	}
	
#header a#individual:hover,
#header a#individual.active {
	background: url(images/nav-ind.gif) 0 -41px no-repeat;
	}	

#header a#couples {
	background: url(images/nav-coup.gif) 0 0 no-repeat;
	}
	
#header a#couples:hover,
#header a#couples.active {
	background: url(images/nav-coup.gif) 0 -41px no-repeat;
	}	
	
#header a#film {
	background: url(images/nav-film.gif) 0 0 no-repeat;
	}
	
#header a#film:hover,
#header a#film.active {
	background: url(images/nav-film.gif) 0 -41px no-repeat;
	}	
	
#header a#forms {
	background: url(images/nav-forms.gif) 0 0 no-repeat;
	}
	
#header a#forms:hover,
#header a#forms.active {
	background: url(images/nav-forms.gif) 0 -41px no-repeat;
	}	
	
/*========================= FOOTER ============================*/	
	
#footer #nav {
	padding: 125px 0 0 45px;
	}		
	
#footer #nav li{
	margin: 0 34px;
	}	
	
#footer li a:hover {
	text-decoration: none;
	}	
	
#footer p {
	clear: both;
	color: #333a31;
	font-size: 12px;
	padding-top: 15px;
	text-align: center;
	}	
	
#footer p a {
	color: #333a31;
	}	
	
#footer p a:hover {
	text-decoration: none;
	}	
	
/*========================== IMAGE REPLACEMENT ===============*/

.logo, .header, .sm-header {
	display: block;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	}
	
.logo {
	cursor: pointer;
	}
	
span#logo,
span#welcome,
span#aboutsuz,
span#about,
span#services,
span#contact,
span#leafservices,
span#individual,
span#couples,
span#film,
span#fees,
span#embrace,
span#improve,
span#engender,
span#cope,
span#heal,
span#confront {
	position: absolute;
	height: 100%;
	width: 100%;
	}

.logo {
	height: 100px;
	width: 478px;
	}

.header {	
	height: 30px;	
	margin: 0 0 13px 2px;
	width: 420px;
	}
	
.sm-header {
	height: 30px;	
	margin-bottom: 15px;
	width: 270px;
	}	
	
h2.about {
	color:#fff;
	}	

span#logo {
	background: url(images/logo.gif) 0 0 no-repeat;
	}
	
span#welcome {
	background: url(images/welcome.gif) 0 0 no-repeat;
	}
	
span#aboutsuz {
	background: url(images/about-suz.gif) 0 0 no-repeat;
	}	
	
span#individual {
	background: url(images/individual.gif) 0 0 no-repeat;
	}	
	
span#couples {
	background: url(images/couples.gif) 0 0 no-repeat;
	}	
	
span#film {
	background: url(images/film.gif) 0 0 no-repeat;
	}	
	
span#fees {
	background: url(images/fees.gif) 0 0 no-repeat;
	}	
	
span#embrace {
	background: url(images/embrace.gif) 0 0 no-repeat;
	}
	
span#improve {
	background: url(images/improve.gif) 0 0 no-repeat;
	}
	
span#engender {
	background: url(images/engender.gif) 0 0 no-repeat;
	}
	
span#cope {
	background: url(images/cope.gif) 0 0 no-repeat;
	}				
	
span#heal {
	background: url(images/heal.gif) 0 0 no-repeat;
	}
	
span#confront {
	background: url(images/confront.gif) 0 0 no-repeat;
	}		
	
span#about {
	background: url(images/about.gif) 0 0 no-repeat;
	}
	
span#services {
	background: url(images/services.gif) 0 0 no-repeat;
	}
	
span#contact {
	background: url(images/contact-suz.gif) 0 0 no-repeat;
	}				
	
span#leafservices {
	background: url(images/counseling-services.gif) 0 0 no-repeat;
	}
		
	
	
/*========================= MISC ======================*/

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