/* Primary layout sections */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


body	
	{
	text-align: center;
	color: #434343;
	background-color: #fff;
	font: 14px/22px "Trebuchet MS", Helvetica, sans-serif; 
	}
	
#page	
	{
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 900px;
	text-align: left;
	background-color: transparent;
	}

#header
	{
	width: 900px;
	height: 173px;
	display: block;
	position: relative;
	background-color: transparent;
	float: left;
	padding: 0;
	}

#pagewrapper	
	{
	width: 900px;
	height: auto;
	display: block;
	position: relative;
	float: left;
	padding: 0;
	background-color: #fff;
	text-align: left;
	}	
	
#content	
	{
	width: 900px;
	height: auto;
	display: block;
	position: relative;
	float: left;
	padding: 0;
	background: url('../images/i_swirl.gif');
	background-repeat: no-repeat;
	text-align: left;
	}		
	
/* Navbar */	

#navbar
	{
	width: 900px;
	height: 40px;
	display: block;
	position: relative
	background-color: transparent;
	float: left;
	}
	
/*
*	Setup
*/
ul.cssmenu {
	list-style-type: none;
	padding: 0px;
	border: 0;
	margin: 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	height: 37px;
	background: url('../images/navbar2.gif') no-repeat;
	}

/*
*	Normal Links
*/
ul.cssmenu li.blank1 a{ background-position: 0px 0; width: 85px; background-repeat:no-repeat;}
ul.cssmenu li.blank2 a{ background-position: 0px 0; width: 16px; background-repeat:no-repeat;}
ul.cssmenu li.blank3 a{ background-position: 0px 0; width: 16px; background-repeat:no-repeat;}
ul.cssmenu li.blank4 a{ background-position: 0px 0; width: 16px; background-repeat:no-repeat;}
ul.cssmenu li.blank5 a{ background-position: 0px 0; width: 16px; background-repeat:no-repeat;}
ul.cssmenu li.blank6 a{ background-position: 0px 0; width: 83px; background-repeat:no-repeat;}

ul.cssmenu li.home a {
	background-position: -86px 0;
	background-repeat:no-repeat;
	width: 108px;
	}

ul.cssmenu li.psychotherapy a {
	background-position: -210px 0;
	background-repeat:no-repeat;
	width: 172px;
	}

ul.cssmenu li.approach a {
	background-position: -398px 0;
	background-repeat:no-repeat;
	width: 108px;
	}
	
ul.cssmenu li.writing a {
	background-position: -522px 0;
	background-repeat:no-repeat;
	width: 172px;
	}
	
ul.cssmenu li.contact a {
	background-position: -710px 0;
	background-repeat:no-repeat;
	width: 108px;
	}	

/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: -86px -37px;
	background-repeat:no-repeat;
	width: 108px;
	}

ul.cssmenu li.psychotherapy a:hover {
	background-position: -210px -37px;
	background-repeat:no-repeat;
	width: 172px;
	}

ul.cssmenu li.approach a:hover {
	background-position: -398px -37px;
	background-repeat:no-repeat;
	width: width: 108px;
	}
	
ul.cssmenu li.writing a:hover {
	background-position: -522px -37px;
	background-repeat:no-repeat;
	width: 172px;
	}
	
ul.cssmenu li.contact a:hover {
	background-position: -710px -37px;
	background-repeat:no-repeat;
	width: 108px;
	}	

/*
*	Clicked Links
*/
ul.cssmenu li.home a:active {
	background-position: -86px -74px;
	background-repeat:no-repeat;
	width: 108px;
	}

ul.cssmenu li.psychotherapy a:active {
	background-position: -210px -74px;
	background-repeat:no-repeat;
	width: 172px;
	}

ul.cssmenu li.approach a:active {
	background-position: -398px -74px;
	background-repeat:no-repeat;
	width: width: 108px;
	}
	
ul.cssmenu li.writing a:active {
	background-position: -522px -74px;
	background-repeat:no-repeat;
	width: 172px;
	}
	
ul.cssmenu li.contact a:active {
	background-position: -710px -74px;
	background-repeat:no-repeat;
	width: 108px;
	}	
/*
*	Selected/Active Links
*/
ul.cssmenu li.home a.selected {
	background-position: -86px -111px;
	background-repeat:no-repeat;
	width: 108px;
	}

ul.cssmenu li.psychotherapy a.selected {
	background-position: -210px -111px;
	background-repeat:no-repeat;
	width: 172px;
	}

ul.cssmenu li.approach a.selected {
	background-position: -398px -111px;
	background-repeat:no-repeat;
	width: width: 108px;
	}
	
ul.cssmenu li.writing a.selected {
	background-position: -522px -111px;
	background-repeat:no-repeat;
	width: 172px;
	}
	
ul.cssmenu li.contact a.selected {
	background-position: -710px -111px;
	background-repeat:no-repeat;
	width: 108px;
	}	


/* layout sections - index */	


#col0
	{
	width: 720px;
	display: block;
	position: relative;
	float: left;
	padding: 35px 0 20px 86px;
	height: auto;
	background-color: transparent;
	text-align: justify;
	}	

#col1
	{
	width: 408px;
	display: block;
	position: relative;
	float: left;
	padding: 35px 0 20px 131px;
	height: auto;
	background-color: transparent;
	}	
			
	
#col2
	{
	width: 243px;
	display: block;
	position: relative;
	float: left;
	padding: 35px 0 20px 63px;
	height: auto;
	background-color: transparent;
	}
	
#col3
	{
	width: 350px;
	display: block;
	position: relative;
	float: left;
	padding: 35px 0 20px 86px;
	height: auto;
	background-color: transparent;
	}
	
#col4
	{
	width: 350px;
	display: block;
	position: relative;
	float: left;
	padding: 150px 0 20px 25px;
	height: auto;
	background-color: transparent;
	}	
	
#col5
	{
	width: 350px;
	display: block;
	position: relative;
	float: left;
	padding: 50px 0 20px 25px;
	height: auto;
	background-color: transparent;
	}		
	

#footer
	{
	width:900px;
	text-align: center;
	font-size: 12px;
	line-height: 10px;
	display: block;
	position: relative;
	float: left;
	padding: 5px 0 20px 0;
	border: 0;
	margin: 0;
	font: 9px;
	background-color: #fff;
	}	



/* type styles */	

h1
	 { 
	 color: #50504f;
	 font-size: 18px;
	 line-height: 22px;
	 font-weight: bold; 
	 text-align: left;
	 padding: 0 0 10px 0;
	 }	
	 
h2
	 { 
	 color: #50504f;
	 font-size: 14px;
	 line-height: 22px;
	 font-weight: bold; 
	 text-align: left; 
	 padding: 0;
	 } 
	 
h3
	 { 
	 color: #50504f;
	 font-size: 15px;
	 font-weight: bold; 
	 text-align: left; 
	 padding: 0;
	 } 	 
	  
	 

a:link 
	{
	color: #333399;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent
	}

a:visited 
	{
	color: #333399;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent
	}

a:hover 
	{
	color: #006;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent
	}
	
#footer a:link
	{    
	background-color: transparent;
	color: #50504f; 
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none; 
	}
	
#footer a:visited 
	{   
	background-color: transparent;
	color: #50504f; 
	font-size: 12x;
	font-weight: bold;
	text-decoration: none; 
	}

#footer a:hover  
	{ 
	background-color: transparent;
	color: #50504f;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none; 
	}		
