body {
	background-color: #eee;
}

#container {
	width: 950px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	background-color: #ffffff;
}
		
/* header tags */
		
h1 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: normal;
	font-size: 36px;
	color: #92C095;
	margin-bottom: 30px;
	margin-top: 50px;
	padding-left: 220px;
	font-variant: small-caps;
	letter-spacing: 0.03cm;
}

h2 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: normal;
	font-size: 22px;
	color: #92C095;
	margin-bottom: 30px;
	margin-top: 10px;
	/*padding-left: 150px;*/
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 0.03cm;
}
		
h3 {
	color: #92C095;
	font-size: 16px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-variant: small-caps;
	letter-spacing: 0.03cm;
}

/* page header */

#header {
	padding-top: 0px;
	clear: both;
	/*background-color: #fff;*/
	height: 300px;
}

#header p { 
	margin-top: -20px;
	margin-left: 30px;
	color: #EFEFEF;
}

/* left nav */
	
.sidenav {
	float: left;
	width: 25%;
	margin-top: 0px;
	margin-left: 0px;
	background: url(images/leftnavimg.gif) repeat;
	text-decoration: none;
}	

ul.submenu,
{
  margin:0; 
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}


ul.submenu li
{
  margin:0 0 0 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  
}

/* ul.submenu li a */
ul.submenu li a {
  	display: block;
  	height: auto !important;
  	color: #4484C4;
  	font-weight: bold;
  	font-size: 14px;
  	/* Start hide from IE Mac \*/
  		height: 1%;
  	/* End hide from IE Mac */
  	list-style-type: none;
  	list-style-image: none;
  	padding-bottom: 5px;
	padding-top: 5px;
  	margin:0 0 0 0;
}

ul.submenu a:hover {
  color: #4484C4;
  background: url(images/hoverimg.gif) repeat -1px 100%;
  text-decoration: none;
  font-size: 14px;
  list-style-type: none;
  list-style-image: none;
  margin:0 0 0 0;
}

/* to highlight nav for current page (note: calendarpage is intentionally
named that way to prevent interference with div id called calendar) */

body.home #container #home, body.home #container #home a,
body.calendarpage #container #calendarpage, body.calendarpage #container #calendarpage a,
body.about #container #about, body.about #container #about a,
body.contact #container #contact, body.contact #container #contact a, 
body.individual #container #individual, body.individual #container #individual a,
body.group #container #group, body.group #container #group a,
body.fees #container #fees, body.fees #container #fees a,
body.couples #container #couples, body.couples #container #couples a,
body.resources #container #resources, body.resources #container #resources a
body.books #container #books, body.books #container #books a
body.therapists #container #therapists, body.therapists #container #therapists a
	{
	color:#4484C4;
	text-decoration:none;
	font-size: 14px;
	background: #ACD498 url(images/hoverimg.gif) repeat -1px 100%;
	list-style-type: none;
  	list-style-image: none;
	margin:0 0 0 0;
}


		
/* main body content */

/* this one is with no right column */
#content {
	width: 640px;
	margin-left: 260px;
	margin-right: 20px;
	margin-top: 20px;
}

/* if using right column... 
#content {
	width: 520px;
	margin-left: 250px;
	margin-right: 180px;
	margin-top: 20px;
}
*/


#content li {
	list-style type: square #92C095;
}

#content p {
	padding-bottom: 10px;
}

#content p a {
	color: #3F7BB8;
	text-decoration: none;
	font-weight: 500;	
}

#content p a:hover{
	color: #92C095;
	text-decoration: underline;
	border-bottom: none;	
	font-weight: 500;	
}

ul
{
  margin-left:15; 
  padding: 0;
}


ul li
{
  margin:0 0 0 0;
  padding: 0;
  color: #3F7BB8;
  list-style-type: disc;
}

ul li a {
  	color: #3F7BB8;
}

ul a:hover {
  color: #92C095;
  text-decoration: underline;
}

/* right side items */

#sidebar {
	float: right;
	width: 140px;
	margin-top: 20px;
	margin-right: 5px;
}

#sidebar p {
	padding-bottom: 10px;
	margin-right: 0px;
}

#sidebar a {
	color: #3F7BB8; 
	text-decoration: none;
	font-weight: 500;	
}

#sidebar a:hover{
	color: #92C095;	
	text-decoration: none;
	font-weight: 500;	
}
		
/* images */		
		
a img{
 		border: none;
}

img.left,img.center,img.right {
 	padding: 2px;
	border:  2px solid #92C095;
 	margin: 0px;
}

img.left {
 	float: left;
 	margin: 0 12px 5px 0;
}

img.center {
	display: block;
 	margin: 0 auto 5px auto;
}

img.right {
 	float: right;
 	margin: 0 10px 12px 12px;
}

img.farleft {
	padding: 20px 7px 20px 7px;
	float: left;
 	margin: 20px 6px 0px 0px;
	background: #ffffff;
}

/* login form */

form {
	margin-top: 10px;
	/*float: right;*/
	width: 140px;
	margin-right: 5px;
	padding-left: 10px;
}	

input.fields {display: block;
     width: 120px;
    /* background: url(images/input_bg.png);*/
     border-top: 1px solid #92C095;
     border-left: 1px solid #92C095;
     border-bottom: 1px solid white;
     border-right: 1px solid white;
     margin-top: 3px;
     margin-bottom: 3px;
}

label {
	color: #92C095;
	/*font-style: italic;*/
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: left;
	margin-right: 5px;
	border: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
		
/* footer */

#footer {
	margin-top: 20px;
	clear: both;
	background-color: #ffffff;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

#footer p {
	color:#3F7BB8;
	padding: 5px;
	font-size: 12px;
}

#footer p a {
	color: #3F7BB8;
	text-decoration: none;
}

#footer p a:hover {
	color: #92C095;
	text-decoration: none;
}
